@font-face {
    font-family: 'HelveticaNeue';
    src: url("/fonts/gibson/helvetica/362436_0_0.eot");
    src: url("/fonts/gibson/helvetica/362436_0_0.eot#1528190081") format('embedded-opentype'), url("/fonts/gibson/helvetica/362436_0_0.woff2") format('woff2'), url("/fonts/gibson/helvetica/362436_0_0.woff") format('woff'), url("/fonts/gibson/helvetica/362436_0_0.ttf") format('truetype'), url("/fonts/gibson/helvetica/362436_0_0.svg#wf") format('svg')
}

@font-face {
    font-family: 'HelveticaNeueItalic';
    src: url("/fonts/gibson/helvetica/362436_1_0.eot");
    src: url("/fonts/gibson/helvetica/362436_1_0.eot#1530181645") format('embedded-opentype'), url("/fonts/gibson/helvetica/362436_1_0.woff2") format('woff2'), url("/fonts/gibson/helvetica/362436_1_0.woff") format('woff'), url("/fonts/gibson/helvetica/362436_1_0.ttf") format('truetype'), url("/fonts/gibson/helvetica/362436_1_0.svg#wf") format('svg')
}

html.has-cookie-bar.cookie-bar-top-bar {
    margin-top: 30px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}

#catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    direction: ltr;
    padding: 0 20px;
    z-index: 99999;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}

.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar,
.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar,
.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar,
.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar,
.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar,
.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar,
.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
    display: none
}

#catapult-cookie-bar.rounded-corners {
    border-radius: 3px
}

#catapult-cookie-bar.drop-shadow {
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .4)
}

.cookie-bar-block #catapult-cookie-bar {
    max-height: 999px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 15px 20px 15px
}

.cookie-bar-block #catapult-cookie-bar span {
    display: block;
    margin: 1em 0
}

.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
    float: right
}

button#catapultCookie {
    cursor: pointer;
    margin: 0 20px 0 0
}

.cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px
}

.cookie-bar-bar .ctcc-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.cookie-bar-bar .float-accept .ctcc-inner {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .ctcc-left-side {
        margin-right: 1em
    }
}

.ctcc-right-side {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.cookie-bar-block #catapult-cookie-bar h3 {
    margin: .5em 0 0
}

.use_x_close .x_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-family: sans-serif;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.cookie-bar-bar .use_x_close .x_close {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x_close {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    width: 14px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.x_close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 14px;
    background: #111;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transition-delay: .14s;
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s
}

.x_close span:nth-child(1),
.x_close span:nth-child(2) {
    top: 14px
}

.x_close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.x_close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.x_close:hover span:nth-child(1) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.x_close:hover span:nth-child(2) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.addtoany_content {
    clear: both;
    margin: 16px 0
}

.addtoany_header {
    margin: 0 0 16px
}

.addtoany_list {
    display: inline;
    line-height: 16px
}

.addtoany_list a,
.widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle
}

.addtoany_list a img {
    border: 0;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    vertical-align: baseline
}

.addtoany_list a span {
    display: inline-block;
    float: none
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px
}

.addtoany_list.a2a_kit_size_32 a>span {
    height: 32px;
    line-height: 32px;
    width: 32px
}

.addtoany_list a>span {
    border-radius: 4px;
    display: inline-block;
    opacity: 1
}

.addtoany_list a .a2a_count {
    position: relative;
    vertical-align: top
}

.addtoany_list a:hover,
.widget .addtoany_list a:hover {
    border: 0;
    box-shadow: none
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
    opacity: .7
}

.addtoany_list a.addtoany_special_service:hover img,
.addtoany_list a.addtoany_special_service:hover span {
    opacity: 1
}

.addtoany_special_service {
    display: inline-block;
    vertical-align: middle
}

.addtoany_special_service a,
.addtoany_special_service div,
.addtoany_special_service div.fb_iframe_widget,
.addtoany_special_service iframe,
.addtoany_special_service span {
    margin: 0;
    vertical-align: baseline !important
}

.addtoany_special_service iframe {
    display: inline;
    max-width: none
}

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
    display: none
}

a.addtoany_share img {
    border: 0;
    width: auto;
    height: auto
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: 'maldron';
    src: url(/fonts/local/maldron.eot);
    src: url(/fonts/local/maldron.eot#1528190081) format('embedded-opentype'), url(/fonts/local/maldron/maldron.woff) format('woff'), url(/fonts/local/maldron.ttf) format('truetype'), url(//www.thegibsonhotel.ie/wp-content/themes/gibson2017/css/../fonts/maldron/maldron.svg#maldron) format('svg');
    /* Leave last one*/
    font-weight: 400;
    font-style: normal
}


.icon-clayton-picto:before {
    content: '\e651'
}

.icon-email2:before {
    content: '\e650'
}

.icon-pdf:before {
    content: '\e649'
}

.icon-website:before {
    content: '\e64a'
}

.icon-room:before {
    content: '\e646'
}

.icon-time:before {
    content: '\e647'
}

.icon-nosmoke:before {
    content: '\e645'
}

.icon-loyalty:before {
    content: '\e644'
}

.icon-door:before {
    content: '\e639'
}

.icon-rotatingtv:before {
    content: '\e63a'
}

.icon-toileteries:before {
    content: '\e63b'
}

.icon-babybottle:before {
    content: '\e63c'
}

.icon-bell:before {
    content: '\e63d'
}

.icon-shower:before {
    content: '\e63e'
}

.icon-kingbed:before {
    content: '\e63f'
}

.icon-baby:before {
    content: '\e640'
}

.icon-pillow:before {
    content: '\e641'
}

.icon-floorplan:before {
    content: '\e642'
}

.icon-spa:before {
    content: '\e638'
}

.icon-balcony:before {
    content: '\e62e'
}

.icon-phone:before {
    content: '\e62f'
}

.icon-pool:before {
    content: '\e630'
}

.icon-bathrobe:before {
    content: '\e631'
}

.icon-sofa:before {
    content: '\e632'
}

.icon-champagne:before {
    content: '\e633'
}

.icon-parking:before {
    content: '\e634'
}

.icon-temperature:before {
    content: '\e635'
}

.icon-spa_outlined:before {
    content: '\e636'
}

.icon-wedding:before {
    content: '\e637'
}

.icon-man:before {
    content: '\e62d'
}

.icon-download:before {
    content: '\e629'
}

.icon-gallery:before {
    content: '\e62a'
}

.icon-line-left:before {
    content: '\e62b'
}

.icon-line-right:before {
    content: '\e62c'
}

.icon-dining:before {
    content: '\e601'
}

.icon-open:before {
    content: '\e602'
}

.icon-open.open::before {
    content: '\e600'
}

.icon-rooms-alarm:before {
    content: '\e603'
}

.icon-rooms-bath:before {
    content: '\e604'
}

.icon-rooms-coffee:before {
    content: '\e605'
}

.icon-rooms-cot:before {
    content: '\e606'
}

.icon-rooms-fax:before {
    content: '\e607'
}

.icon-rooms-hairdryer:before {
    content: '\e608'
}

.icon-rooms-laptop:before {
    content: '\e609'
}

.icon-rooms-trouser-press:before {
    content: '\e60a'
}

.icon-rooms-tv:before {
    content: '\e60b'
}

.icon-rooms-voicemail:before {
    content: '\e60c'
}

.icon-shareemail:before {
    content: '\e60d'
}

.icon-slider-left:before {
    content: '\e60e'
}

.icon-slider-right:before {
    content: '\e60f'
}

.icon-chat:before {
    content: '\e610'
}

.icon-down:before {
    content: '\e611'
}

.icon-expand-left:before {
    content: '\e612'
}

.icon-gps:before {
    content: '\e613'
}

.icon-large-link-arrow:before {
    content: '\e614'
}

.icon-rooms-iron:before {
    content: '\e615'
}

.icon-rooms-wifi:before {
    content: '\e616'
}

.icon-share:before {
    content: '\e617'
}

.icon-smalllinkarrow:before {
    content: '\e618'
}

.icon-smalllink:before {
    content: '\e619'
}

.icon-star-outline:before {
    content: '\e61a'
}

.icon-star-solid:before {
    content: '\e61b'
}

.icon-tick:before {
    content: '\e61c'
}

.icon-up:before {
    content: '\e61d'
}

.icon-call:before {
    content: '\e61e'
}

.icon-date:before {
    content: '\e61f'
}

.icon-email:before {
    display: none;
}

.icon-expand-down:before {
    content: '\e621'
}

.icon-expand-right:before {
    content: '\e622'
}

.icon-expand-up:before {
    content: '\e623'
}

.icon-gift:before {
    content: '\e624'
}

.icon-grid:before {
    content: '\e625'
}

.icon-map:before {
    content: '\e626'
}

.icon-menu:before {
    content: '\e627'
}

.icon-play:before {
    content: '\e628'
}

.icon-home:before {
    content: '\e643'
}

.icon-shareemail2 a:before {
    content: '\e60d'
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide * {
    outline: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
    z-index: 10;
    top: 50%;
    position: absolute;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    border: 0 none;
    outline: none;
    text-indent: -9999px;
    cursor: pointer
}

.slick-lightbox .slick-prev:hover,
.slick-lightbox .slick-next:hover {
    opacity: 1
}

.slick-lightbox .slick-prev {
    background: url(/images/local/arrow-left-white.svg) no-repeat scroll center center;
    background-size: 100%;
    left: 15px
}

.slick-lightbox .slick-next {
    background: url(/images/local/arrow-right-white.svg) no-repeat scroll center center;
    background-size: 100%;
    right: 15px
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white
}

.slick-lightbox-close {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    height: 48px;
    width: 48px;
    cursor: pointer;
    background: url(/images/local/icon-close-white.svg) no-repeat center center;
    border: 0 none
}

.slick-lightbox-close:focus {
    outline: none
}

@media (max-width:767px) {

    body.mega-menu-active #site-header .icon-nav li:not(#menu-trigger),
    body.booking-form-active #site-header .icon-nav li:not(#menu-trigger) {
        opacity: 1;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #menu-item-144 {
        display: none;
    }

    #mega-menu .mega-menu-left .mega-menu-nav {
        margin-top: 0px!important;
    }
}

@media (min-width:768px) and (max-width:1023px) {

    body.mega-menu-active #site-header .icon-nav li,
    body.booking-form-active #site-header .icon-nav li {
        margin-right: 10px
    }
}

body.mega-menu-active #site-header .icon-nav li.icon-blog,
body.booking-form-active #site-header .icon-nav li.icon-blog {
    width: 55px;
    opacity: 1;
    margin-right: 40px
}

@media (max-width:767px) {

    body.mega-menu-active #site-header .icon-nav li.icon-blog,
    body.booking-form-active #site-header .icon-nav li.icon-blog {
        width: 50px;
        height: 55px;
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {

    body.mega-menu-active #site-header .icon-nav li.icon-blog,
    body.booking-form-active #site-header .icon-nav li.icon-blog {
        margin-right: 10px
    }
}

