@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext';
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #000000;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: #000000;
}


#topWhite {
	background: white;
}
	#logo {
		display: block;
		width: auto;
		height: 65px;
		background: url(../images/logo.png) no-repeat;
		margin: 2px 0;
		font-size: 24px;
		text-decoration: none;
		font-weight: bold;
		padding: 0 0 0 80px;
	}
	#logo span {
		text-transform: uppercase;
		letter-spacing: 2px;
	}


#topBlack {
	background: #F0F0F0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);	
}
	#bannerKontakt {
		width: 400px;
	}
	#bannerIn {
		padding: 20px 0 20px 85px;
	}
	#bannerIn div {
		padding-left: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	#bannerKontakt a {
		text-decoration: none;
		color: black;
	}
		#ban-telefon {
			background: url(../images/telefon.png) 0 50% no-repeat;
		}
		#ban-email {
			background: url(../images/email.png) 0 50% no-repeat;
		}
		#ban-fb {
			background: url(../images/facebook.png) 0 50% no-repeat;
		}
		#ban-ubytko {
			background: url(../images/ubytko.png) 0 50% no-repeat;
		}
	.menu {
		background: white
	}
	#nav {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav li {
		display: inline-block;
		width: calc(100% / 7);
	}
	#nav li a {
		text-decoration: none;
		color: black;
		font-size: 20px;
		font-weight: 400;
		-webkit-transition: color 0.2s;
    	transition: color 0.2s;
		display: inline-block;
		padding: 10px 10px 5px 10px;
		width: calc(100% - 20px);
		outline: none;
		text-align: center;
		border-bottom: 5px solid white;
	}
	#nav li a:hover, .actMenu {
		/*background: white !important;*/
		color: #DA251D !important;
		border-bottom: 5px solid #F0F0F0 !important;
	}
	#nav ul {
		display: none;
	}
	#subm a {
    	background-color: #F0F0F0;
    	color: black;
    	display: block;
    	font-size: 15px;
    	margin-bottom: 1px;
    	padding: 10px 5px 10px 20px;
   	text-decoration: none;
	}
	#subm a span {
		color: #DA251D;
	}
	.subMenuItem:hover, .subMenuItem2:hover {
    background: rgba(240, 240, 240, 0.5) none repeat scroll 0 0 !important;
}
.subAct {
    background: rgba(150, 150, 150, 0.4) none repeat scroll 0 0 !important;
}
.subMenuItem2 {
    background: #90ee90 url("../images/sub.png") no-repeat scroll 20px 50%;
    padding: 10px 5px 10px 32px !important;
}
.subMenuItem2:hover, .subMenuItem2.subAct {
    background: #f0fff0 url("../images/sub.png") no-repeat scroll 20px 50% !important;
}
	#slider {
		position: absolute;
		bottom: 0;
		right: 0;
		overflow: hidden;
		width: calc(100% - 400px);
		/*background: url(../images/testImg.jpg) bottom right;*/
		background-size: cover !important;
		background-position: center top !important;
		z-index: 10;
	}
	

#middleLeft {
	float: left;
	width: 400px;
	font-family: 'Roboto', sans-serif;
}
#middleLeft img, #text img {
	max-width: 90%;
	height: auto;
}
	#middleLeft .containerIn {
		padding: 10px 10px;
	}
	#partneri img {
		width: auto;
		height: 45px;
		margin: 0 10px;
	}
	#partneri {
		text-align: center;
	}
	#mapG {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);	
		padding: 1px;
		margin: 15px auto;width: 80%;
		
	}
	#map {
		
		height: 250px;
	}
	#mapInfo {
		text-align: center;
		font-size: 13px;
		position: relative;
		top: -10px;
	}
	#copy {
		font-size: 13px;
		padding: 10px 0 5px 0;
		text-align: center;
	}
	#copy a {
		text-decoration: none;
	}

	.ef {
		margin:10px;
		padding: 2px;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 1);
		-moz-box-shadow:    0px 0px 4px 0px rgba(100, 100, 100, 1);
		box-shadow:         0px 0px 4px 0px rgba(100, 100, 100, 1);
	}


