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

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

.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:1200px){
    .carousel_item_centered .owl-prev {
    left: 25%;
    transform: translateX(20px);
    }

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

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

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

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 {
    display: flex;
    align-items: center;
    align-content: center;
    list-style: none;
    margin-bottom: .5rem;
}

.restaurant-features li > * {
    display: flex;
    align-items: center;
    align-content: center;
}

.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 */
}

.text-transform-none {
    text-transform: none !important;
}

.sidebar-navigation nav ul .active>li>a{
    text-transform:none;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}