@media (max-width:767px) {
    body.mega-menu-active #site-header .icon-nav li.hidden-mobile {
        height: 55px;
        opacity: 1
    }
}

body.booking-form-active #site-header .icon-nav li:not(#menu-trigger) {
    opacity: 0;
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

body.customize-support #site-header {
    top: 32px
}

body.without-hero {
    padding-top: 152px
}

@media (max-width:767px) {
    body.without-hero {
        padding-top: 100px
    }
}

body.without-hero.without-padding {
    padding-top: 0
}

@media (max-width:767px) {
    body.without-hero.without-padding {
        padding-top: 0
    }
}

body.without-hero #site-header {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF000000", endColorstr="#CC000000", GradientType=0)
}

#site-header {
    z-index: 999;
    padding: 10px 200px;
    *zoom: 1;
    width: 100%;
    max-width: 100vw;
    background-color: #333333;
    left: 0;
    top: 0;
}

#site-header::before,
#site-header::after {
    content: ' ';
    display: table
}

#site-header::after {
    clear: both
}

@media (max-width:767px) {
    #site-header {
        height: 80px;
        padding: 0px 0px;
        background-color: #333333!important; ;
    }

}



@media (max-width:767px) {
    #site-header .container {
        padding: 0 10px;
        height: 100%
    }
}

#site-header #logo {
    float: left
}

#site-header #logo img {
    height: 90px
}

@media (max-width:767px) {
    #site-header #logo img {
        height: 50px;
        margin-left: 15px
    }
}



.icon-nav ul {
    *zoom: 1
}

.icon-nav ul::before,
.icon-nav ul::after {
    content: ' ';
    display: table
}

.icon-nav ul::after {
    clear: both
}

@media (max-width:767px) {
    .icon-nav ul#menu-top-navigation {
        /*padding-top: 45px;*/
        /*margin-right: -5px;*/
        padding-top: 30px;
        margin-right: 30px;
    }

    #menu-top-navigation .header-login {
        margin-top: 0!important;
    }
}

.icon-nav ul li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex;
    margin-right: 40px;
    float: left;
    height: 90px;
    width: 55px;
    position: relative;
    overflow: inherit;
}


@media (max-width:767px) {
    .icon-nav ul li {
        width: 50px;

        margin-right: 0;
        float: none;
        display: block
    }
}

.header-link {
    font-family: Montserrat-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #e3e7d0!important;
}

@media (min-width:768px) and (max-width:1023px) {
    .icon-nav ul li {
        margin-right: 20px
    }
}

.icon-nav ul li[class*="icon-"]:before {
    display: none !important
}

.icon-nav ul li[class*="icon-"] a {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 45px;
    width: 55px;
    height: 55px
}

@media (max-width:767px) {
    .icon-nav ul li[class*="icon-"] a {
        width: 40px;
        height: 40px;
        background-size: contain
    }
}

.icon-nav ul li[class*="icon-"]:hover {
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

@media (max-width:767px) {
    .icon-nav ul li.hidden-mobile {
        height: 0;
        opacity: 0
    }
}

.icon-nav ul li.icon-contact a {
    background-image: url(/images/local/icon-phone_s2.png)
}

.icon-nav ul li.icon-gallery a {
    background-image: url(/images/local/icon-camera_s2.png)
}

.icon-nav ul li.icon-gift a {
    background-image: url(/images/local/icon-gift_s2.png)
}

.icon-nav ul li.icon-join a {
    background-image: url("/images/pig-logo-pink.png");
    background-size: contain;
}

.icon-nav ul li.icon-book a {
    background-image: url(/images/local/images/icon-book_s.png);
    background-size: contain
}

.icon-nav ul li.icon-location a {
    background-image: url(/images/local/icon-pin-white.svg);
    background-size: contain
}

.icon-nav ul li.icon-blog {
    opacity: 0
}

@media (max-width:767px) {
    .icon-nav ul li.icon-blog {
        height: 0
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .icon-nav ul li.icon-blog {
        width: 0;
        margin-right: 0
    }
}

@media (min-width:1025px) {
    .icon-nav ul li.icon-blog {
        width: 0;
        margin-right: 0
    }
}

.icon-nav ul li.icon-blog a {
    background-image: url(/images/local/icon-sm-blog-green.svg);
    background-size: contain
}

.icon-nav ul li#menu-trigger {
    cursor: pointer
}

@media (max-width:767px) {
    .icon-nav ul li#menu-trigger {
        position: absolute;
        top: -20px;
        right: 0;
    }
}

.icon-nav ul li#menu-trigger.active .menu-nav-icon-wrapper {
    border-color: transparent
}

.icon-nav ul li#menu-trigger.active .menu-trigger-label {
    opacity: 0;
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.icon-nav ul li#menu-trigger.active .menu-nav-icon span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%
}

.icon-nav ul li#menu-trigger.active .menu-nav-icon span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icon-nav ul li#menu-trigger.active .menu-nav-icon span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.icon-nav ul li#menu-trigger.active .menu-nav-icon span:nth-child(4) {
    top: 0;
    width: 0;
    left: 50%
}

.icon-nav ul li#menu-trigger .menu-nav-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 55px;

    background-clip: padding-box;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width:767px) {
    .icon-nav ul li#menu-trigger .menu-nav-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-top: 15px;
    }
}

.icon-nav ul li#menu-trigger .menu-nav-icon-wrapper.active {
    border-color: transparent
}

.icon-nav ul li#menu-trigger .menu-nav-icon {
    top: 60%;
    left: 50%;
    width: 30px;
    height: 18px;
    position: relative;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    opacity: 1 !important;
    display: block !important
}

@media (max-width:767px) {
    .icon-nav ul li#menu-trigger .menu-nav-icon {
        width: 30px;
        height: 15px
    }
}

.icon-nav ul li#menu-trigger .menu-nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #CEDC00;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.icon-nav ul li#menu-trigger .menu-nav-icon span:nth-child(1) {
    top: 0
}

.icon-nav ul li#menu-trigger .menu-nav-icon span:nth-child(2),
.icon-nav ul li#menu-trigger .menu-nav-icon span:nth-child(3) {
    top: 8px
}

@media (max-width:767px) {

    .icon-nav ul li#menu-trigger .menu-nav-icon span:nth-child(2),
    .icon-nav ul li#menu-trigger .menu-nav-icon span:nth-child(3) {
        top: 7px
    }
}

.icon-nav ul li#menu-trigger .menu-nav-icon span:nth-child(4) {
    top: 16px
}

@media (max-width:767px) {
    .icon-nav ul li#menu-trigger .menu-nav-icon span:nth-child(4) {
        top: 14px
    }
}

.icon-nav ul li#menu-trigger .menu-trigger-label {
    color: #fff;
    font-weight: 100;
    text-align: center;
    padding-top: 4px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.icon-nav ul li:last-child {
    margin-right: 0
}

.icon-nav ul li a {
    display: block;
    font-weight: 100;
    color: #fff;
    text-decoration: none
}

.icon-nav ul li a span.label {
    display: none
}

.hero-wrapper {
    position: relative
}

.hero-wrapper #hero-btn {
    position: absolute;
    left: 50%;
    bottom: 20%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    background-color: #cedc00;
    font-size: 30px;
    font-weight: 100;
    padding: 7px 20px;
    color: #fff;
    border: 0 none;
    outline: none;
    -webkit-appearance: none;
    min-width: 320px;
    margin: 0 auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.hero-wrapper #hero-btn:hover {
    cursor: pointer;
    background-color: #c2dc00
}

@media (max-width:767px) {
    .hero-wrapper #hero-btn {
        min-width: auto;
        bottom: 10%;
        width: calc(100% - 80px);
        max-width: 95vw
    }
}

.hero-wrapper #hero-btn.booking-form-trigger {
    background-image: url(/images/local/icon-calendar-white-alt.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: auto 24px
}

.hero-wrapper #hero-titles {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100%;
    text-align: center
}

@media (max-width:767px) {
    .hero-wrapper #hero-titles {
        text-align: left;
        top: auto;
        bottom: 30px;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hero-wrapper #hero-titles {
        text-align: left
    }
}

.hero-wrapper #hero-titles li {
    display: inline-block;
    margin: 0 60px
}

.hero-wrapper #hero-titles li.parent {
    display: block;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .hero-wrapper #hero-titles li.parent {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .hero-wrapper #hero-titles li {
        margin: 0 0 0 40px;
        display: block
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hero-wrapper #hero-titles li {
        margin: 0 0 20px 40px;
        display: block
    }
}

@media (min-width:1680px) {
    .hero-wrapper #hero-titles li {
        margin: 0 100px
    }
}

.hero-wrapper #hero-titles li a,
.hero-wrapper #hero-titles li span {
    color: #fff;
    font-family: HelveticaNeueLTStd-Th, sans-serif
}

.hero-wrapper #hero-titles li a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block
}

@media (min-width:1025px) {
    .hero-wrapper #hero-titles li a:hover {
        text-shadow: 0 0 10px rgba(0, 0, 0, .7);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.hero-wrapper #hero-titles li span {
    font-weight: 100;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative
}

@media (max-width:767px) {
    .hero-wrapper #hero-titles li span {
        line-height: 40px;
        font-size: 30px
    }
}

@media (min-width:1680px) {
    .hero-wrapper #hero-titles li span {
        font-size: 70px;
        line-height: 70px
    }
}

.hero-wrapper #hero-titles li span strong {
    font-weight: 600
}

.hero-wrapper #hero-titles li span.parent {
    font-size: 100px;
    line-height: 100px
}

@media (max-width:767px) {
    .hero-wrapper #hero-titles li span.parent {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 20px
    }
}

.hero-wrapper #hero-titles li span.heart {
    font-weight: 600
}

.hero-wrapper #hero-titles li span.heart:after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(/images/local/heart-green.svg) no-repeat center center;
    width: 60px;
    height: 60px
}

@media (max-width:767px) {
    .hero-wrapper #hero-titles li span.heart:after {
        bottom: auto;
        top: 50%;
        left: auto;
        right: -60px;
        width: 30px;
        height: 30px;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hero-wrapper #hero-titles li span.heart:after {
        bottom: auto;
        top: 50%;
        left: auto;
        right: -80px;
        width: 40px;
        height: 40px;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.hero-wrapper.has-video #hero .video-container {
    opacity: .7
}

.hero-wrapper.has-video #hero .video-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#99000000", GradientType=0);
    z-index: 1
}

@media (min-width:768px) and (max-width:1024px) {
    .hero-wrapper.has-video #hero .video-container {
        display: none
    }
}

@media (max-width:767px) {
    .hero-wrapper.has-video #hero .video-container {
        display: none
    }
}

@media (min-width:1025px) {
    .hero-wrapper.has-video #hero .video-fallback {
        display: none
    }
}

.hero-wrapper #hero {
    background-color: #000;
    position: relative
}

.hero-wrapper #hero .hero-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#99000000", GradientType=0);
    z-index: 1
}

