@charset "utf-8";
*{
	margin:0;
}
body{
	width: 100%;
	min-height: 100%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
}
header{
	text-align: center;
	padding: 10px 0 50px 0;
}
header h1{
	display: none;

}
header img{
	width: 500px;
	height: auto;
}
nav ul{
	list-style: none;	
}
button{
		-webkit-transition-duration: 1s;            /* Chrome, Safari */
	-moz-transition-duration: 1s;               /* Mozilla Firefox */
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear; /* Chrome, Safari */
	-moz-transition-timing-function: linear;
}
nav li button{
		
		
		background-color: #979797;
		border-radius: 10px;
		color:white;
		border: 2px solid #979797;
}
.menul nav li button{
		font-size: 1.1em;
		width: 100%;
		text-align: left;
		padding: 10px 0 10px 10px;
}
nav li button:hover{
	background-color: #6a6a6a;
	border: 2px solid #6a6a6a;
}
.menuh nav ul{
	text-align: center;
	padding-left: 0px;
}
.menuh nav li{
	padding: 5px 0 5px 0;
}
.menuh nav li button{
	padding: 10px 20px 10px 20px;
	font-size: 1.8em;
}
.nic{
	height: 50px;
}
.spoluprace{
	border-radius: 10px 10px 10px 10px;
	border: thin solid #979797;
	box-shadow: 5px 5px 10px #979797;
	width: 280px;
	height: 250px;
	display: inline-block;
	padding: 20px 20px 20px 20px;
	margin: 10px 10px 0 10px;
	vertical-align: top;
	text-align: left;
}
.spoluprace-radek{
	text-align: center;
}
.reference-vse{
	text-align: center;
}
.reference{
	width: 250px;
	height: auto;
	display: inline-block;
	border-radius: 10px 10px 10px 10px;
	border: thin solid #979797;
	box-shadow: 5px 5px 10px #979797;
	padding: 20px 20px 20px 20px;
	margin: 10px 10px 0 10px;
	vertical-align: top;
	
}
article ul li{
	padding: 5px 0 5px 0;
}
article p{
	line-height: 1.5;
}
button.odskok{
	background-color: #ffbe44;
	border-radius: 10px;
	border: thin solid #ffbe44;
	box-shadow: 5px 5px 10px #979797;
}
button.odskok:hover{
	background-color: #ff7f50;

	border: thin solid Black;
}
.reseni, .prestavby, .pronajem, .onas{
	
	display: block;
	border-radius: 10px 10px 10px 10px;
	border: thin solid #979797;
	box-shadow: 5px 5px 10px #979797;
	padding: 20px 20px 20px 20px;
	margin: 10px 10px 0 10px;
	vertical-align: top;
}
.reseni ul, .firmy ul, .prestavby ul, .pronajem ul, .onas ul, .adresa ul, .formular ul{
	list-style: none;
	padding: 10px 0 0 10px;
	
}
.info-rada{
	padding-top: 50px;
}
.firmy, .adresa, .formular{

	display: inline-block;
	border-radius: 10px 10px 10px 10px;
	border: thin solid #979797;
	box-shadow: 5px 5px 10px #979797;
	padding: 20px 20px 20px 20px;
	margin: 10px 10px 0 10px;
	vertical-align: top;
}
.formular label{
	display: block;
	color: #979797;
}
.formular input, .formular select{
	width: 290px;
	height: 25px;
}
.formular input, .formular select, .formular textarea{
	
	border-radius: 5px 5px 5px 5px;
	border: thin solid #979797;
}

.formular textarea{
	width: 290px;
	height: 100px;
}
.formular input[type=submit]{
	padding: 5px 0 5px 0;
}
.adresa, .formular{
	text-align: left;
}
footer{
	background-color: white;
    text-align: center;
    
    height: 50px;
    
}
.autor{
	padding-top: 15px; 
}



section{
	padding: 0 10px 0 10px;
	vertical-align: top;
	
	 
}
article{
	padding: 0 0 50px 0;
}
h2{
	
}
p{
	padding: 15px 15px 15px 15px;
}

button.odskok{
	padding: 10px 10px 10px 10px;	
}
.dlazdice-vse{
	
}
button.dlazdice{
	width: 150px;
	height: 100px;
	background-color: #709dec;
	color: white;
	border: 2px solid #709dec;
	border-radius: 10px;
	vertical-align: top;
	box-shadow: 5px 5px 10px #979797;
	margin: 5px;
}
button.dlazdice:hover{
	background-color: #bfd2f4;
	border: 2px solid black;
	color: #979797;

}

.dlazdice-vse{
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: center;
}
.dlazdice-txt{
	
	display: none;
	margin: 0 auto;
	
	border: 2px solid black;
	border-radius: 0 0 10px 10px ;
	box-shadow: 5px 5px 10px #979797;
}
.spoluprace img{
	width: 100px;
	height: auto;
	display: inline-block;
	float: left;
	margin: 10px;
}
.spoluprace p{
	display: inline-block;
}
.kontakty{
	text-align: center;
}
.tucne{
	font-weight: bold;
}
/*@media only screen and (max-device-width: 949px) and (min-device-width: 555px)*/
@media screen and (min-device-width: 1200px){
	.menul{
		display: inline-block;
		width: 300px;
	}
	.menuh{
		display:none;
	}
	.telo{
		width: 60%;
		min-width: 800px;
		box-shadow: 0 0 30px rgba(0,0,0,0.25);
		min-height: 100vh;
		margin: 0 auto 0 350px;
		
	}	
	.menul nav{
		position: fixed;
		top: 190px;
		left: 0px;
	}
	.menul nav ul{
		padding: 0 50px 0 50px;
	}
	nav li{
		padding: 2px 0 2px 0;
		width: 250px;
	}
	footer{
		position: fixed;
    	left: 0px;
    	bottom: 0px;
    	width: 60%;
    	min-width: 800px;
    	margin: 0 auto 0 350px;
	}
	.dlazdice-txt{
		width: 590px;
	}

	.reseni, .prestavby, .pronajem, .onas{
		max-width: 740px;
	}
	.firmy, .adresa, .formular{
		width: 310px;
	}
}
@media screen and (max-device-width: 1199px) and (min-device-width: 650px){
	.telo{
		width: 100%;
	}
	.menul{
		display: none;
	}
	.menuh{
		display:block;
	}
	.menuh li{
		display: inline-block;
	}

	li.mobil-menu{
		display: none;
	}
}
@media screen and (max-device-width: 649px){
	.menul{
		display: none;
	}
	.mobil-menu{
		display: block;
		
	}
	nav li.mobil-menu button{
		font-size: 2.8em;
      padding: 0px 20px 0px 20px;
	}
	.menu{
		display: none;
	}
	nav li button{
		width: 100%;
		font-size: 2.8em;
      padding: 0px 20px 0px 20px;
      border-radius: 0 0 0 0;
	}
	.menuh nav li{
		padding: 1px 0 1px 0;
	}
	header img{
		width: 100%;
		height: auto;
	}
	section{
		padding-top: 20px;
	}
}



