:root {
	--modra: #0072B9;
	--cervena: #FE0000;
	--zelena: #5BAB9C;
}
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: #0072B9;
	-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: #FE0000;
}
.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%;
	background-color: #FFF;
	padding-top: 15px;
}

header .logo {
	display: block;
    width: 220px;
    float: left;
	margin-top: 30px;
}

.jazyky {
	position: absolute;
	top: 0px;
    right: 25px;
}
.jazyky a:link, .jazyky a:visited {
	color: #0072B9;
	font-size: 15px;
	font-weight: 400;
	line-height: 100%;
	text-decoration: none;
	padding: 5px;
	margin-left: 2px;
}
.jazyky a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #0072B9;
}
.jazyky #aktiv3 {
	color: #FFF;
	text-decoration: none;
	background-color: #0072B9;
}
	
header nav .hamburger {
	display: none;
}
header nav {
	float: right;
	margin-top: 42px;
	margin-bottom: 20px;
}
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;
	padding: 25px 15px;
	color: #424E5E;
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
}

header nav > ul > li > a:hover, 
header nav > ul > li > #aktiv  {
	color: #FE0000; 
	text-decoration: none;
}
header nav > ul > li > ul {
	display: none;
	position: absolute;
    top: 100%;
    left: 0px;
    padding: 15px 0px;
    width: 300px;
	z-index: 9;
	background-color: #FFF;
	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;
    background-color: white;
    color: #424E5E;
    padding: 7px 0px 7px 55px;
    font-size: 16px;
	font-weight: 400;
    text-decoration: none;
	text-transform: uppercase;
	line-height: 130%;
	background-image: url('../images/sipka.png');
	background-position: 30px 50%;
    background-repeat: no-repeat;
}
header nav > ul > li > ul li a:hover {
	color: #E3151B;
	background-position: 33px 50%;
}

.foto_hlavicka {
	float: left;
	width: 100%;
	height: 450px;
	background-image: url('../images/foto_hlavicka.jpg');
	background-position: center bottom;
    background-repeat: no-repeat;
}
.foto_hlavicka_ostatni {
	float: left;
	width: 100%;
	height: 250px;
	background-image: url('../images/foto_hlavicka.jpg');
	background-position: center bottom;
    background-repeat: no-repeat;
}

/*************** dlazdice *****************/

.kategorie {
    float: left;
	width: 100%;
	margin-top: -85px;
    position: relative;
	z-index: 2;
}
.kategorie a {
	float: left;
	width: 25%;
	display: block;
	height: 170px;
	line-height: 170px;
	text-align: center;
	color: #FFF;
	background-color: #0072B9;
	text-decoration: none;
	transition: 0.3s;
}
.kategorie a:nth-child(2n) {
	background-color: #0F82CA;
}
.kategorie a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 120%;
	padding: 0px 40px;
}
.kategorie a:hover {
	padding-top: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	height: 190px;
}

/*************** slider *****************/

.slider_foto{
	padding: 18px 55px 0px 55px;
	margin-bottom: -25px;
}
.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: #D4C469;
	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: #2288C8;
	opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border-radius: 0px;
	color: #E9E9E9;
	position: absolute;
	top: 50%;
	margin-top: -62px;
	transition: 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background-color: transparent;
	color: #757575;
}
.owl-theme .owl-nav [class*=owl-] i{
	font-size: 74px;
	line-height: 40px;
	font-weight: 700;
}
.owl-theme .owl-nav .owl-prev{
	left: -54px;
}
.owl-theme .owl-nav .owl-next{
	right: -54px;
}

/*************** uvod *****************/

.ikony {
	text-align: center;
}
.ikona {
	display: inline-block;
	height: 80px;
	line-height: 80px;
}
.ikona img {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.ikona img:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform:  rotate(360deg);
	}
.ikona span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 100%;
	padding-left: 10px;
	padding-right: 50px;
}

.blok {
	float: left;
	margin-top: 40px;
	margin-left: 54px; 
	background-color: #FFF;
	-webkit-box-shadow: -10px 34px 74px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: -10px 34px 74px 0px rgba(0,0,0,0.32);
	box-shadow: -10px 34px 74px 0px rgba(0,0,0,0.32);
}
.blok .text {
	float: left;
	width: calc(100% - 500px);
}
.blok .video {
	float: right;
	width: 500px;
	height: 375px;
	overflow: hidden;
}
.obsah .blok h1 {
	display: block;
	width: 370px;
	height: 121px;
	margin: 23px 0px 10px -54px; 
	background-image: url('../images/stuha.png');
    background-repeat: no-repeat;
	text-transform: none;
	text-align: left;
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	padding-left: 110px;
	padding-top: 31px;
}
.obsah .blok p {
	font-size: 21px;
	font-weight: 300;
	color: #424E5E;
	padding-left: 55px;
	padding-right: 35px;
	margin-top: 0px;
	line-height: 130%;
}

