@keyframes shake {
	0% { transform: rotate(5deg); }
	50% { transform: rotate(-5deg); }
	100% { transform: rotate(5deg); }
}
:root {
	--zelena: #496346;
	--svetlezelena: #86B525;
}
img,svg {
	max-width: 100%;
}
body, html {
	color: #000;
	font-size: 16px;
	line-height: 150%;
	height: 100%;
}
strong {
	font-weight: bold;
}
a {
	color: black;
	-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(--zelena);
}
.container {
	width: 1200px;
	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%;
	height: 700px;
	text-align: center;
}
header.podstranka,
.podstranka .owl-hlavicka .foto {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center 20%;
	background-image: url('../images/slide/2.jpg');
}
.header_bar {
	float: left;
	width: 100%;
	height: 230px;
	padding-top: 35px;
	text-align: left;
	position: relative;
	z-index: 1;
	background-image: url('../images/bg_stin.png');
	background-position: center top;
	background-repeat: repeat-x;
}
header .logo {
	display: block;
    width: 270px;
    float: left;
}
.owl-hlavicka {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.podstranka .owl-hlavicka {
	display: none;
}
.owl-hlavicka .foto {
	float: left;
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center top;
	filter: brightness(90%);
}
.owl-hlavicka .foto.f1 {background-image: url('../images/slide/1.jpg');}
.owl-hlavicka .foto.f2 {background-image: url('../images/slide/2.jpg');}
.owl-hlavicka .foto.f3 {background-image: url('../images/slide/3.jpg');}
.owl-hlavicka .foto.f4 {background-image: url('../images/slide/4.jpg');}
header nav .hamburger {
	display: none;
}
header nav {
	float: right;
}
header nav > ul {
	margin: 5px -20px 0px 0px; 
}
header nav > ul > li {
	float: left;
	position: relative;
}
header nav > ul > li > a {
	display: block;
	padding: 20px 15px;
	margin: 0px 5px;
	color: #FFF;
	font-weight: 200;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0.5px;
	transition: all .2s ease-in-out;
}
header nav > ul > li > a:hover {
	color: var(--zelena);
	text-decoration: none;
}
header nav > ul > li > #aktiv {
	color: var(--zelena);
	text-decoration: none;
	font-weight: 400;
}
header nav > ul > li > ul {
	display: none;
	position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px 0px;
    width: 220px;
	z-index: 9;
	background: radial-gradient(circle at center, #5d8666, #3d5c43);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
header nav > ul > li:hover > ul {
	display: block;
}
header nav > ul > li > ul li a {
	display: block;
    color: #FFF;
    padding: 7px 30px;
    font-size: 20px;
	font-weight: 300;
    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: black;
}
header .slogan {
	display: inline-block;
	margin-top: 80px;
	text-align: center;
}
header .slogan h1 {
	color: white;
	font-size: 50px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	text-shadow: 2px 0px 25px rgba(0,0,0,1);
}
header .slogan h1 strong {
	font-weight: 800;
}
header.podstranka .nadpis {
	float: left;
	width: 100%;
	height: 160px;
	line-height: 90px;
	text-align: center;
	margin-top: 10px;
}
header.podstranka h1 {
	color: white;
	font-size: 46px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 120%;
	padding: 0px 20px;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 2px 0px 25px rgba(0,0,0,1);
}
	
/*************** obsah *****************/

p {
	margin-bottom: 20px;
}

.obsah {
	float: left;
	width: 100%;
	min-height: 350px;
	padding-top: 35px;
	padding-bottom: 70px;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
}
.obsah h1 {
	clear: both;
	color: var(--zelena);
	font-size: 44px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 130%;
}
.obsah h2 {
	clear: both;
	color: var(--zelena);
	font-size: 26px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 20px;
	line-height: 130%;
	text-transform: uppercase;
}
.obsah h3 {
	clear: both;
	color: black;
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 130%;
	text-transform: none;
}
.obsah p a {
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}
.obsah p a:hover {
	color: var(--zelena);
	border-bottom: 1px solid var(--zelena);
	text-decoration: none;
}
.obsah p {
	margin: 20px 0px;
}
.obsah strong {
	font-weight: 600;
}
.obsah big {
	clear: both;
	font-size: 22px;
	font-weight: 300;
	line-height: 140%;
}
.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: var(--zelena);
	font-weight: 600;
	line-height: 160%;
	}
.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;
}
.rozcestnik li {
	padding: 2px 0px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;	
}
.rozcestnik li > a {
	color: #3D585F;
}
.rozcestnik li > a:hover {
	color: #2B6D7F;
}
.leva {
	float: left;
	width: 50%;
	padding-right: 25px;
	margin-top: -15px;
}
.prava {
	float: left;
	width: 50%;
	padding-left: 25px;
	margin-top: -15px;
}

/*************** tlacitko rezervace *****************/

