:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    --primary: rgba(0, 179, 190, 1)
}

body {
    background-color: #ffffff !important;
    font-size: 100%;
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Oswald', sans-serif;
    line-height: 1.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-overflow-scrolling: touch;
    image-rendering: auto; */
}

.blue-text {
    color: var(--primary);
}

h1,
.h1 {
    font-size: 36px;
    color: var(--primary);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: "Arial Narrow", Arial, sans-serif; */
    font-family: "Old Standard TT";
    font-weight: 500;
    line-height: 1.1;
    /* color: inherit; */
}

p,
ul li,
.expandable_text,
.expandable_text_hotel {
    color: #49433E;
    /* font-size: 0.8125em; */
    font-family: 'Lora', serif;
    line-height: 21px;
}

.hide {
    display: none !important;
}

.btn-outline-primary {
    color: #00b3be;
    border-color: #00b3be;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00b3be;
    border-color: #00b3be;
}
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #00b3be;
    border-color: #00b3be;
}
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgb(0 179 190 / 50%);
}
.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgb(0 179 190 / 50%);
}


.nav-tabs .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 2px solid #00b3be;
}

.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff7900;
}

.nav-link, .nav-link:focus, .nav-link:hover {
    color: #00B3BE;
    
}

/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 5px;
}


/* Handle */

.left-menu-content::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.left-menu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px transparent;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #00B3BE;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #047b82;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ABABAB;
    font-family: 'Old Standard TT', serif !important;
    font-size: 1.25em;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ABABAB;
    font-family: 'Old Standard TT', serif !important;
    font-size: 1.25em;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ABABAB;
    font-family: 'Old Standard TT', serif !important;
    font-size: 1.25em;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ABABAB;
    font-family: 'Old Standard TT', serif !important;
    font-size: 1.25em;
}

a,
a:hover,
a:hover span,
a:focus,
a:visited {
    color: #00B3BE;
    text-decoration: none !important;
}

ul li {
    color: #82786F;
    margin-bottom: 3px;
    font-weight: 400 !important;
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Oswald', sans-serif;
    font-size: 0.8125em;
}

.scrolled-menu {
    background-color: rgba(0, 179, 190, 1);
    height: 85px !important;
    transition: 0.4s ease all;
}

.main-menu-content {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 100px;
}

.main-image-menu {
    /* margin-top: 12px; */
    /* transform: translate(-50%, 0); */
    transition: 0.4s ease all;
    color: #fff;
}

.headr_logo_sort {
    font-size: 15px;
    display: block;
    text-align: center;
    color: #fff!important;
}

.main-image-menu.scrolled {
    /* top: 20px;
    max-width: 200px;*/
    transition: 0.4s ease all;
    margin-top: 0px;
    color: #fff;
}

.menu-right-content {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0%, -50%);
}

.booking-container {
    float: right;
}

.headr_logo {
    /* width: 42px; */
    height: 72px;
    margin-top: 6px;
}

.scrolled-menu .headr_logo {
    /* width: 42px; */
    height: 72px;
    margin-top: 6px;
    transition: 0.4s ease all;
}

.headr_logo_link {
    font-family: 'Georgia', 'Times', 'Times New Roman', serif;
    /* font-family: "Old Standard TT", serif; */
    display: flex;
    justify-content: center;
    font-size: 39px;
    font-weight: 700;
}

#plansTab{
    gap: 1px 8px;
}

#plansTab li {
    flex: 1 1 auto;
}

@media (max-width: 700px) {
    .home .main-image-menu {
        margin-left: 42px;
    }
    .headr_logo_link {
        font-size: 19px;
        font-weight: 700;
        margin-left: 52px;
        margin-right: 52px;
        text-align: center;
    }
    .scrolled-menu .headr_logo {
       
        height: 32px;
        margin-top: 10px;
      
    }
    
    .headr_logo {
       
        height: 32px;
        margin-top: 10px;
    }
   
}

