:root {
	--bezova: #f6e5d3;
	--seda: #282828;
	--ruzova: #ea998e;
	--oranzova: #f7ad7e;
	--tmaveruzova: #B96B6E;
}
@keyframes shake {
	0% { transform: rotate(2deg); }
	50% { transform: rotate(-2deg); }
	100% { transform: rotate(2deg); }
}
img,svg {
	max-width: 100%;
}
body, html {
	color: black;
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
	height: 100%;
}
strong {
	font-weight: bold;
}
a {
	color: var(--tmaveruzova);
	-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(--ruzova);
}
.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: 23px;
	padding-bottom: 17px;
}
header .logo {
    float: left;
	width: 270px;
}
header nav .hamburger {
	display: none;
}
header nav {
	float: right;
}
header nav > ul {
	margin: 0px; 
}
header nav > ul > li {
	float: left;
	position: relative;
}
header nav > ul > li > a {
	display: block;
	padding: 15px 20px;
	margin: 0px 10px;
	color: var(--seda);
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	transition: all .3s ease-in-out;
}
header nav > ul > li > a:hover {
	color: var(--ruzova);
	text-decoration: none;
}
header nav > ul > li > #aktiv {
	font-weight: 600;
}
header nav > ul > li > ul {
	display: none;
	position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px 0px;
    width: 290px;
	z-index: 9;
	background-color: rgba(0,0,0,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 30px 7px 30px;
    font-size: 17px;
	font-weight: 400;
    text-decoration: none;
	text-transform: uppercase;
	line-height: 140%;
}
header nav > ul > li > ul li a:hover,
header nav > ul > li > ul li #akt {
	color: #FFF;
	text-decoration: underline;
}
.foto_hlavicka_uvod {
	float: left;
	width: 100%;
	height: 600px;
	text-align: center;
	background-image: url('../images/bg_hlavicka_uvod.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.foto_hlavicka_uvod .slogan {
	display: inline-block;
	margin-top: 250px;
	padding: 10px 45px 12px 45px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50px;
}
.foto_hlavicka_uvod .slogan p {
	color: var(--seda);
	font-size: 33px;
	font-weight: 300;
	font-style: italic;
	line-height: 130%;
	margin: 0px;
}
.foto_hlavicka {
	float: left;
	width: 100%;
	height: 220px;
	line-height: 220px;
	text-align: center;
	background-image: url('../images/bg_hlavicka_uvod.jpg');
	background-repeat: no-repeat;
	background-position: center 100%;
}
.foto_hlavicka h1 {
	color: white;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 3px;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 2px 3px 30px rgba(0,0,0,0.9);
}
	
/*************** obsah *****************/

p {
	margin-bottom: 20px;
}
.obsah {
	float: left;
	width: 100%;
	min-height: 350px;
	padding-top: 30px;
	padding-bottom: 70px;
	font-weight: 400;
	font-size: 19px;
	line-height: 160%;
}
.obsah h1 {
	clear: both;
	color: black;
	font-size: 34px;
	font-weight: 700;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 130%;
}
.obsah h2 {
	clear: both;
	color: var(--tmaveruzova);
	font-size: 24px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 0px;
	line-height: 130%;
	text-transform: uppercase;
}
.obsah h3 {
	clear: both;
	color: var(--ruzova);
	font-size: 24px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 0px;
	line-height: 130%;
	text-transform: uppercase;
}
.obsah p {
	margin: 20px 0px;
}
.obsah p a {
	color: var(--tmaveruzova);
	text-decoration: none;
	border-bottom: 1px solid var(--tmaveruzova);
	padding-bottom: 1px;
}
.obsah p a:hover {
	color: var(--ruzova);
	border-bottom: 1px solid var(--ruzova);
	text-decoration: none;
}
.obsah strong {
	font-weight: 600;
}
.obsah big {
	clear: both;
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
}
.obsah big a {
	color: var(--ruzova);
	border-color: var(--ruzova);
}
.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: var(--seda);
	font-weight: 500;
	font-size: 22px;
	line-height: 140%;
}
.obsah ul {
	list-style: disc outside none;
	margin: 25px 0px 35px 45px;
}
.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;
}
.rozcestnik li {
	padding: 2px 0px;
	font-weight: 600;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0px;	
}
.rozcestnik li > a {
	color: var(--bezova);
}
.rozcestnik li > a:hover {
	color: #000;
	text-decoration: underline;
}
.leva {
	float: left;
	width: 50%;
	padding-right: 26px;
}
.prava {
	float: left;
	width: 50%;
	padding-left: 30px;
}
footer {
	float: left;
	width: 100%;
	background-color: var(--seda);
	color: white;
	padding-top: 40px;
	padding-bottom: 45px;
	font-size: 18px;
	font-weight: 300;
}
footer .sloupec {
	float: left;
	position: relative;
	width: 50%;
}
footer a {
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: var(--ruzova);
	text-decoration: none;
}
footer strong {
	font-weight: 600;
}
footer p {
	margin: 6px 0px;
	line-height: 140%;
}
footer p.nadpis {
	color: var(--oranzova);
	text-transform: uppercase;
	font-size: 24px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
}
footer .sloupec.logo {
	width: 38%;
	padding-top: 10px;
}
footer .sloupec.logo img {
	width: 270px;
	margin-bottom: 20px;
}
footer .sloupec.adresa {
	width: 37%;
}
footer .sloupec.partneri {
	width: 25%;
}
footer .sloupec p span {
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	background-position: left center;
	background-size: 25px auto;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 40px;
}
footer .ikona_tel {
	background-image: url('../images/ikona_tel.png');
}
footer .ikona_mail {
	background-image: url('../images/ikona_mail.png');
}
footer img.realizace {
	width: 90px;
	margin-top: 18px;
}