.hero-wrapper #hero .hero-item .hero-circle {
    content: '';
    position: absolute;
    right: -180px;
    top: 140px;
    z-index: 1;
    width: 400px;
    height: 400px;
    background-color: rgba(155, 171, 14, .5);
    -webkit-border-radius: 400px;
    border-radius: 400px;
    background-clip: padding-box
}

@media (max-width:767px) {
    .hero-wrapper #hero .hero-item .hero-circle {
        width: 300px;
        height: 300px;
        top: 140px;
        right: -110px
    }
}

.hero-wrapper #hero .hero-item img {
    opacity: .9;
    width: 100%;
    height: auto
}

.wheel-slider .slick-prev,
#gallery-slider .slick-prev,
.wheel-slider .slick-next,
#gallery-slider .slick-next {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

@media (max-width:767px) {

    .wheel-slider .slick-prev,
    #gallery-slider .slick-prev,
    .wheel-slider .slick-next,
    #gallery-slider .slick-next {
        top: auto;
        bottom: 20px;
        z-index: 1000;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.wheel-slider .slick-prev.slick-disabled,
#gallery-slider .slick-prev.slick-disabled,
.wheel-slider .slick-next.slick-disabled,
#gallery-slider .slick-next.slick-disabled {
    opacity: .3;
    cursor: inherit
}

.wheel-slider .slick-prev,
#gallery-slider .slick-prev {
    background: url(/images/local/arrow-left-green.svg) no-repeat center center;
    width: 70px;
    height: 70px;
    left: -400px
}

@media (max-width:767px) {

    .wheel-slider .slick-prev,
    #gallery-slider .slick-prev {
        background: url(/images/local/arrow-left-white.svg) no-repeat center center;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 37% !important;
        width: 50px;
        height: 50px;
        bottom: 10px !important
    }
}

@media (min-width:768px) and (max-width:1024px) {

    .wheel-slider .slick-prev,
    #gallery-slider .slick-prev {
        left: auto;
        right: 100px;
        top: -70px;
        width: 60px
    }
}

.wheel-slider .slick-next,
#gallery-slider .slick-next {
    background: url(/images/local/arrow-right-green.svg) no-repeat center center;
    width: 120px;
    height: 120px;
    left: -300px
}

@media (max-width:767px) {

    .wheel-slider .slick-next,
    #gallery-slider .slick-next {
        background: url(/images/local/arrow-right-white.svg) no-repeat center center;
        left: 60% !important;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        bottom: -20px !important
    }
}

@media (min-width:768px) and (max-width:1024px) {

    .wheel-slider .slick-next,
    #gallery-slider .slick-next {
        left: auto;
        top: -70px;
        right: 0;
        width: 80px
    }
}

.tabcordion {
    *zoom: 1
}

.tabcordion::before,
.tabcordion::after {
    content: ' ';
    display: table
}

.tabcordion::after {
    clear: both
}

.tabcordion .tabs-wrapper {
    width: 25%;
    float: left
}

@media (min-width:768px) and (max-width:1023px) {
    .tabcordion .tabs-wrapper {
        width: 100%;
        float: none
    }
}

@media (max-width:767px) {
    .tabcordion .tabs-wrapper {
        width: 100%;
        float: none
    }
}

.tabcordion ul.tabs {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:768px) and (max-width:1023px) {
    .tabcordion ul.tabs {
        display: none
    }
}

@media (max-width:767px) {
    .tabcordion ul.tabs {
        display: none
    }
}

.tabcordion ul.tabs li {
    margin: 0;
    cursor: pointer;
    position: relative;
    font-size: 28px;
    display: block;
    font-weight: 100;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #333;
    color: #333;
    opacity: .5;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.tabcordion ul.tabs li.active,
.tabcordion ul.tabs li.active:hover {
    opacity: 1;
    cursor: default
}

.tabcordion ul.tabs li.active {
    background: url(/images/local/icon-active-menu.png) no-repeat center right;
    background-size: auto 36px
}

.tabcordion ul.tabs li:last-child {
    border-bottom: 0
}

.tabcordion ul.tabs li:hover {
    opacity: .8
}

.tabcordion ul.tabs li b,
.tabcordion ul.tabs li strong {
    font-weight: 600
}

.tabcordion .tab_container {
    width: 70%;
    float: right;
    padding-top: 30px
}

@media (min-width:1680px) {
    .tabcordion .tab_container {
        padding-top: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .tabcordion .tab_container {
        float: none;
        width: 100%;
        padding-top: 0
    }
}

@media (max-width:767px) {
    .tabcordion .tab_container {
        float: none;
        width: 100%;
        padding-top: 0
    }
}

.tabcordion .tab_container::-webkit-scrollbar {
    display: none
}

.tabcordion .tab_container .tab-content {
    display: none
}

.tabcordion .tab_container .tab-content .tab-content-row {
    margin-bottom: 30px
}

.tabcordion .tab_container .tab-content .tab-content-row:last-child {
    margin-bottom: 0
}

.tabcordion .tab_container .tab-content .tabs-slider,
.tabcordion .tab_container .tab-content .slick-list,
.tabcordion .tab_container .tab-content .slide-img {
    height: 550px;
    overflow: hidden
}

@media (max-width:767px) {

    .tabcordion .tab_container .tab-content .tabs-slider,
    .tabcordion .tab_container .tab-content .slick-list,
    .tabcordion .tab_container .tab-content .slide-img {
        height: 280px
    }
}

.tabcordion .tab_container .tab-content .slide-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.tabcordion .tab_container .tab-content .tabs-slider:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#99000000", GradientType=0);
    z-index: 1
}

.tabcordion .tab_container .tab-content .tabs-slider .slick-prev,
.tabcordion .tab_container .tab-content .tabs-slider .slick-next {
    position: absolute;
    z-index: 10;
    cursor: pointer
}

.tabcordion .tab_container .tab-content .tabs-slider .slick-prev {
    background: url(/images/local/arrow-left-white.svg) no-repeat center center;
    left: auto;
    right: 150px;
    bottom: 55px;
    width: 60px;
    height: 60px
}

@media (max-width:767px) {
    .tabcordion .tab_container .tab-content .tabs-slider .slick-prev {
        bottom: 30px;
        width: 40px;
        height: 40px;
        right: 90px
    }
}

.tabcordion .tab_container .tab-content .tabs-slider .slick-next {
    background: url(/images/local/arrow-right-white.svg) no-repeat center center;
    left: auto;
    right: 40px;
    bottom: 40px;
    width: 90px;
    height: 90px
}

@media (max-width:767px) {
    .tabcordion .tab_container .tab-content .tabs-slider .slick-next {
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px
    }
}

.tabcordion .tab_container .tab-content .tabs-slider .slide-img {
    position: relative
}

.tabcordion .tab_container .tab-content .tabs-slider .slide-img img {
    width: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tabcordion .tab_container .tab_drawer_heading {
    display: none;
    opacity: .5;
    font-size: 24px;
    font-weight: 100;
    position: relative;
    border-top: 1px solid #333;
    background-image: url(/images/local/accordion-down.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 14px;
    padding-top: 30px;
    padding-bottom: 30px
}

.tabcordion .tab_container .tab_drawer_heading:first-child {
    border-top: 0 none;
    padding-top: 0
}

.tabcordion .tab_container .tab_drawer_heading.d_active {
    background-image: url(/images/local/accordion-up.png), url(/images/local/icon-active-menu.png);
    background-position: center right, center right 40px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 14px, auto 32px
}

@media (min-width:768px) and (max-width:1023px) {
    .tabcordion .tab_container .tab_drawer_heading.d_active {
        opacity: 1
    }
}

@media (max-width:767px) {
    .tabcordion .tab_container .tab_drawer_heading.d_active {
        opacity: 1
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .tabcordion .tab_container .tab_drawer_heading {
        display: block
    }
}

@media (max-width:767px) {
    .tabcordion .tab_container .tab_drawer_heading {
        display: block
    }
}

.tabcordion .tab_container .tab_drawer_heading b,
.tabcordion .tab_container .tab_drawer_heading strong {
    font-weight: 600
}

.body-text h2 {
    font-size: 26px;
    margin-top: 40px;
    font-weight: 300;
    line-height: 36px
}

.body-text h2:first-child {
    margin-top: 0
}

@media (max-width:767px) {
    .body-text h2 {
        font-size: 20px
    }
}

@media (min-width:1680px) {
    .body-text h2 {
        font-size: 30px
    }
}

.body-text h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 300;
    line-height: 28px
}

.body-text h3:first-child {
    margin-top: 0
}

@media (min-width:1680px) {
    .body-text h3 {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .body-text h3 {
        font-size: 20px
    }
}

.body-text h4 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 300;
    line-height: 24px
}

.body-text h4:first-child {
    margin-top: 0
}

@media (min-width:1680px) {
    .body-text h4 {
        margin-top: 35px
    }
}

.body-text ol {
    list-style-type: decimal;
    margin-left: 20px
}

.body-text ul ul {
    margin-top: 0
}

.body-text p,
.body-text li {
    color: gray;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300
}

.body-text p:first-child,
.body-text li:first-child {
    margin-top: 0
}

@media (max-width:767px) {

    .body-text p,
    .body-text li {
        font-size: 13px;
        line-height: 22px
    }
}

@media (min-width:1680px) {

    .body-text p,
    .body-text li {
        font-size: 21px;
        line-height: 42px
    }
}

.body-text p strong,
.body-text li strong {
    font-weight: 700
}

.body-text table th,
.body-text table td {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 8px;
    color: gray
}

.body-text table th {
    background: #333;
    color: #fff
}

.body-text img {
    height: auto;
    display: block;
    max-width: 100%
}

.body-text .alignleft,
.body-text img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 4px
}

.body-text .alignright,
.body-text img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 4px
}

.body-text .aligncenter,
.body-text img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.body-text img.alignleft,
.body-text img.alignright,
.body-text img.aligncenter {
    margin-bottom: 10px
}

.body-text .attachment-large {
    width: 100% !important;
    height: auto !important
}

.has-icon:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 250px;
    height: 90px;
    position: absolute;
    top: -90px;
    right: 200px
}

@media (max-width:767px) {
    .has-icon:before {
        right: 10px;
        width: 80px;
        top: 0;
        background-size: 100% auto
    }
}

.has-icon.icon-style-sleep:before {
    background-image: url(/images/local/icon-style-sleep.svg)
}

.has-icon.icon-style-music:before {
    background-image: url(/images/local/icon-style-music.svg)
}

.has-icon.icon-style-heart:before {
    background-image: url(/images/local/icon-style-hearts.svg)
}

@media (max-width:767px) {
    .has-icon .body-text {
        padding-right: 50px
    }
}

.sitemap_wrapper {
    *zoom: 1
}

.sitemap_wrapper::before,
.sitemap_wrapper::after {
    content: ' ';
    display: table
}

.sitemap_wrapper::after {
    clear: both
}

.sitemap_wrapper .sitemap {
    float: left;
    width: 30%;
    margin-right: 3%
}

