body {
    font-family: "Montserrat", sans-serif;
    background: #fffcf7;
}

.bg-black {
    background-color: #594637;
}

.bg-white {
    background-color: #fffcf7 !important;
}

.bg-gray {
    background-color: #fff9eb;
}

.fw-bold {
    font-weight: 700;
}

.boxik {
    background-color: #c0c6c7;
    border-radius: 10px;
    width: 110px;
}

.fw-semi-bold {
    font-weight: 600;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.c-white * {
    color: #ffffff;
}

.c-green {
    color: #594637;
}

.c-2b2b2b {
    color: #2b2b2b;
}

.position-relative {
    position: relative;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.pb-200 {
    padding-bottom: 200px;
}

.pt-90 {
    padding-top: 90px !important;
}

.opacity-1 {
    opacity: 1 !important;
}

@media only screen and (max-width: 992px) {
    .rwd-lg-mb-20 {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 768px) {
    .rwd-md-pb-0 {
        padding-bottom: 0 !important;
    }

    .rwd-md-mt-10 {
        margin-top: 10px !important;
    }

    .rwd-md-mt-30 {
        margin-top: 30px !important;
    }

    .rwd-md-mt-40 {
        margin-top: 40px !important;
    }

    .rwd-md-mb-10 {
        margin-bottom: 10px !important;
    }

    .rwd-md-mb-20 {
        margin-bottom: 20px !important;
    }

    .rwd-md-mb-30 {
        margin-bottom: 30px !important;
    }

    .rwd-md-pt-30 {
        padding-top: 30px !important;
    }

    .rwd-md-pb-30 {
        padding-bottom: 30px !important;
    }

    .rwd-md-pb-60 {
        padding-bottom: 60px !important;
    }

    .rwd-md-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

.btn {
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 3px;
    padding: 12px 27px;
    overflow: hidden;
    z-index: 1;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    color: #ffffff;
    background-color: transparent;
}

.btn:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #594637;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: -1;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #aca29b;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: -1;
}

.btn--black:hover {
    color: #ffffff;
}

.btn--black:before {
    background-color: black;
}

.btn--disable {
    display: inline-block !important;
}

.btn--disable:hover {
    color: #ffffff;
}

.btn--disable:before {
    background-color: #b2b2b2;
}

.btn--disable:after {
    background-color: #b2b2b2 !important;
}

.btn--small {
    padding: 9px 17px;
    font-size: 14px;
}

nav {
    background-color: #fff9eb !important;
    position: relative;
}

nav .navbar-nav .nav-link {
    color: #2b2c2c !important;
    font-size: 15px;
    border-radius: 3px;
    padding: 10px 25px !important;
    text-transform: uppercase;
}

nav .navbar-nav .nav-link2 {
    color: #2b2c2c !important;
    font-size: 15px;
    border-radius: 3px;
    padding: 10px 25px !important;
    text-transform: uppercase;
}

nav .navbar-nav .nav-link.active {
    background: #c3b69e;
    color: #ffffff !important;
}

nav .navbar-nav .nav-link2.active {
    background: #c3b69e;
    color: #ffffff !important;
}

nav .navbar-nav .nav-link:hover {
    background: #a49c8c;
    color: #ffffff !important;
}

nav .navbar-nav .nav-link2:hover {
    background: #a49c8c;
    color: #ffffff !important;
}

@media only screen and (max-width: 1700px) {
    nav .navbar-nav .nav-link {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 1700px) {
    nav .navbar-nav .nav-link2 {
        padding: 10px !important;
    }
}

/*end nav .navbar-nav .nav-link*/
.navbar-light .navbar-toggler-icon {
    background-image: url(/img/hamburger.svg);
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.contact-menu {
    min-width: 374px;
}

@media only screen and (max-width: 1500px) {
    .navbar-brand {
        width: 200px;
    }

    .navbar-brand img {
        max-width: 100%;
    }
}

.contactFixedTop a, .contact-menu a {
    color: #2b2c2c;
}

.contactFixedTop li, .contact-menu li {
    display: inline;
}

.contactFixedTop li:nth-child(1), .contact-menu li:nth-child(1) {
    margin-right: 20px;
}

.navbar {
    padding: 17px 30px 19px 30px;
}

@media only screen and (max-width: 1500px) {
    .navbar {
        padding: 17px 10px 19px 10px;
    }
}

@media only screen and (max-width: 1270px) {
    nav .navbar-nav .nav-link {
        padding: 10px 18px !important;
    }
}

@media only screen and (max-width: 1270px) {
    nav .navbar-nav .nav-link2 {
        padding: 10px 18px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .container-menu {
        max-width: 100%;
    }

    .contact-menu {
        display: none;
    }

    .contactFixedTop {
        height: 88px;
        width: 70%;
        margin-left: 150px;
    }
}

.responsive-menu {
    position: absolute;
    top: 23px;
    left: 57%;
    z-index: 10000;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    display: none;
}

.responsive-menu a {
    padding-left: 15px !important;
}

.responsive-menu a:nth-child(1) {
    padding-left: 30px !important;
}

.responsive-menu a[href^="tel"] {
    background: none;
}

.responsive-menu a[href^="mail"] {
    background: none;
}

.responsive-menu a[href^="#rezervace"] {
    background: none;
}

.responsive-menu a[href^="#poukaz"] {
    background: none;
}

@media only screen and (max-width: 780px) {
    .contactFixedTop li, .contact-menu li {
        display: block;
    }

    .navbar {
        padding: 22px 30px;
    }
}

@media only screen and (max-width: 540px) {
    .navbar-brand {
        width: 40%;
    }

    .navbar-brand img {
        max-width: 100%;
    }

    .contactFixedTop {
        display: none !important;
    }

    .responsive-menu {
        display: block;
    }

    .navbar {
        padding: 15px;
    }
}

.navbar-toggler {
    padding: 0;
}

.btn-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}

.btn-menu:not(.collapsed) .btn-menu--burger {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    background: 0 0;
}

.btn-menu:not(.collapsed) .btn-menu--burger:before {
    background-color: #604434;
    -webkit-transform: rotate(45deg) translate(21px, -21px);
    transform: rotate(45deg) translate(21px, -21px);
}

.btn-menu:not(.collapsed) .btn-menu--burger:after {
    background-color: #604434;
    -webkit-transform: rotate(-45deg) translate(21px, 21px);
    transform: rotate(-45deg) translate(21px, 21px);
}

.btn-menu--burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: #2b2b2b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-menu--burger:after, .btn-menu--burger:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #2b2b2B;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-menu--burger:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.btn-menu--burger:after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.nav--footer li {
    color: #fff9eb;
    font-size: 15px;
    margin-bottom: 1px;
}

.nav--footer li:nth-child(1) {
    color: #fff9eb;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bg-top-container {
    background: url(../img/top_background_index.png) repeat-x #fffcf7 !important;
}

@media only screen and (max-width: 768px) {
    .nav--footer li:nth-child(1) {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .nav--footer {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}

strong {
    font-weight: 700;
}

/* Make selected text gold on a red background */
::-moz-selection {
    color: #ffffff;
    background-color: #79b928;
}

::selection {
    color: #ffffff;
    background-color: #8a7d73;
}

h1, h2 {
    color: #2b2c2c;
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    font-size: 70px;
    line-height: 55px;
    text-align: left;
    font-weight: 100;
    padding-top: 80px;
}

h1 span {
    display: block;
    font-size: 30px;
    font-size: left;
    font-weight: 800;
    margin-top: 10px;
}

h2 {
    font-size: 45px;
    line-height: 50px;
    padding: 0px 0 60px 0;
    font-weight: 800;
    text-align: center;
    position: relative;
}

h2:after {
    content: "";
    width: 350px;
    height: 16px;
    background: url(/img/delimiter.svg) no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
}

.zeleny {
    color: #fff9ed;
    font-size: 45px;
    line-height: 50px;
    padding: 0 0 60px 0;
    font-weight: 800;
    text-align: center;
    position: relative;
}

.zeleny:after {
    content: "";
    width: 350px;
    height: 16px;
    background: url(/img/delimiter_1.svg) no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
}

h2 + p + p {
    font-size: 16px;
    line-height: 24px;
}

h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}

p {
    color: #fff9ed;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 22px;
    text-align: center;
}

p a {
    text-decoration: underline;
    color: #79b928;
}

p a:hover {
    color: #689e22;
}

.p-h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #2b2c2c;
    font-weight: 300;
}

.p-h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 6px;
}

h1, h2, h3 {
    color: #2b2c2c;
}

a[href^="mail"] {
    padding-left: 30px;
    text-decoration: underline;
    background: url(/img/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: 30px 22px;
    background-position-y: center;
}

a[href^="mail"]:hover {
    color: inherit;
}

a[href^="#rezervace"] {
    padding-left: 30px;
    text-decoration: none;
    background: url(/img/icon-rezervace.svg);
    background-repeat: no-repeat;
    background-size: 30px 22px;
    background-position-y: center;
}

a[href^="#rezervace"]:hover {
    color: inherit;
    text-decoration: none;
}

a[href^="#poukaz"], .poukaz {
    padding-left: 30px;
    text-decoration: none;
    background: url(/img/icon-poukaz.svg);
    background-repeat: no-repeat;
    background-size: 30px 22px;
    background-position-y: center;
}

a[href^="#poukaz"]:hover {
    color: inherit;
    text-decoration: none;
}

a[href^="tel"] {
    padding-left: 30px;
    background: url(/img/icon-tel.svg);
    background-repeat: no-repeat;
    background-size: 21px 20px;
    background-position-y: center;
    text-decoration: none;
}

a[href^="tel"]:hover {
    color: inherit;
    text-decoration: none;
}

.a-no-icon {
    padding-left: 0 !important;
    background: none !important;
}

.a-hover-white:hover {
    color: white !important;
    text-decoration: underline;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    font-weight: 300;
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 44px;
        line-height: 40px;
        text-align: left;
        padding-bottom: 30px;
    }

    .nadpis-3 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 0px !important;
        padding-top: 0px !important;
        font-weight: 400 !important;
    }

    p {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: left;
    }

    .p-h1 {
        font-size: 20px;
        text-align: left !important;
    }
}

@media only screen and (max-width: 576px) and (max-width: 576px) {
    .p-h1 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    h2 {
        padding-top: 0 !important;
        padding-bottom: 15px;
    }

    h3, .p-h3 {
        text-align: center;
    }

    p {
        text-align: left !important;
    }

    .form-nadpis {
        padding-top: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        padding-top: 10px !important;
        margin-bottom: 20px;
        font-size: 32px !important;
        line-height: 32px;
    }

    h2:after {
        bottom: -10px;
    }
}

input, textarea {
    background-color: #ffffff !important;
    outline: none;
}

input#zpracovani-gdpr {
    width: 0;
    height: 0;
    opacity: 0;
}

textarea {
    resize: none;
}

.form-control {
    border-color: #ffffff;
    border-radius: 4px !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #79b928;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 3px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input:checked ~ .checkmark:after {
    display: block;
}

input:checked ~ .checkmark {
    background-color: #2b2c2c;
    border: 1px solid #2b2c2c;
}

label {
    position: relative;
}

label:after {
    content: "*";
    font-size: 14px;
    color: #594637;
    padding-left: 2px;
}

label[for="zpracovani-gdpr"] {
    padding-left: 35px;
    line-height: 24px;
    font-size: 14px;
    color: #2b2c2c;
}

@media only screen and (max-width: 768px) {
    label[for="zpracovani-gdpr"] {
        margin-top: 20px;
    }
}

label[for="zpracovani-gdpr"]:after {
    content: "";
}

label[for="zpracovani-gdpr"] a {
    color: #2b2c2c;
    text-decoration: underline;
}

label[for="zpracovani-gdpr"] a:hover {
    color: #79b928;
}

@media only screen and (max-width: 768px) {
    .form-group {
        margin-bottom: 0;
    }
}

.form-control {
    border-radius: 0;
    padding: 20px;
    background-color: #fcfcfc;
}

.form-control:focus {
    outline: none;
    border-color: #79b928;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: red;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.modalni-okno {
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    display: block;
    background-color: green;
    border-radius: 5px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    color: #ffffff;
    font-size: 24px;
    margin: 0 !important;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .modalni-okno {
        font-size: 18px;
        top: 130px;
        width: 100%;
        padding: 15px 20px;
    }
}

.modal-okno-animace {
    -webkit-animation: modalniokno 5s ease;
    animation: modalniokno 5s ease;
}

.modal-okno-animace-error {
    -webkit-animation: modalniokno 5s ease;
    animation: modalniokno 5s ease;
    background-color: #cd171a;
}

@-webkit-keyframes modalniokno {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes modalniokno {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.col-form-label {
    font-size: 15px;
}

.banner-price {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    background-color: #5c4434;
}

.banner-price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 188px;
    height: 188px;
    border-radius: 50%;
    border: 2px solid #ece4c7;
    display: block;
    background: url(/img/price-light.png) no-repeat center;
}

@media only screen and (max-width: 768px) {
    .banner-price:before {
        width: 140px;
        height: 140px;
    }
}

.banner-price span.pulse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    background-color: #5c4434;
    -webkit-animation: pulse 2.5s linear infinite;
    animation: pulse 2.5s linear infinite;
    -webkit-animation-delay: calc(-0.5s * var(--i));
    animation-delay: calc(-0.5s * var(--i));
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .banner-price {
        width: 160px;
        height: 160px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

.banner-price__content {
    z-index: 10;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.banner-price__content p {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.banner-price__content p span {
    font-weight: 800;
}

@media only screen and (max-width: 768px) {
    .banner-price__content p {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

.banner-price__content .banner-price__content__price {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    color: #ece4c7;
}

@media only screen and (max-width: 768px) {
    .banner-price__content .banner-price__content__price {
        font-size: 20px;
        padding: 30px;
    }
}

.box-vyhody {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #e5e0d3;
    width: 100%;
    float: left;
    min-height: 220px;
    padding: 30px 0px 30px 0px;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .box-vyhody {
        padding: 30px 1px 20px 10px !important;
    }
}

.box-vyhody .box-vyhody__title {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 5px;
    width: 150px;
}

.box-vyhody:hover .box-vyhody__hover {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box-vyhody__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(89, 70, 55, 0.9);
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.odrazka-vyhody-uklidu {
    position: relative;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 65px;
    z-index: 2;
    line-height: 24px;
    margin-top: 30px;
    padding: 10px 0 10px 36px;
}

.odrazka-vyhody-uklidu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: -1;
}

.odrazka-vyhody-uklidu:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 25px;
    width: 7px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media only screen and (max-width: 768px) {
    .odrazka-vyhody-uklidu {
        margin-top: 12px;
        padding-left: 46px;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding-left: 50px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .odrazka-vyhody-uklidu {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding-left: 50px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .odrazka-vyhody-uklidu {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding-left: 50px;
        height: 100px;
    }

    .odrazka-vyhody-uklidu:hover:after {
        top: 28px;
    }

    .odrazka-vyhody-uklidu:after {
        top: 42px;
    }
}

.box-kancelar {
    position: relative;
    background-color: #f6f6f6;
    height: 260px;
    width: 295px;
    padding: 28px 17px;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .box-kancelar {
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
    }
}

.pozadi1 {
    background-image: url("/img/masaz-1.jpg");
    background-size: cover;
    background-color: #4e4e4e;
    background-blend-mode: overlay;
}

.pozadi2 {
    background-image: url("/img/masaz-2.jpg");
    background-size: cover;
    background-color: #4e4e4e;
    background-blend-mode: overlay;
}

.pozadi3 {
    background-image: url("/img/masaz-3.jpg");
    background-size: cover;
    background-color: #4e4e4e;
    background-blend-mode: overlay;
}

.pozadi4 {
    background-image: url("/img/masaz-4.jpg");
    background-size: cover;
    background-color: #4e4e4e;
    background-blend-mode: overlay;
}

.box-kancelar:hover {
    -webkit-transform: translateY(-0.5%);
    transform: translateY(-0.5%);
    -webkit-box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
}

.box-kancelar:hover:after {
    color: rgba(121, 185, 40, 0.1);
}

.box-kancelar span {
    display: block;
}

.box-kancelar .box-kancelar__title {
    text-transform: uppercase;
    color: #2b2c2c;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}

.box-kancelar .box-kancelar__meters {
    font-size: 60px;
    line-height: 60px;
    padding-top: 14px;
    color: #79b928;
    font-weight: 800;
}

.box-kancelar .box-kancelar__meters span {
    font-size: 35px;
    display: inline;
}

.box-kancelar .box-kancelar__price {
    color: #2b2c2c;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 3px;
}

.box-kancelar .box-kancelar__description {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
}

.box-kancelar:after {
    content: attr(data-kancelar);
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 100px;
    font-weight: 800;
    color: #f8f8f8;
    line-height: 72px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.menu-border {
    border-bottom: 2px solid #594637;
}

.scrooll-top {
    position: fixed;
    bottom: 50px;
    right: -200px;
    width: 40px;
    height: 40px;
    background: url(/img/up_arrow_black.svg) no-repeat;
    display: block;
    z-index: 1000;
    -webkit-transition: right .5s, -webkit-transform .2s;
    transition: right .5s, -webkit-transform .2s;
    transition: right .5s, transform .2s;
    transition: right .5s, transform .2s, -webkit-transform .2s;
}

.scrooll-top a {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (max-width: 500px) {
    .scrooll-top {
        width: 36px;
        height: 36px;
        bottom: 20px;
        opacity: .7;
    }
}

.bg-footer {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b2c2c), color-stop(90%, #000000));
    background-image: linear-gradient(to top, #99958d, #594637 50%);
}

.bg-wave {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 200px;
    top: -150px;
    left: 0;
}

@media only screen and (max-width: 768px) {
    .bg-wave {
        top: -70px;
        height: 110px;
    }
}

.bg-wave-black .bg-wave-fill {
    fill: #594637;
}

.bg-wave-white .bg-wave-fill {
    fill: #fffcf7;
}

.bg-wave-gray .bg-wave-fill {
    fill: #fff9eb;
}

.bg-wave-tecky .bg-wave-fill {
    background: url("/img/top_background_index.png");
}

.paticka {
    padding: 30px 0;
    border-top: 1px solid #ffffff;
}

.paticka p {
    color: white;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 768px) {
    .paticka {
        padding: 20px 0;
    }

    .paticka p {
        text-align: center !important;
    }
}

#map {
    height: 750px;
}

@media (max-width: 767px) {
    #map {
        height: 400px !important;
    }
}

.pudorys {
    z-index: 100;
    position: absolute;
    left: -10px;
    width: 200px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #79b928;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pudorys:focus {
    outline: none;
}

@media (max-width: 767px) {
    .pudorys {
        display: none;
    }
}

#bodyContent li a {
    line-height: 24px;
    display: inline-block;
}

.bg-home, .bg-home-aroma, .bg-home-hloubkova, .bg-home-kralovska, .bg-home-hlavobl, .bg-home-kameny, .bg-home-lymfo, .bg-home-nohy, .bg-home-deti, .bg-home-dva, .bg-home-zada, .bg-home-relax, .bg-home-thaj {
    position: relative;
    top: 80px;
    height: 680px !important;
    background: url(/img/studio_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 80px;
    background-attachment: fixed;
}

/*pozadí pro jednotlivé masáže*/

.bg-home-aroma {
    background: url(/img/aroma-masaz.jpg);
}

.bg-home-hloubkova {
    background: url(/img/hloubkova-masaz.jpg);
}

.bg-home-kralovska {
    background: url(/img/kralovska-masaz.jpg);
}

.bg-home-hlavobl {
    background: url(/img/masaz-hlavy-a-obliceje.jpg);
}

.bg-home-kameny {
    background: url(/img/masaz-lavovymi-kameny.jpg);
}

.bg-home-nohy {
    background: url(/img/masaz-nohou.jpg);
}

.bg-home-deti {
    background: url(/img/masaz-pro-deti.jpg);
    background-color: #484e53;
        background-blend-mode: overlay;
}

.bg-home-dva {
    background: url(/img/masaz-pro-dva.jpg);
}

.bg-home-zada {
    background: url(/img/masaz-zad.jpg);
}

.bg-home-relax {
    background: url(/img/relaxacni-masaz.jpg);
}

.bg-home-thaj {
    background: url(/img/thajska-masaz.jpg);
}

.bg-home-lymfo {
    background: url(/img/manualni-lymfodrenaz-nohou.jpg);
    background-color: #484e53;
        background-blend-mode: overlay;
}

@media only screen and (min-width: 1921px) {
    .bg-home, .bg-home-aroma, .bg-home-hloubkova, .bg-home-kralovska, .bg-home-hlavobl, .bg-home-lymfo, .bg-home-kameny, .bg-home-nohy, .bg-home-deti, .bg-home-dva, .bg-home-zada, .bg-home-relax, .bg-home-thaj {
        background-size: contain;
        height: 700px;
    }
}

@media only screen and (min-width: 2020px) {
    .bg-home, .bg-home-aroma, .bg-home-hloubkova, .bg-home-kralovska, .bg-home-hlavobl, .bg-home-lymfo, .bg-home-kameny, .bg-home-nohy, .bg-home-deti, .bg-home-dva, .bg-home-zada, .bg-home-relax, .bg-home-thaj {
        height: 740px;
    }
}

@media only screen and (min-width: 2120px) {
    .bg-home, .bg-home-aroma, .bg-home-hloubkova, .bg-home-kralovska, .bg-home-hlavobl, .bg-home-lymfo, .bg-home-kameny, .bg-home-nohy, .bg-home-deti, .bg-home-dva, .bg-home-zada, .bg-home-relax, .bg-home-thaj {
        height: 765px;
    }
}

@media only screen and (min-width: 2200px) {
    .bg-home, .bg-home-aroma, .bg-home-hloubkova, .bg-home-kralovska, .bg-home-hlavobl, .bg-home-lymfo, .bg-home-kameny, .bg-home-nohy, .bg-home-deti, .bg-home-dva, .bg-home-zada, .bg-home-relax, .bg-home-thaj {
        height: 790px;
    }
}

@media only screen and (min-width: 2400px) {
    .bg-home, .bg-home-aroma, .bg-home-hloubkova, .bg-home-kralovska, .bg-home-hlavobl, .bg-home-lymfo, .bg-home-kameny, .bg-home-nohy, .bg-home-deti, .bg-home-dva, .bg-home-zada, .bg-home-relax, .bg-home-thaj {
        height: 848px;
    }
}

@media only screen and (max-width: 767px) {
    .bg-home, .bg-home-aroma, .bg-home-hloubkova, .bg-home-kralovska, .bg-home-hlavobl, .bg-home-lymfo, .bg-home-kameny, .bg-home-nohy, .bg-home-deti, .bg-home-dva, .bg-home-zada, .bg-home-relax, .bg-home-thaj {
        top: 70px;
        margin-bottom: 90px;
        height: 100vh;
        background-image: url("/img/cover-photo-mobil.jpg") !important;
        background-color: #484e53;
        background-blend-mode: overlay;
    }

    .bg-home-aroma {
        background-image: url("/img/mobil-aroma-masaz.jpg") !important;
        background-color: transparent;
    }

    .bg-home-hloubkova {
        background-image: url("/img/mobil-hloubkova-masaz.jpg") !important;
    }

    .bg-home-kralovska {
        background-image: url("/img/mobil-kralovska-masaz.jpg") !important;
    }

    .bg-home-hlavobl {
        background-image: url("/img/mobil-masaz-hlavy-a-obliceje.jpg") !important;
    }

    .bg-home-kameny {
        background-image: url("/img/mobil-masaz-lavovymi-kameny.jpg") !important;
    }

    .bg-home-nohy {
        background-image: url("/img/mobil-masaz-nohou.jpg") !important;
    }

    .bg-home-deti {
        background-image: url("/img/mobil-masaz-pro-deti.jpg") !important;
    }

    .bg-home-dva {
        background-image: url("/img/mobil-masaz-pro-dva.jpg") !important;
    }

    .bg-home-zada {
        background-image: url("/img/mobil-masaz-zad.jpg") !important;
    }

    .bg-home-relax {
        background-image: url("/img/mobil-relaxacni-masaz.jpg") !important;
    }

    .bg-home-thaj {
        background-image: url("/img/mobil-thajska-masaz.jpg") !important;
    }

    .bg-home-lymfo {
        background-image: url("/img/mobil-masaz-nohou.jpg") !important;
    }
}

/*konec pozadí pro jednotlivé masáže*/

.bg-section-top {
    background: url(/img/bg-top-vlna.png) no-repeat;
    background-position: center top;
    background-size: contain;
    position: relative;
    padding-top: 160px;
}

@media only screen and (max-width: 768px) {
    .bg-section-top {
        background: none;
    }
}

.bg-vyhoda {
    height: 100% !important;
    background: url(/img/kancelar.jpg) no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 540px) {
    .bg-vyhoda {
        display: none;
    }
}

.bg-posilovna {
    background: url(/img/posilovna.jpg) no-repeat;
    background-size: cover;
}

#masaze,
#vyhody-uklidu {
    padding-bottom: 150px;
}

#kontakt {
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    #masaze,
    #kontakt,
    #vyhody-uklidu {
        padding-bottom: 70px;
    }
}

#galerie {
    padding-bottom: 25px;
}

#onas {
    margin-bottom: 180px;
}

@media only screen and (max-width: 768px) {
    #onas {
        margin-bottom: 110px;
    }
}

#vyhody-uklidu {
    background-color: #594637;
    padding-top: 30px;
}

#vyhody-uklidu * {
    color: #ffffff;
}

footer a {
    color: white;
    font-size: 15px;
    font-weight: 300;
}

footer a:hover {
    color: #2c231b;
}

.google-map {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: url("../img/map-cover.webp") no-repeat bottom right;
    background-size: cover;
    position: relative;
    width: 100% !important;
    height: 700px !important;
}

.google-map-cover {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    border-radius: 4px;
    min-width: 290px;
    max-width: 100%;
    text-align: center;
}

.google-map-cover:hover {
    cursor: pointer;
}

.mapa {
    width: 500px;
    height: 300px;
}

@media only screen and (max-width: 600px) {
    .mapa {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1500px) {
    .mapa {
        width: 450px;
        height: 300px;
    }
}

.rezervace {
    width: 1200px;
    height: 3000px;
}

@media only screen and (max-width: 767px) {
    .rezervace {
        width: 100%;
        height: 3000px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rezervace {
        width: 500px;
        height: 3000px;
    }
}

.carousel-inner {
    max-height: 600px;
}

.carousel-indicators {
    position: relative;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ccc7bc;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #e5e0d3;
    width: 15px;
    height: 15px;
}

.carousel-control-next, .carousel-control-prev {
    height: 600px;
    opacity: 1;
    /* IPAD */
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-next:hover .carousel-icon, .carousel-control-prev:hover .carousel-icon {
    background-color: #9b9087;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .carousel-control-next, .carousel-control-prev {
        height: 400px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .carousel-control-next, .carousel-control-prev {
        height: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .carousel-control-next, .carousel-control-prev {
        height: 300px;
    }
}

.carousel-icon {
    position: relative;
    width: 66px;
    height: 66px;
    background-color: #231c16;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .carousel-icon {
        width: 40px;
        height: 40px;
    }
}

.carousel-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
}

@media only screen and (max-width: 768px) {
    .carousel-icon:after {
        width: 10px;
        height: 10px;
    }
}

.carousel-icon--prev {
    position: absolute;
    left: 70px;
}

@media only screen and (max-width: 768px) {
    .carousel-icon--prev {
        left: 25px;
    }
}

.carousel-icon--prev:after {
    left: calc(50% + 5px);
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

@media only screen and (max-width: 768px) {
    .carousel-icon--prev:after {
        left: calc(50% + 1px);
    }
}

.carousel-icon--next {
    position: absolute;
    right: 70px;
}

@media only screen and (max-width: 768px) {
    .carousel-icon--next {
        right: 25px;
    }
}

.carousel-icon--next:after {
    left: calc(50% - 5px);
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

@media only screen and (max-width: 768px) {
    .carousel-icon--next:after {
        left: calc(50% - 1px);
    }
}

.show-neighbors {
    overflow: hidden;
}

.show-neighbors .item__third:first-child,
.show-neighbors .item__third:last-child {
    display: none;
}

@media (min-width: 500px) {
    .show-neighbors .carousel-indicators {
        margin-right: 25%;
        margin-left: 25%;
    }

    .show-neighbors .carousel-control-prev,
    .show-neighbors .carousel-control-next {
        width: 25%;
        z-index: 11;
        /* .carousel-caption has z-index 10 */
    }

    .show-neighbors .carousel-inner {
        width: 150%;
        left: -25%;
    }
    .img-navysku {
        height: 600px;
        width: auto !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .show-neighbors .carousel-item-next:not(.carousel-item-left),
    .show-neighbors .carousel-item-right.active {
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }

    .show-neighbors .carousel-item-prev:not(.carousel-item-right),
    .show-neighbors .carousel-item-left.active {
        -webkit-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
    }

    .show-neighbors .item__third {
        display: block !important;
        float: left;
        position: relative;
        /* captions can now be added */
        width: 33.33333333%;
        border-right: 20px solid #594637;
        border-left: 20px solid #594637;
        height: 250px;
    }

    .show-neighbors .item__third2 {
        display: block !important;
        float: left;
        position: relative;
        /* captions can now be added */
        width: 33.33333333%;
        border-right: 2px solid #594637 !important;
        border-left: 2px solid #594637 !important;
        height: auto !important;
    }

    .show-neighbors .item__third article {
        color: #171a1d;
        font-style: italic;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1240px) {
    .show-neighbors .item__third {
        border-right: 150px solid #594637;
        border-left: 150px solid #594637;
    }

}

@media only screen and (max-width: 500px) {
    .item__third {
        height: auto;
    }

    .item__third span {
        color: #171a1d;
    }
}

.box-slider-inner {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.box-slider-title {
    list-style-type: none;
    padding: 10px;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
}

.box-slider-img {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 45%;
    width: auto;
}

.box-slider-text {
    text-align: center;
    padding: 10px;
    color: #fffcf7 !important;
    font-weight: bold;
}

@media only screen and (max-width: 468px) {
    .box-slider-img {
        height: auto;
        width: 250px;
    }

}

/* This changes all the animations globally */
:root {
    --animate-duration: 800ms;
}

.animate {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animate-delay-0-25 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.animate-delay-0-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animate-delay-0-75 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animate-delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animate-delay-1-25 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.animate-delay-1-5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animate-delay-1-75 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.animate-delay-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animate-delay-2-5 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animate-delay-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animate-delay-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft;
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}

.animate__handshake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: handshake;
    animation-name: handshake;
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
    100% {
        opacity: 1;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes handshake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes handshake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 55%;
        margin: 1.75rem auto;
    }
}

.close {
    font-size: 55px;
    font-weight: 500;
    line-height: 30px;
}

.close:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.close span:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.seznam {
    list-style: url("check.png");
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .seznam {
        font-size: 13px;
        width: 90%;
        margin-left: auto;
    }
}

.formular {
    padding: 100px;
}

@media only screen and (max-width: 767px) {
    .seznam {
        font-size: 15px;
        width: 100%;
        margin: 0;
    }

    .formular {
        padding: 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .seznam {
        font-size: 15px;
        width: 100%;
        margin-left: auto;
    }
}


.denukl {
    list-style-image: url("arrow.png");
    display: block;
    font-size: 17px;
    padding-left: 40px;
    margin-top: 15px;
    margin-bottom: 25px;

}

.lift {

    display: block;
    font-size: 16px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 25px;

}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #c3b69e;
    padding: 5px;
    margin: 0;
    border-radius: 10px;
}

.dropdown-item {
    font-size: 15px;
}

.dropdown-item:hover {
    background-color: #a49c8c;
    color: #fff;
    border-radius: 5px;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    clear: both;
}

.column1 {
    margin: auto;
    width: 60%;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(89, 70, 55, 0.9);
}

/* Modal Content */
.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 40%;
    max-width: 1200px;
}

/* The Close Button */
.close2 {
    color: #fff9eb;
    position: fixed;
    top: 150px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #2a211a !important;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(89, 70, 55, 0.4);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #2a211a;
    opacity: 60%;
    font-size: 40px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: rgba(89, 70, 55, 0.9);
    padding: 2px 16px;
}

.caption-container p {
    font-size: 25px;
    color: #fff9eb;
    font-weight: bold;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lightbox-gallery {
    width: 90% !important;
    display: flex;
    margin: auto;
    padding: 0;
    position: relative;
}

.platba {
    border: solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
}

@media only screen and (max-width: 992px) {
    .platba img {
        height: 25px !important;
        width: auto !important;
        align-items: center;
    }
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
    padding: 8px;
    color: #fff9eb;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #fff9eb;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #fff9eb;
    text-decoration: underline;
}

#map {
    height: 400px !important;
}

.google-map {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: url("../img/map-cover.webp") no-repeat bottom right;
    background-size: cover;
    position: relative;
    width: 1000px;
    height: 1000px;
    min-height: 300px;
}

.google-map-cover {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    border-radius: 4px;
    min-width: 290px;
    max-width: 100%;
    text-align: center;
}

.google-map-cover:hover {
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.text-black {
    color: black;
}

.position-relative {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    text-shadow:
    0 0 5px rgba(0, 0, 0, 0.9),
    0 0 10px rgba(0, 0, 0, 0.9),
    0 0 15px rgba(0, 0, 0, 0.9);
}
.image-link img:hover {
    opacity: 0.8;
}

.blue-link {
    color: blue;

}

.blue-link:hover {
    text-decoration: underline; /* Volitelné, přidá podtržení při najetí myší */
}


.box-slider-text {
    margin-bottom: 0px; /* Přidá větší mezeru mezi textem a tlačítkem */
    color: #fffcf7; /* Barva textu */
    font-weight: bold;
}

.button-wrapper {
    display: flex;
    justify-content: center; /* Zarovná tlačítko na střed */
    margin-top: 0px;
}

.btn-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.btn-link:hover {
    background-color: #0056b3;
}

.carousel-item {
    margin-bottom: 30px;
}

ul.lift {
    list-style-position: inside;
    padding-left: 0;
}

ul.lift li {
    margin-bottom: 10px;
}

footer a:hover {
    color: #c7b379;
}

/* Banner */

.banner-autumn-wrapper {
    position: static;
    height: 426px;
    max-height: 426px;
    margin-bottom: 35px;
    width: 100%;
    margin-top: -50px;
}

.banner-autumn-inner {
    background: url(../img/banner_autumn_bg.jpg) no-repeat #594637;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    max-height: 426px;
}

.banner-autumn-wrapper .btn {
    color: #594637 !important;
    padding: 11px 28px;
    font-size: 18px;
}

.banner-autumn-wrapper .btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #C3B584;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: -1;
}

.banner-autumn-wrapper .headline {
    font-size: 45px;
    line-height: 59px;
    color: #fff;
    max-width: 330px;
    font-family: "Montserrat";
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 33px;
}

.banner-autumn-wrapper .highlight {
    color: #594637;
    background-color: #C3B584;
    border-radius: 7px;
    padding: 0px 12px;
}

.banner-autumn-inner-left {
    padding: 77px 110px;
}

.ribbon {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {

.banner-autumn-wrapper {
    margin-top: 0;
}

.banner-autumn-inner-left {
    padding: 50px 56px;
}

}

@media screen and (max-width: 480px) {

.banner-autumn-wrapper .headline {
    font-size: 32px;
    line-height: 47px;
    max-width: 282px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 33px;
}

.banner-autumn-wrapper .btn-wrap {
    display: flex;
    justify-content: center;
}

.banner-autumn-inner-left {
    padding: 50px 23px;
}

}

.leaf{
    position:absolute ;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.leaf div{
position:absolute ;
display:block ;
}
.leaf div:nth-child(1){
    left:20%;
    animation:fall 15s linear infinite ;
    animation-delay:-2s;

}
.leaf div:nth-child(2){
    left:70%;
    animation:fall 15s linear infinite ;
    animation-delay:-4s;
}
.leaf div:nth-child(3){
    left:10%;
    animation:fall 20s linear infinite ;
    animation-delay:-7s;

}
.leaf div:nth-child(4){
    left:50%;
   animation:fall 18s linear infinite ;
   animation-delay:-5s;
}
.leaf div:nth-child(5){
    left:85%;
    animation:fall 14s linear infinite ;
    animation-delay:-5s;
}
.leaf div:nth-child(6){
    left:15%;
    animation:fall 16s linear infinite ;
    animation-delay:-10s;
}
.leaf div:nth-child(7){
    left:90%;
    animation:fall 15s linear infinite ;
    animation-delay:-4s;
}
@keyframes fall{
    0%{
        opacity:1;
        top:-10%;
        transform:translateX (20px) rotate(0deg);
    }
    20%{
        opacity:0.8;
        transform:translateX (-20px) rotate(45deg);
    }
    40%{

        transform:translateX (-20px) rotate(90deg);
    }
    60%{

       transform:translateX (-20px) rotate(135deg);
    }
    80%{

        transform:translateX (-20px) rotate(180deg);
    }
    100%{

        top:110%;
        transform:translateX (-20px) rotate(225deg);
    }
    }
.leaf1{
    transform: rotateX(180deg);
}

/*# sourceMappingURL=style.css.map */