/*************** uvod dlazdice *****************/

.onas_uvod {
	float: left;
	width: 100%;
	background-color: var(--bezova);
	padding-top: 0px;
	padding-bottom: 70px;
}
.dlazdice_box {
	float: left;
	width: 100%;
	margin-top: -145px;
	margin-bottom: 70px;
	text-align: center;
}
.dlazdice_box .dlazdice {
	float: left;
	width: calc(50% - 10px);
	height: 290px;
	padding: 42px 50px 30px 50px;
	box-shadow: 0px 24px 37px -24px rgba(0,0,0,0.34);
	-webkit-box-shadow: 0px 24px 37px -24px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 24px 37px -24px rgba(0,0,0,0.34);
	transition: all .2s ease-in-out;
}
.dlazdice_box .dlazdice:hover {
	transform: translate(0px, -6px);
}
.dlazdice_box .dlazdice:nth-of-type(1) {
	background-color: var(--oranzova);
	margin-right: 10px;
}
.dlazdice_box .dlazdice:nth-of-type(2) {
	background-color: var(--ruzova);
	margin-left: 10px;
}
.dlazdice_box .dlazdice h2 {
	color: white;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 120%;
}
.dlazdice_box .dlazdice p {
	color: white;
	font-size: 22px;
	font-weight: 300;
	line-height: 120%;
	margin: 18px 0px;
}
.dlazdice_box .dlazdice a {
	display: inline-block;
	color: white;
	font-size: 16px;
	padding: 17px 30px;
	border-radius: 50px;
	background-color: #b96b6e;
	text-decoration: none;
	line-height: 100%;
	margin-top: 7px;
	animation-timing-function: ease-in-out;
}
.dlazdice_box .dlazdice:hover a {
	animation: shake 250ms;
}
.dlazdice_box .dlazdice a:hover {
	background-color: #a35f61;
	padding: 17px 35px;
}
.onas_uvod .benefit {
	display: inline-block;
	width: 40%;
	margin: 15px 0px
}
.onas_uvod .benefit:nth-of-type(1) {
	margin-left: -90px
}
.onas_uvod .benefit:nth-of-type(3) {
	margin-left: 90px
}
.onas_uvod .benefit p {
	color: var(--seda);
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin: 2px 0px;
}
.onas_uvod h3,
.slider_uvod h2,
.obsah.formular h2 {
	color: var(--tmaveruzova);
	font-size: 38px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.onas_uvod ul {
	list-style: none;
	margin: 50px 0px 35px 15%;
	text-align: left;
}
.onas_uvod ul li {
	position: relative;
	margin: 27px 0px;
	color: var(--seda);
	font-size: 21px;
	font-weight: 400;
	padding-left: 37px;
}
.onas_uvod ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url('../images/odrazka.png');
	background-size: contain;
	background-repeat: no-repeat;
}

