@media (min-width: 1200px){

	.reservation-button, .reservation-button.btn  {
        width: calc(100% + 15px) !important;
    }
    .site-header .header-bottom .header-logo {
        width: 220px;
        max-width: 200px;
        margin: 0 auto;
    }
}

.hotellab-widget-form .btn{
    padding:0 16px !important;
}

.qty-buttons label{
    top:15px !important;
}

/* Fix GDPR Cookie Notice */
#cookies-policy.cookies{
    margin-bottom:0;
}

#cookies-policy .cookies__title{
    display:none;
}

#cookies-policy .cookies__intro p {
    font-size: 13px !important ;
    line-height: 1.4 !important;
}

#cookies-policy .cookies__alert{
    margin: 5% auto !important;
    max-height: 90% !important;
    max-width: 96% !important;
    width: auto !important;
}

#cookies-policy .cookies__actions{
    flex-direction: row !important;
}

@media only screen and (min-width:1200px){
    #cookies-policy.cookies {
        left: 0 !important;
        bottom: -10px !important;
        max-width: 22em !important;
    }

    /* #cookies-policy:after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: rgba(0,0,0,.75);
        position: fixed;
        z-index: -1;
    } */
}

.ratio {
    position: relative;
    width: 100%;
}
  
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio) ;
    content: "";
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16* 100%);
}
  
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_wrapper {
    max-width: 960px;
}

.video_frame {
    height: 100%;
}

.d-none {
    display:none;
}

.d-flex{
    display:flex;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}

.site-header .header-bottom>div .header-left{
    padding-left:10px;
    padding-right:10px;
}

.site-header .header-bottom>div{
    max-width:100%;
}

.widget-gallery-grid .gallery-item a{
    background-position: center center;
}

#gallery-section img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    overflow:hidden;
}

@media (max-width: 767px) and (orientation: portrait) {
    .hotellab-widget-form-container.form-relative {
        z-index: 998 !important;
    }
}

.site-header.header-over.header-sticky{
    z-index:999;
}

.site-header .header-top .header-contact ul li a {
	font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.widget-content {
    top: 27.5%;
}

/* .site-header .header-bottom .header-nav ul li.sub.lang-switcher {
    z-index: 98;
} */

.site-header .header-bottom .header-nav ul li.sub.menu-last, .site-header .header-bottom .header-nav ul li.sub.lang-switcher {
    z-index:0;
}

.video_frame{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
    border: 10px solid #fff;
    /* border-color:var(--primary-color); */
}

.widget-title h2, h2, h2 a, h1{
    color: #e2c466 !important;
}

/** Fix **/
.widget-gallery-grid .gallery-item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 767px) {
    .widget-slider .widget-carousel .owl-nav {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        right: 0;
    }
}
@media (max-width: 767px) {
    .widget-slider .widget-carousel .owl-nav .owl-prev {
		position:absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .widget-slider .widget-carousel .owl-nav .owl-next {
		position:absolute;
        left: auto;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .hotellab-widget-form-container.form-relative {
        z-index: 98 !important;
        position:relative !important;
        bottom:unset !important;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .hotellab-widget-form-container.form-relative {
        z-index: 98 !important;
        position:relative !important;
        bottom:unset !important;
    }
}