@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&subset=latin-ext');
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	color: #1E2022;
	position: relative;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	width: 95%;
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
.menuIn {
	padding: 5px;
}
a {
	color: #656565;
}
a:hover {
	text-decoration: none;
}
#tabulka tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}
#fixedMenu {
	position: fixed;
	z-index: 500;
	width: 100%;
	height: auto;
	background: #17BEBB;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(101,101,101, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(101,101,101, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(101,101,101, 0.5);
}
	#logo {
		display: block;
		float: left;
		font-weight: normal;
		background: url(../images/logo.png) no-repeat left top;
		padding: 0 0 10px 150px;
		font-size: 40px;
		text-decoration: none;
		color: white;
		background-size: height;
	}
	#menu {
		float: right;
		margin: 0px 0 0 0;
	}
	#nav {
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1000;
	}
	#nav li {
		float: left;
		list-style: none;
		position: relative;
		text-align: center;
		line-height: 56px;
	}
	#nav li a {
		display: ;
		font-size: 20px;
		font-weight: normal;
		-webkit-transition: color 0.3s; 
    	transition: color 0.3s;
		text-decoration: none;
		color: white;
		padding: 0 20px;
		border-left: 1px solid white;
	}
	#nav li:nth-child(2) a,#nav li:nth-child(1) a {
		border-left: none;
	}
	#nav li a:hover,.actMenu {
		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: 15px;
		 padding: 10px 0px;
		 color: #4A4B4D;
		 margin: 0;
		 display: block;
		 white-space: nowrap;
		 width: auto;
		 -webkit-transition: none; 
    	transition: none;
		position: relative;
	}
	#nav ul li a:hover {
		background: !important;
		color: #0C8478 !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);
	}
	
	
	
#middle{
	padding: 0px 0 0 0;
}	
	.text {
		text-align: justify;
		font-size: 18px;
	}

	
	
	
	
	
#boxy {
	background: #4A4B4D;
	color: white;
}
#boxes {
	text-align: center;
	margin: 0px 0 15px;
}	
.box {
	width: calc(90% / 3);
	display: inline-block;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 150%;
	text-align: justify;
}
.box.stredni {
	margin: 0 30px;
}
.boxNadpis {
	text-align: center;
	color: #17BEBB;
	font-size: 30px;
	font-weight: 300;
	margin: 10px 0 5px 0;
	line-height: normal;
}
.boxNadpis a {
	text-decoration: none;
	color: #17BEBB;
}
.box img, .ef {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(101,101,101, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(101,101,101, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(101,101,101, 0.5);
	padding: 1px;
}

	
	
	
	


	h1 {
		font-weight: normal;
		margin: 15px;
		padding: 0;
		font-size: 28px;
		color: #4A4B4D;
	}
	h2 {
		font-weight: normal;
		margin: 0 ;
		padding: 10px;
		font-size: 25px;
		color: #17BEBB;
	}
	h3 {
		font-weight: normal;
		margin: 0 ;
		padding: 15px;
		font-size: 20x;
		color: #1E2022;
	}
	.text {
		line-height: 150%;
	}
	.text img {
		max-width: 100%;
		height: auto;
	}
	
	.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);
	}
	
	
	
	
	
	
	
#bottom {
	text-align: center;
	font-size: 13px;
}


#poptavka {
	width: 50%;
	min-width: 200px;
	margin: 0px auto;
	float: right;
}
#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: 'Ubuntu', 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;
}
	.noResp {
		width: auto !important;
		height: auto !important;
		display: inline-block !important;
	}
#menuResponsive {
	display: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}
@media screen and (min-width: 1300px) {
	#map {
		height: 400px;
	}
}
@media screen and (max-width: 1300px) {
	#nav li a {
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px) {
	#nav li a {
		font-size: 17px;
		padding: 0 15px;
	}
	
}
@media screen and (max-width: 1000px) {
	#logo {
		font-size: ;
	}
		.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;
		border: none;
		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:hover {
		background: none !important;
		color: #004F9E !important;
	}
	.boxNadpis a {
		font-size: 20px;
	}
}
@media screen and (max-width: 900px) {

	#poptavka {
		float: none;
		width: 90%;
	}
}
@media screen and (max-width: 700px) {
	h1 {
		font-size: 27px;
	}
}
@media screen and (max-width: 600px) {
	.gal {
   	width: 30%;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}

}
@media screen and (max-width: 500px) {
	.gal {
   	width: 45%;
	}
	#logo {
		font-size: 25px;
		padding: 50px 0 0 0;
		text-align: center;
		background-position: center top;
	}
	.text img {
		width: 90%;
		height: auto;
		display: block;
	}
	.box {
		display: block;
		width: 100%;
	}
	.box.stredni {
		margin: 0;
	}
	.box img {
		width: 100% !important;
	}
}
@media screen and (max-width: 300px) {
	.gal {
   	width: 90%;
	}
}