/* Main style */

/* FONTS */

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

strong {
    font-weight: 500;
}

aside#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
    background-color: #fff;
    -webkit-animation: loading 1s ease 0.4s forwards;
    -moz-animation: loading 1s ease 0.4s forwards;
    -ms-animation: loading 1s ease 0.4s forwards;
    animation: loading 1s ease 0.4s forwards
}

@-webkit-keyframes loading {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes loading {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes loading {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes loading {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

img {
    max-width: 100%;
    height: auto;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h1, h2, h3 {
    font-family: 'Atma', cursive;
    font-weight: 700;
    position: relative;
}

#atrakce h1, #kde-nas-najdete h1, #partneri h1, #cenik h1 {
	padding-bottom: 40px;
}

#atrakce h1:before, #kde-nas-najdete h1:before, #partneri h1:before, #cenik h1:before {
	content: "";
	position: absolute;
	width: 99px;
	height: 21px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	background-image: url(../img/heading.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#mapa-arealu h1 {
    padding-bottom: 40px;
}

#mapa-arealu h1:before {
    content: "";
    position: absolute;
    width: 99px;
    height: 21px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: url(../img/heading-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}

a {
    color: #C8A02E;
    text-decoration: underline;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

a:hover, a.active {
    color: #7d7d7d;
    text-decoration: none;
}

nav {
    font-family: 'Atma', cursive;
    font-weight: 600;
}

nav a {
    color: #000;
    text-decoration: none;
}

#uvod h1 {
    margin-bottom: 50px;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.logo img {
    max-width: 290px;
    height: auto;
}

.btn {
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 500;
    background-color: #C8A02E;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.btn:hover {
    background-color: #b18b20;
    color: #fff;
}

#uvod {
    background-color: #009054;
    background-image: url(../img/main-image-home.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
}

#uvod:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 77px;
    background-image: url(../img/cesta-top.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    top: -2px;
    left: 0;
    z-index: 3;
}

#uvod:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 77px;
    background-image: url(../img/cesta-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    bottom: -2px;
    left: 0;
    z-index: 3;
}
#uvod .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #009054;
    opacity: .8;
    top: 0;
    left: 0;
    z-index: 1;
}
#uvod .home-main-text{
    position: relative;
    z-index: 4;
}
#atrakce {
    padding-top: 80px;
    padding-bottom: 80px;
}

#atrakce .row:first-child {
    padding-bottom: 90px;
}

#atrakce .row>div, #partneri .row>div, #cenik .row>div {
    padding-bottom: 50px;
}

#kde-nas-najdete {
    padding-top: 80px;
    padding-bottom: 80px;
}

#kde-nas-najdete h1{
    margin-bottom: 60px;
}

#mapa-arealu {
    position: relative;
    background-color: #00934E;
    padding-bottom: 100px;
    padding-top: 80px;
}

#mapa-arealu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 356px;
    background-image: url(../img/obloha.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    top: -2px;
    left: 0;
}

#mapa-arealu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 77px;
    background-image: url(../img/cesta-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    bottom: -2px;
    left: 0;
}

#oteviraci-doba img {
    max-width: 650px;
    height: auto;
}

.logo-zoo-zlin {
    max-width: 168px;
    height: auto;
}

.prekazky .card-img-overlay {
    padding: 0;
    border-radius: 0;
}

.prekazky .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.prekazky .card-img,
.prekazky .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.prekazky .card-img,
.prekazky .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.prekazky .card h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #00934E;
    background-color: rgba(0, 144, 84, 0.80);
    letter-spacing: -0.43px;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 4px;
}

.prekazky .card-img-overlay {
    transition: all .3s ease-out;
}

.prekazky .card {
    transition: all .3s ease-out;
    position: relative;
}

.prekazky .card:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 144, 84, 0.80);
}

.prekazky .card:hover h3 {
    background-color: transparent;
}

