/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
:root{
    --primary-color: #ef7d21;
    --secondary-color: #706f6f;
}

/* Utilities */
.fw-500 {
    font-weight: 500;
}
.color-primary {
    color: var(--primary-color) !important;
}

.btn_1_outline {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.btn_1_outline:hover {
    background: var(--primary-color) !important;
    color: white !important;
}
/* Utilities End */

/* Bike Friendly Widget */
.widget-bike-friendly {
    top: 20%;
    position: fixed;
    right: 20px;
    z-index: 99;
}

.bike-friendly-content a {
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.bike-friendly-link {
    height: 45px;
    border-left: 5px solid var(--primary-color);
    box-shadow: rgb(0 0 0/16%) 0 1px 4px;
    margin: 14px 0;
    position: relative;
    right: -8px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff;
}

.bike-friendly-link-a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.link-active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    padding: 10px 15px;
}

.bike-friendly-icon {
    height: 72px;
    width: 72px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: rgb(0 0 0/16%) 0 1px 4px;
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    animation: animate-widget 2s linear 5;
    text-align: center;
    animation-delay: 5s;
}

.bike-friendly-icon:after {
    content: "";
    width: 36px;
    height: 45px;
    background: rgb(239 125 33 / 95%);
    position: absolute;
    right: -36px;
    top: 14px;
    box-shadow: rgb(0 0 0/16%) 0 1px 4px;
}

@keyframes animate-widget {
	0% {
		box-shadow: 0 0 0 0 rgb(239 125 33 / 70%);
	}

	40% {
		box-shadow: 0 0 0 20px rgb(35 202 235 / 0%);
	}

	/*80% {
		box-shadow: 0 0 0 20px rgb(35 192 235 / 0%);
	}

	100% {
		box-shadow: 0 0 0 rgba(35, 181 ,235, .8);
	}*/
}
/*Bike Friendly Widget **/

header .logo_normal img {
    filter:drop-shadow(0px -1px 40px white);
}

header.reveal_header.headroom--top nav ul li a.btn_1.outline{
    border-color:white;
}

header.reveal_header.headroom--top nav ul li a.btn_1.outline:hover{
    border-color:transparent;
}

.headroom--not-top .hamburger_2 .hamburger__inner, .headroom--not-top .hamburger_2 .hamburger__inner::after, .headroom--not-top .hamburger_2 .hamburger__inner::before {
    background-color: #333;
}

header a.btn_1.outline{
    height:43px;
}

.about_section .social ul li a {
    color: var(--primary-color);
}

.about_section .social ul li a:hover{
    opacity: .7;
}

footer, footer .footer_bg .gradient_over{
    background: var(--primary-color);
}

.btn_4.learn-more{
    width: 210px;
}

.row_list .row_list_version_2:last-child {
    padding-bottom: 120px;
}

#alacarte_section i {
    color: var(--primary-color);
}

.map_contact iframe{
    height: 677px;
    border-radius: 10px;
    filter: none;
}

/* Gallery Filter*/
.widget-filter-top {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.widget-filter-top ul:before,
.widget-filter-top ul:after{
    content: "";
    display: table;
}

.widget-filter-top ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.widget-filter-top ul li a {
    display: block;
    padding: 0 13px;
    height: 44px;
    line-height: 44px;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    color: #333;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.widget-filter-top ul li:hover a {
    color: var(--primary-color);
}

.widget-filter-top ul li.active a,
.widget-filter-top ul li.active:hover a {
    color: #fff;
    background-color: var(--primary-color);
}

.widget-filter-top ul li:last-child {
    margin-right: 0;
}
/* Gallery Filter End */

/* Sidebar Menu & Mobile Menu */
.sidebar-navigation nav ul .active > li.active > a, .sidebar-navigation nav ul li.active a {
    color: var(--primary-color);
}
/* Sidebar Menu & Mobile Menu **/

/* Language Switcher */
.language-switcher .sub-menu {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    min-width: 90px;
    box-shadow: rgb(0 0 0/16%) 0 1px 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /* padding: .75rem 1rem .5rem; */
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 8px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 99;
}

.language-switcher .sub-menu li {
    margin-left: 0;
    padding: .75rem 0;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #efefef;
}

.language-switcher {
    position: relative;
    padding: 10px 0;
}

.language-switcher .sub-menu li:last-child {
    border-bottom: none;
}

/*.language-switcher .sub-menu li a {
    color: #333;
}*/

.language-switcher .current-lang {
    top:4px;
}


header.reveal_header.headroom--top nav ul li.language-switcher ul li a, header nav ul li.language-switcher ul li a{
    color: initial;
}

header.reveal_header.headroom--top nav ul li.language-switcher ul li:hover a, header nav ul li.language-switcher ul li:hover a {
    color: var(--primary-color);
}

.language-switcher:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
/* Language Switcher **/

/* Rez Widget */
#hweb-widget-search-container {
    position: absolute;
    bottom: 40px;
    padding: 1rem;
	z-index: 999;
}
/* Rez Widget **/