@media (max-width:767px) {
    .sitemap_wrapper .sitemap {
        float: none;
        width: 100%;
        margin: 0 0 30px 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sitemap_wrapper .sitemap {
        float: none;
        width: 100%;
        margin: 0 0 30px 0
    }
}

body.customize-support.home .hero-wrapper,
body.customize-support.hero-has-video .hero-wrapper,
body.customize-support.home #hero,
body.customize-support.hero-has-video #hero,
body.customize-support.home .hero-wrapper .slick-track,
body.customize-support.hero-has-video .hero-wrapper .slick-track,
body.customize-support.home .hero-item,
body.customize-support.hero-has-video .hero-item {
    height: calc(100vh - 37px)
}

body.home .hero-wrapper,
body.hero-has-video .hero-wrapper,
body.home #hero,
body.hero-has-video #hero,
body.home .hero-wrapper .slick-track,
body.hero-has-video .hero-wrapper .slick-track,
body.home .hero-item,
body.hero-has-video .hero-item {
    height: calc(100vh - 5px)
}

@media (max-width:767px) {

    body.home #hero-titles,
    body.hero-has-video #hero-titles {
        top: 50%;
        bottom: auto;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width:1025px) {

    body.home #hero-titles li span,
    body.hero-has-video #hero-titles li span {
        font-size: 80px;
        line-height: 80px
    }
}

@media (max-width:767px) {

    body.home #hero-titles li span,
    body.hero-has-video #hero-titles li span {
        font-size: 50px;
        line-height: 80px
    }
}

body.mega-menu-active #hero-titles span,
body.booking-form-active #hero-titles span {
    opacity: 0
}

body.mega-menu-active #hero-btn,
body.booking-form-active #hero-btn {
    opacity: 0
}

.hero-wrapper,
#hero,
.hero-item {
    width: 100%;
    height: 65vh;
    max-height: 650px;
    overflow: hidden
}

@media (min-width:480px) and (max-width:767px) {

    .hero-wrapper,
    #hero,
    .hero-item {
        height: calc(100vh - 5px)
    }
}

@media (min-width:1025px) {

    .hero-wrapper,
    #hero,
    .hero-item {
        max-height: 100vh;
        min-height: 500px
    }
}

@media (max-width:479px) {

    .hero-wrapper.full-height-mobile,
    .full-height-mobile #hero,
    .full-height-mobile .hero-item {
        height: calc(100vh - 5px)
    }
}

@media (max-width:479px) {
    .hero-wrapper.full-height-mobile #hero-titles {
        top: 50%;
        bottom: auto;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (max-width:479px) {
    .hero-wrapper.full-height-mobile #hero-titles span {
        font-size: 50px;
        line-height: 70px
    }
}

#site-footer {
    background: #30312a;
    padding: 80px 0
}

@media (min-width:1680px) {
    #site-footer {
        padding: 100px 0px;
        padding-bottom: 0px;
    }

    .top-footer-section {
        padding: 0px 250px;
    }

    .bottom-footer-links {
        background-color: #2C2D25 ;
        padding: 20px 250px;
    }

    .bottom-footer-copyright {
        background-color: #10100B ;
        padding: 20px 250px;
    }
}

@media (max-width:767px) {
    #site-footer {
        padding: 45px 0;
        padding-bottom: 0px;
    }

    .top-footer-section {
        padding: 0px 20px;
    }

    .bottom-footer-links {
        background-color: #10100B ;
        padding: 20px 20px;
    }

    .bottom-footer-copyright {
        background-color: #10100B ;
        padding: 20px 20px;
    }

    .better-rate {
        padding-left: 10px;
    }

    .better-rate .better-rate-text {
        padding-left: inherit;
    }

}

#site-footer .sm {
    text-align: right;
    width: 100%;
    margin-bottom: 40px;
}

.footer-big-phone-number span {
    font-family: Krylon;
    font-size: 50px;
    color: #848b52;
}

.footer-middle-section .footer-big-phone-number {
    font-family: Krylon;
    font-size: 50px;
    color: #cedc00;
}

#site-footer .sm::before,
#site-footer .sm::after {
    content: ' ';
    display: table
}

#site-footer .sm::after {
    clear: both
}



#site-footer .sm li {
    display: inline-block;
    margin-right: 25px
}

@media (max-width:479px) {
    #site-footer .sm li {
        margin: 10px 0;
        width: 15.3%
    }

    #site-footer .sm {
        margin-bottom: 10px;
    }
}

#site-footer .sm li:last-child {
    margin-right: 0
}

#site-footer .sm li.sm-instagram a {
    background-image: url(/css/gibson//images/icons/icon-footer-instagram.svg)
}

#site-footer .sm li.sm-facebook a {
    background-image: url(/css/gibson//images/icons/icon-footer-facebook.svg)
}

#site-footer .sm li.sm-twitter a {
    background-image: url(/css/gibson//images/icons/icon-footer-twitter.svg)
}

#site-footer .sm li.sm-pinterest a {
    background-image: url(/images/local/icon-sm-pinterest-white.svg)
}

#site-footer .sm li.sm-map {
    margin-right: 0
}

#site-footer .sm li.sm-map a {
    background-image: url(/images/local/icon-sm-pin-white.svg)
}

#site-footer .sm li.sm-clayton a {
    background-image: url(/images/local/clayton-gibson-togheter.svg)
}

#site-footer .sm li.sm-blog a {
    background-image: url(/images/local/icon-sm-blog-white.svg)
}

#site-footer .sm li a {
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto
}

@media (min-width:1680px) {
    #site-footer .sm li a {
        width: 32px;
        height: 32px
    }
}

#site-footer #logo img {
    width: 150px;
}

@media (max-width:767px) {
    #site-footer .sm li a {
        width: 20px;
        height: 20px
    }
}

#site-footer .sm li a:hover {
    opacity: .8
}

#site-footer .footer-nav ul {
    *zoom: 1;
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

#site-footer .footer-nav ul::before,
#site-footer .footer-nav ul::after {
    content: ' ';
    display: table
}

#site-footer .footer-nav ul::after {
    clear: both
}

#site-footer .footer-nav ul li {
    display: inline-block;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding-right: 15px
}

@media (max-width:767px) {
    #site-footer .footer-nav ul li {
        padding-right: 10px
    }
}

#site-footer .footer-nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none
}

@media (min-width:1680px) {
    #site-footer .footer-nav ul li a {
        font-size: 20px
    }
}

@media (max-width:767px) {
    #site-footer .footer-nav ul li a {
        font-size: 12px
    }
}

@media (max-width:320px) {
    #site-footer .footer-nav ul li a {
        font-size: 10px
    }
}

#site-footer .footer-nav ul li a:hover {
    opacity: .8
}

#site-footer .footer-nav-booking {
    display: none
}

@media (max-width:767px) {
    #site-footer .footer-nav-booking {
        display: block
    }
}

#site-footer .footer-nav-booking ul {
    text-align: center;
    display: table;
    width: 100%;
    padding-right: 40px;
}

#site-footer .footer-nav-booking ul li {
    display: table-cell;
    width: 50%
}

#site-footer .footer-nav-booking ul li:last-child {
    border-right: 0
}

#site-footer .footer-nav-booking ul li.book-online a span.icon {
    background-image: url(/images/local/icon-calendar-white-alt.svg)
}

#site-footer .footer-nav-booking ul li.book-phone a span.icon {
    background-image: url(/images/local/icon-phone_alt.svg)
}

#site-footer .footer-nav-booking ul li a {
    display: block;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    padding: 20px 0
}

@media (max-width:767px) {
    #site-footer .footer-nav-booking ul li a {
        font-size: 17px
    }
}

@media (max-width:320px) {
    #site-footer .footer-nav-booking ul li a {
        font-size: 16px
    }
}

#site-footer .footer-nav-booking ul li a:hover {
    opacity: .9
}

#site-footer .footer-nav-booking ul li a span.icon {
    display: block;
    width: 100%;
    height: 80px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 40px
}

@media (max-width:767px) {
    #site-footer .footer-nav-booking ul li a span.icon {
        height: 60px;
        margin-bottom: 30px
    }
}

#site-footer #hotel-address {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    margin-top: 40px
}

#site-footer #granite {
    font-size: 11px;
    color: #fff;
    margin-top: 40px;
    text-align: center
}

#site-footer #granite a {
    color: #fff;
    opacity: .7;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent
}

#site-footer #granite a:hover {
    opacity: 1;
    border-color: #fff
}

body.customize-support #mega-menu {
    top: 32px
}

body.mega-menu-active #mega-menu {
    z-index: 10;
    opacity: 1
}

body.mega-menu-active #mega-menu .mega-menu-nav {
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    transform: translate(0, 0)
}

body.mega-menu-active #mega-menu .btn-book-wrapper {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    opacity: 0;
    z-index: -1000;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

@media (max-width:767px) {
    #mega-menu {
        max-height: 100vh
    }
}

#mega-menu .container {
    *zoom: 1;
    z-index: 1000;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

#mega-menu .container::before,
#mega-menu .container::after {
    content: ' ';
    display: table
}

#mega-menu .container::after {
    clear: both
}

#mega-menu .container::-webkit-scrollbar {
    display: none
}

@media (max-width:767px) {
    #mega-menu .container {
        display: block;
        padding: 160px 25px 90px 25px;
        position: inherit;
        overflow-y: scroll
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .container {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        height: auto
    }
}

@media (min-width:1025px) {
    #mega-menu .container {
        padding: 0;
        width: calc(100vw - 260px);
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

#mega-menu .mega-menu-left,
#mega-menu .mega-menu-right {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:767px) {

    #mega-menu .mega-menu-left,
    #mega-menu .mega-menu-right {
        display: block
    }
}

@media (min-width:768px) and (max-width:1023px) {

    #mega-menu .mega-menu-left,
    #mega-menu .mega-menu-right {
        display: block
    }
}

#mega-menu .mega-menu-left {
    width: 65%
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left {
        width: calc(100% - 85px)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left {
        width: 100%;
        margin-bottom: 50px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav>.menu {
    padding: 40px 70px 40px 0;
    margin-right: 300px;
    position: relative;
    border-right: 1px solid #fff
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav>.menu {
        border: 0 none;
        padding: 0;
        margin: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav>.menu {
        border: 0 none;
        padding: 0;
        margin: 0
    }
}

@media (min-width:1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav>.menu {
        padding: 60px 70px 60px 0
    }
}

#mega-menu .mega-menu-left .mega-menu-nav .menu li:hover>a {
    color: #fff
}

#mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
    color: gray;
    font-size: 50px;
    font-family: HelveticaNeueLTStd-Th, sans-serif;
    display: block
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
        color: #fff;
        font-size: 24px;
        font-family: HelveticaNeue, sans-serif;
        background-image: url(/images/local/accordion-down-white.png);
        background-position: center right;
        background-size: auto 14px;
        background-repeat: no-repeat
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
        color: #fff;
        font-size: 22px;
        font-family: HelveticaNeue, sans-serif;
        background-image: url(/images/local/accordion-down-white.png);
        background-position: center right;
        background-size: auto 14px;
        background-repeat: no-repeat
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    #mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
        font-size: 40px
    }
}

