@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900|Montserrat:400,700|Open+Sans:400,300,600,700,800|Roboto:400,100,300,500,700,900&subset=latin,latin-ext);
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_li.eot');
    src: url('../css/fonty/lato_li.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_li.woff') format('woff'),
    	 url('../css/fonty/lato_li.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_re.eot');
    src: url('../css/fonty/lato_re.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_re.woff') format('woff'),
    	 url('../css/fonty/lato_re.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_me.eot');
    src: url('../css/fonty/lato_me.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_me.woff') format('woff'),
    	 url('../css/fonty/lato_me.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_se.eot');
    src: url('../css/fonty/lato_se.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_se.woff') format('woff'),
    	 url('../css/fonty/lato_se.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_bl.eot');
    src: url('../css/fonty/lato_bl.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_bl.woff') format('woff'),
    	 url('../css/fonty/lato_bl.ttf') format('truetype');
    font-weight: 900;
}
html, body{
  height: 100%;  
}
 
body{
	font-family: 'Lato', sans-serif;
  	font-weight: 400;
	color: #3b3b3b;
  	background: white;
}

b{
	font-weight: 600;
}

.uzaver{
	width: 100%;
	clear: both;
}

.stred{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: table;
}

.stred .cell{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.content{
	width: 1100px;
	display: block;
	margin: 30px auto 60px;
}

.centrovani{
	text-align: center;
}

.centrovani .g-recaptcha{
	display: inline-block;
}

/* menu */
.menu{
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
    border-bottom: 2px solid #eeeeee;
    z-index: 1000;
    display: block;
    height: 90px;
    background: white;
}

.menu .content{
	margin: 15px auto;
}

.menu .content .logo{
	width: 35%;
	float: left;
}

.menu .content .logo img{
	height: 60px;
}

.menu .content .polozky{
	width: 65%;
	float: right;
	text-align: right;
}

.menu .content .polozky nav{
	list-style-type: none;
}

.menu .content .polozky nav li{
	display: inline-block;
	position: relative;
}

.menu .content .polozky nav li nav{
	list-style-type: none;
	display: block;
	position: absolute;
	top: 15px;
	left: 0px;
	margin-top: 30px;
	background: white;
	padding: 0px 0px;
	border-top: 4px solid #00a0e2;
	border-left: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    z-index: -50;
}

.menu .content .polozky nav li:hover nav{
	opacity: 1;
	visibility: visible;
	top: 30px;
	z-index: 1001;
}

.menu .content .polozky nav li nav li a{
	padding: 8px 16px 8px;
	margin: 0px;
	line-height: 120%;
	text-align: left;
	width: 150px;
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
}

.menu .content .polozky nav a{
	display: inline-block;
	line-height: 60px;
	font-size: 17px;
	color: #4d4c4c;
	text-decoration: none;
	margin-left: 40px;
	-webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    font-weight: 400;
}

.menu .content .polozky nav a:hover{
	color: #00a0e2;
}

.nav-up{
	top: -90px;
}

.menu_top{
	width: 100%;
	height: 90px;
	display: block;
	background: #f5f5f5;
}

/* Homepage */

.sedy_pruh{
	width: 100%;
	background: #f5f5f5;
	display: inline-block;
	padding: 20px 0px 30px;
}

.sedy_pruh h2{
	margin: 40px 0px 20px;
	text-align: center;
	color: #676767;
	font-size: 30px;
}

.sedy_pruh .panely{
	border-top: 7px solid #00a0e2;
	width: 1100px;
	font-size: 0px;
}

.sedy_pruh .panely .panel{
	width: 305px;
	padding: 40px 30px;
	background: white;
	text-align: center;
	display: inline-block;
	margin: 0px;
	font-size: 17px;
	border-bottom: 1px solid #e2e2e2;
}

.sedy_pruh .panely .panel:first-child{
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	width: 306px !important;
}
.sedy_pruh .panely .panel:nth-child(3){
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

.sedy_pruh .panely .panel span{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	display: block;
}

.sedy_pruh .panely .panel .text{
	width: 85%;
	font-size: 14px;
	display: block;
	margin: 0px auto 25px;
	font-weight: 400;
	line-height: 130%;
	color: #5f5f5f;
	height: 80px;
}

.sedy_pruh .panely .panel a{
	text-decoration: none;
	padding: 8px 35px;
	color: #00a0e2;
	background: white;
	display: inline-block;
	line-height: 100%;
	text-transform: uppercase;
	border-radius: 25px;
	font-size: 16px;
	border: 1px solid #00a0e2;
	-webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
}

.sedy_pruh .panely .panel a:hover{
	color: white;
	background: #00a0e2; 
}

.sedy_pruh .novinky{
	width: 1100px;
	margin-top: 30px;
	font-size: 0;
}

.sedy_pruh .novinky .novinka{
	padding: 20px;
	width: 493px;
	border: 1px solid #e2e2e2;
	background: white;
	display: inline-block;
	text-decoration: none;
	color: #575757;
	margin-bottom: 30px;
	vertical-align: top;
}

.sedy_pruh .novinky a:nth-child(even) .novinka{
	margin-left: 30px;
}

.sedy_pruh .novinky .novinka span{
	color: #00a0e2;
	line-height: 130%;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	height: 19px;
}

.sedy_pruh .novinky .novinka span span{
	color: #575757;
	display: inline;
}

.sedy_pruh .novinky .novinka .text{
	width: 100%;
	font-size: 14px;
	line-height: 140%;
	height: 60px;
}

.onas_h{
	padding: 40px 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	text-align: justify;
	color: #454545;
}

.onas_h h2{
	margin: 0px 0px 30px;
	text-align: left;
	color: #00a0e2;
	font-size: 33px;
	font-weight: 600;
	line-height: 100%;
}

.onas_h img{
	border-bottom: 4px solid #00a0e2;
	height: 260px;
	float: right; 
	margin-left: 45px;
	position: relative;
}

.onas_h a{
	text-decoration: none;
	padding: 8px 35px;
	color: #00a0e2;
	background: white;
	display: inline-block;
	line-height: 100%;
	text-transform: uppercase;
	border-radius: 25px;
	font-size: 16px;
	border: 1px solid #00a0e2;
	-webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    margin-top: 18px;
    float: right;
}

.onas_h a:hover{
	color: white;
	background: #00a0e2; 
}

/* Paticka */
.kontakt_form{
	text-align: center;
}

.kontakt_form h2{
	color: #00a0e2 !important;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.kontakt_form h2 span{
	font-size: 15px;
	color: #454545;
	text-transform: none;
	display: block;
	margin-top: 2px;
	font-weight: 400;
}

.kontakt_form input[type="text"]{
	width: 500px;
	display: block;
	margin: 0px auto 15px;
	padding: 20px 25px;
	border: 2px solid #eeeeee;
	background: white;
	outline: none;
}

.kontakt_form textarea{
	width: 500px;
	max-width: 500px;
	display: block;
	margin: 0px auto 15px;
	padding: 20px 25px;
	border: 2px solid #eeeeee;
	background: white;
	outline: none;
	height: 120px;
	max-height: 120px;
	line-height: 130%;
	font-family: 'Lato', sans-serif;
  	font-weight: 400;
}

.kontakt_form input[type="submit"]{
	text-decoration: none;
	padding: 8px 35px;
	color: #00a0e2;
	background: transparent;
	display: inline-block;
	line-height: 100%;
	text-transform: uppercase;
	border-radius: 25px;
	font-size: 16px;
	border: 1px solid #00a0e2;
	-webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    margin-top: 25px;
    cursor: pointer;
}

.kontakt_form input[type="submit"]:hover{
	color: white;
	background: #00a0e2; 
}

.paticka{
	background: #00a0e2;
	color: white;
	width: 100%;
	display: inline-block; 
}

.paticka .content{
	margin: 35px auto;
}

.paticka .content .pole{
	margin-bottom: 23px;
	width: 100%;
}

.paticka .content .pole nav a{
	display: inline-block;
	margin-right: 23px;
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
}

.paticka .content .final{
	width: 100%;
	font-size: 13px;
}

.paticka .content .final a{
	text-decoration: none;
	color: #c2cdd1;
}

.paticka .content .final .left{
	width: 50%;
	float: left;
}

.paticka .content .final .right{
	width: 50%;
	float: right;
	text-align: right;
}

/* Subcontent */
.subcont{
	width: 100%;
	display: inline-block;
	background: #f5f5f5;
	padding: 60px 0px 20px;
}

.subcont h1{
	width: 1100px;
	display: block;
	margin: 0px auto 25px;
	font-size: 33px;
	text-align: center;
	font-weight: 600;
	color: #454545;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.subcont .wrap{
	width: 1100px;
	display: block;
	margin: 0px auto;
}

.subcont .wrap .modry_pruh{
	width: 1096px;
	height: 7px;
	background: #00a0e2;
	display: inline-block;
	border-left: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
}

.subcont .wrap .bile_pole{
	width: 1016px;
	padding: 40px;
	background: white;
	border-bottom: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	background: white;
	display: inline-block;
}

.subcont .wrap .bile_pole .leve{
	width: 690px;
	float: left;
	display: inline-block;
	line-height: 140%;
	font-weight: 400;
	color: #5d5d5d;
}

.subcont .wrap .bile_pole .leve .justify{
	text-align: justify;
}

.subcont .wrap .bile_pole .prave{
	width: 280px;
	float: right;
	display: inline-block;
}

.subcont .wrap .bile_pole .leve h2{
	font-size: 22px;
	font-weight: 600;
	color: #00a0e2;
	margin-bottom: 12px;
	margin-top: 18px;
}

.subcont .wrap .bile_pole .leve h3{
	font-size: 18px;
	font-weight: 600;
	color: #00a0e2;
	margin-bottom: 12px;
	margin-top: 18px;
}

.subcont .wrap .bile_pole .leve h2:first-child{
	margin-top: 0px;
}

.subcont .wrap .bile_pole .prave h2{
	font-size: 20px;
	font-weight: 600;
	color: #00a0e2;
	margin-bottom: 15px;
	margin-top: 18px;
	text-transform: uppercase;
}

.subcont .wrap .bile_pole .prave h2:first-child{
	margin-top: 0px;
}

.subcont .wrap .bile_pole .prave .mensi{
	width: 260px;
	display: block;
	margin: 0px auto;
}

.subcont .wrap .bile_pole .prave .mensi .novinka{
	display: inline-block;
	width: 260px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #585858;
	line-height: 130%;
}

.subcont .wrap .bile_pole .prave .mensi .novinka .ndp{
	margin-bottom: 5px;
	font-size: 14px;
	color: #404040;
	font-weight: 600;
	line-height: 130%;
	-webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
}

.subcont .wrap .bile_pole .prave .mensi a{
	text-decoration: none;
}

.subcont .wrap .bile_pole .prave .mensi .novinka .ndp span{
	font-size: 13px;
	color: #585858;
	font-weight: 500;
}

.subcont .wrap .bile_pole .prave .mensi .novinka:hover .ndp{
	color: #00a0e2;
}

.subcont .wrap .bile_pole .prave .deleni{
	width: 100%;
	height: 1px;
	background: #a5a5a5;
	display: block;
	margin: 10px 0px;
}

.subcont .wrap .bile_pole .prave .mensi .soubor{
	width: 200px;
	padding: 15px 10px 15px 50px;
	height: 30px;
	background: #f7f7f7 url("../img/download.png") 15px center no-repeat;
	background-size: 25px;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	color: #6d6d6d;
	margin-bottom: 8px;
}

.subcont .wrap .bile_pole .prave .mensi .soubor span{
	font-size: 13px;
	display: block;
	margin-bottom: 4px;
	font-weight: 400;
	color: #434343;
}

.subcont .wrap .bile_pole .galerie{
	width: 690px;
	margin: 15px 0px;
}

.subcont .wrap .bile_pole .galerie img{
	width: 114px;
	border: 2px solid #eeeeee;
	height: 80px;
	margin: 10px;
	display: inline-block;
}

.subcont .wrap .bile_pole .galerie a{
	outline: none;
}

.subcont .wrap .bile_pole a{
	text-decoration: underline;
	color: #00a0e2;
}

.subcont .wrap .bile_pole ul{
	margin-left: 25px;
	list-style-type: disc;
}

.subcont .wrap .bile_pole ul.spaced li{
	margin-bottom: 5px;
	font-size: 15px;
}

.vice_na{
	width: 200px;
	margin: 10px 20px 10px 0px;
	display: inline-block;
	vertical-align: top;
}

.drop_down{
	width: 690px;
	font-size: 15px;
	color: #595959;
	margin: 5px 0px 18px;
}

.drop_down span{
	font-size: 17px;
	line-height: 100%;
	display: block;
	padding-left: 17px;
	background: url("../img/sipka.png") left center no-repeat;
	background-size: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	font-weight: 600;
	color: #00a0e2;
}

.drop_down div{
	width: 670px;
	padding: 0px 10px;
	text-align: justify;
}

#map{
	width: 100%;
	height: 250px;
}

.stranky a{
	padding: 0px 4px;
	display: inline-block;
	text-decoration: none;
}

.stranky .neaktivni_stranka a{
	color: #757575 !important;
}

.stranky .aktivni_stranka a{
	font-weight: 600 !important;
}

.drop_down div a{
	text-decoration: none !important;
	padding: 8px 35px;
	color: #00a0e2;
	background: white;
	display: inline-block;
	line-height: 100%;
	text-transform: uppercase;
	border-radius: 25px;
	font-size: 16px;
	border: 1px solid #00a0e2;
	-webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    margin: 10px 0px;
}

.drop_down div a:hover{
	color: white !important;
	background: #00a0e2; 
}

.sponzor{
	outline: none;
	width: 115.5px;
	height: 115.5px;
	border: 1px solid solid #eeeeee;
	-webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
    display: inline-block;
    -webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    margin: 10px;
}

.sponzor:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