#carousel-home .owl-carousel img.owl-slide.cover {
    object-fit: cover;
}

/* Responsive */
@media (min-width:768px){
    .lang-switcher-container{
        display:none;
    }
    .d-md-flex{display:-ms-flexbox!important;display:flex!important}
}

@media (min-width:1200px){
    .carousel_item_centered .owl-prev {
    left: 25%;
    transform: translateX(20px);
    }

    .carousel_item_centered .owl-next {
        right: 25%;
        transform: translateX(-20px);
    }

    .reservation-button {
        width: calc(100% + 15px);
    }

    .hotel-about {
        margin-top:-120px;
    }

    h6.hero-heading-home.fadeIn-element {
        margin-top:25px;
    }
}

@media (max-width:767px){
    .restaurant-features .list-unstyled li, .company-details .list-unstyled li {
        flex-direction: column;
    }

    .map_contact iframe{
        height:450px;
    }

    #hweb-widget-search-container {
        bottom: -50px;   
    }
    header .logo_normal img{
        height: 60px;
    }

    .pinned_over_content h2{
        font-size: 2rem;
    }

    .pinned-image--medium {
        height: 100vh;
    }

    .pinned-image--medium.bfh {
        height: 150vh;
    }
	
	#carousel-home .owl-carousel .owl-slide {
    max-height: 839px !important;
	}

    .more-wraper-center.more-wraper-center-home{
        margin:-120px auto 0 auto;
    }
}

@media (max-width:991px) {

    /* Bike Friendly Widget*/
    .widget-bike-friendly {
        /*top: unset;
        position: fixed;
        z-index: 99;
        bottom: 30px;
        right: unset;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);*/
		position: fixed;
		z-index: 99;
		top: 80px;
		right: 10px;
    }

    .bike-friendly-icon{
        width: 64px;
        height:64px;
    }

    
    .bike-friendly-icon:after {
        display: none;
    }

    .bike-friendly-link{
        display:none;
    }

    .language-switcher .current-lang {
        top: 2px;
    }

    .hero-bg .swiper-slide .swiper-slide-inner-bg img {
    height:100vh;
    object-fit:cover;
    }

    .widget-filter-top ul.list-unstyled {
        display: flex;
        overflow-y: scroll;
    }
    .widget-filter-top ul li {
        margin-left:15px;
    }
    .mobile-widget-content {
        z-index: 1000;
    }
}

footer.revealed {
        
    width: -webkit-fill-available !important;
}

/* Responsive **/

/* Restaurant Features */
.restaurant-features ul li span.col:before {
    font-weight: 900;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f291";
    color: var(--primary-color);
    margin-right: .5rem;
}

.restaurant-features p.small:before {
    font-weight: 900;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f151";
    color: var(--primary-color);
    margin-right: .25rem;
}

.restaurant-features ul li small:before {
    font-weight: 900;
    display: inline-block;
    font-family: hotel !important;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    font-size: 1.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\0056";
    color: var(--primary-color);
    margin-right: .5rem;
}
/* Restaurant Features */

/* Room Features */
.room-detail-section .room-features-container .room-features ul{
    list-style: none;
    padding-left:0;
}
.room-detail-section .room-features-container .room-features ul li {
    margin-bottom: .25rem
}

.room-detail-section .room-features-container .room-features ul li:before {
    font-weight: 900;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f151";
    color: rgb(13,202,240); /*var(--primary-color); */
    margin-right: .25rem;
}

/* Room Features */

@media (max-width:767px) and (orientation: portrait){
    /*Fix Mobile and Tablet Widget Form Height for Slider */
    #carousel-home .slide-text {
        margin-bottom: 50px;
        bottom: 50px;
        position: relative;
    }
    /** Fix Mobile and Tablet Widget Form Height for Slider */
}

.reservation-button {
    border-radius: 8px;
    line-height: 50px;
    padding: 0 16px;
}

.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.me-2 {
    margin-right:0.5rem !important;
}

.me-1 {
    margin-right:0.25rem !important;
}

.logo {
    padding:8px 15px !important;
}

.logo .logo-light {
    max-height:72px;
}

.logo .logo-dark{
    max-height:50px;
}

.halves .half img {
    min-height:650px;
    object-fit:cover;
}

.main-navigation .navbar-nav li.language-switcher{
    margin-right: 50px;
    height:auto;
    padding:58px 15px 35px 15px;
}

.language-switcher .current-lang{
    top:0;
    display:flex;
    justify-content:center;
}