@media (min-width:1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
        font-size: 60px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav {
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#mega-menu .mega-menu-left .mega-menu-nav ul {
    text-align: right
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul {
        text-align: left
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul {
        text-align: left
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
    color: #fff;
    font-family: HelveticaNeueLTStd-Bd, sans-serif
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
        margin-bottom: 30px;
        font-family: HelveticaNeue, sans-serif;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
        margin-bottom: 30px;
        font-family: HelveticaNeue, sans-serif;
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li {
    margin-bottom: 50px
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
}

@media (min-width:1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
        background-image: url(/images/local/accordion-up-white.png)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
        background-image: url(/images/local/accordion-up-white.png)
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li.active .sub-menu {
    opacity: 1;
    z-index: 10;
    height: auto;
    visibility: visible
}

#mega-menu .mega-menu-left .mega-menu-nav ul li a {
    text-decoration: none;
    text-transform: lowercase
}

@media (min-width:1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li a {
        font-size: 80px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul {
    opacity: 0;
    position: absolute;
    width: 200px;
    right: -250px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
    z-index: -1
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul {
        position: inherit;
        height: 0;
        top: auto;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: hidden
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul {
        position: inherit;
        height: 0;
        top: auto;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: hidden
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul:hover li a {
    color: gray
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul:hover li a {
        color: #fff
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li {
    text-align: left;
    margin-bottom: 20px
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li {
        border-bottom: 0 none;
        padding-bottom: 0;
        margin-bottom: 10px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li {
        border-bottom: 0 none;
        padding-bottom: 0
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li:last-child {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li:last-child {
        margin-bottom: 20px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li.menu-blog a span.label {
    display: none
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li.menu-blog a span.icon {
    width: 100%;
    height: 40px;
    background: url(/images/local/title-blog-thin.svg) no-repeat center left;
    background-size: auto 100%;
    display: block
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li a {
    background-image: none;
    color: #fff;
    font-size: 24px;
    font-family: HelveticaNeueLTStd-Th, sans-serif;
    padding: 5px 0
}

@media (max-width:767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li a {
        font-size: 16px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li a {
        font-size: 16px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li a:hover {
    color: #fff
}

@media (min-width:1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li a {
        font-size: 27px
    }
}

#mega-menu .mega-menu-right {
    width: 35%
}

@media (min-width:768px) and (max-width:1023px) {
    #mega-menu .mega-menu-right {
        width: 100%;
        max-width: 450px;
        margin: 0 auto
    }
}

#mega-menu .mega-menu-right .btn-book-wrapper {
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media (max-width:767px) {
    #mega-menu .mega-menu-right .btn-book-wrapper {
        position: fixed;
        width: calc(100% - 50px);
        left: 25px;
        margin-bottom: 0;
        bottom: 20px;
        z-index: 999;
        height: 50px
    }

    #mega-menu .mega-menu-right .btn-book-wrapper:before {
        content: '';
        /*height: 90px;*/
        width: 100vw;
        position: fixed;
        bottom: 0;
        left: 0;
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#E6000000", GradientType=0);
        z-index: 1
    }
}

@media (min-width:480px) and (max-width:767px) {
    #mega-menu .mega-menu-right .btn-book-wrapper {
        width: calc(100% - 130px)
    }
}

#mega-menu .mega-menu-right .btn-book-wrapper a.btn-book {
    width: 100%;
    display: block;
    background-image: url(/images/local/icon-calendar-white-alt.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: auto 24px
}

@media (max-width:767px) {
    #mega-menu .mega-menu-right .btn-book-wrapper a.btn-book {
        position: absolute;
        z-index: 1
    }
}

@media (max-width:767px) {
    #mega-menu .mega-menu-right .icon-nav {
        position: absolute;
        top: 150px;
        right: 15px
    }
}

#mega-menu .mega-menu-right .icon-nav ul {
    text-align: center
}

@media (max-width:767px) {
    #mega-menu .mega-menu-right .icon-nav ul {
        margin-top: -85px;
        margin-right: -10px
    }
}

#mega-menu .mega-menu-right .icon-nav ul li {
    margin-right: 30px
}

@media (max-width:767px) {
    #mega-menu .mega-menu-right .icon-nav ul li {
        display: block;
        margin: 0;
        float: none
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    #mega-menu .mega-menu-right .icon-nav ul li {
        margin-right: 10px
    }
}

#mega-menu .mega-menu-right .icon-nav ul li.icon-gallery a {
    background-size: 100%
}

#mega-menu .mega-menu-right .icon-nav ul li:last-child {
    margin-right: 0
}

body.customize-support #booking-form-modal {
    top: 32px
}

body.booking-form-active #booking-form-modal {
    z-index: 10;
    opacity: 1
}

body.booking-form-active #booking-form-modal .booking-form-content {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:767px) {
    body.booking-form-active #booking-form-modal .booking-form-content {
        top: 280px
    }
}

#booking-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background-color: rgba(0, 0, 0, .95);
    color: #fff;
    opacity: 0;
    z-index: -1000;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

@media (max-width:767px) {
    #booking-form-modal {
        max-height: 100vh
    }
}

#booking-form-modal .booking-form-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -35%);
    -o-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    width: 300px;
    max-width: 100vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (max-width:767px) {
    #booking-form-modal .booking-form-content {
        top: 230px;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

#booking-form-modal .booking-form-content h3 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 30px
}

#booking-form-modal .booking-form-content label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px
}

#booking-form-modal .booking-form-content input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #000;
    height: 35px;
    padding: 4px 8px
}

#booking-form-modal .booking-form-content input[type="submit"] {
    font-family: 'Encode Sans', sans-serif;
    background: #cedc00;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 10px 30px;
    border: 0 none;
    width: 100%;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box
}

#booking-form-modal .booking-form-content input[type="submit"]:hover {
    background: #c2dc00
}

#booking-form-modal .booking-form-content #date_in,
#booking-form-modal .booking-form-content #date_out {
    float: left;
    width: 50%
}

#booking-form-modal .booking-form-content .datepicker {
    top: -20px
}

@media (min-width:768px) and (max-width:1023px) {
    #booking-form-modal .booking-form-content .datepicker {
        top: 64px;
        left: -120px
    }
}

#booking-form-modal .booking-form-content form {
    max-width: 300px;
    margin: 0 auto;
    position: relative
}

#booking-form-modal .booking-form-content form * {
    outline: none
}

body.customize-support #calroot {
    margin-top: -50px
}

#calroot {
    z-index: 10000;
    margin-top: -18px;
    width: 205px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .6);
    box-shadow: 0 0 15px rgba(0, 0, 0, .6)
}

#calhead {
    padding: 2px 0;
    height: 22px;
    margin-bottom: 15px
}

#caltitle {
    font-size: 14px;
    color: black;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px
}

#calnext,
#calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer
}

#calprev {
    background: url(/images/local/arrow-left-black.svg) no-repeat center center;
    background-size: 20px auto
}

#calnext {
    background: url(/images/local/arrow-right-black.svg) no-repeat center center;
    background-size: 20px auto;
    float: right
}

#calprev.caldisabled,
#calnext.caldisabled {
    visibility: hidden
}

#caltitle select {
    font-size: 10px
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd
}

#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center
}

#calweeks {
    background-color: #fff;
    margin-top: 4px
}

.calweek {
    clear: left;
    height: 22px
}

.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #333
}

.calweek a:hover,
.calfocus {
    text-decoration: none;
    color: #000;
    background-color: #ddd
}

a.calsun {
    color: red
}

a.caloff {
    color: #ccc
}

a.caloff:hover {
    background-color: #f5f5fa
}

a.caldisabled {
    background-color: #efefef!important;
    color: #ccc!important;
    cursor: default
}

#calcurrent {
    background-color: #cedc00;
    color: #fff
}

#caltoday {
    background-color: #333;
    color: #fff
}

#join-save {
    max-width: 800px;
    margin: 0 auto 30px auto
}

@media (max-width:767px) {
    #join-save .container {
        padding: 0
    }
}

#join-save #join-save-form {
    margin: 0 auto 30px auto;
    background: #333;
    padding: 30px 40px;
    color: #fff
}

#join-save #join-save-form #btn-submit-join-save {
    background: #cedc00;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    display: block;
    height: 40px;
    border: 0 none;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box
}

#join-save #join-save-form #btn-submit-join-save:hover {
    background: #c2dc00
}

#join-save #join-save-form label {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 300
}

#join-save #join-save-form input {
    width: 100%;
    display: block;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    border: 0 none
}

#join-save #join-save-form .error {
    color: #ef9a9a;
    padding-top: 7px;
    display: block
}

#join-save #join-save-form .form-group {
    margin-bottom: 15px
}

#join-save #join-save-form .form-group.checkbox input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-left: 0
}

#join-save #join-save-form .form-group.checkbox.has-error label {
    position: relative;
    padding-bottom: 40px
}

#join-save #join-save-form .form-group.checkbox.has-error label .error {
    position: absolute
}

#join-save #thank-you {
    padding: 35px;
    display: none;
    background: #cedc00;
    color: #fff;
    font-size: 16px;
    line-height: 18px
}

#join-save #thank-you h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px
}

#join-save #thank-you a {
    color: #fff
}

#join-save #thank-you #add-another {
    background: #333;
    color: #fff;
    border: 0 none;
    -webkit-appearance: none;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}


body {
    font-family: HelveticaNeue, sans-serif;
    color: #333
}

body.noscroll {
    max-height: 100vh;
    overflow: hidden;
    position: fixed!important;
    width: 100vw
}

h1 b,
h2 b,
h3 b,
h4 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-family: Montserrat-Medium, sans-serif;
    font-weight: 400
}

h1 {
    font-size: 50px;
    font-weight: 200;
    margin: 10px 0 30px 0
}

@media (max-width:767px) {
    h1 {
        font-size: 30px
    }
}

p,
li {
    font-size: 16px;
    line-height: 28px
}

@media (max-width:767px) {
    p,
    li {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300
    }
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #cedc00
}

a:hover {
    color: #c2dc00;
    text-decoration: underline
}

strong,
b {
    font-family: Montserrat-Medium, sans-serif;
    font-weight: 400
}

button {
    font-family: HelveticaNeueLTStd-Bd, sans-serif
}

a.btn-book {
    background: #cedc00;
    background-size: 26px auto;
    color: #fff;
    padding: 10px 90px 10px 30px;
    text-transform: lowercase;
    font-size: 30px;
    text-decoration: none;
    font-weight: 100
}

@media (min-width:1680px) {
    a.btn-book {
        font-size: 40px
    }
}

a.btn-book:hover {
    background-color: #c2dc00
}

span.available,.btn-group .date {
    color: #10100b!important;
}

.btn-default:hover {
    background-color: #cedc00;
}

.calendar-selection, .calendar-selection .day-of-week-headings .btn-day-of-week{
    background-color: #3d3f35!important;
}

.btn-group .day-of-week {
    color: #e3e7d0!important;
}

.calendar .month-details h3,.headding-chat-room h3 {
    color: #3d3f35!important;
}

.calendar-selection .day-of-week-headings .btn-day-of-week {
    text-transform: uppercase!important;
    text-align: center!important;
    font-family: Montserrat-Regular!important;
    font-weight: normal;!important;
}