#middleRight {
	float: right;
	width: calc(100% - 420px);
}
	h1 {
		color: #DA251D;
		text-align: left;
		font-weight: normal;
		padding: 0 0 15px 0;
		margin: 0;
		font-size: 25px;
	}
	#text {
		line-height: 140%;
		font-size: 16px;
		text-align: justify;
		font-family: 'Roboto', sans-serif;
	}





.load {
	opacity: 0;
}
	
	
	
	
	
#galerie {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}
#galerie h2 {
    font-weight: 300;
}
.gal {
    display: inline-block;
    height: 170px;
    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(0, 0, 0, 0.8);
	padding: 1px;
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.galItem a:hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 rgba(89, 89, 89, 1);
}
.galItem a img {
    display: none;
}



.aktuals {
		float:left;
	}
	.aktualFoto {
		float: left;
		width: 250px;
		margin-top: 0 !important; 
		margin-left: 0 !important; 
	}
	.aktualItem {
		padding: 15px;
		margin: 0 0 25px 0;
		border: 1px solid white;
		/*-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.31);
		-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.31);
		box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.31);*/
	}
	.aktualLink {
		text-decoration: ;
		color: black;
		font-size: 22px;
		display: block;
		margin-bottom: 10px;
		line-height: 140%;
		text-align: left; 
	}
	.fotoAktual {
		width: 200px;
		height: 150px;
		float: left;
		margin: 0 10px 10px 0;
	}

.upoutavkaTitle {
	text-align: center;
	color: #DA251D;
	font-size: 17px;
	margin: 5px 0 10px 0;
}
#upoutavka {
	text-align: center !important;
}
.upoutavkaLink {
	font-weight: bold;
}
.upoutavkaFoto {
	height: auto;
	max-width: 80%;
}





#poptavka {
	width: 90%;
	min-width: 200px;
	margin: 0px auto;
}
#nadpisPoptavka {
	font-weight: 300;
	font-size: 25px;
	color: #595959;
	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 #595959;
	 -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 #595959;
	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 #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: #F1F1F1;
	color: #656565;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}






#menuResponsive {
	display: none !important;
}
#menuResponsive a {
	padding: 5px 0 !important;
	outline: none;
}
.respKontakt {
	display: none !important;;
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1100px) {
	.gal {
		height: 150px;
	}
}
@media screen and (max-width: 1000px) {
	.gal {
		height: 130px;
	}

}
@media screen and (max-width: 900px) {
	#logo {
	}
	
	#middleLeft {
		float: none;
		width: 100%;
		/*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/
	}
	#middleRight {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}
	.gal {
		height: 180px;
	}#menu {
		text-align: center;
		position: relative;
		z-index: 11;
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemResp a {
		padding: 5px 0 !important;
	}
	#nav li a:hover, .actMenu {
		border: none;
	}
	#nav li {
		display: block;
		width: auto;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#respKontakt {
		display: block !important;
	}
	#submenu {
		display: none;
	}
	#nav ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	#nav ul li {
		display: inline-block
	}
	#nav ul li a {
		font-size: 15px;
		width: auto;
		font-weight: normal;
		padding: 5px !important;
		margin: 2px;
		background: #f0f0f0;
	}
}

@media screen and (max-width: 800px) {
	.gal {
		height: 150px;
	}
	#logo {
		width: 210px;
		margin: 0 auto;
	}
	#slider {
		display: none !important;
	}
	#bannerKontakt {
		width: 290px;
		margin: 0 auto;
	}
	#bannerIn {
		padding: 10px 0 10px 80px;
	}
	
}
@media screen and (max-width: 600px) {
	.gal {
		height: 150px;
		width: 31%;
	}
	h1 {
		font-size: 22px;
	}
}
@media screen and (max-width: 500px) {
	.gal {
		height: 150px;
		width: 47%;
	}

}
@media screen and (max-width: 450px) {
	.fotoAktual {
		width: 100%;
		height: 150px;
		margin: 0 10px 10px 0;
	}
	.aktualLink {
		font-size: 20px;
	}
}
@media screen and (max-width: 350px) {
	.gal {
		height: 180px;
		width: 90%;
	}
}


@media screen and (max-width: 300px) {
	#logo {
		max-width: 100%;
		background-size: contain;
	}	
	
	
	
	
	
	
}