.tlacitko_rezervace {
	float: left;
	width: 100%;
	margin-top: -32px;
	text-align: center;
}
.tlacitko_rezervace a {
	display: inline-block;
	padding: 17px 60px;
	background: radial-gradient(circle at center, #5d8666, #3d5c43);
	color: white;
	text-decoration: none;
	border: none;
	border-radius: 52px;
	font-weight: 200;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.tlacitko_rezervace a::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	border: 1px solid white;
	border-radius: 45px;
	pointer-events: none;
}
.tlacitko_rezervace a:hover {
	padding-left: 70px;
	padding-right: 70px;
}

/*************** uvod *****************/

.obsah.onas {
	background-color: #EEF6F2;
	background-image: url('../images/bg_onas.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
}
.obsah.onas h2,
.obsah.slider h2 {
	color: rgb(1, 41, 1);
	font-size: 34px;
	font-weight: 200;
}
.obsah.onas p {
	width: 85%;
	font-size: 20px;
	font-weight: 300;
}

/*************** slider *****************/

.obsah.slider {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.slider_foto {
	float: left;
	width: 100%;
	padding: 25px 0px 35px 0px;
	margin-bottom: -132px;
}
.destinace {
	float: left;
	width: calc(33.33% - 30px);
	margin: 8px 30px 22px 0px;
	position: relative;
	transition: all .2s ease-in-out;
}
.slider .destinace {
	width: 100%;
}
.destinace:hover {
	transform: translate(0px, -8px);
	filter: brightness(120%);
}
.destinace img {
	width: 100%;
	float: left;
}
.destinace .popis {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: rgba(0,0,0,0.7);
	color: white;
	font-size: 19px;
	font-weight: 200;
	text-align: center;
}
.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: #03A8AD;
}
.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;
}

.vybava {
	display: table;
	width: 100%;
}
.vybava .foto,
.vybava .ikony {
	display: table-cell;
	width: 50%;
	height: 100%;
}
.vybava .foto {
	background: url('../images/kolaz.jpg') center/cover no-repeat;
}
.vybava .ikony {
	padding: 70px 100px;
	color: black;
	font-size: 22px;
	font-weight: 300;
}
.vybava .ikony table {
	text-align: left;
	table-layout: fixed;
}
.vybava .ikony table td {
	padding: 6px 11px;
	vertical-align: middle;
	line-height: 130%;
}
.vybava .ikony table td:first-child {
	text-align: center;
}

/*************** paticka *****************/

footer {
	float: left;
	width: 100%;
	background-color: var(--zelena);
	color: white;
	padding: 40px 0px;
	font-size: 19px;
	font-weight: 200;
	line-height: 160%;
}
footer .sloupec {
	float: left;
	position: relative;
	width: 33.33%;
}
footer a {
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: white;
	text-decoration: underline;
}
footer p {
	margin: 10px 0px;
}
footer p.nadpis {
	color: white;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
footer .sloupec.logo {
	width: 46%;
}
footer .sloupec.logo img {
	width: 270px;
	margin-top: 15px;
}
footer .sloupec.adresa {
	width: 27%;
}
footer .sloupec.kontakt {
	width: 27%;
}
footer img.realizace {
	float: right;
	width: 100px;
	margin-top: -60px;
	margin-right: 50px;
}
footer .sloupec .site a img {
	display: inline-block;
	width: auto;
	height: 36px;
	margin-top: 10px;
	margin-right: 12px;
	animation-timing-function: ease-in-out;
}
footer .sloupec .site a img:hover {
	animation: shake 250ms;
}

/*************** 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: -7px;
	margin-top: 30px;
	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: 33.33%;
	text-align: center;
}
.album h3 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 5px;
	text-transform: none;
	line-height: 130%;
}
.album h3 a {
	text-decoration: none;
	color: black;
}
.album h3 a:hover {
	text-decoration: none;
	color: var(--zelena);
}
.album img {
	width: auto;
	height: auto;
}
.mapa {
	float: left;
	width: 100%;
	height: 350px;
	border: none;
	margin: 0px;
}
.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 {
	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) {
}
#mapa_vylety {
	width: 100%;
	height: 440px;
	text-align: center;
	border-top: 1px solid #DFDFDF;
}
#mapa_vylety a:link, #mapa_vylety a:visited {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
#mapa_vylety img {
	margin-top: 15px;
	width: 250px;
}
.gm-style-iw {
   max-width: 260px !important;
   padding-left: 10px !important;
}
#mapa_vylety h4 {
   margin-top: 7px;
   margin-bottom: -5px;
   color: #000;
   font-size: 20px;
   font-weight: 300;
   text-transform: uppercase;
   line-height: 130%;
}
#mapa_vylety a:link, #mapa_vylety a:visited {
	color: var(--zelena);
}
#mapa_vylety a:hover {
	text-decoration: underline;
}
.recenze {
	float: left;
	width: 100%;
	margin: 15px 0px;
	padding: 25px 40px 12px 40px;
	line-height: 140%;
	background-color: white;
	-webkit-box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
	box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
	transition: all .2s ease-in-out;
}
.recenze p:first-of-type {
	color: var(--zelena);
	font-weight: 500;
	font-size: 22px;
}

/*************** kalendar *****************/

.ui-widget{
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
}
.ui-datepicker-inline{
	width: 100%;
    border-radius: 0px;
    background-color: inherit;
    padding: 0px;
    border: none !important;
}
.ui-widget-content{
	border-radius: 0px;
    background-color: #2B2B2B;
    padding: 0px;
    border: none !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 7px 5px;
    border: none;
    border-radius: 0px;
    background-color: var(--zelena);
    font-size: 16px;
    font-weight: 600;
	background-image: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	top: 5px;
	bottom: 5px;
	background-color: rgba(255,255,255,0.25);
	border-radius: 0px;
	height: auto;
	width: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	background-image: none;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{
	background-color: rgba(255,255,255,0.4);
	border-color: #DDD;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev{
	left: 5px;
	background-image: url('../images/leva.svg') !important;
}
.ui-datepicker .ui-datepicker-next{
	right: 5px;
	background-image: url('../images/prava.svg') !important;
}
.ui-datepicker .ui-datepicker-title{
	line-height: 20px;
}
.ui-datepicker table{
	box-sizing: border-box;
	margin: 0px;
}
.ui-datepicker th {
    padding: 5px 0px;
    text-align: center;
    border: 0;
    font-size: 13px;
    color: var(--zelena);
    background-color: #FFF;
    font-weight: 400;
	border-right: 1px solid rgba(255,255,255,0.9) !important;
}
.ui-datepicker td {
    padding: 0px;
	border: 0.5px solid rgba(255,255,255,0.9) !important;
}
.ui-datepicker tr:first-of-type td{
	border-top: none !important;
}
.ui-datepicker tr td:first-of-type{
	/* border-left: none !important; */
}
.ui-datepicker tr td:last-of-type,
.ui-state-disabled, .ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled{
	/* border-right: none !important; */
	background-image: none !important;
	background-color: var(--zelena) !important;
	opacity: 1 !important;
}
.ui-state-default{
	background-color: var(--zelena) !important;
	color: white !important;
	text-align: center !important;
	border: none !important;
	font-size: 13px !important;
	font-weight: 300 !important;
	padding: 6px 0px !important;
	background-image: none !important;
}
.ui-state-default.ui-state-hover,
.ui-state-default.ui-state-active{
	background-color: #CE0005 !important;
}
#kalendar .ui-state-default,
#kalendar .ui-state-default.ui-state-hover,
#kalendar .ui-state-default.ui-state-hover,
#kalendar .ui-state-default.ui-state-active{
	cursor: default !important;
	background-color: inherit !important;
}
.obsazeno .ui-state-default,
#kalendar .obsazeno .ui-state-default{
	background-color: #CE0005 !important;
}
.rezervovano .ui-state-default,
#kalendar .rezervovano .ui-state-default{
	background-color: #F89F34 !important;
}
#kalendar {
	margin-bottom: 10px;
}
#kalendar td {
	cursor: default !important;
}
#kalendar .ui-widget-content{
	background-color: var(--zelena);
}