.btn-group .day-of-week {
    color: #e3e7d0;
}
a.btn {
    display: inline-block;
    padding: 15px 100px;
    color: #fff;
    font-weight: 100;
    font-size: 24px;
    background: #fff;
    border: solid 1px #fff;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (min-width:1680px) {
    a.btn {
        font-size: 28px
    }
}

a.btn:hover {
    background: #c2dc00
}


#mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background-color: #3d3f35;
    color: #fff;
    opacity: 0;
    z-index: -1000;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

@media (max-width: 767px) {
    #mega-menu {
        max-height:100vh
    }
}

#mega-menu .container {
    *zoom:1;z-index: 1000;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

#mega-menu .container::before,#mega-menu .container::after {
    content: ' ';
    display: table
}

#mega-menu .container::after {
    clear: both
}

#mega-menu .container::-webkit-scrollbar {
    display: none
}

@media (max-width: 767px) {
    #mega-menu .container {
        display:block;
        padding: 175px 25px 90px 25px;
        position: inherit;
        overflow-y: scroll
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .container {
        position:absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: block;
        height: auto
    }
}

@media (min-width: 1025px) {
    #mega-menu .container {
        padding:0;
        width: calc(100vw - 260px);
        position: absolute;
        top: 70%;
        left: 53%;
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

@media (min-width: 1600px) {
    #mega-menu .container {

        top: 60%;

    }
}

#mega-menu .mega-menu-left,#mega-menu .mega-menu-right {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left,#mega-menu .mega-menu-right {
        display:block
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left,#mega-menu .mega-menu-right {
        display:block
    }
}

#mega-menu .mega-menu-left {
    width: 100%
}


@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left {
        width:100%;
        margin-bottom: 50px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav>.menu {
    padding: 40px 70px 40px 0;
    margin-right: 0px;
    position: relative;
    border-right: none;
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav>.menu {
        border:0 none;
        padding: 0;
        margin: 0
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav>.menu {
        border:0 none;
        padding: 0;
        margin: 0
    }
}

@media (min-width: 1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav>.menu {
        padding: 0px;
    }
}

#mega-menu .mega-menu-left .mega-menu-nav .menu li:hover>a {
    color: #848b52;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

#mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
    text-align: left;
    color: #e3e7d0;
    font-size: 32px;
    font-family: Montserrat-Regular,sans-serif;
    display: block;
    text-transform: capitalize;

}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
        text-align: left;
        color: #e3e7d0;
        font-size: 18px;
        font-family: Montserrat-Regular, sans-serif;
        display: block;
        text-transform: capitalize;
        background-image: url(/images/local/accordion-down-white.png);
        /* Temporary hidden for PHTS-7795 */
        background-image: none;
        background-position: center right;
        background-size: auto 14px;
        background-repeat: no-repeat
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
        color:#fff;
        font-size: 22px;
        font-family: HelveticaNeueLTStd-Roman,sans-serif;
        background-image: url(/images/local/accordion-down-white.png);
        background-position: center right;
        background-size: auto 14px;
        background-repeat: no-repeat
    }
}

@media (min-width: 1024px) and (max-width:1024px) {
    #mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
        font-size:40px
    }
}

