img,svg {
	max-width: 100%;
}
body, html {
	color: #333;
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
	height: 100%;
}
strong {
	font-weight: bold;
}
a {
	color: #333;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
a:hover {
	text-decoration: underline;
	color: #0094DA;
}
.container {
	width: 1170px;
	margin: auto;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.center {
	text-align: center;
}

header {
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-top: 8px solid #0094DA;
}

header .logo {
	display: block;
    width: 178px;
    float: left;
	margin-top: 2px;
}

header nav .hamburger {
	display: none;
}
header nav {
	float: right;
	margin-top: 0px;
}
header nav > ul {
	margin: 0px; 
}
header nav > ul > li {
	float: left;
	position: relative;
}
header nav > ul > li:first-of-type {
	margin: 0px;
}
header nav > ul > li > a {
	display: block;
	color: #9E9D9C;
	padding: 20px 0px;
	margin: 0px 12px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
}
header nav > ul > li > a:hover, 
header nav > ul > li > #aktiv  {
	color: #0094DA; 
	text-decoration: none;
	background-image: url('../images/bg_menu_aktiv.png');
	background-repeat: repeat-x;
	background-position: left 38px;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
}
header nav > ul > li > ul {
	display: none;
	position: absolute;
    top: 100%;
    left: 0px;
    padding: 15px 0px;
    width: 250px;
	z-index: 9999;
	background-color: rgba(0, 148, 218, 0.85);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
header nav > ul > li:hover > ul {
	display: block;
}
header nav > ul > li > ul li a {
	display: block;
    color: #FFF;
    padding: 7px 0px 7px 28px;
    font-size: 14px;
	font-weight: 700;
    text-decoration: none;
	text-transform: uppercase;
	line-height: 130%;
}
header nav > ul > li > ul li a:hover,
header nav > ul > li > ul li #akt {
	color: #C1EBFF;
	text-decoration: underline;
}

.foto_hlavicka {
	float: left;
	width: 100%;
	height: 395px;
}

.bxslider, #bxslider {
	padding: 0px;
	margin: 0px;
}

.foto_hlavicka .foto1 { width:100%; height:395px; background:url('../images/slide1.jpg') top center no-repeat; }
.foto_hlavicka .foto2 { width:100%; height:395px; background:url('../images/slide2.jpg') top center no-repeat; }
.foto_hlavicka .foto3 { width:100%; height:395px; background:url('../images/slide3.jpg') top center no-repeat; }

.foto_hlavicka_obsah {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9998;
	text-align: center;
}
.foto_hlavicka_obsah .slogan {
	margin-top: 105px;
	margin-bottom: 10px;
	}
