:root {
	--seda: #434246;
	--zluta: #FDB713;
}
@keyframes shake {
	0% { transform: rotate(7deg); }
	50% { transform: rotate(-7deg); }
	100% { transform: rotate(7deg); }
}
img,svg {
	max-width: 100%;
}
body, html {
	color: var(--seda);
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	height: 100%;
}
strong {
	font-weight: bold;
}
a {
	color: var(--seda);
	-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: var(--zluta);
}
.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-top: 22px;
}
header .logo {
    float: left;
	width: 275px;
	margin-bottom: 10px;
}
header .jazyky {
	position: absolute;
	top: 10px;
    right: 17px;
}
header .jazyky a {
	color: #AFAFB1;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	text-decoration: none;
	padding: 7px 4px;
}
header .jazyky a:hover {
	color: var(--zluta);
	text-decoration: underline;
}
header nav .hamburger {
	display: none;
}
header nav {
	float: right;
}
header nav > ul {
	margin: 85px 0px 0px 0px; 
}
header nav > ul > li {
	float: left;
	position: relative;
}
header nav > ul > li > a {
	display: block;
	width: auto;
	padding: 25px 20px;
	color: var(--seda);
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
}
header nav > ul > li > a:hover,
header nav > ul > li > #aktiv {
	color: var(--zluta);
	text-decoration: none;
}
header nav > ul > li > ul {
	display: none;
	position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px 0px;
    width: 280px;
	z-index: 9;
	background-color: var(--zluta);
	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: white;
    padding: 6px 30px 6px 35px;
    font-size: 16px;
	font-weight: 500;
    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: var(--seda);
}
.foto_hlavicka_uvod {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	background-image: url('/images/bg_hlavicka_uvod.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.foto_hlavicka {
	float: left;
	width: 100%;
	height: 250px;
	line-height: 250px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}
.foto_hlavicka.f1 {
	background-image: url('/images/bg_hlavicka.jpg');
}
.foto_hlavicka.f2 {
	background-image: url('/images/bg_hlavicka2.jpg');
}
.foto_hlavicka h1 {
	color: white;
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 1px;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
}
.foto_hlavicka.mensitext h1 {
	font-size: 50px;
}
	
/*************** obsah *****************/

p {
	margin-bottom: 20px;
}
.obsah {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 70px;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
}
.obsah h1 {
	display: inline-block;
	font-size: 27px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background-image: url('/images/bg_kosticka.svg');
	background-position: left bottom;
	background-repeat: no-repeat;
	line-height: 130%;
	padding: 50px 0px 4px 12px;
}
.obsah h2 {
	display: inline-block;
	font-size: 27px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: -15px;
	text-transform: uppercase;
	background-image: url('/images/bg_kosticka.svg');
	background-position: left bottom;
	background-repeat: no-repeat;
	line-height: 130%;
	padding: 50px 0px 4px 15px;
}
.obsah h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 0px;
	text-transform: none;
	line-height: 130%;
}
.obsah p {
	margin: 20px 0px;
}
.obsah p a {
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}
.obsah p a:hover {
	color: var(--zluta);
	border-bottom: 1px solid var(--zluta);
	text-decoration: none;
}
.obsah strong {
	font-weight: 600;
}
.obsah big {
	clear: both;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
}
.obsah small {
	font-size: 14px;
	line-height: 100%;
}
.obsah hr {
	width: 100%;
	height: 1px;
	border: 0px;
	color: #D4D4D4;
	background-color: #D4D4D4;
	margin: 30px 0px 35px -20px;
	}
.obsah .marker, .obsah .marker a {
	color: #3EA34F;
	font-weight: 300;
	font-size: 22px;
	line-height: 140%;
	}