/*************** aktuality *****************/

.aktuality {
	float: left;
	width: 100%;
	background-color: #F0F0F0;
	padding: 80px 0px 35px 0px;
	text-align: center;
}
.aktuality .slider {
	padding: 0px 45px;
}
.aktuality h2 {
	color: #4D4D4D;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 110%;
}
.aktuality .item {
	padding: 0px 30px;
}
.aktuality .item > h3 {
	margin: 0px 0px 15px 0px;
}
.aktuality .item > h3 a {
	color: #11316F;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #11316F;
	padding-bottom: 1px;
	line-height: 130%;
}
.aktuality .item > h3 a:hover {
	text-decoration: none;
	color: #FFCB08;
	border-color: #FFCB08;
}
.aktuality .item > p {
	color: #4D4D4D;
	font-size: 18px;
	line-height: 120%;
	margin: 0px;
}
.aktuality .item > p > a {
	color: #4D4D4D;
	text-decoration: none;
}
.aktuality .tlacitko {
	margin-top: 35px;
    display: inline-block;
    color: #555;
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid #9F9F9F;
    text-decoration: none;
    padding: 13px 0px 11px 0px;
    max-width: 250px;
}
.aktuality .tlacitko:hover {
	color: #FFF;
	background-color: #FFCB08;
	border-color: #FFCB08;
}


/*************** obsah *****************/

p {
	margin-bottom: 20px;
}

.obsah {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
}
.obsah.uvod {
	padding-top: 80px;
}
.obsah h1 {
	color: #333;
	font-size: 30px;
	font-weight: 300;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 160%;
}
.obsah h2 {
	color: #0072B9;
	font-size: 22px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 130%;
	text-transform: uppercase;
}
.obsah p {
	margin: 20px 0px;
}
.obsah strong {
	font-weight: 600;
}
.obsah big {
	font-size: 22px;
	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: #D4C469;
	font-weight: 400;
	}
.obsah ul {
	list-style: disc outside none;
	margin: 25px 0px 30px 25px;
}
.obsah ol {
	list-style: decimal outside none;
	margin: 0px 0px 20px 35px;
}
.obsah ul li {
	list-style-image: url('../images/hvezdicka.png');
	padding-left: 3px;
	margin-bottom: 10px;
}
.obsah ol li {
	margin-bottom: 7px;
	padding-left: 3px;
}

.rozcestnik li {
	padding: 2px 0px;
	font-weight: 600;
	font-size: 18px;
	text-transform: none;
	margin: 0px;	
}
.rozcestnik li > a {
	color: #0072B9;
	
}

.seda {
	background-color: #F2F2F2;
}
	
.leva {
	float: left;
	width: 50%;
	padding-right: 45px;
	margin-top: -15px;
}
.prava {
	float: left;
	width: 50%;
	margin-top: -15px;
}

.uvod .leva {
	float: left;
	width: 60%;
	padding-right: 45px;
	margin-top: -15px;
}
.uvod .prava {
	float: left;
	width: 40%;
	margin-top: -15px;
}

.aktualita {
	float: left;
	width: 100%;
	background-color: #F3F3F3;
	padding: 20px;
	margin: 10px 0px;
	border-left: 8px solid #FFCB08;
}
.aktualita h3 a {
	color: #11316F;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #11316F;
	padding-bottom: 1px;
	line-height: 130%;
}
.aktualita h3 a:hover {
	text-decoration: none;
	color: #FFCB08;
	border-color: #FFCB08;
}
.aktualita_zpet a {
	text-decoration: underline;
}

footer {
	float: left;
	width: 100%;
	background-color: #2A2A2A;
	color: #FFF;
	padding: 35px 0px;
	font-size: 17px;
	font-weight: 200;
}
footer .sloupec {
	float: left;
	position: relative;
	width: 33%;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #0F82CA;
	text-decoration: underline;
}
footer p {
	margin-top: 6px;
	margin-bottom: 5px;
	line-height: 130%;
}
footer .sloupec .nadpis {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}
footer .sloupec.logo {
	width: 30%;
	text-align: right;
}
footer .sloupec.firma {
	width: 35%;
	
}
footer .sloupec.kontakt {
	width: 35%;
	
}
footer .realizace  {
	margin-top: 23px;
	font-size: 16px;
}
footer .realizace a {
	color: #999;
}

/*************** produkty *****************/

