html,
body,
header,
.view {
 	height: 100%;
}

div.nmcopy{
	display: block;
}

div.copy-row-yato{
	display: none;
}

form#card_form{
	margin-top: 20%;
}

div.copy-row1{
	position: fixed;
    bottom: 0;
    left: 20px;
}

div#ddd{
	height: 100% !important; 
  	/* Center and scale the image nicely */
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

h3#fiflv{
	display: none;
}

.hideonmobile{
	display: block;
}

.showonmobile{
	display: none ;
}

@media only screen and (max-width: 768px){
	div#ddd{
		background-size: contain !important;
    	background-position: top !important;
    	height: auto !important;
	}

	form#card_form{
		padding-top: 55%;
	}

	div#ddd td{
		display: inline;
	}
	div.copy-row-yato{
		display: block;
	}
	div.nmcopy{
		display: none;
	}

	div#ddd{
    background-image: url(/images/landing/landingmobile.png) !important;
}

h3#fiflv{
	display: inline-block;
	    color: #66B1D1;
    padding-left: 20px;
}

.hideonmobile{
	display: none;
}

.showonmobile{
	display: block;
}

}

/* 
	В страницата /membership трябва да се намери <div class="container content" style="padding-top: 65px;"> и class да стане примерно
	class="container content mmship_desktop"
*/

div.mmship_desktop {
	display: block;
}

div.mmship_mobile {
	display: none;
}

div.mmship_mobile table,
div.mmship_mobile td,
div.mmship_mobile th {
	border: 1px solid #DCDCDC;
	padding: 10px;
}

div.mmship_mobile tr:nth-child(even) {
	background: #FFF
}

div.mmship_mobile tr:nth-child(odd) {
	background: rgb(234, 234, 234);
}

@media only screen and (max-width: 768px) {
	div.mmship_desktop {
		display: none;
	}
	div.mmship_mobile {
		display: block;
	}
}