.language-switcher .sub-menu{
    top:80%;
}

.main-navigation .navbar-nav li.language-switcher ul li > a{
    color:#5f5f5f;
    display:flex;
}

.main-navigation .navbar-nav li.language-switcher:last-child a{
    padding:0;
    margin:0;
}

.main-navigation-bg.navbar .navbar-nav > li.language-switcher{
    height:80px;
    padding:0;
}

.main-navigation-bg .main-navigation .navbar-nav li.language-switcher > a{
    padding: 31px 15px 0 15px;
}

@media only screen and (max-width: 768px) {

    .lang-switcher-container {
        position: absolute;
        top: 15px;
        right: 72px;
    }

    .lang-switcher-container .language-switcher .sub-menu {
        top: 100%;
    }

    .lang-switcher-container .language-switcher .sub-menu li > a {
        color: #5f5f5f;
        display: flex;
    }

    .navbar-brand.logo{
        margin-top:0;
    }

    .logo .logo-light{
        max-height:50px;
    }

    .main-navigation .navbar-nav li.language-switcher{
        margin-right:0;
        /* padding:0; */
    }

    .main-navigation .navbar-nav li.language-switcher:last-child a {
        /* padding:10px 15px; */
    }

    .main-navigation-home-call .language-switcher .current-lang {
        color: #5f5f5f;
        font-weight: 600;
    }

    .room-features-row{
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .room-features-column {
        float:none !important;
    }
}

.post-list-bg img {
    height: calc(100% + 300px);
    object-fit: cover;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.copyright .powered {
    margin-left: .5rem;
    margin-top: .5rem;
}

.room_content_list ul li:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f151";
    color: var(--primary-color);
    margin-right: .25rem;
}

.room_content_list ul{
    margin-top:1rem;
}

.room_content_list ul li{
    margin-bottom:.25rem;
}

.blog-tag.blog-tag-rooms span{
    font-size:24px;
}

.reservation-button{
    background: var(--primary-color);
    color: #ffffff;
}

.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close{
    border-color:var(--primary-color);
}

.owl-prev, .owl-next{
    background:var(--primary-color);
}

.blog-tag:not(.blog-tag-rooms), h2.section-heading{
    color:var(--primary-color);
}

.hover-icons a:hover{
    border-color:var(--primary-color);
    background:var(--primary-color);

}

.room-features-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.room-features-column {
        /*display: flex;
        flex: 1;
        flex-wrap: wrap;
        flex-direction: row;
        height: 100%;
        padding: 0 15px;
        justify-content: space-between;*/
        float: left;
        width:auto;
}

.navbar-bg-switch{
    background:#ffffff;
    z-index:9999;
}

.main-navigation .navbar-nav li a, .language-switcher .current-lang{
    color: var(--secondary-color);
}

.main-navigation .navbar-nav li a:hover{
    color:var(--primary-color);
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover{
    color:var(--primary-color);
}

.main-navigation .navbar-nav li.dropdown:hover > a {
    color: var(--primary-color);
}

.main-navigation .navbar-nav li .dropdown-menu a:hover{
    color:var(--primary-color)
}

/* .qty-buttons input.qty{
    padding-left:105px !important;
} */

.qty-buttons label{
    font-family:'Montserrat', sans-serif;
}

.qty-buttons label.childs span{
    font-weight: 600;
}

h6.hero-heading-home.fadeIn-element {
    text-align: center;
    display: block;
    visibility: visible;
    backface-visibility: visible;
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    letter-spacing: -0.04em;
    line-height:1.15;
}

.hero-heading{
    font-size:40px;
}

h2.hero-heading{
    font-size:34px;
}

@media only screen and (max-width: 768px) {
    .navbar-toggle .icon-bar {
        background: var(--secondary-color);
    }
    .navbar-bg-switch{
        min-height:81px;
    }
}

@media only screen and (max-width: 995px) {
    .hero-heading {
        font-size: 25px;
    }
}

h2.section-heading{
    font-size:20px;
}

.post-list .post-list-bg.about-bg-1{
    width:auto;
    height:auto;
}

h3.home.facts-counter-number::after {
    position: absolute;
    content: '+';
}

.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;
}

#cookies-policy.cookies{
    margin-bottom:0 !important;
}

#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;
    } */
}

.overlay-dark::before{
    background: rgba(0, 0, 0, .15)
}

.parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home.facts-counter-number {
    font-size:100px;
}

@media only screen and (max-width: 995px){
    .post-list .post-list-bg{
        min-height:400px;
        padding-top:inherit;
    }
}

/* @media only screen and (min-width: 1200px){
    .navbar .navbar-nav > li:last-child ul li {
        padding-right: 80px;
    }
} */