.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 .vizitka {
	width: calc(50% - 20px);
	display: inline-block;
	color: white;
	background-color: rgba(28,69,135,0.9);
	line-height: 170%;
	padding: 15px 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.obsah .vizitka strong {
	color: white;
	font-size: 24px;
	font-weight: 400;
}
.obsah .vizitka a {
	color: white;
}
.rozcestnik li {
	padding: 2px 0px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;	
}
.rozcestnik li > a {
	color: var(--zluta);
}
.rozcestnik li > a:hover {
	color: #000;
}
.leva {
	float: left;
	width: 50%;
	padding-right: 26px;
}
.prava {
	float: left;
	width: 50%;
	padding-left: 30px;
}
.kontakty {
	float: left;
	width: 100%;
	clear: both;
}
.odsazeni {
	float: left;
	width: 100%;
	padding: 10px 0px 30px 15%;
}

/*************** dlazdice *****************/

.dlazdice_uvod {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -75px;
	padding-bottom: 140px;
	text-align: center;
}
.dlazdice_uvod .slogan {
	display: inline-block;
	padding: 35px 50px 28px 60px;
	background-image: url('/images/bg_tvar_seda.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 85px;
}
.dlazdice_uvod .slogan p {
	color: white;
	font-family: 'Delicious Handrawn', cursive;
	font-size: 36px;
	font-weight: 400;
	line-height: 100%;
	margin: 0px;
}
.dlazdice_uvod .slogan p strong {
	color: var(--zluta);
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	font-weight: 800;
	text-transform: uppercase;
}
.dlazdice_uvod .dlazdice {
	float: left;
	width: calc(33.33% - 1px);
	margin-right: 1px;
	text-decoration: none;
	position: relative;
	transition: all .2s ease-in-out;
}
.dlazdice_uvod .dlazdice:hover img {
	z-index: 3;
	filter: brightness(1.2);
}
.dlazdice_uvod .dlazdice img {
	width: 100%;
	float: left;
}
.dlazdice_uvod .dlazdice .popis {
	position: absolute;
	z-index: 3;
	bottom: -22px;
	left: 9%;
	width: 82%;
	text-align: center;
	background-color: var(--zluta);
	height: 44px;
	line-height: 44px;
	color: white;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

/*************** benefity *****************/

.benefity_uvod {
	float: left;
	width: 100%;
	min-height: 502px;
	background-image: url('/images/bg_benefity.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 45px;
}
.benefity_uvod .container {
	width: 840px;
}
.benefity_uvod .benefit {
	float: left;
	width: 50%;
	height: 220px;
}
.benefity_uvod .benefit:nth-of-type(1) {
	padding-left: 15px;
}
.benefity_uvod .benefit:nth-of-type(2) {
	padding-left: 10px;
}
.benefity_uvod .benefit:nth-of-type(3) {
	margin-left: -20px;
}
.benefity_uvod .benefit .ikona {
	height: 76px;
	line-height: 76px;
	margin-bottom: 15px;
}
.benefity_uvod .benefit .ikona img {
	display: inline-block;
	vertical-align: bottom;
	animation-timing-function: ease-in-out;
}
.benefity_uvod .benefit:hover img { 
	animation: shake 250ms ;
}
.benefity_uvod .benefit p:first-of-type {
	display: inline-block;
	width: 280px;
	padding: 8px 0px;
	margin: 0px;
	color: white;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background-image: url('/images/bg_skew_seda.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.benefity_uvod .benefit p {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 130%;
}

/*************** katalog *****************/

.katalog_kategorie {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: left;
}
.katalog_kategorie h3 {
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.modul {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	margin: 20px 0px;
	transition: all .2s ease-in-out;
}
.modul:hover img,
.modul:hover .nazev {
	transform: translate(0px, -7px);
	filter: brightness(1.1);
}
.modul .dph {
    width: 56px;
    height: 56px;
    background-color: rgb(66,65,69,0.85);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 14px;
	font-weight: 700;
	line-height: 120%;
}
.modul img {
	float: left;
	clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
	transition: all .2s ease-in-out;
}
.modul .nazev {
	float: left;
	width: 70%;
	height: 44px;
	line-height: 44px;
	margin-top: -22px;
	margin-left: 10%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	background-color: #FDB713;
	color: white;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.modul table,
.modul:hover table {
	width: 100%;
	color: var(--seda);
	border-spacing: 0;
    border-collapse: collapse;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	transition: all .2s ease-in-out;
}
.modul table td {
	border-bottom: 1px solid #CCC;
	padding: 5px 0px 5px 7px;
}
.modul table sup { 
	vertical-align: top; 
	position: relative; 
	top: -3px;
	font-size: 10px;
	font-weight: 800;
}
.modul table strong {
	font-weight: 700;
}
.obsah.modul_detail {
	padding-top: 55px;
}
.modul_detail .leva a img {
	float: left;
	width: calc(50% - 10px);
	margin: 10px 10px 0px 0px;
}
.modul_detail .leva a:first-of-type img {
	width: calc(100% - 10px);
}
.modul_detail .leva a:last-of-type img {
	width: calc(50% - 12px);
	border: 1px solid #D4D4D4;
}
.modul_detail table {
	font-size: 16px;
}
.modul_detail table.zluta {
	color: white;
	background-color: var(--zluta);
	font-weight: 600;
	margin-top: 10px;
}
.modul_detail table.zluta td {
	border-color: white;
}
.modul_detail table.zluta td:first-child {
	text-transform: uppercase;
}
.modul_detail table.zluta td strong {
	font-weight: 700;
	font-size: 20px;
}
.modul_detail sup {
	font-size: 11px;
}
.modul_detail .prava .info {
	width: 100%;
	background-color: #F2F2F2;
	padding: 10px 12px;
	margin: 10px 0px 10px -10px;
	font-size: 16px;
	line-height: 140%;
}

/*************** slider *****************/

.obsah.slider {
	min-height: 0px;
	padding-top: 65px;
	padding-bottom: 55px;
	text-align: center;
}
.obsah.slider h2 {
	color: #1C4587;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
}
.obsah.slider .modul {
	width: 100%;
}
.slider_foto {
	float: left;
	width: 100%;
	padding: 25px 0px 35px 0px;
}
.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: #CCC;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	transition: 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #DDD;
}
.owl-theme .owl-nav [class*=owl-] i {
	font-size: 60px;
	line-height: 40px;
	font-weight: 400;
}
.owl-theme .owl-nav .owl-prev {
	left: -44px;
}
.owl-theme .owl-nav .owl-next {
	right: -44px;
}

/*************** clanky *****************/

.clanky_uvod {
	float: left;
	width: 100%;
	padding-top: 40px;
	min-height: 828px;
	background-color: #F4F4F4;
	background-image: url('/images/bg_seda.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 170px;
}
.clanky_uvod .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: normal;
	align-content: normal;
}
.clanky_uvod h1 {
	display: inline-block;
	font-size: 27px;
	font-weight: 400;
	text-transform: uppercase;
	background-image: url('/images/bg_kosticka.svg');
	background-position: left bottom;
	background-repeat: no-repeat;
	line-height: 130%;
	padding: 50px 0px 4px 12px;
	margin-bottom: 70px;
}
.clanky_uvod h1 strong {
	font-weight: 800;
}
.clanek {
	float: left;
	width: 100%;
	transition: all .2s ease-in-out;
}
.clanek:hover {
	transform: translate(0px, -7px);
	filter: brightness(1.1);
}
.clanek:nth-of-type(2) {
	margin: 0px 72px;
}
.clanek img{
	float: left;
}
.clanek .text {
	float: left;
	width: 100%;
	height: 200px;
	padding: 20px 20px 50px 20px;
	background-color: white;
	overflow: hidden;
	margin-bottom: -20px;
}
.clanek h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0px;
}
.clanek h2 a {
	color: var(--zluta);
	text-decoration: none;
}
.clanek p {
	font-size: 17px;
	font-weight: 400;
	line-height: 110%;
	margin: 14px 0px;
}
.clanek a.tlacitko {
	display: inline-block;
	width: 155px;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	background-color: var(--seda);
	clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
}
.clanek:hover a.tlacitko {
	text-decoration: none;
	background-color: var(--zluta);
}

/*************** kontakt, dodavatele *****************/

.loga_uvod {
	float: left;
	width: 100%;
	padding: 0px;
	padding-bottom: 60px;
	min-height: 0px;
}
.kontakt_uvod {
	float: left;
	width: 100%;
	min-height: 190px;
	margin-top: -95px;
	background-color: var(--zluta);
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
.kontakt_uvod .sloupec:nth-of-type(1) {
	float: left;
	width: calc(63% - 50px);
	padding-top: 40px;
	padding-left: 100px;
}
.kontakt_uvod .sloupec:nth-of-type(1) h2 {
	color: var(--seda);
	font-family: 'Delicious Handrawn', cursive;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	margin: 0px;
}
.kontakt_uvod .sloupec:nth-of-type(1) p {
	margin: 18px 0px;
}
.kontakt_uvod .sloupec:nth-of-type(1) a {
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	line-height: 100%;
	margin-right: 40px;
}
.kontakt_uvod .sloupec:nth-of-type(1) a:hover {
	color: var(--seda);
	text-decoration: underline;
}
.kontakt_uvod .sloupec:nth-of-type(1) a span {
	display: inline-block;
	background-position: left center;
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding: 2px 0px 3px 20px;
}
.kontakt_uvod .ikona_tel {
	background-image: url('/images/ikona_tel_bila.svg');
}
.kontakt_uvod .ikona_mail {
	background-image: url('/images/ikona_mail_bila.svg');
}
.kontakt_uvod .sloupec:nth-of-type(2) {
	float: left;
	width: 50px;
	padding-top: 10px;
}
.kontakt_uvod .sloupec:nth-of-type(2) img {
	display: block;
	width: 40px;
	margin: 13px 0px;
	animation-timing-function: ease-in-out;
}
.kontakt_uvod .sloupec:nth-of-type(2) img:hover {
	animation: shake 300ms ;
}
.kontakt_uvod .sloupec:nth-of-type(3) {
	float: left;
	width: 37%;
	text-align: right;
	padding-top: 70px;
	padding-right: 60px;
}
.kontakt_uvod .sloupec:nth-of-type(3) a {
	display: inline-block;
	padding: 0px 30px;
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	background-color: var(--seda);
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
.kontakt_uvod .sloupec:nth-of-type(3) a:hover {
	color: var(--seda);
	background-color: white;
}
.dodavatele {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.dodavatele img {
	max-width: 17%;
	margin: 0px 2.5%;
	transition: all .3s ease-in-out;
}
.dodavatele 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);
}

/*************** paticka *****************/

footer {
	float: left;
	width: 100%;
	background-color: #242021;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 17px;
	font-weight: 300;
	background-image: url('/images/bg_paticka.png');
	background-repeat: no-repeat;
	background-position: 71% top;
}
footer .sloupec {
	float: left;
	position: relative;
	width: 33.33%;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: none;
}
footer p {
	margin: 10px 0px;
	line-height: 150%;
}
footer p.nadpis {
	color: var(--zluta);
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 400;
}
footer strong {
	font-weight: 600;
}
footer .sloupec.logo {
	width: 43%;
	padding-top: 8px;
}
footer .sloupec.logo img {
	width: 255px;
}
footer .sloupec.adresa {
	width: 30%;
	padding-top: 26px;
}
footer .sloupec.adresa img {
	height: 32px;
	margin-top: 7px;
	margin-right: 7px;
}
footer .sloupec.kontakt {
	width: 27%;
	padding-top: 26px;
}
footer .sloupec p span {
	display: inline-block;
	background-position: left center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	padding-left: 32px;
}
footer .ikona_tel {
	background-image: url('/images/ikona_tel.png');
}
footer .ikona_mobil {
	background-image: url('/images/ikona_mobil.png');
}
footer .ikona_mail {
	background-image: url('/images/ikona_mail.png');
}

/*************** doplnky *****************/

.seda {
	background-color: #F4F4F4;
	background-image: url('/images/bg_seda.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}
#statistiky {
	display: none;
	margin-top: 15px;
}
#statistiky img {
	width: 88px;
	height: 60px;
}
.fb-like {
	float: right;
	margin-top: 30px;
}
.mapa {
	float: left;
	width: 100%;
	height: 290px;
	border: none;
	margin: 0px;
}
.sloupec-3 {
	float: left;
	width: 33.33%;
}
.fotogalerie_kategorie {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.galerie {
	float: left;
	width: 100%;
	margin-top: 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 {
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
	transform: translate(0px, -6px);
}	
.album {
	float: left;
	width: 33.33%;
	padding: 5px 17px 12px 0px;
	text-align: center;
}
.galerie .album {
	padding-bottom: 5px;
}
.album .nazev {
	float: left;
	width: 100%;
	height: 50px;
}
.album h3 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 9px;
	line-height: 130%;
	text-transform: uppercase;
}
.album h3 a {
	text-decoration: none;
	color: var(--seda)
}
.album h3 a:hover {
	text-decoration: none;
	color: var(--zluta)
}
.album img {
	width: auto;
	height: auto;
}
.foto_box {
	float: left;
	position: relative;
	width: 25%;
	margin-bottom: -9px;
	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: 7px;
}
.pdf_box {
	width: calc(20% - 15px);
	display: table-cell;
	float: left;
	vertical-align: top;
	margin: 20px 15px 0px 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 {
	float: left;
	width: 100%;
	height: 60px;
	margin: 8px 0px;
	line-height: 130%;
	font-size: 15px;
	font-weight: 400;
}
.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: translate(0px, -6px);
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
}
.tabulka,
.modul_detail table {
	text-align: left;
	table-layout: fixed;
	margin-left: -10px;
	margin-top: 0px;
	line-height: 130%;
}
.tabulka td,
.tabulka th,
.modul_detail table td {
	border-bottom: 1px solid #D4D4D4;
	padding: 10px 30px 10px 10px;
}
.tabulka td strong,
.tabulka th strong,
.modul_detail table td strong {
	font-weight: 600 !important;
}
.tabulka50 {
	width: 100%;
	text-align: left;
	table-layout: fixed;
	margin-top: 20px;
}
.tabulka50 td {
	vertical-align: top;
	padding: 10px 0px;
}
.tabulka50 td:first-child {
	padding-right: 20px;
}
.tabulka50 td:last-child {
	padding-left: 20px;
}
footer img.realizace {
	float: right;
	width: 100px;
	margin-top: -60px;
	margin-right: 50px;
}

/*************** formular *****************/

.formular {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
.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: #F8F8F8;
	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: #F8F8F8;
	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(--zluta);
	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(--seda);
	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;
}

/*************** CookieYes *****************/

body .cky-consent-container,
body .cky-consent-container.cky-box-bottom-left {
	bottom: 50%;
	left: calc(50% - 220px);
	z-index: 999999999;
}

body .cky-consent-container::before,
body .cky-consent-container.cky-box-bottom-left::before {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #00000070;
}

@media all and (max-width:440px) {
body .cky-consent-container.cky-box-bottom-left {
	left: 0;
}
}

body .cky-consent-container.cky-box-bottom-left .cky-preference-center .cky-prefrence-btn-wrapper button.cky-btn.cky-btn-reject {
	display: none;
}