.prekazky .card:hover .card-img-overlay, .card:focus .card-img-overlay {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.prekazky .card p {
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 17px;
    padding: 0px 4px;
}

.prekazky .card .card-hover {
    display: none;
}

.prekazky .card:hover .card-hover, .card:focus .card-hover {
    display: block;
}

.prekazky .card:hover .card-img-overlay>.card-title, .card:focus .card-img-overlay>.card-title {
    display: none;
}

footer {
    padding-bottom: 80px;
}

footer img {
    max-width: 244px;
    height: auto;
    padding-bottom: 30px;
}

footer p {
    font-size: 14px;
}


.legenda-mobile{
    max-width: 280px;
    height: auto;
    margin: -50px auto 50px auto;
}

.prekazky>div{
    padding-right: 4px !important;
    padding-left: 4px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.link{
    display: inline-block;
    position: relative;
}
.link a{
    position: absolute;
    width: 35%;
    height: 30px;
    background-color: transparent;
    top: 33%;
    left: 10%;
}
.mainmenu{
    padding-top:30px;
    transition: all .3s ease-out;
    padding-bottom:5px;
}
.mainmenu.lightHeader{
    padding-top:5px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    top: 34px;
}
.logo img {
    transition: all .3s ease-out;
}
.mainmenu.lightHeader .logo img {
    max-width: 200px;
}
.lightHeader{
    background-color: #fff;
}
.lightHeader .menu {
    padding-top: 0px;
}

@media(max-width:650px){
    #oteviraci-doba img {
        max-width: 100%;
    }
    nav{
        font-size: 12px;
    }
    .nav-link {
        display: block;
        padding: .5rem .4rem;
    }
    .mainmenu.lightHeader .logo img {
        max-width: 170px;
    }
    .mainmenu.lightHeader .logo {
        display:none;
    }
}

@media(max-width:767px){
	#kde-nas-najdete .text-left {
		text-align: center !important;
	}
}

.info-panel{
    background-color: #00934E;
    color: #fff;
    padding: 5px 0px;
    position: sticky;
    top: 0;
    z-index: 99;
}
.info-panel p{
    margin-bottom: 0;
}

#zoomapa.modal-dialog {
    max-width: 90%;
}
#zoomapa.modal-body {
    text-align: center;
}
/**** Galerie - úprava stylu ****/


.fancybox-bg {
    background: #fff;
    opacity: 0;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  
  }
  
  .fancybox-infobar,
  .fancybox-button.fancybox-button--play,
  .fancybox-button.fancybox-button--fullscreen,
  .fancybox-button.fancybox-button--thumbs,
  .fancybox-button.fancybox-button--share {
    display: none !important;
  }

  @media (max-width:450px) {
    .nav-link {
        padding: .5rem .2rem;
        font-size: 11px;
    }      
  }

/* Parent heading container s pozicováním */
.card-header.with-switch { position: relative; }

/* Umístění switche vpravo a centrování na výšku */
.card-header.with-switch .accordion-switch {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 30px;
	height: 17px;
}

/* Skrytí checkboxu */
.accordion-switch input { display: none; }

/* Styl přepínače */
.accordion-switch .slider {
	position: absolute;
	cursor: pointer;
	background-color: #ccc;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
	border-radius: 17px;
}

/* Bílý kolečko uvnitř */
.accordion-switch .slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

/* Zapnutý stav */
.accordion-switch input:checked + .slider { background-color: #5cb85c; }
.accordion-switch input:checked + .slider:before { transform: translateX(13px); }

/* Accordion (cards) uvnitř modalu */
.modal.lanovecentrum .accordion .card { border: none; box-shadow: none; }
.modal.lanovecentrum .accordion .card-header {
	color: white;
	background-color: #C8A02E;
}
.modal.lanovecentrum .accordion .card-header .card-title a {
	color: white;
	font-family: 'Atma', cursive;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}
.modal.lanovecentrum .accordion .card-header.with-switch .slider { background-color: #000; }
.modal.lanovecentrum .accordion .card-header.with-switch input:checked + .slider { background-color: #5cb85c; }
.modal.lanovecentrum .accordion .card-body { text-align: justify; }

.modal.lanovecentrum { background-color: transparent; border-radius: 0; }
.modal.lanovecentrum .modal-content { background-color: transparent; border-radius: 0; }
.modal.lanovecentrum .modal-header {
	color: #fff;
	background-color: #00934E;
	border-radius: 0;
	border-bottom: none;
}
.modal.lanovecentrum .modal-header .modal-title {
	font-family: 'Atma', cursive;
	font-weight: 700;
}
.modal.lanovecentrum .modal-header button.close { color: #fff; }
.modal.lanovecentrum .modal-body {
	max-height: 530px;
	overflow-y: auto;
	color: #343434;
	font-size: .75rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	background-color: #fff;
}
.modal.lanovecentrum .modal-body a,
.modal.lanovecentrum .modal-body a:hover { color: #C8A02E; }
.modal.lanovecentrum .modal-footer {
	color: #fff;
	background-color: #00934E;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
}
.modal.lanovecentrum .modal-footer .btn-primary {
	color: #000;
	background-color: #C8A02E;
	background-image: none;
	border-color: #C8A02E;
}
.modal.lanovecentrum .modal-footer .btn-primary:hover { background-color: #C8A02E; border-color: #C8A02E; }
.modal.lanovecentrum .modal-footer .btn-link { color: #fff; text-shadow: none; background-color: transparent; }

/* Poloprůhledné pozadí */
.modal-backdrop { background-color: rgba(0, 0, 0, 0.3); }
.modal-backdrop.show {
	opacity: 1;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