.booking-button,
.orange-button,
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
.pdf-button {
    background-color: #FF7900;
    border: 1px solid #FF7900;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    font-weight: bold;
    border-radius: 3px;
    height: 50px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 24px 24px;
}

.menu-button {
    float: left;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0px, -50%);
}

.menu-button span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: white;
    margin-top: 5px;
}

.menu-button,
.close-menu-button {
    cursor: pointer;
}

.close-menu-button {
    background-image: url(/themes/ayur/assets/images/close.png);
    padding-left: 55px;
}

.menu-main-icon,
.close-menu-button {
    background-repeat: no-repeat;
    background-position: 0%, center;
    background-size: 40px;
}

.close-menu-button {
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
}

.menu-button,
.close-menu-button {
    cursor: pointer;
}

.close-menu-button:hover {
    text-decoration: none;
    color: white;
}

.menu-label {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    margin: -19px 44px;
    float: left;
}

.scrolled-menu .menu-label {
    color: white;
}

@media (max-width: 700px) {
    .menu-button {
        float: left;
        position: absolute;
        left: 14px;
        transform: translate(0px, -50%);
    }
    .menu-label {
        font-family: 'Oswald', sans-serif;
        color: #fff;
        text-transform: uppercase;
        /* font-size: 1em; */
        margin: 1px -2px;
        float: left;
        font-size: 13px;
    }
    .scrolled-menu {
        height: 70px !important;
        padding-top: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scrolled-menu h1 {
        margin-top: 7px;
    }
    .scrolled-menu .headr_logo {
       
        height: 32px;
        margin-top: 10px;
      
    }
    
    .headr_logo {
       
        height: 32px;
        margin-top: 10px;
    }
}

.left-menu-content {
    position: fixed;
    top: 0;
    left: -1050px;
    background-color: #00B3BE;
    width: 500px;
    z-index: 101;
    opacity: 0;
    padding: 36px 28px;
    transition: all 0.7s ease-in-out;
    min-width: 450px;
    padding-bottom: 130px !important;
}

.slide-from-left {
    left: 0%;
    transition: all 0.45s ease-in-out;
    opacity: 1;
    overflow-y: scroll;
    height: 100%;
}

ul.main-menu-list,
ul.second-main-menu-list,
ul.third-main-menu-list,
ul.sitemap-list {
    padding: 0;
    margin-top: 35px;
}

ul.main-menu-list li,
ul.second-main-menu-list li,
ul.third-main-menu-list li,
ul.sitemap-list li {
    list-style-type: none;
}

ul.main-menu-list li a {
    color: white;
    font-family: 'Old Standard TT', serif;
    font-size: 1.5em;
    font-weight: bold;
    padding: 30px 70px;
    display: inline-block;
    width: 100%;
}

ul.main-menu-list li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    text-decoration: none !important;
}

.main-text-home {
    position: absolute;
    left: 50%;
    bottom: 6%;
    transform: translate(-50%, -6%);
}

.main-text-home h2 {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 6.375em;
    color: white;
    text-align: center;
}

.mar-top-12 {
    margin-top: 12px !important;
}

.expandable_wrap {
    position: relative;
}

.expandable_text {
    max-height: 105px;
    overflow-y: hidden;
    position: relative;
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -ms-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    text-align: justify;
}

.expandable_text.open {
    max-height: 100%;
    transition: max-height 0.25s ease-out;
    -webkit-transition: max-height 0.25s ease-out;
    -moz-transition: max-height 0.25s ease-out;
    -ms-transition: max-height 0.25s ease-out;
    -o-transition: max-height 0.25s ease-out;
}

.expandable_text.open .expandable_text_white,
.expandable_text_hotel.open .expandable_text_white {
    display: none;
}

