@import url('https://fonts.googleapis.com/css?family=Raleway:300,500,700&subset=latin-ext');
body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	color: #2B2B2B;
	position: relative;
	background: white;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: #2B2B2B;
}




#fixedMenu {
	position: fixed;
	z-index: 500;
	width: 100%;
	height: auto;
	background: #FED700;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0,0,0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0,0,0, 0.5);
}
	#logo {
		display: block;
		height: 70px;
		width: 290px;
		float: left;
		background: url(../images/logo.png) no-repeat center top;
	}
	#topKontakt {
		float: right;
		font-weight: 500;
		font-size: 20px;
		color: #2E3E4B;
		text-align: right;
	}
	#topKontakt a {
		text-decoration: none;
		color: #2E3E4B;
		margin: 0 0 0 20px;
	}
	#menu {
		float: right;
		clear: right;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	#nav {
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1000;
	}
	#nav li {
		float: left;
		list-style: none;
		position: relative;
		text-align: center;
	}
	#nav li a {
		display: ;
		font-size: 16px;
		font-weight: 500;
		-webkit-transition: color 0.3s; 
    	transition: color 0.3s;
		text-decoration: none;
		color: #2E3E4B;
		padding: 5px 10px 10px 10px;
		text-transform: uppercase;
	}
	#nav li a:hover {
		color: #5B717F !important;
	}
	.actMenu {
		background-color: #2E3E4B !important;
		color: white !important;
	}
	
	#nav ul {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility .3s;
		transition: visibility .3s;
		padding: 0;
		width: 100%;
	}
	#nav ul li {
	    width: auto;
		 float: none !important;
		 display: block;
		 line-height: normal;
	}
	#nav ul li a {
	    border-left: none;
	    font-size: 14px;
		 padding: 10px 0px;
		 color: #656565;
		 margin: 0;
		 display: block;
		 text-transform: none;
		 white-space: nowrap;
		 width: auto;
		 -webkit-transition: none; 
    	transition: none;
		position: relative;
	}
	#nav ul li a:hover {
		background: #4D606E !important;
		color: white !important;
	}
	#nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		background: white;
		z-index: 9999;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	}

	

#menuResponsive {
	display: none !important;
}
#menuResponsive a {
	padding-bottom: 0 !important;
}
#menuResponsive a img {
	vertical-align: middle;
}

#content .prvni:first-child {
	background-color: #2E3E4B !important;
}
#content, #content a {
	color: White;
	text-decoration: none;
}
#autodoprava, #kontakt {
	background: #2E3E4B;
}
#zemni-prace{
	background: #3D4F5D;
}
#pilarska-vyroba {
	background: #4D606E;
}
#lesnicke-prace {
	background: #5B717F;
}

.sluzba-img {
	float: left;
	height: 250px;
}
.sluzba-text {
	float: right;
	margin: 0 15px 0 0;
}
.textsluzby p {
	margin: 0;
}
.textsluzby ul {
	float: right;
	list-style-image: url(../images/arrow.png);
	margin: 0 0 0 15px;
	font-size: 15px;
}

#autodoprava .sluzba-img {
	width: 30%;
	background: url(../images/autodoprava.jpg) no-repeat center top / cover;
}
#autodoprava .sluzba-text {
	width: 65%;
}

#zemni-prace .sluzba-img {
	width: 35%;
	background: url(../images/zemni-prace.jpg) no-repeat center bottom / cover;
}
#zemni-prace .sluzba-text {
	width: 60%;
}

#pilarska-vyroba .sluzba-img {
	width: 40%;
	background: url(../images/pilarska-vyroba.jpg) no-repeat center bottom / cover;
}
#pilarska-vyroba .sluzba-text {
	width: 55%;
}

#lesnicke-prace .sluzba-img {
	width: 45%;
	background: url(../images/lesnicke-prace.jpg) no-repeat center bottom / cover;
}
#lesnicke-prace .sluzba-text {
	width: 50%;
}



#podstrana {
	color:#2E3E4B;
	padding: 20px 0;
}

#content {
	line-height: 150%;
}
.nadpis {
	color: #FED700;
	font-size: 28px;
	font-weight: 700;
	padding: 10px 0 20px 0;
	text-align: right;
}
#kontakt-right {
	float: right;
	text-align: right;
}
#kontakt-left {
	float: left;
}

#map {
	height: 250px;
}
#webseo, #webseo a {
	font-size: 11px;
	text-decoration: none;
}
#webseo {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -8px;
	z-index: 999;
}




	
	

#galerie {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
#galerie h2 {
    font-weight: 300;
}
.gal {
    display: inline-block;
    height: 120px;
    margin: 0 0 20px;
    text-align: center;
    width: 24%;
}
.galItem {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 90%;
	 padding: 1px;
}
.galItem a {
    box-shadow: 0 0 3px 0 rgba(105, 105, 105, 0.9);
	padding: 1px;
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.galItem a:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 rgba(89, 89, 89, 1);
}
.galItem a img {
    display: none;
}
	#poptavka {
	width: 90%;
	min-width: 200px;
	margin: 0px auto;
}
#nadpisPoptavka {
	font-weight: 300;
	font-size: 25px;
	color: #2E3E4B;
	text-align: right;
	margin: 10px;
	padding: 10px;
	border-bottom: 1px dashed #2E3E4B;
}
#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	 font-family: 'Roboto', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 1px solid #2E3E4B;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 transition: border 0.2s ease 0s;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid #FED700;
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
}
.napiste {
	border-bottom: 1px solid #595959;
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	color: #FED700;
	background: #5B717F;
	border: 1px solid #595959;
}
#odeslat {
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1px solid rgba(0,0,0,0.75);;
	width: 50%;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	background: #2E3E4B;
	color: white;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}


	
@media screen and (max-width: 1100px) {
	#nav li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1000px) {
	#menu {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 15px; 
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 15px !important;
	}
	#nav li {
		float: none;
		text-align: center;
		width: 100%;
	}
	#nav {
		float: none;
	}
	#nav li a {
		width: calc(100% - 20px);
		font-size: 16px;
		border: none;
		display: block;
		font-weight: normal;
	}
	#nav ul {
		position: relative;
		visibility: visible;
		left: 0;
		opacity: 1;
		font-size: 14px;
	}
	#nav li:hover > ul {
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	#nav ul li a {
		text-transform: none;
	}
	#nav ul li a:hover {
		background: none !important;
		color: #2E3E4B !important;
	}
	.textsluzby {
		font-size: 15px;
	}
	.textsluzby {
}	

@media screen and (max-width: 800px) {
	#topKontakt a {
		display: block;
		margin: 0;
	}
	#fixedMenu {
		position: relative;
	}
	#posun {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.sluzba-img {
		float: none;
		width: 100% !important;
	}
	.sluzba-text {
		float: none;
		width: 100% !important;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 550px) {
	.textsluzby ul {
		float: none;
		margin: 0 0 10px 0;
	}
	#logo {
		float: none;
		margin: 0 auto;
	}
	#topKontakt {
		text-align: center;
		float: none;
		margin: 15px 0 0 0;
	}
	#menu {
		float: none;
		margin-top: 15px;
	}
	.gal {
   	width: 45%;
	}
	#kontakt-left, #kontakt-right {
		float: none;
		text-align: center;
	}
	#kontakt-left {
		padding-top: 10px;
	}
}



@media screen and (max-width: 700px) {
	.gal {
   	width: 30%;
	}
}

@media screen and (max-width: 300px) {
	
	.gal {
   	width: 90%;
	}
}