@media (min-width: 1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav .menu>li>a {
        font-size:30px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav {
    -moz-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    transform: translate(0,20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#mega-menu .mega-menu-left .mega-menu-nav ul {
    text-align: right
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul {
        text-align:left
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul {
        text-align:left
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
    color: #fff;
    font-family: HelveticaNeueLTStd-Bd,sans-serif
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
        margin-bottom:30px;
        font-family: HelveticaNeueLTStd-Roman,sans-serif
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
        margin-bottom:30px;
        font-family: HelveticaNeueLTStd-Roman,sans-serif
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li {
        margin-bottom:10px;
padding-bottom: 0px;
        border-bottom: none;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li {
        margin-bottom:20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,.3)
    }
}

@media (min-width: 1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li {
        margin-bottom:10px
    }
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
        background-image:url(/images/local/accordion-up-white.png)
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li.active>a {
        background-image:url(/images/local/accordion-up-white.png)
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li.active .sub-menu {
    opacity: 1;
    z-index: 10;
    height: auto;
    visibility: visible
}

#mega-menu .mega-menu-left .mega-menu-nav ul li a {
    text-decoration: none;
    text-transform: lowercase
}

@media (min-width: 1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li a {
        font-size:80px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul {
    opacity: 0;
    position: absolute;
    width: 200px;
    right: -250px;
    top: 50%;
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: left;
    z-index: -1
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul {
        position:inherit;
        height: 0;
        top: auto;
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        visibility: hidden
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul {
        position:inherit;
        height: 0;
        top: auto;
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        visibility: hidden
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul:hover li a {
    color: gray
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul:hover li a {
        color:#fff
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li {
    text-align: left;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li {
        border-bottom:0 none;
        padding-bottom: 0;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li {
        border-bottom:0 none;
        padding-bottom: 0
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li:last-child {
        margin-bottom:20px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li:last-child {
        margin-bottom:20px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li.menu-blog a span.label {
    display: none
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li.menu-blog a span.icon {
    width: 100%;
    height: 40px;
    background: url(/images/local/title-blog-thin.svg) no-repeat center left;
    background-size: auto 100%;
    display: block
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li a {
    background-image: none;
    color: #fff;
    font-size: 24px;
    font-family: HelveticaNeue,sans-serif;
    padding: 5px 0
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li a {
        font-size:16px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li a {
        font-size:16px
    }
}

#mega-menu .mega-menu-left .mega-menu-nav ul li ul li a:hover {
    color: #fff
}

@media (min-width: 1680px) {
    #mega-menu .mega-menu-left .mega-menu-nav ul li ul li a {
        font-size:27px
    }
}

#mega-menu .mega-menu-right {
    width: 35%
}

@media (min-width: 768px) and (max-width:1023px) {
    #mega-menu .mega-menu-right {
        width:100%;
        max-width: 450px;
        margin: 0 auto
    }
}

#mega-menu .mega-menu-right .btn-book-wrapper {
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-right .btn-book-wrapper {
        position:fixed;
        width: calc(100% - 50px);
        left: 25px;
        margin-bottom: 0;
        bottom: 20px;
        z-index: 999;
        height: 50px
    }

    #mega-menu .mega-menu-right .btn-book-wrapper:before {
        content: '';
        /*height: 90px;*/
        width: 100vw;
        position: fixed;
        bottom: 0;
        left: 0;
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 100%);
        background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 100%);
        background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#E6000000",GradientType=0);
        z-index: 1
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #mega-menu .mega-menu-right .btn-book-wrapper {
        width:calc(100% - 130px)
    }
}

#mega-menu .mega-menu-right .btn-book-wrapper a.btn-book {
    width: 100%;
    display: block;
    background-image: url(/images/local/icon-calendar-white-alt.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: auto 24px
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-right .btn-book-wrapper a.btn-book {
        position:absolute;
        z-index: 1
    }
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-right .icon-nav {
        position:absolute;
        top: 150px;
        right: 15px
    }
}

#mega-menu .mega-menu-right .icon-nav ul {
    text-align: center
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-right .icon-nav ul {
        margin-top:-85px;
        margin-right: -10px
    }
}

#mega-menu .mega-menu-right .icon-nav ul li {
    margin-right: 30px
}

@media (max-width: 767px) {
    #mega-menu .mega-menu-right .icon-nav ul li {
        display:block;
        margin: 0;
        float: none
    }
}

@media (min-width: 1024px) and (max-width:1024px) {
    #mega-menu .mega-menu-right .icon-nav ul li {
        margin-right:10px
    }
}

#mega-menu .mega-menu-right .icon-nav ul li.icon-gallery a {
    background-size: 100%
}

#mega-menu .mega-menu-right .icon-nav ul li:last-child {
    margin-right: 0
}


/** **/

.header-gray-bar, .header-search-form {
    background-color: #808080;
}

.my-booking-cover .my-booking-heading {
    background-color: #3d3f35;
}

.my-booking-cover .my-booking-heading h2 {
    font-family: Krylon;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.better-rate {
    border: solid 2px #cedc00;
    position: relative;
}

.packages-list article {
    box-shadow: none;
  border: none;
}

.packages-list article .main-room {
    box-shadow: none;
}

.view-room-btn, .view-room-btn:hover, .view-room-btn:focus {
    max-width: 140px;
    height: 36px;
    background: #cedc00;
    border-radius: 0;
    text-transform: lowercase;
    text-decoration: none;
}

.book-btn, .book-btn:hover, .book-btn:focus  {
    background: #cedc00;
    text-transform: lowercase;
    text-decoration: none;
}

.bottom-detail-btn {
    width: 73px;
    height: 32px;
    background-color: #ffffff;
    border: solid 1px #cedc00;
    line-height: 32px;
    text-align: center;
    color: #cedc00;
    text-transform: lowercase;
    text-decoration: none;
}

a.bottom-detail-btn:hover, a.bottom-detail-btn:focus {
    color: #cedc00;
    text-decoration: none;
}

.list-room-item>div cite.price {
    color: #5e5e5e;
    font-family: HelveticaNeue,sans-serif;
    font-weight: 900;
    font-size: 18px;
}

.list-room-item>div h4 a {
    color: #606368;
    font-family: HelveticaNeue,sans-serif;
    font-weight: 600;
}

.header-gray-bar .right-group ul li a.top-search-btn {
    font-family: HelveticaNeue,sans-serif;
    background: #cedc00;
    text-transform: lowercase;
    text-decoration: none;
}

.packages-list article ul.extra-room-info li:before {
    content: none;
}

.gradient-btn, .gradient-btn:hover, .gradient-btn:focus {
    height: 50px;
    background: #cedc00;

}

.enhance-stay-list article {
    box-shadow: none;
    border: solid 1px rgba(96, 99, 104, 0.35);
}

.enhance-stay-list .en-stay-info h3 {
    color: #5e5e5e;
    font-family: HelveticaNeue,sans-serif;
    font-weight: 700;
}

.enhance-stay-list .en-stay-info p {
    color: #606368;
    font-family: HelveticaNeue,sans-serif;
    font-size: 15px;
}

.en-stay-info .en-stay-extra p big {
    color: #5e5e5e;
    font-weight: 700;
    font-family: HelveticaNeue,sans-serif;
}

input[type=checkbox]:checked+span.custom-check {
    background: #848b52;
    border-color: #848b52;
}

.en-stay-checkbox span.custom-check, .confirmation-form-cover span.custom-check {
    border: 1px solid #808080;
}

.confirmation-form-cover .en-stay-checkbox span.custom-check, .confirmation-form-cover span.custom-check {
    border: 1px solid #bdbfb0;
}

.booking-page {
    background: #f3f4ed;
    padding-top: 21px;
    text-transform: none;
}

.my-booking-table .total-price-row .booking-data p {
    color: #5e5e5e;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-family: HelveticaNeue,sans-serif;
}

.steps-cover ul li.active a {
    background: #cedc00;
}

.steps-cover ul li a {
    border: 2px solid #cedc00;
}

.steps-cover ul:before {
    background: #cedc00;
}

.heading-step-cover h2, .page-heading {
    font-family: Krylon,sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #333333;
    text-transform: capitalize;
}

.booking-row.default-row .booking-data {
    padding: 0 7px;
}

.my-room-details {
    padding: 0;
    background-color: #cedc00;
}
.my-room-details span {
    padding-left: 5px;
    padding-bottom: 10px;
    display: inline-block;
}

.my-room-details .booking-row.default-row {
    padding: 10px;
    background-color: #cedc00;
}

.my-room-details .booking-row.default-row p, .my-room-details .booking-row.default-row a i {
    margin: 10px 0 25px 7px;
}

.my-room-details .booking-row p {
    margin: 12px 0 0 7px;
}


.main-room .room-price cite strong {
	color: #5e5e5e;
    font-family: HelveticaNeue,sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.main-room .room-price cite strike:before {
	border-color: #bc296f;
}

.main-room .room-price cite span {
	color: #bc296f;
	font-stretch: normal;
	font-size: 13px;
	font-weight: 500;
	font-family: HelveticaNeue,sans-serif;
}

.main-room .room-price cite strike {
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-family: HelveticaNeue,sans-serif;
}

.packages-list article p a {
	color: #b6c10e;
}



.steps-cover ul li a {
	background-color: #f0f3f7;
}

.better-rate-text, .gibson-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    padding-left: 30px;
    padding-top: 5px;
}

.better-rate-text {
	padding-left: 110px;
	padding-right: 0px;
}

.better-rate .staff-img {
	width: 190px;
	object-fit: contain;
}

.packages-list article h3 {
    font-family: HelveticaNeue,sans-serif;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    color: #5e5e5e;
    margin-bottom: 8px;
    font-style: normal;
    font-stretch: normal;
    padding-top: 11px;
}

.better-rate h3 {
    padding-top: 3px;
    color: #5e5e5e;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 8px;
}

.better-rate p {
    font-size: 15px;
    line-height: 1.73;
    color: #606368;
}

.steps-cover {
    max-width: 543px;
}

.header-search-form select.form-control {
    background: #ffffff url(/images/select-arrows.png) no-repeat;
    background-size: 16px;
    background-position: 96% 50%;
}

.header-search-form .form-control {
	background: #ffffff;
}

.header-search-form .form-control.datepicker {
    background: #ffffff url(/images/calendar-icon.png) no-repeat;
    background-size: 16px;
    background-position: 95% 50%;
    padding-right: 27px;
}

.packages-list article ul.extra-room-info {
    list-style-type: none;
    margin: 15px 0 0 6%;
}
.packages-list article ul.extra-room-info:before {
    color: #cedc00;
}

.list-room-item>div h4 {
    font-family: HelveticaNeue,sans-serif;
    font-size: 15px;
    line-height: 1;
}

.book-btn {
    font-family: HelveticaNeue,sans-serif;
}

.view-room-btn {
    font-family: HelveticaNeue,sans-serif;
}

.packages-list article ul.extra-room-info li {
	font-family: HelveticaNeue,sans-serif;
	display: list-item;
    padding-left: 14px;
}

.packages-list article ul.extra-room-info li::before {
    content: "• ";
    color: #cedc00;
    font-size: 15px;
}

.packages-list article p {
	font-family: HelveticaNeue,sans-serif;
}

.main-room .room-price cite small {
	font-family: HelveticaNeue,sans-serif;
}

#myRateModal h3 {
    font-family: HelveticaNeue,sans-serif;
    font-size: 28px;
    color: #606368;
    letter-spacing: -0.2px;
}

#myRateModal h3 + p {
    font-size: 15px;
    font-family: HelveticaNeue,sans-serif;
    color: #606368;

}

#myRateModal a {
    color: #b6c10e;
    text-decoration: none;
}


.header-gray-bar ul li a {
    font-family: HelveticaNeue,sans-serif;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.my-booking-table .booking-data p {
    font-family: HelveticaNeue,sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #5e5e5e;
}

.my-room-details .booking-data i {
    margin-left: 5px;
    color: #606368;
}

.my-booking-table .booking-row .booking-data:last-child p {
    color: #606368;
}

.list-caption ul li {
    font-family: HelveticaNeueItalic;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: center;
    color: #808080;
}

.better-rate.mobile {
    background-color: #bc296f;
}

.better-rate.mobile .better-rate-text h3,
.better-rate.mobile .better-rate-text p,
better-rate.mobile .better-rate-text a {
    color: #fff;
}

.better-rate.mobile .better-rate-text h3 {
    font-weight: 500;
}

.better-rate.mobile .better-rate-text a {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    .better-rate-text {
        padding-left: 0;
    }
    .better-rate {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .packages-list article .list-rooms .bottom-detail-btn:before {
        content: none;
    }

    .thankyou-cover.hotel-cover {
    	display: none;
    }

    .thankyou-table .tk-row .tk-data:last-child {
    	padding-right: 10px;
    }

    .thankyou-table .tk-row .tk-data a.gradient-btn.print-details {
        margin-top: 10px;
    }

    body .confirmation-form-cover h3 {
        font-size: 20px;
    }

    .my-booking-cover .my-booking-heading h2 {
        text-align: left;
    }
}

#terms_conditions_link {
    color: #848b52;;
    font-family: Montserrat-Medium,sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: lowercase;
}

.main-room .room-info h3 a {
    color: #5e5e5e;
}

.confirmation-form-cover .form-group label, .confirmation-form-cover.modify-cover .form-group label.error {
    font-family: Montserrat-Regular,sans-serif;
    font-size: 16px;
    color: #808080;
    text-transform: capitalize;
}

.confirmation-form-cover .form-group .form-control, #additional-expenses .form-control {
    border: solid 1px #bdbfb0;
    height: 50px;
}

.form-control:focus {
    border: solid 2px #848b52!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
}

.confirmation-form-cover {
    box-shadow: none;
    border:  none;
    background-color: #fff;
}

.confirmation-form-cover label strong {
    color: #606368;
    font-family: HelveticaNeue,sans-serif;
    font-size: 15px;
}

.confirmation-form-cover h3 {
    font-family: HelveticaNeue,sans-serif;
    font-size: 24px;
    color: #5e5e5e;
}

.confirmation-form-cover h4 {
    font-family: Krylon;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #10100b;
}

p {
    font-family: HelveticaNeue,sans-serif;
    color: #606368;
}

.thankyou-cover h2, .modify-cover h2 {
	color: #10100b;
    font-size: 24px;
	font-family: Krylon,sans-serif;
}

.thankyou-table .tk-row .tk-data a {
	color: #b6c10e;
	font-family: HelveticaNeue,sans-serif;
}

.print-details {
	background: #b6c10e;
}

.back-btn {
	background-color: rgba(96, 99, 104, 0.7);
}

.thankyou-table .tk-row .tk-data h6 {
	font-family: HelveticaNeue,sans-serif;
}

.thankyou-table .tk-row .tk-data:first-child {
    font-family: Montserrat-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #10100b;
}

.thankyou-table {
    padding-top: 10px;
    border-bottom: none!important;
    border-top: 1px solid #bdbfb0!important;
}

.border-top-display-page {
    padding-bottom: 5px;
    border-bottom: 1px solid #bdbfb0!important;
}

.thankyou-table .tk-row .tk-data:last-child {
    font-family: Montserrat-Regular, sans-serif;
    text-align: left;
    font-size: 16px;
    color: #10100b;
}

.thankyou-cover p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #10100b;
}

.thankyou-cover h1 {
    border-bottom: none!important;
    font-size: 32px;
}

.thankyou-cover .hidden-print h1 {
    border-bottom: none!important;
    font-size: 40px;
}

.back-btn:hover, .back-btn:focus {
	background: #b6c10e;
}

.thankyou-cover p a {
	color: #b6c10e;
	font-weight: 500;
}

.thankyou-cover p a:hover, .thankyou-cover p a:focus {
	color: #b6c10e;
}

.thankyou-table .tk-row .tk-data.heading-data a:hover {
	color: #b6c10e;
}

.confirmation-form-cover .form-group .form-control, #additional-expenses .form-control {
    font-family: Montserrat-Regular;

}

.confirmation-form-cover .form-group select.form-control, .checkin__booking select.input, .wrap-form-fields select, select.input {
    background: #fff url(images/icons/icon-form-form-dropdown.svg) no-repeat!important;
    background-size: 12px;
    background-position: 95% 50%!important;
    padding-right: 27px;
    border: solid 1px #bdbfb0;

}

.custom-modal .modal-body p {
	font-family: HelveticaNeue,sans-serif;
    font-size: 15px;
}

.custom-modal .modal-body h3 {
    font-size: 28px;
	color: #5e5e5e;
	font-family: HelveticaNeue,sans-serif;
}

.thankyou-table .tk-row .tk-data a:hover, .thankyou-table .tk-row .tk-data a:focus {
	color: 	#fff;
}

.packages-list article.logged-in h3 {
    padding-top: 0;
    font-family: HelveticaNeue,sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #bc296f;
}

.packages-list article.logged-in {
    border-left: solid 8px #bc296f;
    background: #fff;
}

.packages-list article.logged-in p {
    font-size: 15px;
}

#better-rate-success-modal-content .letter {
    border: solid 2px #cedc00;
    color: #606368;
}

#better-rate-success-modal-content .letter:after {
    background: url(/images/envelope-green.png) no-repeat center center;
}

#better-rate-success-modal-content p {
    font-family: HelveticaNeue,sans-serif;
    font-size: 15px;
}

#site-header.open {
    position: fixed;
}

#site-header .container {
    padding: 0 120px;
    width: 100%;
}

@media (max-width: 767px) {
    #site-header .container {
        padding: 0 10px;
        height: 100%;
        position: relative;
    }

    .icon-nav ul li.icon-contact,
    .icon-nav ul li.icon-gallery,
    .icon-nav ul li.icon-gift,
    .icon-nav ul li.icon-blog,
    .icon-nav ul li.icon-join,
    .icon-nav ul li.icon-book {
        display: none;
    }

    .mega-menu-active .icon-nav ul li.icon-contact,
    .mega-menu-active .icon-nav ul li.icon-gallery,
    .mega-menu-active .icon-nav ul li.icon-gift,
    .mega-menu-active .icon-nav ul li.icon-blog,
    .mega-menu-active .icon-nav ul li.icon-join,
    .mega-menu-active .icon-nav ul li.icon-book {
        display: block;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #site-header .container {
        padding: 0 40px;
        position: relative;
    }
}

.extra-room {
    width: 583px;
    margin-right: 193px;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .extra-room {
        margin-right: 123px;
        width: 373px;
    }

}

.gibson-hide {
    display: none;
}

.search-list-cover {
    background-color: #3d3f35;
    padding: 30px 15px;
}

.search-list-cover .form-control.datepicker {
    background: #fff url(../../css/gibson/images/icons/icon-form-form-calendar.svg) no-repeat;
    background-size: 16px;
    background-position: 95% 50%;
    color: #6a6d71;
}