.expandable_text_white {
    display: block;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 25px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.expandable_text_hotel {
    text-align: justify;
    max-height: 305px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -ms-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
}

.expandable_text_hotel.open {
    max-height: 100%;
    transition: max-height 0.25s ease-out;
    -webkit-transition: max-height 0.25s ease-out;
    -moz-transition: max-height 0.25s ease-out;
    -ms-transition: max-height 0.25s ease-out;
    -o-transition: max-height 0.25s ease-out;
}

.open_exp_hotel {
    cursor: pointer;
    color: var(--primary);
}

.open_exp_hotel.open {
    color: #ABABAB;
}

.expandable_text_hotel .expandable_text_white {
    display: block;
}

.expandable_text_hotel p {
    margin-bottom: 0;
}

.why_us {
    display: block;
    float: right;
    width: 400px;
}

.why_us_head {
    font-size: 24px;
    color: var(--primary);
    line-height: 1;
}

.why_us li {
    font-size: 18px;
    line-height: 23px;
}

.open_exp_wrap {
    /* display: none; */
}

.expandable_text_hotel .expandable_text_white {
    /* display: none; */
}

@media (max-width: 768px) {
    .open_exp_wrap {
        display: block;
    }
    .why_us {
        display: block;
        float: right;
        width: 100%;
    }
    .expandable_text_hotel {
        max-height: 305px;
        overflow-y: hidden;
        position: relative;
        transition: max-height 0.15s ease-out;
        -webkit-transition: max-height 0.15s ease-out;
        -moz-transition: max-height 0.15s ease-out;
        -ms-transition: max-height 0.15s ease-out;
        -o-transition: max-height 0.15s ease-out;
    }
    .expandable_text_hotel.open {
        max-height: 100%;
        transition: max-height 0.25s ease-out;
        -webkit-transition: max-height 0.25s ease-out;
        -moz-transition: max-height 0.25s ease-out;
        -ms-transition: max-height 0.25s ease-out;
        -o-transition: max-height 0.25s ease-out;
    }
    .expandable_text_hotel .expandable_text_white {
        display: block;
    }
}

.open_exp {
    cursor: pointer;
    color: rgba(0, 179, 190, 1);
}

.open_exp.open {
    color: #ABABAB;
}

.slider_wrap {
    width: 100%;
    height: 400px;
}

.slide_item {
    background-size: cover;
    width: 100%;
    height: 400px;
    background-position: center center;
    border-radius: 3px;
}

.hotel_slid_wrap {
    height: 700px;
}

@media (max-width: 1500px) {
    .hotel_slid_wrap {
        height: 600px;
    }
}

@media (max-width: 1200px) {
    .hotel_slid_wrap {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .slider_wrap {
        height: 350px;
    }
    .slide_item {
        height: 350px;
    }
    .hotel_slid_wrap {
        height: 400px;
    }
}

@media (max-width: 568px) {
    .slider_wrap {
        height: 300px;
    }
    .slide_item {
        height: 300px;
    }
    .hotel_slid_wrap {
        height: 350px;
    }
}

@media (max-width: 428px) {
    .slider_wrap {
        height: 250px;
    }
    .slide_item {
        height: 250px;
    }
    .hotel_slid_wrap {
        height: 300px;
    }
}

.expandable_text_descr {
    max-height: 55px;
    overflow: hidden;
    position: relative;
}

.grey-text {
    text-transform: uppercase;
    font-size: 36px;
    color: #918984;
    font-weight: 600;
}

.fotoslide_row {
    width: 100%;
    /* background-color: #000; */
    padding-top: 20px;
    padding-bottom: 40px;
}

.fotoslide {
    width: 100%;
}

.slidefoto {
   
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    gap: 20px;
    overflow: hidden;
}

.slidefoto img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.slidevideo video {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.roomvideo video {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.vidbg-container video {
    /* width: 100%!important; */
    /* object-fit: cover; */
}

.organizuj_wrap {
    min-height: 160px;
    background-color: rgba(218, 215, 203, 0.4);
}

.organizuj_h1 {
    /* font-family: "Arial Narrow", Arial, sans-serif; */
    font-family: "Old Standard TT", serif;
    font-size: 62px;
    font-style: italic;
    color: #82786F;
    line-height: 72px;
}

.organizuj_h2 {
    /* font-family: "Arial Narrow", Arial, sans-serif; */
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #00B3BE;
    line-height: 49px;
    font-weight: 300;
}

.organizuj_h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #82786F;
    line-height: 26px;
    text-transform: uppercase;
}

.organizuj_h4 {
    font-size: 19px;
    color: #82786F;
    line-height: 26px;
}

.btn-organizuj,
.btn-organizuj:hover {
    background-color: #FF7900;
    border: 1px solid #FF7900;
    color: white;
    font-size: 1em;
    font-weight: bold;
    border-radius: 3px;
    height: 50px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 24px 24px;
}

.btn-recalculate,
.btn-recalculate:hover {
    background-color: #FF7900;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
    display: block;
}

.btn-recalculate span:before {
    background-image: url('data:image/svg+xml,<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="calculator" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-calculator fa-w-14 fa-7x"><path fill="white" d="M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zm0 464H48V208h352v256zm0-304H48V48h352v112zM108.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8v-38.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v38.4c0 6.4 6.4 12.8 12.8 12.8zm192 96h38.4c6.4 0 12.8-6.4 12.8-12.8V268.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-38.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v38.4c0 6.4 6.4 12.8 12.8 12.8zm96-96h38.4c6.4 0 12.8-6.4 12.8-12.8v-38.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v38.4c0 6.4 6.4 12.8 12.8 12.8zm0 96h38.4c6.4 0 12.8-6.4 12.8-12.8v-38.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v38.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg>');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 8px;
}

.btn-recalculate span {
    font-size: 19px;
    text-transform: uppercase;
    line-height: 24px;
    display: block;
    color: #fff;
}

.gorasscet,
.gocontact {
    color: #fff;
    background-color: var(--primary);
    text-transform: uppercase;
    height: 55px;
    width: 100%;
    padding: 9px;
    text-align: center;
    flex: 1 1 33%;
}

.gobron span {
    color: #fff;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.gorasscet a,
.gocontact a {
    color: #fff;
    display: inline-block;
    max-width: 80px;
}

.gobron {
    color: #fff;
    background-color: #FF7900;
    text-transform: uppercase;
    height: 55px;
    width: 100%;
    padding: 9px;
    text-align: center;
    flex: 1 1 33%;
    font-weight: 600;
    font-size: 18px;
}

.gorasscet:after {
    content: " ";
    background-image: url('data:image/svg+xml,<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="calculator" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-calculator fa-w-14 fa-7x"><path fill="white" d="M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zm0 464H48V208h352v256zm0-304H48V48h352v112zM108.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8v-38.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v38.4c0 6.4 6.4 12.8 12.8 12.8zm192 96h38.4c6.4 0 12.8-6.4 12.8-12.8V268.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-38.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v38.4c0 6.4 6.4 12.8 12.8 12.8zm96-96h38.4c6.4 0 12.8-6.4 12.8-12.8v-38.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v38.4c0 6.4 6.4 12.8 12.8 12.8zm0 96h38.4c6.4 0 12.8-6.4 12.8-12.8v-38.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v38.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg>');
    display: inline-block;
    width: 26px;
    height: 30px;
}

.gocontact:before {
    content: " ";
    background-image: url('data:image/svg+xml,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="mobile-android-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-mobile-android-alt fa-w-10 fa-7x"><path fill="white" d="M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-64 452c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v8zm64-80c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z" class=""></path></svg>');
    display: inline-block;
    width: 19px;
    height: 30px;
}

@media (max-width: 424px) {
    .gobron {
        font-size: 15px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .gorasscet,
    .gocontact {
        font-size: 13px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

td.price {
    padding: 2px 0px;
    text-align: center;
    white-space: nowrap;
}

.tableprice {
    font-size: 14px;
}

.tableprice h4 {
    margin-top: 21px;
    margin-bottom: 0;
}

footer {
    background-color: var(--primary);
    min-height: 21px;
}

.bottommenu {
    display: none;
}

.contacticon {
    background-image: url('data:image/svg+xml,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="mobile-android-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-mobile-android-alt fa-w-10 fa-7x"><path fill="white" d="M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-64 452c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v8zm64-80c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z" class=""></path></svg>');
    width: 19px;
    height: 30px;
    position: absolute;
    right: 21px;
    top: 33px;
    cursor: pointer;
}

.scrolled-menu .contacticon {
    top: 18px;
}

.show_zapr_bron {
    background-color: #FF7900;
    width: 200px;
    height: 39px;
    display: block;
    position: absolute;
    right: 21px;
    top: 33px;
    cursor: pointer;
}

.show_zapr_bron span {
    font-size: 19px;
    text-transform: uppercase;
    line-height: 24px;
    display: block;
    color: #fff;
}

.scrolled-menu .show_zapr_bron {
    top: 18px;
}

.show_zapr_bron span:before {
    background-image: url(/themes/ayur/assets/css/img/calendar_icon.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .widgethelptrigger {
        opacity: 0;
    }
    .bottommenu {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 1000;
        background-color: red;
        height: 55px;
        width: 100%;
    }
    .fotoslide_row {
        width: 99%;
        background-color: #fff;
    }
    .slidefoto {
        /* overflow: hidden; */
        padding-left: 00px;
        padding-right: 00px;
        /* margin-left: 30px;
        margin-right: 30px; */
    }
    footer {
        min-height: 54px;
    }
}

@media (max-width: 1200px) {
    .slidefoto img {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .slidefoto img {
        height: 400px;
    }
}

@media (max-width: 568px) {
    .slidefoto img {
        height: 350px;
    }
}

@media (max-width: 428px) {
    .slidefoto img {
        height: 300px;
    }
}

.overlay-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.language-container {
    /* background-color: #FF7900; */
    width: 155px;
    height: 39px;
    display: block;
    position: absolute;
    right: 229px;
    top: 33px;
    cursor: pointer;
    text-align: center;
}

.scrolled-menu .language-container {
    top: 18px;
}

.language-container .dropdown_lang,
.language-container a {
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1.125em;
    text-align: center;
    display: block;
}

.language-container .dropdown-menu a:hover {
    background-color: rgba(0, 179, 190, 1);
    border-radius: 0px;
    text-decoration: none;
}

.language-container .dropdown:hover,
.language-container .dropdown:focus {
    border-bottom: 2px solid rgba(0, 179, 190, 1);
}

.language-container .dropdown {
    padding: 10px 32px;
    margin-right: 16px;
    border-bottom: 2px solid transparent;
}

.language-container .dropdown-menu {
    background-color: transparent;
    border: 0 px solid transparent !important;
    margin: 20px -38px;
    box-shadow: 0px 0px;
}

.dropdown-menu.menu-lang {
    position: absolute;
    top: 20px;
    left: initial;
}

.menu-lang {
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff', GradientType=1);
    border-radius: 0px;
}
.btn-fotvid {
    min-width: 250px;
    margin: 0 15px;
}

@media (max-width: 768px) {
    .btn-fotvid {
        min-width: 150px;
        margin: 0 8px;
    }
    .language-container {
        /* background-color: #FF7900; */
        width: 55px;
        height: 39px;
        display: block;
        position: absolute;
        right: 9px;
        top: 33px;
        cursor: pointer;
        text-align: center;
    }
    .dropdown-menu.menu-lang {
        min-width: 5rem !important;
    }
}

.partneralert .modal-content {
    border: 5px solid rgb(0 179 190);
}