/*************** clanky *****************/

.slider_uvod {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
}
.owl-clanky {
	margin-top: 30px;
}
.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 0px 50px 0px;
	background-color: white;
	overflow: hidden;
	margin-bottom: -20px;
	text-align: left;
}
.clanek h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0px;
}
.clanek h3 a {
	color: #565762;
	text-decoration: none;
}
.clanek p {
	font-size: 17px;
	font-weight: 300;
	line-height: 110%;
	margin: 14px 0px;
}
.slider_uvod .clanek {
	width: 100%;
	margin: 20px 0px;
}
.slider_uvod .clanek .foto img {
	width: auto;
	display: inline-block;
	text-align: center;
}
.owl-theme .owl-nav {
	margin: 0px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #BBB;
	width: 14px;
	height: 14px;
	opacity: 0.3;
	border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #CCC;
	opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border-radius: 0px;
	color: #000;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	transition: 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #D7DF21;
}
.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;
}

/*************** recenze *****************/

.recenze_uvod {
	float: left;
	width: 100%;
	min-height: 455px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-image: url('../images/bg_recenze.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.recenze_uvod .container {
	padding-left: 15%;
}
.recenze_uvod h2 {
	text-align: right;
	color: white;
	font-size: 38px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.recenze_uvod .recenze {
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 30px 30px 20px 30px;
	margin: 20px 0px;
	box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.3);
}
.recenze_uvod .recenze p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 140%;
}
.recenze_uvod .recenze .jmeno {
	color: #555;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	line-height: 120%;
}

/*************** doplnky *****************/

.videa iframe {
	width: calc(100% - 10px);
	aspect-ratio: 560 / 325;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.mapa {
	float: left;
	width: 100%;
	height: 300px;
	border: none;
	margin: 0px;
}
#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: -7px;
	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: 7px 10px 8px 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: -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: 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 {
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
	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) {
}
.tabulka50 {
	width: 100%;
	text-align: left;
	table-layout: fixed;
	margin-top: 0px;
	margin-bottom: 20px;
}
.tabulka50 td {
	vertical-align: top;
	padding: 10px 0px;
}
.tabulka50 td:first-child {
	padding-right: 20px;
}
.tabulka50 td:last-child {
	padding-left: 20px;
}

/*************** formular *****************/

.formular {
	float: left;
	width: 100%;
	padding: 30px 0px 70px 0px;
	background-color: var(--bezova);
}
.formular form {
	margin-top: 50px;
}
.formular input[type=text],
.formular input[type=number],
.formular select {
	margin: 0px 5px 10px 0px;
	width: calc(33.33% - 9px);
	padding: 15px;
	border: 2px dotted var(--ruzova);
	background-color: white;
	box-sizing: border-box;
	font-size: 18px;
	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: 2px dotted var(--ruzova);
	background-color: white;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 400;
	color: #222;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.formular input[type=submit] {
	width: calc(33.33% - 12px);
	margin-top: 40px;
	padding: 15px;
	border: none;
	background-color: #b96b6e;
	border-radius: 40px;
	color: white;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	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(--ruzova);
	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;
}