.produkt-list {
	float: left;
	width: 100%;
	margin: 0px 0px 30px -15px;
	text-align: center;
}
.produkt {
	float: left;
	margin: 10px;
	width: calc(25% - 20px);
	text-align: center;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.produkt.slide {
	padding: 0px 0px;
	width: 100%;
	margin: 0px;
}
.produkt:nth-of-type(4n + 1) {
	clear: both;
}
.produkt .text {
	float: left;
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-bottom: 7px;
	padding: 0px 10px;
}
.produkt h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 10px;
	line-height: 130%;
}
.produkt.slide h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 0px 10px;
	line-height: 130%;
}
.produkt h3 a {
	color: black;
	text-decoration: none;
}
.produkt h3 a:hover {
	text-decoration: underline;
}
.produkt p {
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	line-height: 130%;
	padding: 0px 10px;
}
.produkt p.cena {
	font-size: 18px;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 2px;
	line-height: 130%;
}
.produkt .foto {
	float: none;
	display: inline-block;
	width: 100%;
	height: 250px;
	line-height: 250px;
	text-align: center;
	margin-bottom: 25px;
	padding: 15px 20px 0px 20px;
}
.produkt .foto img {
	width: auto;
	height: auto;
	max-height: 225px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.produkt .tl_detail {
	display: inline-block;
	width: calc(100% - 40px);
	padding: 8px 0px;
	background-color: var(--modra);
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	margin-top: 15px;
}
.produkt .tl_detail:hover {
	background-color: var(--cervena);
}

/*************** detail produktu *****************/

.detail {
	padding-top: 55px;
}
.detail .leva {
	width: 45%;
	text-align: center;
	padding-top: 40px;
}
.detail .prava {
	float: right;
	width: calc(55% - 50px);
}
.detail .leva img {
	max-width: 100%;
}
.detail .leva .owl-detail {
	border: 1px solid #d8d8d8;
	text-align: center;
}
.detail h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 130%;
}
.detail h2 {
	display: block;
	padding: 0px 0px 15px 0px;
	margin-left: 0px;
}
.detail .skladem {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.detail .skladem.ano {
	color: var(--zelena);
}
.detail .skladem.ne {
	color: var(--cervena);
}
.detail .varskladem {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}
.detail .varskladem.ano {
	color: var(--zelena);
}
.detail .varskladem.ne {
	color: var(--cervena);
}
.detail .cena {
	float: left;
	width: 50%;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	padding: 15px 0px;
	margin-top: 15px;
}
.detail .cena strong {
	font-size: 24px;
	font-weight: 500;
}
.detail .cena small {
	font-size: 16px;
}
.detail .cena span {
	color: #777;
	font-weight: 300;
	margin-right: 8px;
	padding: 0px 3px;
	position: relative;
}
.detail .cena span:before {
	position: absolute;
	z-index: 2;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
.detail a.koupit {
	width: 50%;
	float: right;
	color: #FFF;
	background-color: var(--modra);
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 0px;
	margin-top: 25px;
}
.detail a.koupit:hover {
	background-color: var(--cervena);
}
.detail table.varianty {
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.detail .koupit_varianta {
	display: inline-block;
	color: #FFF;
	background-color: var(--modra);
	border: none;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 10px;
}
.detail .koupit_varianta:hover {
	background-color: var(--cervena);
}
.detail .dostupnost {
	display: inline-block;
	width: 33.33%;
	background-color: #EEE;
	color: #555;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0px;
	margin: 20px 0px;
}
.detail table {
	width: 100%;
	text-align: left;
	table-layout: auto;
	margin: 20px 0px 45px -8px;
	font-size: 16px;
	line-height: 130%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.detail table td {
	border-bottom: 1px solid #E0E0E0;
}
.detail table td {
	padding: 10px 0px 10px 8px;
}
.detail table td p {
	margin: 0px;
}
.detail table td:first-child {
	font-weight: 600;
}
.detail table.varianty td:first-child {
	font-weight: normal;
}

/************ formulare  **************/

#objednavka {
	float: left;
	width: 100%;
	padding-top: 15px;
	}
#objednavka h2 {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 30px;
	}
.objednavka-wrap {
	float: left;
	width: 100%;
	padding: 
}
.dodaci_adresa_form {
	margin-bottom: 15px;
	}
.dodaci_adresa {
	cursor: pointer;
	}
.hlaska {
	text-align: center;
	background-color: #CC1625;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 200%;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	box-shadow: 0px 0px 10px gray;
	-moz-box-shadow: 0px 0px 10px gray;
	-webkit-box-shadow: 0px 0px 10px gray;
	}
.objednavka-wrap input[type=text] {
	margin-bottom: 10px;
	width: 100%;
	padding: 13px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}
.objednavka-wrap select {
	padding: 5px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	-webkit-appearance: none;
}
.objednavka-wrap textarea {
	margin-bottom: 10px;
	width: 100%;
	height: 207px;
	padding: 13px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}
.objednavka-wrap input[type=submit] {
	width: 100%;
	padding: 15px 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: none;
	background-color: var(--zelena);
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.objednavka-wrap input[type=submit]:hover {
	background-color: black;
}
	
/*************** nakupni kosik ***************/

.tabulka_kosik {
	width: 100%;
	text-align: left;
	table-layout: auto;
	margin: 5px 0px 40px -8px;
	font-size: 17px;
	}
.tabulka_kosik td {
	border-bottom: 1px solid #E0E0E0;
	}
.tabulka_kosik td {
	padding: 10px 0px 10px 8px;
	}
.tabulka_kosik strong {
	font-weight: 600;
	color: black;
	}
.tabulka_kosik img {
	margin: 0px 20px -3px 1px;
	opacity: 0.6;
    filter: alpha(opacity=60);
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
	}
.tabulka_kosik img:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);
	}
.tabulka_kosik input[type="radio"]:checked+label {
	font-weight: 400;
	}
.tabulka_kosik .pocet_ks {
	width: 65px;
	padding: 5px;
	font-weight: 400;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 15px;
}
.kosik_celkem {
	float: left;
	width: 100%;
	text-decoration: none;
	text-align: center;
    font-size: 22px;
	font-weight: 600;
	line-height: 150%;
	margin-top: 25px;
	margin-bottom: 35px;
	border: 2px solid black;
	background-color: #F2F2F2;
	padding: 15px 20px;
}
.kosik_doprava {
	text-align: center;
	color: #0C2448;
	font-size: 16px;
	font-weight: 600;
	line-height: 170%;
}
.kosik_doprava strong {
	color: #0C2448;
	font-weight: 700;
}
.tlacitko_kosik {
	display: inline-block;
	padding: 10px 20px;
	color: #FFF !important;
	background-color: var(--modra);
	text-decoration: none !important;
    font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.tlacitko_kosik:hover {
	color: #FFF;
	background-color: #2A3E4E !important;
	text-decoration: none !important;
}
	
.owl-theme.owl-detail .owl-nav{
	margin: 0px;
}
.owl-theme.owl-detail .owl-nav [class*=owl-]{
	font-size: 60px;
	position: absolute;
	top: 50%;
	margin: -23px 0px 0px 0px;
	outline: 0;
}
.owl-theme.owl-detail .owl-nav [class*=owl-]:hover{
	background-color: transparent;
	color: var(--zelena);
}
.owl-theme.owl-detail .owl-nav [class*=owl-] span{
	font-size: 60px;
    height: 26px;
    display: block;
	line-height: 15px;
}
.owl-theme.owl-detail .owl-nav [class*=owl-].owl-prev{
	left: -47px;
}
.owl-theme.owl-detail .owl-nav [class*=owl-].owl-next{
	right: -47px;
}
.owl-theme.owl-detail .owl-dots .owl-dot span{
	border-radius: 0px;
	width: 13px;
	height: 13px;
	margin-top: 32px;
	background-color: #CCC;
}
.owl-theme.owl-detail .owl-dots .owl-dot.active span, .owl-theme.owl-detail .owl-dots .owl-dot:hover span {
	background-color: var(--modra);
}

/*************** doplnky *****************/

#statistiky {
	display: none;
	margin-top: 15px;
}
#statistiky img {
	width: 88px;
	height: 60px;
}

