@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #434343;
	margin: 0 0 30px;
	min-height: 100%;
	background: url(../images/bg1.jpg) repeat-x top center fixed;
}
html {
    min-height: 100%;
    position: relative;
}
#all {
	
	min-height: 100%;
}
.textCenter {text-align:center;}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width:1000px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: #434343;
}

#top, #top a {
	color: #696969;
	text-decoration: none;
	text-align: center;
}
#top {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	padding: 20px 0;
	/*background: url(../images/bg-plech.png) repeat center top;*/
}
.prechod {
	background: dimgray;
   background: -webkit-linear-gradient(dimgray, #919191);
   background: -o-linear-gradient(dimgray, #919191);
   background: -moz-linear-gradient(dimgray, #919191);
   background: linear-gradient(dimgray, #919191);
}
#logo {
	float: left;
	display: inline-block;
	width: 250px;
	height: 65px;
	background: url(../images/logoNEW.png) no-repeat 50% 60% / contain;
}

#topContact {
	/*background: rgba(105,105,105,1);*/
	background: rgba(255,255,255,1);
	text-align: center;
	padding: 5px 10px;
	margin-top: -25px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 1);
	color: #696969;
	float: right;
}
	.tel {
		display: block;
		font-size: 22px;
	}
	.mail {
		display: block;
		font-size: 17px;
	}
	#popt {
		display: block;
		float: right;
		clear: right;
		color: #84C225 !important;
		font-size: 25px;
	}
#slogan {
	font-weight: 300;
	font-size: 18px;
	color: white;
	position: relative;
	display: inline-block;
	margin-top: 10px;
	text-align: left;
}
	#slogan strong {
		font-weight: normal;
		font-size: 20px;
	}


#middleIn {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(105, 105, 105, 1);
	-moz-box-shadow:    0px 2px 5px 0px rgba(105, 105, 105, 1);
	box-shadow:         0px 2px 5px 0px rgba(105, 105, 105, 1);
}
	#menu {
		background: rgba(255,255,255,0.95);
	}
	#nav {
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1001;
		height: 100%;
		float: right;
		width: 100%;
	}
	#nav li {
		float: left;
		list-style: none;
		position: relative;
		width: calc(100% / 6);
		text-align: center;
	}
	#nav li a {
		display: inline-block;
		font-size: 15px;
		-webkit-transition: background 0.4s, color 0.4s; 
    	     transition: background 0.4s, color 0.4s;
		text-decoration: none;
		color: #696969;
		padding: 5px 0px;
		width: 100%;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		background: #696969;
		color: white !important;
	}
	#nav ul {
		position: absolute;
		top: 100%;
		left: 10px;
		visibility: hidden;
		opacity: 0;
		z-index: 10;
		-webkit-transition: visibility .2s;
		transition: visibility .2s;
		padding: 0;
	}
	#nav ul li {
	    width: auto;
		 float: none !important;
		 display: block;
	}
	#nav ul li a {
	    text-transform: none;
	    font-size: 12px;
		 padding: 5px 25px;
		 color: #595959;
		 margin: 0;
		 display: block;
		 white-space: nowrap;
		 width: auto;
	}
	#nav ul li a:hover {
		background: #595959 !important;
		color: white !important;
				 
		-webkit-box-shadow: none;
		 -moz-box-shadow:    none;
		 box-shadow:         none;
	}
	#nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		background: rgba(255,255,255,0.97);
		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);
	}
	#nav li:hover > .menu-arrow {
		background: url(../images/menu-arrow.png) no-repeat center bottom;
	}

	#slider{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-size: cover;
		background-position: top right !important;
		position: relative;
	}
	#main {
		background: rgba(255,255,255,0.9) url(../images/bgContent.png) no-repeat bottom right;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
	}
	#content {
		padding: 10px 0 20px 0;
	}
	#content ul {
		margin: 0;
	}
	#cForm {
		width: 45%;
		padding: 0 0 10px 0;
		float: left;
	}
	#uvod {
		width: 45%;
		float: right;
		margin-right: 15px;
	}
	img.ef {
   	box-shadow: 0 0 3px 0 rgba(105, 105, 105, 0.9);
   	padding: 2px;
	}
	#obsahPodstrana {
		margin: 0 20px 20px 20px;
	}
	.text {
		line-height: 150%;
		text-align: justify;
	}
	.text img {max-width:100%;height:auto;}
	h1 {
		font-weight: 300;
		font-size: 25px;
		color: #696969;
		padding: 0 0 13px 0;
		margin: 0;
	}
	h2 {
		font-weight: normal;
		font-size: 20px;
		color: #696969;
		padding: 0 0 13px 0;
		margin: 0;
	}
	h3 {
		font-weight: 300;
		font-size: 18px;
		color: #696969;
		padding: 0 0 13px 0;
		margin: 0;
	}


.left {
     float: left;
}
.right {
     float: right;
}
.left, .right {
     width: calc(50% - 20px);
     position: relative;
     box-sizing: border-box;
}

#bottom {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#bottom, #bottom a {
	color: White;
	text-decoration: none;
	font-size: 12px;
}



#poptavka {
	width: 90%;
	min-width: 200px;
	margin: 20px auto;
}
#nadpisPoptavka {
	font-weight: 300;
	font-size: 25px;
	color: #696969;
	text-align: right;
}
#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	 font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 1px solid #696969;
	 -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 #B5C3CA;
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
}
.napiste {
	border-bottom: 1px solid #0378C8;
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	color: rgba(50,50,50,0.75);
	background: white;
	border: 1px solid #B5C3CA;
}
#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: #696969;
	color: white;
	
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}



#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;
}




#menuResponsive {
	display: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}

@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 800px) {
	#nav li a {
		font-size: 14px;
	}
	#nadpisPoptavka {
		font-size: 20px;
	}
	
}
@media screen and (max-width: 500px) {
	#logo {
		display: inline-block;
		float: none;
	}
	#topContact {
		display: inline-block;
		float: none;
		margin: 10px 0 0 0;
	}
	#slogan {
		margin-top: 10px;
		font-size: 17px;
	}
	#cForm {
		float: none;
		width: 90%;
	}
	#uvod {
		float: none;
		width: 100%;
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 17px !important;
	}
	#nav li {
		float: none;
		text-align: center;
		width: 100%;
	}
	#nav {
		float: none;
	}
	#nav li a {
		width: 100%;
		font-size: 16px;
	}
	#nav ul {
		position: relative;
		visibility: visible;
		left: 0;
		opacity: 1;
		font-size: 14px;
	}
	#nav ul li a {
		color: #A54C0E;
	}
	#nav li:hover > ul {
		background: none;
	}
}