.foto_hlavicka_obsah .tel {
	color: #EEE;
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
	padding: 13px 15px;
	text-decoration: none;
	background: #2389D1;
	background: -moz-linear-gradient(left, #209DD9 0%, #0972B7 100%);
	background: -webkit-linear-gradient(left, #209DD9 0%, #0972B7 100%);
	background: linear-gradient(to right, #209DD9 0%, #0972B7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209DD9', endColorstr='#0972B7',GradientType=1 );
	}
.foto_hlavicka_obsah .tel:hover {
	background: #1F9CD8;
	}
.foto_hlavicka_obsah .tel img {
	margin-right: 2px;
	margin-bottom: -4px;
	}
	
/*************** obsah *****************/

p {
	margin-bottom: 20px;
}

.obsah {
	float: left;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 50px;
	font-size: 20px;
	font-weight: 300;
	line-height: 140%;
	color: #333;
}
.obsah h1 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #0094DA;
	font-size: 34px;
	font-weight: 700;
	line-height: 130%;
}
.obsah h2 {
	margin-top: 35px;
	margin-bottom: 15px;
	color: #0094DA;
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
}
.obsah p {
	margin: 20px 0px;
}
.obsah strong {
	font-weight: 600;
	color: #474745;
}
.obsah big {
	clear: both;
	color: #444;
	font-size: 24px;
	font-weight: 300;
}
.obsah hr {
	width: 100%;
	height: 1px;
	border: 0px;
	color: #D4D4D4;
	background-color: #D4D4D4;
	margin: 30px 0px 35px -20px;
	}
.obsah .marker, .obsah .marker a:link, .obsah .marker a:visited {
	color: #0094DA;
	font-weight: 300;
	font-size: 22px;
	line-height: 140%;
	}
.obsah p a {
	color: #0098D9;
	text-decoration: none !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
	}
.obsah p a:hover {
	color: #333;
	text-decoration: none !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
	}
.obsah ul {
	list-style: disc outside none;
	margin: 25px 0px 35px 50px;
}
.obsah ol {
	list-style: decimal outside none;
	margin: 0px 0px 20px 35px;
}
.obsah ul li {
	list-style-image: url('../images/kosticka.png');
	padding-left: 5px;
	margin-bottom: 7px;
}
.obsah ol li {
	margin-bottom: 7px;
	padding-left: 3px;
}
.obsah .kontakt {
	width: calc(33.33% - 20px);
	display: inline-block;
	border: 1px solid #D2D2D2;
	line-height: 160%;
	padding: 20px 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.obsah .kontakt strong {
	color: #333;
	font-size: 22px;
	font-weight: 300;
}

.obsah.uvod {
	
}

.rozcestnik li {
	padding: 2px 0px;
	font-weight: 600;
	font-size: 18px;
	text-transform: none;
	margin: 0px;	
}
.rozcestnik li > a {
	color: #00A0E3;
}
.rozcestnik li > a:hover {
	color: #555;
}

.leva {
	float: left;
	width: 50%;
	padding-right: 45px;
	margin-top: -15px;
}
.prava {
	float: left;
	width: 50%;
	margin-top: -15px;
}

footer {
	float: left;
	width: 100%;
	color: #B3AEAE;
	background-color: #3D3D3B;
	font-size: 17px;
	padding: 40px 0px;
	line-height: 150%;
}
footer .sloupec {
	float: left;
	position: relative;
	width: 25%;
}
footer a {
	color: #B3AEAE;
	text-decoration: none;
}
footer a:hover {
	color: #009BDF;
	text-decoration: underline;
}
footer p {
	margin-top: 6px;
	margin-bottom: 10px;
	line-height: 140%;
}
footer strong {
	font-weight: 600;
}
footer .sloupec .nadpis {
	color: #0098D9;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 12px;
}
footer .sloupec.logo {
	width: 40%;
	padding-top: 5px;
}
footer .sloupec.firma {
	width: 22%;
}
footer .sloupec.kontakt {
	width: 22%;
}
footer .sloupec.realizace {
	width: 16%;
	text-align: center;
}
footer .sloupec.realizace img {
	margin: 6px 0px 0px 3px;
}

/*************** dlazdice *****************/

.dlazdice {
	float: left;
	width: 100%;
	background-color: #EEE;
	background-image: url('../images/bg_pas_kategorie.png');
	background-repeat: repeat;
	padding: 30px 0px;
}
.dlazdice a {
	float: left;
	display: block;
	width: calc(20% - 30px);
	height: 200px;
	line-height: 200px;
	margin: 0px 15px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	transition: 0.3s;
	background: #2389D1;
	background: -moz-linear-gradient(left, #209DD9 0%, #0971B7 100%);
	background: -webkit-linear-gradient(left, #209DD9 0%, #0971B7 100%);
	background: linear-gradient(to right, #209DD9 0%, #0971B7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209DD9', endColorstr='#0971B7',GradientType=1 );
}
.dlazdice a:hover {
	padding-top: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	height: 220px;
}

.dlazdice a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 120%;
	padding: 0px 28px;
}

.seda {
	background-color: #EEE;
}

.modra {
	background-color: #0094DA;
	color: #F3F3F3;
}
.modra h1,
.modra h2 {
	color: #F3F3F3;
}

/*************** uvod *****************/

.vyhody {
	width: 100%;
	margin-top: 15px;
}
.vyhody td, .vyhody th {
	padding: 0px 25px 0px 0px;
	vertical-align: top;
	min-width: 102px;
}
.vyhody p {
	margin: 15px 0px;
}
.vyhody img {
	margin-top: 20px;
}

.montaznici {
	float: left;
	width: 100%;
	text-align: center;
}

.montaznici img {
	margin-top: 45px;
	margin-bottom: -15px;
	position: relative;
	z-index: 2;
}

/*************** slider reference*****************/

.slider_foto {
	float: left;
	width: 100%;
	padding: 0px;
}
.slider_foto a {
	display: block;
	transition: 0.3s;
	filter: brightness(1);
}
.slider_foto a:hover {
	filter: brightness(115%);
}
.slider_foto a img {
	display: block;
	width: 100%;
}

.owl-theme .owl-nav {
	margin: 0px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #EDE8DE;
	opacity: 0.5;
	width: 15px;
	height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FFF;
	opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border-radius: 0px;
	color: #AAA;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	transition: 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #AF1F24;
}
.owl-theme .owl-nav [class*=owl-] i {
	font-size: 78px;
	line-height: 40px;
	font-weight: 400;
}
.owl-theme .owl-nav .owl-prev {
	left: -54px;
}
.owl-theme .owl-nav .owl-next {
	right: -54px;
}

/*************** aktuality *****************/

.aktuality {
	float: left;
	width: 100%;
	background-color: #F4F4F4;
	padding: 200px 0px 30px 0px;
	text-align: center;
}
.aktuality .slider {
	padding: 0px 45px;
}
.aktuality .item {
	padding: 0px 30px;
}
.aktuality .item > h3 {
	margin: 0px 0px 15px 0px;
}
.aktuality .item > h3 a {
	color: #00A0E3;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 130%;
}
.aktuality .item > h3 a:hover {
	text-decoration: underline;
	color: #333;
}
.aktuality .item > p {
	color: #222;
	font-size: 18px;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.aktuality .item > p > a {
	color: #222;
	text-decoration: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0px;
	margin-bottom: 5px;
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 0px;
}
.owl-theme .owl-nav{
	margin: 0px;
}
.owl-theme .owl-dots .owl-dot span{
	background-color: #AAA;
	width: 13px;
	height: 13px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #00A0E3;
}
.owl-theme .owl-nav [class*=owl-]{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border-radius: 0px;
	color: #CCC;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	transition: 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background-color: transparent;
	color: #404041;
}
.owl-theme .owl-nav [class*=owl-] i{
	font-size: 70px;
	line-height: 40px;
}
.owl-theme .owl-nav .owl-prev{
	left: -45px;
}
.owl-theme .owl-nav .owl-next{
	right: -45px;
}

/*************** doplnky *****************/

#statistiky {
	display: none;
	margin-top: 15px;
}
#statistiky img {
	width: 88px;
	height: 60px;
}

.sloupec-3 {
	float: left;
	width: 33.33%;
}

.galerie {
	float: left;
	width: 100%;
	margin-left: -8px;
	margin-top: 15px;
	margin-bottom: 20px;
	clear: both;
}
.galerie img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.galerie img:hover {
	transform: scale(0px, -6px);
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
}	

.album {
	float: left;
	padding: 5px 10px 18px 7px;
	width: 25%;
	text-align: center;
}
.album h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 8px;
	text-transform: none;
}
.album h3 a {
	text-decoration: none;
	color: #333;
}
.album h3 a:hover {
	text-decoration: none;
	color: #00A0E3;
}
.album img {
	width: auto;
	height: auto;
}

.foto_box {
	float: left;
	position: relative;
	width: 25%;
	margin-bottom: -5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	}
.foto_box_inner {
	float: left;
	padding: 10px;
	}
		
	
.pdf_box {
	width: 25%;
	display: table-cell;
	float: left;
	vertical-align: top;
	margin: 0px 15px 15px 0px;
	box-sizing: border-box;
	text-align: center;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.pdf_box_nazev {
	margin: 10px 0px;
	line-height: 130%;
}
.pdf_box img {
	width: 100%;
	border: 1px solid #DDD;
	box-sizing: border-box;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.pdf_box img:hover {
	transform: scale(0px, -6px);
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
}

.tabulka {
	text-align: left;
	table-layout: fixed;
	margin-left: -10px;
	margin-top: 0px;
}
.tabulka td, .tabulka th {
	border-bottom: 1px solid #D4D4D4;
	padding: 10px 30px 10px 10px;
}
.tabulka td strong, .tabulka th strong {
	font-size: 18px;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #00A0E3;
}
.tabulka tr:nth-child(odd) {
}

/*************** formular *****************/

.formular {
	padding: 5px 0px;
}
.formular input[type=text],
.formular select,
.formular option {
	margin-bottom: 10px;
	width: 33%;
	padding: 10px;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	color: #666;
}
.formular textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	color: #666;
}
.formular input[type=submit] {
	width: 33%;
	margin-top: 10px;
	padding: 12px;
	border: none;
	background-color: #242424;
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.formular input[type=submit]:hover {
	background-color: #EF4124;
	color: #FFF;
}
p.form_info {
	width: 100%;
	font-size: 15px;
	line-height: 130%;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 12px;
	padding: 0px;
}
.hlaska {
	text-align: center;
	background-color: #F9FAFB;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #DC1320;
	font-size: 18px;
	font-weight: 500;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px gray;
	-moz-box-shadow: 0px 0px 10px gray;
	-webkit-box-shadow: 0px 0px 10px gray;
}