.sloupec-3 {
	float: left;
	width: 33.33%;
}

.galerie {
	margin-left: -10px;
	margin-top: 0px;
	clear: both;
}
.polozky {
	margin-left: -3px;
	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);
}
	
.foto_box {
	float: left;
	position: relative;
	width: 25%;
	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: #2288C8;
}
.tabulka tr:nth-child(odd) {
}


/*************** formular *****************/

.formular {
	float: left;
	width: 100%;
	padding: 30px 0px 70px 0px;
	background-color: #F8F8F8;
}
.formular input[type=text],
.formular input[type=number],
.formular select {
	margin: 0px 5px 10px 0px;
	width: calc(50% - 12px);
	padding: 15px;
	border: 1px solid #E4E8E9;
	background-color: white;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.formular option,
.formular option[value=""][disabled],
.formular option[value=""][selected] {
	color: #222;
}
.formular select:required:invalid {
	color: #222;
}
.formular input::placeholder {
    opacity: 1;
    color: #222;
}
.formular textarea {
	width: calc(100% - 12px);
	height: 130px;
	padding: 10px;
	border: 1px solid #E4E8E9;
	background-color: white;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.formular input[type=submit] {
	width: calc(33.33% - 12px);
	margin-top: 10px;
	padding: 15px;
	border: none;
	background-color: var(--modra);
	color: white;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
	-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: var(--cervena);
	color: #FFF;
}
p.form_info {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 12px;
	padding: 0px 13px;
}
.hlaska {
	text-align: center;
	background-color: #b3000f;
	padding: 8px 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}