.legenda{
	padding: 0px 10px;
	margin-bottom: 15px;
	text-align: left;
}
.legenda > span{
	display: inline-block;
	vertical-align: top;
	margin-right: 9px;
}
.legenda > span:last-of-type{
	margin: 0px;
}
.legenda > span small{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.legenda > span .stav{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255,255,255,0.9);
	margin-right: 5px;
}
.legenda > span .stav.obsazeno{
	background-color: #CE0005;
}
.legenda > span .stav.rezervovano{
	background-color: #F89F34;
}
.legenda > span .stav.kdispozici{
	background-color: var(--zelena);
}

/*************** rezervacni formular *****************/

#rezervace {
	background-color: #EEF6F2;;
	background-image: url('../images/bg_onas.jpg');
	background-position: right bottom;
    background-repeat: no-repeat;
	background-size: cover;
}
.formular {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.formular input[type=text],
.formular input[type=number] {
	margin-bottom: 6px;
	width: 100%;
	padding: 11px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 400;
	color: #333;
}
.formular .leva input[type=text]:nth-of-type(1),
.formular .leva input[type=text]:nth-of-type(3){
	width: calc(50% - 6px);
	margin-right: 6px;
}
.formular .leva input[type=text]:nth-of-type(2),
.formular .leva input[type=text]:nth-of-type(4){
	width: 50%;
}
.formular .prava input[type=text]:nth-of-type(1){
	width: calc(50% - 6px);
	margin-right: 6px;
}
.formular .prava input[type=text]:nth-of-type(2){
	width: 50%;
}
.formular textarea {
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	padding: 11px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 400;
	color: #333;
}
.formular input[type=submit] {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 50%;
	padding: 13px;
	border: none;
	background-color: var(--zelena);
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.formular input[type=submit]:hover {
	background-color: #182e21;
	color: #FFF;
}
.formular label {
	width: calc(33.33% - 6px);
	display: inline-block;
	font-size: 18px;
}
.formular h2 {
	font-size: 20px;
	margin-top: 10px;
}
.formular p {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 130%;
}
.hlaska {
	text-align: center !important;
	background-color: #CE0005;
	padding: 10px 0px;
	margin-top: 20px;
	margin-bottom: -30px;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	border-radius: 7px;
}