/* Predvolene zobraz desktop */
body {
	background-color: #ddc08e;
	margin: 0 auto;
	text-align: center;
}

div.desktop-main, div.mobile-main {
	background-repeat: no-repeat;
	margin: 0 auto;
}

div.desktop-main {
	padding-top: 450px;
	padding-left: 770px;
	width: 1150px;
	height: 630px;
}
div.desktop-main a img.button {
	width: 403px;
	padding: 13px 0 13px 0;	
}

div.mobile-main {
	height: 706px;			
	padding-top: 830px;	
	text-align: center;
	width: 768px;
}

div.mobile-main a img.button {
	width: 458px;
	padding: 13px 0 13px 0;	
}

div.desktop-main p, div.mobile-main p {
	padding-top: 56px; 
	font-size: 18px; 
	font-weight: bold;
}

div.desktop-main p a, div.mobile-main p a {
	color: #000;
}

div.desktop-main p a:hover, div.mobile-main p a:hover {
	color: #000;
}			

.desktop-layout {
	display: block;
	background-image: url("../images/desktop/bg.png");			
}

.mobile-layout {
	display: none;
	background-image: url("../images/mobile/bg.png");						
}

/* Mobil */
@media only screen and (max-width: 1919px) {
		
	.desktop-layout {
		display: none;
	}

	.mobile-layout {
		display: block;
	}
}