.search-list-cover select.form-control {
    background: #fff url(../../css/gibson/images/icons/form-caret-down.svg) no-repeat;
    background-size: 16px;
    background-position: 96% 50%;
    color: #6a6d71;
}

.hotel-listing-cover h2 {
    color: #3d3f35;
    font-family: Krylon, sans-serif;
    font-size: 30px;

}

.error-block p {
    font-family: Montserrat-Medium, sans-serif;
    font-size: 15px;
    color: #10100b;
}

.slick-prev:before, .slick-next:before {
display: none;
}

.booking-dates-slider {
    background: #fafafa;
}

#myCarousel .booking-months .loader {
    color: #808080;
}

.search-list-cover p a {
    color: #848b52;
    font-family: Montserrat-Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.search-list-cover label, .search-list-cover p {
    font-family: HelveticaNeue, sans-serif;
}

.gallerymodal .modal-body .nav-tabs>li.active>a, .gallerymodal .modal-body .nav-tabs>li.active>a:focus, .gallerymodal .modal-body .nav-tabs>li.active>a:hover {
    color: #b6c10e;
    font-family: HelveticaNeue, sans-serif;
}

.room-modal-list ul li {
    font-family: HelveticaNeue, sans-serif;
    font-size: 14px;
    color: rgba(38, 53, 72, 0.7);
    margin-bottom: 10px;
}

.room-modal-list ul li:before,
.hotel-info-list ul li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #cedc00;
    font-size: 15px;
}
.modal-body .extra-room-info {
    position: relative;
}
.modal-body .extra-room-info li:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #cedc00;
    margin-top: 13px;
}

@media screen and (max-width: 991px) {
    .modal-body .extra-room-info li:before {
        content: "";
        position: absolute;
        margin-top: 10px;
    }
}

.hotel-info-list ul li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #cedc00;
}

.hotel-info-list ul li {
    font-family: HelveticaNeue, sans-serif;
    font-size: 14px;
    color: #606368;
    font-weight: normal;
}

input[type=radio]:checked+span.custom-radio,
input[type=checkbox]:checked+span.custom-radio,
.terms-and-conditions.checked span.custom-radio{
    background: #848b52;
    border-color: #848b52;
}

.loading:before, .loading:after {
    border-top-color: #808080;
}

.booking-date-col.booking-price-col .package-price span {
    color: #10100b!important;
    font-family: Montserrat-Medium, sans-serif;
    font-size: 18px;
}

.booking-date-col.booking-price-col .package-price {
    color: #10100b!important;
    font-family: Montserrat-Medium;
}

.booking-date-table .booking-date-col.booking-price-col:hover {
    border: solid 1px #cedc00;
    background-color: #cedc00;
}

.booking-date-table .booking-date-col.date-month-name {
    font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    color: #e3e7d0;
}

.booking-months p {
    font-family: Krylon;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3d3f35;
}

.booking-date-table .booking-date-col.booking-price-col.fully-booked {
    border-radius: 2px;
    border: solid 1px #fff;
    background-color: #fff;
}

.booking-date-col.booking-price-col .package-dt {
    font-size: 12px;
    color: #10100b;
    font-family: Montserrat-Medium, sans-serif;
}

.not-to-late {
    margin-top: 0;
    box-shadow: none;
    border: solid 1px rgba(96, 99, 104, 0.35);
}

.not-to-late p a {
    color: #b6c10e;
    font-family: HelveticaNeue, sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.not-to-late h4 {
    font-family: HelveticaNeue, sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #5e5e5e;
}

.not-to-late.mobile h4 {
    color: #fff;
}

.not-to-late.mobile p a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.not-to-late.mobile p {
    color: #fff;
}

.my-booking-cover {
    box-shadow: none;
    border: solid 1px rgba(96, 99, 104, 0.35);
}

.form-heading-details h2 {
    font-family: HelveticaNeue;
    font-size: 20px;
    color: #5e5e5e;

}

.not-to-late.mobile {
    background-color: #bc296f;
    border: solid 1px rgba(96, 99, 104, 0.35);
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .better-rate-form .col-md-6 {
        width: initial;
        float: initial;
    }

    .better-rate-form .custom-check {
        float: left;
        margin-right: 10px;
    }
}

.better-rate-form .form-group .form-control {
    background-color: #ffffff;
    border: solid 1px #c4c4c4;
}

.better-rate-form .form-group label {
    font-family: Montserrat-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2d26;

}

.hotel-listing-post .hotel-listing-post-text h3 {
    color: #606368;
    font-family: HelveticaNeue, sans-serif;
}

.hotel-listing-post .price, .hotel-listing-post-text .list-post-right p span.price {
    color: #606368;
    font-family: Montserrat-Medium, sans-serif;
}

.book-room-btn, .gradient-btn {
    font-family: HelveticaNeue,sans-serif;
}

.hotel-listing-post-text .list-post-right p {
    color: #10100b;
    font-family: Montserrat-Regular;
}

.hotel-listing-post .hotel-listing-post-text .hotel-facilities a {
    font-family: HelveticaNeue, sans-serif;
    color: #cedc00;
}

.hotel-listing-post .hotel-listing-post-text ul li {
    font-family: HelveticaNeue, sans-serif;
    color: #808080;
}

.filter-cover .filter-heading {
    background-color: #5e5e5e;
}

.filter-cover .filter-heading h3 {
    font-family: HelveticaNeue, sans-serif;
    color: #fff;
}

.filter-cover .filter-list h4 a {
    font-family: HelveticaNeue, sans-serif;
    color: #606368;
}

.booking-date-table .booking-date-col.booking-price-col.selected {
    color: #606368;
    border-color: #606368;
}

.booking-date-table .booking-date-col.booking-price-col.selected .package-price {
    color: #606368;
}

.filter-cover .filter-list input[type=checkbox]:checked+span.custom-check:after {
    top: -5px;
}

input[type=radio]:checked+span.custom-radio:after,
input[type=checkbox]:checked+span.custom-radio:after,
.terms-and-conditions.checked span.custom-radio:after{
    top: -6px;
}

.hotel-listing-cover .hotel-filter-btn ul li.selected a {
    border-color: #b6c10e;
    background: #b6c10e;
}

.hotel-listing-cover .hotel-filter-btn ul li a:hover, .hotel-listing-cover .hotel-filter-btn ul li a {
    border-color: #b6c10e;
    color: #cedc00;
}

#promotions {
    color: #606368;
    font-size: 14px;
}

.confirmation-form-cover .promotions-container span.custom-check + * {
    font-size: 14px
}
.header-gray-bar ul li a {
    color: #fff;
    background-color: #808080;
}
.header-gray-bar ul li a:hover {
    color: #808080;
}
.header-gray-bar .right-group ul li a.top-search-btn:hover {
    background-color: #cedc00;
    color: #808080;
}


.flexible-booking-changes {
    border: 1px solid #b62777;
    border-left: 10px solid #b62777;
}

.flexible-booking-changes-heading {
    color: #606368;
    font-weight: bold;
}

.stay-spend {
    border: solid 1px rgba(93, 75, 63, 0.3);
}

.stay-spend__h2 {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    color: #5e5e5e;
    font-style: normal;
    font-stretch: normal;
}

.stay-spend__p {
    color: #545559;
    font-size: 14px;
    /* line-height: 1.43; */
}

.stay-spend__cancel {
    display: inline-block;
    width: 100%;
}

.banner-block h3,
.text-price,
.room-detail-btn,
.rooms-list .room-title,
.rooms-list .room-price,
.rate-info,
.rate-info:hover,
.rate-info:focus,
.rooms-list-item-cell .inter-connecting-text
{
    color: #5e5e5e;
}

.rooms-list .room-title,
.rooms-list .room-price,
.text-price
{
    font-weight: bold;
}

.AI-sorting button {
    color: #606368;
}

.AI-sorting button.selected {
    background-color: #b6c10e;
    color: #fff;
}

.btn-style-2, .btn-style-2:hover, .btn-style-2:focus {
    background-color: #b6c10e;
    color: #fff;
}

.not-to-late.desktop {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .modal-body-optA #better-rate-modal-content h4 {
        background: #b6c10e;
        margin-bottom: 40px;
    }

    .hotel-listing-cover article.hotel-listing-post {
        display: flex;
        justify-content: space-between;
    }
}

.terms_conditions_link {
    text-decoration: underline;
    font-size: 16px;
    font-family: Montserrat-Medium;
    text-transform: lowercase;
    color: #848b52 !important;
}

.modal-body-optA .form-control, .modal-body-optA .better-rate-form .form-group .form-control {
    border-radius: 0;
    height: 36px;
}

@media (min-width: 992px) {
    .better-rate-form-optA .col-md-6.login-col p {
        padding-top: 0;
    }
}

.better-rate-form-optA .hide-show {
    position: absolute;
    top: 23px;
    padding-right: 25px;
}

@media (max-width: 991px) {
    .heading-step-cover {
        display: none;
    }
}

.custom-modal .close .close-icon {
    background-image: url(/images/icons/close-icon.svg);
    position: absolute;
    height: 40px;
    width: 40px;
    display: block;
    top: -15px;
    right: 0;
}

@media (max-width: 991px) {
    #mega-menu .mega-menu-right .btn-book-wrapper p {
        font-size: 24px;
        font-family: Montserrat-Regular,sans-serif;
        color: #10100b;
        position: fixed;
        z-index: auto;
        background: #cedc00;
        border-radius: 25px;
        background-color: #cedc00;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    #content_sidebar_wrapper > .col-md-4, #content_sidebar_wrapper > .col-md-8 {
        margin-bottom: 15px;
    }

    #mega-menu .mega-menu-right .btn-book-wrapper p {
        font-size: 50px;
        font-family: HelveticaNeueLTStd-Roman,sans-serif;
        color: #fff;
        position: fixed;
        z-index: auto;
        background: #cedc00;
        padding: 21px 31px;
        width: 100%;
        text-align: center;
        margin-left: -76px;
        margin-top: -55px;
        display: none;
    }
}

.calendar-errors {
    background-color: #cedc00!important;
}

.hint-description {
    color: #10100b;
}

.calendar-selection a.btn,
.slick-track a.btn {
    padding: 25px 0;
}

.calendar-selection .hint-description,
.slick-track a.btn {
    font-size: 16px;
    margin-top: 6px;
}

@media only screen and (max-width: 767px) {
    .slick-track a.btn {
        padding: 30px 15px;
    }
}

.roomInfoModal button.close {
    content: "" !important;
    background-image: none;
    top: -50px;
    background-repeat: no-repeat;
    height: 50px;
    width: 40px;
}

.thankyou-table .tk-row .tk-data a.back-btn, .thankyou-table .tk-row .tk-data a.gradient-btn, .modify-cover #submitBtn {

    padding: 2px 0;
    font-family: Montserrat-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.57;
    letter-spacing: 1px;
    text-align: center;
    color: #10100b;
    border-radius: 25px;
    background-color: #cedc00;
    text-decoration: none;
}

