/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
#availability-widget .icbe-widget {
    width: 100%;
}

.icbeiframe-wrapper .icbeiframe {
    position: fixed;
}

.icbeiframe-wrapper .icbe-close {
    position: fixed;
}

#rates-widget {
    position: relative;
}

#rates-widget .icbe-widget {
    top: 0px;
    margin: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.book-a-table-area h3 {
    text-transform: uppercase;
    color: #96734B;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.book-a-table-area p {
    margin-bottom: 5px;
}

.book-a-table-area p a {
    border-bottom: none;
}
.menu-blocks .title {
    text-transform: uppercase;
    color: #96734B;
}

.menu-blocks .menu-block ul {
    display: inline-block;
}

.menu-blocks .menu-block ul li {
    margin-bottom: 1.25rem;
}
/* OVERLAY */

html.opened-menu {
    overflow: hidden;
    height: 100%;
}

html.opened-menu body {
    overflow: hidden;
}

html.opened-menu .navigation-menu-container,
html.opened-menu .page-main {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -ms-filter: blur(6px);
    -o-filter: blur(6px);
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '6');
    filter: blur(6px);
}

.menu-overlay {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 8008;
    display: none;
}

.with-policy-notification .menu-overlay {
    margin-top: 78px;
}

.with-policy-notification .menu-overlay:after {
    content: '';
    position: absolute;
    width: 102%;
    top: -20px;
    left: -20px;
    height: 20px;
    -webkit-box-shadow: 0 15px 20px #000;
    -moz-box-shadow: 0 15px 20px #000;
    box-shadow: 0 15px 20px #000;
    z-index: 8006;
}

.mobile.menu-overlay {
    top: 80px;
}

.menu-overlay > * {
    z-index: 8006;
}

.overlay-left {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
}

.overlay-left,
.mobile-menu-footer {
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transform: translateX(-100%) translateY(0%);
    -webkit-transform: translateX(-100%) translateY(0%);
    transform: translateX(-100%) translateY(0%);
}

.desktop .overlay-left {
    right: 75%;
    width: 25%;
    background-color: #EEEEEE;
}

.mobile .overlay-left {
    right: 0;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    overflow-y: auto;
}

.is-opened .overlay-left,
.is-opened .mobile-menu-footer {
    -ms-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translate(0%, 0%);
}

.menu-overlay .overlay-left .content-list-menu-links > li,
.menu-overlay .overlay-left .content-list-secondary-links > li {
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.menu-overlay .overlay-left .content-list-menu-links > li.nav-open,
.menu-overlay .overlay-left .content-list-secondary-links > li.nav-open {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.overlay-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.desktop .overlay-right {
    width: 75%;
    -ms-transform: translateX(100%) translateY(0%);
    -webkit-transform: translateX(100%) translateY(0%);
    transform: translateX(100%) translateY(0%);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/*PREVIEW MENU*/
    .desktop .overlay-right .preview-menu {
        display: inline-block;
        width: 910px;
        padding-right: 10px;
        position: absolute;
        top: 160px;
        bottom: 0;
        left: 50%;
        margin-left: -455px;
        opacity: 0;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

/*.preview-menu*/
.desktop .overlay-right .preview-menu h4 {
    font-size: 36px;
    text-transform: uppercase;
    color: #4d4d4d;
    font-family: 'Lato Medium';
}

.desktop .overlay-right .preview-menu .common-info {
    margin-bottom: 40px;
    margin-top: 4px;
}

.desktop .overlay-right .preview-menu .summary {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 1.5em;
    margin-top:23px;
}
.desktop .overlay-right .preview-menu .content-list-submenu-links li.selected > a {
    border-bottom: 1px solid black;
    color: #876729;
}

.desktop .overlay-right .preview-menu.menu-type-1 .content-list-submenu-links li {
    max-width: 50%;
}

.desktop .overlay-right .menu-type-3 .content-list-submenu-links li {
    margin-left: 28px;
}

.desktop .overlay-right .menu-type-3 .content-list-submenu-links li > a:hover,
.desktop .overlay-right .menu-type-3 .content-list-submenu-links li.selected > a {
    text-decoration: none;
    color: #876729;
    border-bottom: none;
}

.desktop.is-opened .overlay-right .preview-menu {
    transform: translate3d(0px, 0px, 0px) scale(1.0654, 1.0654);
    opacity: 0;
}

.desktop .overlay-right .preview-menu.displayed {
    display: block;
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    -webkit-transition: all 1s cubic-bezier(0.1, 0.57, 0.1, 1);
    -moz-transition: all 1s cubic-bezier(0.1, 0.57, 0.1, 1);
    transition: all 1s cubic-bezier(0.1, 0.57, 0.1, 1);
}

.desktop .overlay-right .preview-menu .links-list {
    position: relative;
    overflow: hidden;
}

.desktop .overlay-right .preview-menu .links-list .links-container {
    max-height: 100%;
    overflow-y: auto;
    margin-right: -18px;
}

.desktop .overlay-right .preview-menu.menu-type-1 .links-list .image-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    max-height: 100%;
}

.content-list-menu-links,
.content-list-secondary-links {
    list-style-type: none;
    margin-left: 0;
    font-weight: bold;
    color: #2f2f2f;
    text-transform: uppercase;
}
.content-list-menu-links {
    font-weight: normal;
    margin-bottom: 60px;
    line-height: 64px;
    letter-spacing: 3px;
    font-size: 26px;
}

.mobile .content-list-menu-links {
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
}

.mobile .content-list-submenu-links {
    overflow: hidden;
    max-height: 0;
    font-size: 14px;
    text-transform: none;
    line-height: 2.5;
    text-indent: 10px;
    transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
}

.mobile .first-level.selected .content-list-submenu-links {
    max-height: 550px;
    transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
}

.mobile .content-list-secondary-links {
    margin-bottom: 105px;
}


.content-list-secondary-links {
    font-size: 16px;
    line-height: 2.2;
    margin-top: 27px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.content-list-submenu-links,
.content-top-submenu-links {
    list-style-type: none;
    margin-left: 0;
    position: relative;
    color: #2f2f2f;
    font-size: 20px;
}
.content-list-submenu-links {
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 40px;
}

.content-list-submenu-links:first-child {
    padding-left: 0;
}

.content-list-submenu-links li {
    line-height: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.submenu-links-content {
    text-align: right;
    opacity: 0;
    right: 20px;
    top: 0;
    bottom: 0;
    max-height: 100%;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.submenu-links-content.selected {
    opacity: 1;
    pointer-events: all;
}

.submenu-links-content .button {
    margin-top: 0.7rem;
}
.submenu-links-content a.button {
    color: #fff;
    background: #414042;
    border: 0.5px solid #414042;
    box-shadow: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.submenu-links-content a.button:hover {
    color: #876729;
    background: #fff;
}

.content-list-submenu-links > li > a:hover {
    border-bottom: 1px solid black;
    color: #876729;
}

.mobile .content-list-submenu-links > li > a:hover,
.mobile .content-list-submenu-links > li > a:focus,
.mobile .content-list-submenu-links > li > a:active {
    color: inherit;
    border-bottom: none;
}

.submenu-links-content .description {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 50px;
}
.submenu-links-content button {
    text-transform: uppercase;
    font-weight: bold;
}

.top-submenu-links-content {
    opacity: 0;
    left: 185px;
    right: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-type-3 .top-submenu-links-content .submenu-links-content {
    max-width: 50%;
}
.menu-type-3 .top-submenu-links-content .submenu-links-content img {
    margin-top: 12px;
    max-height: none;
}
.menu-type-3 .top-submenu-links-content li.selected .submenu-links-content {
    opacity: 1;
}
.menu-type-3 .content-top-submenu-links > li > a {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}
.menu-type-3 .content-top-submenu-links > li.selected > a {
    border-bottom: 1px solid black;
    color: #876729;
}
.menu-type-3 .content-top-submenu-links > li.selected .top-submenu-links-content {
    opacity: 1;
    pointer-events: all;
}
.menu-type-3 .content-list-submenu-links li a {
    display: inline-block;
    max-width: 44%;
}

.desktop .overlay-right .preview-menu.menu-type-3 .content-list-submenu-links li > a:hover,
.desktop .overlay-right .preview-menu.menu-type-3 .content-list-submenu-links li.selected > a {
    border-bottom: none;
}

.desktop.is-opened .overlay-right {
    -ms-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translate(0%, 0%);
}

.mobile .overlay-right {
    right: 100%;
    width: 0;
}

.menu-type-1 .content-list-submenu-links > li > .submenu-links-content > img {
    margin-top: 12px;
}
/* LEFT OVERLAY CONTENT */
.menu-overlay-close {
    line-height: 45px;
    letter-spacing: 1px;
    z-index: 8007;
    cursor: pointer;
    text-transform: uppercase;
}

.menu-overlay-content {
    margin-left: 0;
    padding: 0;
    overflow-y: auto;
}


.desktop .menu-overlay-content {
    position: absolute;
    bottom: 50px;
    top: 153px;
    right: 0;
    left: 0;
}

.desktop .menu-overlay-content .jspVerticalBar {
    width: 0.5em;
    background: transparent;
}
 
.desktop .menu-overlay-content .jspTrack {
    background: #dedede;
    -webkit-box-shadow: inset 0 0 4px #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
 
.desktop .menu-overlay-content .jspDrag {
  background-color: #030303;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mobile .menu-overlay-content {
    margin-top: 0;
    height: auto;
    max-height: 2000px;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.mobile .menu-overlay-content.hide {
   max-height: 0;
   transition: max-height 0.3s ease-out;
}

.mobile .content-list-menu-links .first-level {
    position: relative;
}

.mobile .content-list-menu-links .first-level .arrow {
    position: absolute;
    border: 2px solid;
    border-width: 2px 0 0 2px;
    width: 10px;
    height: 10px;
    right: 18px;
    top: 12px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-color: #2f2f2f;
    transition: transform ease-in 0.5s;
}
.mobile .content-list-menu-links .first-level.selected .arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.white-line {
    height: 0px;
    width: 95%;
    margin-left: -5%;
    border-top: 1px solid #fff;
}
.mobile .white-line {
    border-color: #ededed;
}

.desktop .content-list-menu-links > li > a:focus {
    color: #414042;
}

.desktop .content-list-menu-links > li > a:hover,
.desktop .content-list-menu-links > li > a.active {
    border-bottom: 1px solid black;
    color: #876729;
}

.mobile.menu-overlay .overlay-left .content-list-menu-links > li.nav-open > a:hover,
.mobile.menu-overlay .overlay-left .content-list-menu-links > li.nav-open > a:active,
.mobile.menu-overlay .overlay-left .content-list-menu-links > li.nav-open > a:focus {
    color: #876729;
}

.content-list-secondary-links > .nav-open > a:hover {
    border-bottom: 1px solid black;
    color: #876729;
}

.hotels-menu ul.hotels-menu-links > li > a:hover,
.hotels-menu ul.regions-menu-links > li > a:hover {
    color: #876729;
}

.close-inner {
    text-align: center;
    display: block;
}

.desktop .close-inner {
    width: 35px;
    margin-top: 50px;
}

.close-inner:before,
.close-inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: #876729;
    left: 0;
}

.close-inner:before {
    transform: rotate(45deg);
}

.close-inner:after {
    transform: rotate(-45deg);
}

.desktop .menu-overlay-close,
.desktop .close-inner:before,
.desktop .close-inner:after,
.desktop .menu-overlay-content,
.desktop .menu-overlay-close,
.desktop .menu-overlay-content-bottom{
    margin-left: 50px;
}

.desktop .overlay-right .menu-type-3 .content-list-submenu-links li > a {
    color: #2f2f2f;
}

/* MOBILE ClOSE BUTTON*/
.mobile .overlay-left > div {
    margin-left: 20px;
}
.mobile .menu-overlay-close,
.mobile .close-inner:before,
.mobile .close-inner:after {
    margin-left: 16px;
}
.mobile .close-inner:before,
.mobile .close-inner:after {
    top: -36px;
}
.mobile .menu-overlay-close {
    margin-top: -45px;
    width: 20px;
    height: 20px;
}
.mobile .close-inner {
    width: 20px;
    height: 20px;
}

/*SEARCH INPUT (WITH SPECIFIED SELECTORS)*/
.menu-overlay .site-search-form button {
    background-size: 100% auto;
    top: -4px;
    right: 35px;
    box-shadow: none;
}

.menu-overlay .site-search-form input {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 95%;
    margin-bottom: 0;
    font-size: 20px;
    border: none;
    border-bottom: 2px solid transparent;
    /*moved to focus state, ...and moved again here*/
    border-bottom: 2px solid #ededed;
    box-shadow: none;
    background: transparent;
}

.menu-overlay .site-search-form input:hover,
.menu-overlay .site-search-form input:focus,
.menu-overlay .site-search-form input:active {
    background-color: transparent;
}
.menu-overlay .site-search-form input:focus {
    border-bottom: 2px solid #ededed;
}
.menu-overlay .site-search-form .validationMessage {
    text-align: left;
}

/*DESKTOP SEARCH INPUT ADJUSTMENTS*/
.menu-overlay.desktop .search-container {
    position: absolute;
    left: 50%;
    top: 25px;
    max-width: 910px;
    width: 68%;
    transform: translateX(-50%);
    z-index: 2;
}
.menu-overlay.desktop .site-search-form input {
    height: 50px;
    font-size: 36px;
    color: #4d4d4d;
}
.menu-overlay.desktop .site-search-form button {
    width: 38px;
    height: 38px;
    background: transparent url("/Assets/CSS/App/Images/menu-search-icon.png") center top no-repeat;
    background-size: 100% auto;
}
.menu-overlay.desktop .site-search-form .validationMessage {
    font-size: 20px;
    line-height: 50px;
}

/*LOGO*/
.mobile .menu-overlay-logo {
    margin: 5px 10px;
}
.mobile .menu-overlay-logo img {
    margin: 5px;
    height: 40px;
}

.desktop .menu-overlay-logo {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.desktop .menu-overlay-logo img {
    margin: 25px 15px;
}

/*RED CARNATION HOTELS PUSH PANEL*/
.menu-overlay-content-bottom {
    z-index: 1;
    -webkit-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
}

.desktop .overlay-left .menu-overlay-content-bottom {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    background: #EEEEEE;
    height: 27px;
}

.desktop .menu-overlay-content-bottom.opened {
    height: 90%;
    height: calc(100% - 130px);
}

.mobile-menu-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-top: 30px;
}

.mobile-menu-footer.active-hotels {
    top: 0;
    overflow-y: auto;
}

.mobile .menu-overlay-content-bottom {
    background: #fff;
    margin-left: 0;
    padding-left: 10px;
}
.mobile .hotels-menu {
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.mobile .opened .hotels-menu {
    max-height: 1000px;
    height: auto;
}

.menu-overlay-content-bottom .hotels-menu-title {
    text-transform: uppercase;
    color: #444444;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
}
.desktop .menu-overlay-content-bottom .hotels-menu-title span {
    margin: 0 5px;
    font-size: 13px;
}
.menu-overlay-content-bottom .arrow {
    background: url("/Assets/CSS/App/Images/back-top-up-dark.png") no-repeat center center;
    transform: none;
    display: inline-block;
    width: 13px;
    height: 8px;
    background-size: 100% 100%;
}
.desktop .menu-overlay-content-bottom .arrow {
    width: 17px;
    height: 11px;
}
.menu-overlay-content-bottom {
    cursor: pointer;
}
.menu-overlay-content-bottom.opened .arrow {
    transform: rotate(180deg);
}
.hotels-menu {
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear;
}
.menu-overlay-content-bottom.opened 
.hotels-menu{
    opacity:1;
    overflow-y: auto;
}
.hotels-menu .content-title {
    line-height: 40px;
}
.desktop .hotels-menu .content-title {
    line-height: 60px;
}
.hotels-menu {
    color: #444;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}
.desktop .hotels-menu {
    font-size: 13px;
}
.hotels-menu ul, .hotels-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: 20px;
}
.hotels-menu .region {
    text-transform: uppercase;
    font-size: 12px;
}
.desktop .hotels-menu .region {
    font-size: 14px;
}

.hotels-menu ul.hotels-menu-links {
    margin-bottom: 20px;
}
/*for selected state of hotel*/
.hotels-menu-links li.selected{
    text-decoration: underline;
}

@media screen and (max-width: 1580px),
    screen and (max-height: 920px) and (min-width: 1380px) {
    .desktop .overlay-right .preview-menu {
        left: 50%;
        margin-left:-455px;
        top: 110px;
    }

    .menu-overlay.desktop .search-container {
        top: 27px;
    }

    .menu-overlay.desktop .overlay-right .search-container {
        left: 50%;
        transform: translateX(-50%);
        max-width: 650px;        
    }
    .desktop .menu-overlay-close,
    .desktop .close-inner:before,
    .desktop .close-inner:after,
    .desktop .menu-overlay-content,
    .desktop .menu-overlay-close,
    .desktop .menu-overlay-content-bottom {
        margin-left: 30px;
    }

    .desktop .menu-overlay-content {
        top: 108px;
    }
}
/*I don't like the way its done but its done. maybe it can be improved in future.*/
@media screen and (max-width: 1580px) {

    .desktop .menu-overlay-content-bottom.opened {
        height: 90%;
        height: calc(100% - 130px);
    }

    .desktop .overlay-left .menu-overlay-content-bottom .hotels-menu-title {
        max-width: 250px;
    }

    .desktop .menu-overlay-content-bottom .hotels-menu-title span {
        margin: 0;
        font-size: 8px;
    }

    .desktop .hotels-menu-title > img {
        height: 15px;
        width: 15px;
    }
}

@media screen and (max-width: 1380px), 
    screen and (max-height: 880px) and (min-width: 1380px) {
    .desktop.is-opened .overlay-right .preview-menu {
        width: 765px;
    }
    .desktop .overlay-right .preview-menu h4 {
        font-size: 28px;
    }
    .desktop .overlay-right .preview-menu .summary {
        font-size: 16px;
        margin-top: 18px;
        padding-right: 20px;
    }
    .desktop .overlay-right .preview-menu .content-list-submenu-links li {
        font-size: 16px;
    }
    .desktop .overlay-right .preview-menu .common-info {
        margin-bottom: 36px;
    }
    .desktop .overlay-right .preview-menu.displayed {
        margin-left: -364px;
        left: 50%;
    }
    .desktop .menu-overlay-logo {
        transform: scale(0.8);
        transform-origin: bottom right;
    }
    .desktop .overlay-right .preview-menu {
        transform-origin: left top;
        bottom: 0px;
    }
    .desktop .menu-overlay-content {
        top: 108px;
    }
    .content-list-menu-links {
        font-size: 18px;
        line-height: 2.5;
        margin-bottom: 30px;
    }
    .content-list-secondary-links {
        font-size: 14px;
    }

    .menu-overlay-close>span {
        font-size: 8px;
    }

    .desktop .close-inner {
        width: 24px;
    }
}

@media screen and (max-width: 1023px) {

    html.opened-menu {
        height: 0;
    }

    .with-policy-notification .menu-overlay {
        margin-top: 0;
        bottom: 70px;
    }

    .with-policy-notification .menu-overlay:after {
        display: none;
    }
}

@media screen and (max-width: 420px) {

    .with-policy-notification .menu-overlay {
        bottom: 85px;
    }
}

@media screen and (max-width: 405px) {

    .with-policy-notification .menu-overlay {
        bottom: 100px;
    }
}
.offer-container {
    padding: 1rem 1rem;
    margin-bottom: 40px;
}

.offer-container.with-shadow:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.offer-container h3,
.offer-container h2{
    letter-spacing: 0.5px;
    line-height: 34px;
    text-align: center;
    font-size: 1.625rem;
    margin: 0 0 27px 0;
}

.offer-container h3.offer-title-top,
.offer-container h2.offer-title-top {
    padding-top: 0;
    padding-bottom: 14px;
}

.offer-container h2.offer-title-top a{
    font-size: 1.625rem;
    text-transform: none;
    color: #414042;
}
.offer-container h2.offer-title-top a:hover {
    color: #999;
}

.offer-container > img {
    margin: 0 auto;
    display: block;
   
}

.offer-image-wrapper {
    margin-bottom: 46px;
    position: relative;
    display: block;
}

.offer-image-wrapper > img {
    width: 100%;
}

.medium-4 .offer-image-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.offer-carousel-visible.offer-image-wrapper:before {
    content: none;
}

.medium-4 .offer-image-wrapper > img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.offer-description {
    padding-right: 10px;
    padding-left: 10px;
    color: #414042;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.6em;
    font-family: "SourceSansProLight";
    letter-spacing: .06em;
    text-rendering: optimizeLegibility;
    margin-bottom: 43px;
}

.offer-description p {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.6em;
}

.offer-ctas {
    position: relative;
}

.offer-ctas-grey > .small-6 {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px;
}

.offer-cta-default {
    font-family: Lato;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    color: #747474;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.offer-cta-default:after {
  content:"";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.offer-cta-default.offer-cta-bold {
    color: #2F2F2F;
}

.offer-cta-default.offer-cta-bold:hover {
    color: #747474;
}

.offer-cta-default:hover {
    color: #2F2F2F;
}

.offer-ctas-gold > .small-6 {
    border-top: 1px solid #876729;
    border-bottom: 1px solid #876729;
    padding: 10px;
}

.offer-cta-left-border {
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    border-left: 1px solid;
}

.offer-ctas-grey .offer-cta-left-border {
    border-left-color: #eee;
}

.offer-ctas-gold .offer-cta-left-border {
    border-left-color: #876729;
}

.offer-link {
    color: #2F2F2F;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
    text-align: center;
}

.offer-container .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.offer-container .image-overlay:hover {
    opacity: 1;
}

.stars-container {
    display: flex;
    justify-content: center;
}

.stars-container img {
    margin: 10px 2px 0 2px;
}

.offer-hide {
    display: none;
}

.offers-owl-carousel {
    position: relative;
}

.offers-owl-carousel > img {
    display: none;
}

.offers-owl-carousel > img:first-child {
    display: inline-block;
}

.offers-owl-carousel .owl-next,
.offers-owl-carousel .owl-prev {
    left: 0;
    background: transparent url(/Assets/CSS/App/Images/previous-icon.png) 50% 50% no-repeat !important;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%;
}

.offers-owl-carousel .owl-next {
    right: 0;
    left: auto;
    background: transparent url(/Assets/CSS/App/Images/next-icon.png) 50% 50% no-repeat !important;
}

.offer-ctas-gold-white, .offer-ctas-grey-white {
    display: flex;
    justify-content: space-between;
}

.offer-ctas-gold-white .offer-cta-default,
.offer-ctas-grey-white .offer-cta-default{
    border: 1px solid black;
    width: 45%;
    padding: 10px 0;
}

.offer-ctas-grey-white .offer-cta-default {
    border: 1px solid #414042;
    color: #414042;
}

.offer-ctas-gold-white .offer-cta-default:hover {
    color: #2f2f2f;
    -webkit-box-shadow: 0px 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
    -moz-box-shadow: 0px 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
    box-shadow: 0px 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
}

.offer-ctas-grey-white .offer-cta-default:hover {
    color: #FFFFFF;
    background-color: #414042;
}

.offer-ctas-gold-white .offer-cta-left-border,
.offer-ctas-grey-white .offer-cta-left-border{
    display: none;
}

.offer-ctas-gold-white .offer-cta-default-right {
    background-color: #876729;
    border: none;
    color: #fff;
}

.offer-ctas-grey-white .offer-cta-default-right {
    background-color: #414042;
    border: none;
    color: #FFFFFF;
}

.offer-ctas-gold-white .offer-cta-default-right:hover {
    color: #fff;
}

.offer-ctas-grey-white .offer-cta-default-right:hover {
    color: #414042;
    background-color: #FFFFFF;
    border: 1px solid #414042;
}

.offer-container.medium-8 .offer-ctas {
    display: flex;
    justify-content: center;
}

.offer-container.medium-8 .offer-ctas .offer-cta-default {
    width: 27%;
}

@media only screen and (max-width: 1024px) and (min-width: 880px) {
    .offer-container h3,
    .offer-container h2 {
        padding: 6px 0;
        line-height: 22px;
        font-size: 1.125rem;
    }

    .offer-description,
    .offer-description p {
        font-size: .925rem;
    }

    .offer-ctas {
        margin: 16px 0 !important;
    }

    .offer-cta-default {
        font-size: .775rem;
        line-height: 20px;
    }
}

@media only screen and (max-width: 879px) and (min-width: 641px) {
    .offer-container h3,
    .offer-container h2 {
        padding: 6px 0;
        line-height: 22px;
        font-size: .925rem;
    }

    .offer-description,
    .offer-description p {
        font-size: .875rem;
    }

    .offer-ctas {
        margin: 16px 0 !important;
    }

    .offer-cta-default {
        font-size: .575rem;
        line-height: 10px;
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .offer-container {
        max-width: 326px;
        padding: 1rem 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .offer-container .offer-image-wrapper img {
        object-fit: cover;
        height: 326px;
        width: 326px;
    }

    .offer-container.medium-8 .offer-ctas .offer-cta-default {
        width: 100%;
    }
}
.small-footer {
    vertical-align: middle;
    text-align: center;
    padding: 22px 10px;
}

.small-footer h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    margin-right: 20px;
}

.small-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}


.small-footer .addr li {
    display: inline-block;
    border-right: 1px solid;
    padding-right: 10px;
    padding-left: 10px;
}

.small-footer .social-icons {
    vertical-align: middle;
    line-height: 1em;
    margin-right: 10px;
    margin-left: 10px;
}
@media only screen {
    .newsletter-connect {
        padding: 0 0.4375rem 0.625rem;
    }
}

@media only screen and (min-width: 1024px) {
    .newsletter-connect {
        padding: 0 0 0.625rem;
    }
}

/*******************************/
/************* LIST ************/
/*******************************/

.blog ._list .item {
    background: #fff;
    margin-bottom: 5.938rem;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.blog ._list .item:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.blog ._list .item .image {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
}

.blog ._list .item .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.blog ._list .item .image img {
    max-width: none;
    position: absolute;
    min-height: 100%;
    top: -9999px;
    bottom: -9999px;
    right: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
}

.blog ._list .item .info {
    padding: 0.9375rem 0.625rem 0.5rem 0.625rem;
}
.blog ._list .item .info p,
.blog ._list .item .info a {
    font-family: 'SourceSansProRegular';
}

.blog ._list .item .info .tags {
    margin-bottom: 0.8125rem;
}

.blog ._list .item .info .tags .category {
    font-family: "SourceSansProRegular";
    text-transform: uppercase;
    color: #805f33;
    font-size:  0.75rem;
    letter-spacing: 1px;
    margin-right: 5px;
}

.blog ._list .item .info .tags .category:hover {
    color: #000;
}

.blog ._list .item .info .title {
    display: block;
    height: 3.6rem;
    font-size: 1.625rem;
    font-family: "SourceSansProLight";
    line-height: 1.1em;
    overflow: hidden;
    margin-bottom: 1rem;
    color: #000;
}

.blog ._list .item .info .title:hover {
    color: #805f33;
}

.blog ._list .item .info .description {
    height: 7.188rem;
    overflow: hidden;
    margin-bottom: 2.688rem;
}

.blog ._list .item .info .description p {
    font-size: 1.125rem;
    line-height: 1.6em;
    font-family: "SourceSansProLight";
}

.blog ._list .item .info .date {
    margin-bottom: 0;
    font-size: 0.75rem;
}

/*******************************/

/*******************************/
/********* BREADCUMBS **********/
/*******************************/
.blog .breadcrumb-navigation {
    position: absolute;
    z-index: 1;
    margin-top: 0.625rem;
}

.blog .breadcrumb-navigation .breadcrumbs {
    background: transparent;
}

.blog .breadcrumb-navigation .breadcrumbs > *:before {
    content: '/';
    color: #fff;
    vertical-align: top;
}

.blog .breadcrumb-navigation .breadcrumbs > *:first-child:before {
    content: '';
}

.blog .breadcrumb-navigation .breadcrumbs > * a,
.blog .breadcrumb-navigation .breadcrumbs > * a:hover,
.blog .breadcrumb-navigation .breadcrumbs > * span {
    text-transform: initial;
    color: #fff;
    font-size: 0.75rem;
    font-family: lato;
}

.blog .breadcrumb-navigation .you-are-here-title {
    display: none;
}

/*******************************/

/*******************************/
/*********** OVERLAY ***********/
/*******************************/

.blog .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.blog .overlay.overlay-20 {
    background-color: rgba(0, 0, 0, 0.2);
}

.blog .overlay.overlay-40 {
    background-color: rgba(0, 0, 0, 0.4);
}

.blog .overlay.overlay-60 {
    background-color: rgba(0, 0, 0, 0.6);
}

.blog .overlay.overlay-80 {
    background-color: rgba(0, 0, 0, 0.8);
}

/*******************************/

/*******************************/
/********** HOT SPOT ***********/
/*******************************/

.blog.hot-spot {
    padding-top: 5.688rem;
}
.blog.hot-spot h2 {
    font-size: 2.25rem;
    font-family: "SourceSansProLight";
    text-align: center;
    color: #000;
    margin: 0 0 2.313rem 0;
    text-transform: none;
}


/************** COMMON ****************/
.blog.article-details {
    background: #fff;
}

.blog.article-details p,
.blog.article-details h1,
.blog.article-details h2,
.blog.article-details h3,
.blog.article-details h4,
.blog.article-details h5,
.blog.article-details h6 {
    font-family: "SourceSansPro-ExtraLight";
    
}

/********** ARTICLE HEADER *************/
.blog.article-details .article-header {
    position: relative;
    padding-top: 108px;
    padding-bottom: 137px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 4rem;
}

.blog.article-details .article-header .header-info {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.blog.article-details .article-header p,
.blog.article-details .article-header h1 {
    text-align: center;
    color: #fff;   
}

.blog.article-details .article-header h1 {
    font-size: 3.5rem;	
    font-weight: 200;	
    letter-spacing: 1px;	
    line-height: 1.2em;
    margin-bottom: 1.125rem;
    text-transform: none;
}

.blog.article-details .article-header .description p {
    font-size: 1.125rem;
    line-height: 1.6em;
}

/********** ARTICLE CONTENT *************/
.blog.article-details .content-area {
    position: initial;
    margin-bottom: 3.125rem;
}

.blog.article-details .article-body {
    margin-bottom: 2.875rem;
}

.blog.article-details .article-body,
.blog.article-details .article-body p {
    font-size: 1.125rem;
    color: #414042;
    font-family: "SourceSansProLight";
}

.blog.article-details .article-body h1,
.blog.article-details .article-body h2,
.blog.article-details .article-body h3,
.blog.article-details .article-body h4,
.blog.article-details .article-body h5 {
    margin-top: 2.625rem;
    color: #8b653b;
}

.blog.article-details .article-body h1 {
    font-size: 3rem;
}

.blog.article-details .article-body h2 {
    font-size: 2.5rem;
}

.blog.article-details .article-body h3 {
    font-size: 2.25rem;
}

.blog.article-details .article-body h4 {
    font-size: 2.125rem;
}

.blog.article-details .article-body h5 {
    font-size: 2rem;
}

.blog.article-details .article-body p img {
    width: 100%!important;
    height: auto!important;
}

.blog.article-details .article-body p:first-child:first-letter {
    font-size: 6.563rem;
    margin-bottom: -0.5rem;
    margin-top: -0.3125rem;
	padding: 0 .1em 0 0;
	height: .7em;
	line-height: .85em;
	float: left;
	color: #be2643;
    font-family: "SourceSansPro-ExtraLight";
}

.blog.article-details .article-body p.mode img {
    max-width: none;
    position: absolute;
    left: 0;
}

.blog.article-details .article-body button {
    box-shadow: none;
    background: #414042;
    border: 1px solid #414042;
}

.blog.article-details .article-body button a {
    color: #fff;
}

.blog.article-details .article-body button:hover {
    box-shadow: none;
    background: #fff;
}

.blog.article-details .article-body button:hover a {
    color: #414042;
}

/********** ARTICLE SOCIAL *************/
.blog.article-details .share-area p {
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 0;
    line-height: 37px;
    vertical-align: top;
    color: #505050;
    font-family: "SourceSansProRegular";
}

.blog.article-details .share-area .addthis_inline_share_toolbox {
    display: inline-block;
}

.blog.article-details .share-area.top .addthis_inline_share_toolbox {
    margin-left: -8px;
    margin-top: -2px;
}

.blog.article-details .share-area .addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
    background: transparent !important;
    padding: 0;
}

/******** ARTICLE AUTOHOR ************/
.blog.article-details .author-img {
    height: 70px;
    width: 70px;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.blog.article-details .author-img img {
    height: 70px;
    position: absolute;
    max-width: none;
    margin: auto;
    right: -999px;
    left: -999px;
}

.blog.article-details .author-info-area {
    position: absolute;
    z-index: 1;
}

.blog.article-details .author-info-area .info {
    margin-bottom: 5.5rem;
}

.blog.article-details .author-info-area .info .date {
    font-family: "SourceSansProRegular";
    font-size: 0.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0.6875rem;
}

.blog.article-details .author-info-area .info .title {
    font-family: "SourceSansProBold";
    font-size: 0.75rem;
    color: #8b653b;
}

/********** ARTICLE TAGS *************/
.blog.article-details .tags {
    margin-bottom: 2.25rem;
}

.blog.article-details .tags .tag {
    color: #8b653b;
    font-family: "SourceSansProBold";
    font-size: 0.75rem;
    line-height: 38px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 4px;
    height: 38px;
    display: inline-block;
    min-width: 115px;
    padding: 0 1rem;
    text-transform: uppercase;
}

.blog.article-details .tags .tag:hover {
    background: #8b653b;
    color: #f7f7f7;
}

@media screen and (max-width: 1025px) {
    .blog.article-details .author-area,
    .blog.article-details .author-info-area {
        text-align: center;
        position: inherit;
    }
}

@media print {
    header.navigation-menu-container,
    .share-area.top,
    .author-area,
    .author-info-area,
    .contact-details.generic-footer,
    .footer-navigation-container,
    .page-footer .top-border,
    .hotel-nav .sub-list,
    #backToTop {
        display: none !important;
    }

    .logo-images-rch a[href]:after,
    .logo-images a[href]:after {
        display: none;
        visibility: hidden;
    }
}
.blog {
    background: #f7f7f7;
}

.blog.articles-carousel {
    position: relative;
    background: #000;
}

.blog.articles-carousel,
.blog.articles-carousel h1,
.blog.articles-carousel h3 {
    font-family: SourceSansProRegular;
}

/************** SLIDES ***************/
.blog.articles-carousel .owl-carousel {
    position: relative;
}

.blog.articles-carousel .owl-carousel .owl-item {
    max-width: 2000px;
}

.blog.articles-carousel .owl-carousel .owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 162px 0 95px 0;
}

.blog.articles-carousel .owl-carousel .owl-slide img {
    width: 100%;
}
/************** SLIDES ***************/

/************** SLIDES INFO ***************/
.blog.articles-carousel .owl-carousel .owl-slide .short-info {
    z-index: 2;
}

.blog.articles-carousel .owl-carousel .owl-slide .short-info .inner {
    color: #fff;
}
.blog.articles-carousel .owl-carousel .owl-slide .short-info .category {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: lato;
    margin-right: 10px;
}
.blog.articles-carousel .owl-carousel .owl-slide .short-info .title {
    color: #fff;
    font-family: "SourceSansPro-ExtraLight";
    font-size: 3.5rem;
    line-height: 1em;
    margin-bottom: 1rem;
}
.blog.articles-carousel .owl-carousel .owl-slide .short-info .description,
.blog.articles-carousel .owl-carousel .owl-slide .short-info .description p {
    font-family: "SourceSansProLight";
    font-size: 1.125rem;
    margin-bottom: 0.6875rem;
    color: #fff;
}
.blog.articles-carousel .owl-carousel .owl-slide .short-info .date {
    font-size: 0.75rem;
    font-family: "SourceSansProLight";
    margin-bottom: 32px;
    letter-spacing: 1px;
}
.blog.articles-carousel .owl-carousel .owl-slide .short-info .more {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 1.125rem 1.688rem;
    font-family: lato;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}
.blog.articles-carousel .owl-carousel .owl-slide .short-info .more:hover {
    border-color: #414042;
    background-color: #414042;
}

/************** SLIDES INFO ***************/

/************** SLIDES NAVIDATION ***************/

.blog.articles-carousel .owl-carousel .owl-controls {
    bottom: 0;
    max-width: 68.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    height: 50px;
    position: relative;
    padding: 0 0.9375rem;
}

.blog.articles-carousel .owl-carousel .owl-pagination {
    float: left;
    margin-right: 14px;
}

.blog.articles-carousel .owl-carousel .owl-pagination .owl-page span {
    height: 17px;
    width: 17px;
    border: 5px solid #fff;
    background: #fff;
    opacity: 1;
}

.blog.articles-carousel .owl-carousel .owl-pagination .owl-page.active span {
    background: #bd9b60;
}

.blog.articles-carousel .owl-carousel .owl-buttons {
    float: left;
}

.blog.articles-carousel .owl-carousel .owl-buttons .owl-prev,
.blog.articles-carousel .owl-carousel .owl-buttons .owl-next {
    height: 15px;
    width: 10px;
    padding: 0;
    background: url("/Assets/CSS/App/Images/white-arrows.png") no-repeat -9px 0px;
    opacity: 1;
    margin-top: 6px;
    margin-bottom: 6px;
}

.blog.articles-carousel .owl-carousel .owl-buttons .owl-next {
    background-position: 0 0;
}

/************** SLIDES NAVIDATION ***************/

/************** FILTER ***************/
.blog.articles-carousel .filter {
    position: absolute;
    top: 95px;
    width: 100%;
    z-index: 1;
}
.blog.articles-carousel .filter h1 {
    color: #fff;
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
}
.blog.articles-carousel .filter .container {
    background: #fff;
    display: inline-block;
}
.blog.articles-carousel .filter .container a {
    display: block;
    font-family: lato;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 1rem 0.5rem;
}
.blog.articles-carousel .filter .container .choosen-category {
    position: relative;
    color: #414042;
}
.blog.articles-carousel .filter .container .choosen-category span {
    height: 10px;
    width: 14px;
    background-position: 0px -10px;
    background-image: url("/Assets/CSS/App/Images/brown-vertical-arrows.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    right: 12px;
    position: absolute;
    top: 17px;
}
.blog.articles-carousel .filter .container .choosen-category.active span {
    background-position: 0 0;
}
.blog.articles-carousel .filter .container .categories-list {
    list-style: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    min-width: 245px;
    padding: 0;
}
.blog.articles-carousel .filter .container .categories-list a {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.blog.articles-carousel .filter .container .categories-list li:first-child {
    padding-top: 0.5625rem;
}
.blog.articles-carousel .filter .container .categories-list li:last-child {
    padding-bottom: 0.5625rem;
}
.blog.articles-carousel .filter .container .categories-list a:hover {
    background: #96734b;
    color: #fff;
}
.blog.articles-carousel .filter .container .categories-list.active {
    max-height: 300px;
    border: 1px solid #fff;
    border-top: 1px solid #96734b;
}
/************** FILTER ***************/

@media screen and (max-width: 1025px) {
    .blog.articles-carousel .owl-carousel .owl-slide {
        padding-top: 200px;
    }
}
.blog.articles-list {
    padding: 5rem 0 5.375rem 0;
    position: relative;
}

.blog.articles-list .read-more {
    color: #fff;
    background: #414042;
    text-align: center;
    text-transform: uppercase;
    padding: 1.313rem 1rem 1.563rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 auto;
    width: 150px;
    position: absolute;
    right: 0;
    left: 0;
    letter-spacing: 1px;
    bottom: 3.25rem;
    display: none;
    border: 1px solid #414042;
    box-shadow: none;
}

.blog.articles-list .read-more:hover {
    color: #414042;
    background: #fff;  
}
.blog.category-details h2 {
    color: #8b653b;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.875rem;
    color: #7f5e3a;
}

.blog.category-details div,
.blog.category-details div p {
    font-size: 1.375rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #565656;
}

.blog.category-details .vetical-line {
    width: 1px;
    margin: 0 auto 0 auto;
    height: 48px;
    background-color: #8b653b;
}
/* Icons */
.icon-area {
    display: block;
    margin-right: 42px;
    float: left;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    font-family: "SourceSansProRegular";
    letter-spacing: 1px;
}

.icon-area:hover {
    text-decoration: underline;
}

.common-icon {
    display: block;
    height: 30px;
    width: 30px;
    background: url(/Assets/CSS/App/Images/menu-icons.png) no-repeat;
}

.page-main.newMenu {
    padding-top: inherit;
}

@media only screen and (min-width: 1024px) {
    .mobile-menu-container {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .page-main.newMenu {
        margin-top: 5.675rem;
    }
}

.menu-language-area .dropdown.languageSelector {
    position: absolute;
    width: 100%;
    display: none;
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 5px 10px;
    border-bottom: 2px solid #cdb187;
    -webkit-box-shadow: 0 2px 5px #333;
    -moz-box-shadow: 0 2px 5px #333;
    box-shadow: 0 2px 5px #333;
    z-index: 1;
}

.menu-language-area .dropdown.languageSelector li a {
    color: #4d4d4d;
}

.menu-language-area .language-selector-section {
    float: left;
}

.menu-language-area .language-selector-section.arrow-container {
    margin-left: 5px;
    height: 30px;
}

.menu-language-area .arrow-container .arrow-item {
    width: 17px;
    height: 11px;
    background: url(/Assets/CSS/App/Images/selectbox-pointer.jpg) no-repeat center center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.menu-language-area .arrow-container .arrow-item.opened {
    background: url(/Assets/CSS/App/Images/selectbox-pointer-open.jpg) no-repeat center center;
}

.menu-language-area .dropdown.languageSelector {
    display: none;
}

.menu-language-area .flag.languageSelector {
    display: block;
    line-height: 30px;
    white-space: nowrap;
}

.menu-phone {
    position: absolute;
    bottom: -20px;
    white-space: nowrap;
    right: 0;
    display: none;
}

.menu-phone.phone-active {
    display: block;
}


/* Menu common */
.menu-row-desktop {
    width: 100%;
    height: 136px;
    position: fixed;
    z-index: 8005;
    display: flex;
    justify-content: space-between;
}

.with-policy-notification .short .menu-row-desktop {
    top: 78px;
}

.menu-right {
    float: right;
}

.menu-buttons-wrapper {
    margin-top: 52px;
    margin-right: 25px;
    float: right;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
}

.menu-left {
    float: left;
}

.menu-center {
    display: flex;
    justify-content: center;
    position: relative;
}

/* Hamburger button */
.hamburger {
    margin-top: 58px;
    margin-left: 58px;
    width: 35px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    transition: 0.2s ease;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #414042 none repeat scroll 0% 0%;
    opacity: 1;
    right: 0;
    text-align: center;
}

.hamburger span:nth-child(1) {
    margin-top: 0;
}

.hamburger span:nth-child(2) {
    margin-top: 8px;
    margin-right: 0;
}

.hamburger span:nth-child(3) {
    margin-top: 16px;
}

.hamburger-button-container .hamburger .hamburger-menu-text {
    margin-top: 26px;
    background: none !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}

.hamburger-button-container.with-label .hamburger .hamburger-menu-text {
    display: block;
}

.hamburger-button-container.with-label .hamburger {
    margin-top: 51px;
}

/* Header links */
.header-links {
    display: inline-block;
    margin-top: 59px;
    margin-left: 103px;
    transition: 0.2s ease;
}

.menu-header-link {
    display: inline-block;
    margin-left: 42px;
}

.menu-header-link a {
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.4s ease;
    font-family: "SourceSansProRegular";
}

.menu-header-link a:hover {
    text-decoration: underline;
}

/* Sticky header */
.menu-row-desktop.menu-sticky {
    height: 80px;
}

.menu-row-desktop.menu-sticky > .menu-left > .header-links {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    margin-top: 31.5px;
}

.menu-row-desktop.menu-sticky .hamburger {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    margin-top: 32px;
}

.menu-row-desktop.menu-sticky .hamburger-button-container.with-label .hamburger {
    margin-top: 21px;
}

.menu-row-desktop.menu-sticky > .menu-right > .menu-buttons-wrapper {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    margin-top: 24px !important;
}

.menu-small-logo {
    display: none;
    align-self: center;
    text-align: center;
}

.menu-row-desktop.menu-sticky > .menu-center > .menu-small-logo {
    display: inline-block;
    align-self: center;
    text-align: center;
}

.menu-row-desktop.menu-sticky > .menu-center > .menu-large-logo {
    display: none;
    align-self: center;
}

/* Menu mobile */
.mobile-menu-container {
    position: fixed;
    width: 100%;
    z-index: 8005;
    border-bottom: 4px solid;
}

.menu-row-mobile {
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.menu-row-mobile .menu-buttons-wrapper {
    margin-right: 5px;
    margin-top: 25px;
}

.menu-row-mobile .icon-area {
    margin-right: 0px;
    margin-left: 12px;
}

.menu-row-mobile .common-icon {
    width: 25px;
    height: 25px;
    background-size: 105px;
}

.menu-left-mobile {
    float: left;
}

.menu-center-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-large-logo {
    align-self: center;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

.menu-large-logo img {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-right-mobile {
    float: right;
}

.menu-row-mobile > .menu-left-mobile,
.menu-row-mobile > .menu-right-mobile {
    display: inline-block;
}

/* Haburger mobile */
.mobile-menu-container .hamburger-button-container {
    margin-top: 33px;
    margin-left: 15px;
}
.mobile-menu-container .hamburger-button-container.with-label {
    margin-top: 27.5px;
}
.mobile-menu-container .hamburger-button-container .hamburger {
    width: 30px;
    height: auto;
    position: absolute;
    cursor: pointer;
    transition: 0.2s ease;
    margin-top: 0;
    margin-left: 0;
}

.mobile-menu-container .hamburger span:nth-child(2) {
    margin-top: 5px;
    margin-right: 0;
}

.mobile-menu-container .hamburger span:nth-child(3) {
    margin-top: 10px;
}

.mobile-menu-container .hamburger-button-container.with-label .hamburger .hamburger-menu-text {
    margin-top: 16px;
    font-size: 10px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .menu-buttons-wrapper.with-language-bar {
        margin-top: 10px;
        display: block;
    }

    .menu-language-area {
        float: none;
    }

    .menu-language-area .language-selector-section.arrow-container {
        display: none;
    }
}

/* Header links mobile */
@media only screen and (max-width: 1023px) {
    .menu-header-link {
        display: flex;
        align-items: center;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 500;
        margin-left: 0;
    }

    .menu-header-link > a {
        color: #FFFFFF;
    }

    .menu-row-desktop {
        display: none;
    }
}

.menu-mobile-header-links {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 40px;
}

.menu-mobile-header-links .menu-header-link  a {
    color: inherit !important;
    border-bottom: none;
}

.site-search-form.search-form-desktop {
    height: 30px;
}

.site-search-form.search-form-desktop > input {
    height: 30px;
    margin: 0;
    border: none;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    width: 250px;
}

.site-search-form.search-form-desktop > input:hover {
    background: transparent;
}

.site-search-form.search-form-desktop > input:focus {
    background: transparent;
    border-bottom: 2px solid #ededed;
}

.site-search-form.search-form-desktop > button {
    height: 30px;
    width: 30px;
    margin: 0;
    top: 0;
    right:0;
    background: transparent url(/Assets/CSS/App/Images/menu-search-icon.png) center top no-repeat;
}

.site-search-form.search-form-desktop > button:active {
    border: none;
    box-shadow: none;
    background: transparent;
}

.site-search-form.search-form-desktop > button {
    height: 30px;
    width: 30px;
    margin: 0;
    top: 0;
    right:0;
    background: transparent url(/Assets/CSS/App/Images/menu-search-icon.png) center top no-repeat;
}

.site-search-form.search-form-desktop > button:hover {
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.site-search-form.search-form-desktop > span {
    line-height: 2.1;
}

/* Resizable font */
@media screen and (max-width:1520px) {
    .header-links {
        margin-top: 57px;
    }

    .menu-header-link a, .icon-area {
        font-size: 12px;        
    }

    .icon-area {
        margin-right: 11px;
    }

    .header-links > .menu-header-link {
        margin-left: 11px;
    }
}

@media screen and (max-width:1100px) {
    .header-links > .menu-header-link > a {
        font-size: 11px;
    }
}

.search-form-mobile {
    height: 30px;
    border-top: 1px solid #EEEEEE;
}

@media screen and (max-width:400px) {
    .menu-mobile-header-links > .menu-header-link > a {
        font-size: 10px;
    }
}

/* HEADER SEARCH MENU */

.header-search-overlay {
    z-index: 8009;
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
}

.header-search-overlay .search-links-list.ui-autocomplete {
  position: relative;
  top: 0!important;
}

.search-block {
    min-height: 148px;
    background-color: #FFF;
    width: 100%;
    border-bottom: 2px solid #CDB187;
    z-index: 8008; 
    position: fixed;
}

.blurred-block {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background: #fff;
    opacity: 0.75;
    z-index: 8007;
}

.header-search-overlay > .search-block > .search-container {
    max-width: 900px;
    width: 50%;
    margin: 40px auto 0 auto;
    position: relative;
    padding-bottom: 10px;
}

.header-search-overlay > .search-block > .search-container > .site-search-form {
    height: 52px;
    border-bottom: 2px solid #EDEDED;
}

.header-search-overlay > .search-block > .search-container > .site-search-form > input {
    left: 55px;
    position: absolute;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 28px;
    width: 83%;
    color: #4D4D4D;
}

.header-search-overlay > .search-block > .search-container > .site-search-form > span {
    display: block;
    font-size: 25px;
    line-height: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 45px;
}

.header-search-overlay > .search-block > .search-container > .site-search-form > input:focus,
.header-search-overlay > .search-block > .search-container > .site-search-form > input:hover {
    background-color: transparent;
}

.header-search-overlay > .search-block > .search-container > .site-search-form > button {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    height: 38px;
    width: 40px;
    background: transparent url(/Assets/CSS/App/Images/search-icon-large.png) top center no-repeat;
}

.header-search-close-desktop {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 0;
    transform: translateY(-50%);
    color: #4D4D4D;
    font-weight: 600;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.header-search-close-desktop > .close-button {
    display: block;
    position: absolute;
    right: 54px;
    top: 49%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.header-search-close-desktop > span {
    letter-spacing: 0.7px;
}

.header-search-close-desktop > .close-button:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 0;
    border-top: 2px solid #4D4D4D;
    transform: rotate(45deg);
    transform-origin: center;
}

.header-search-close-desktop > .close-button::after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 0;
    border-top: 2px solid #4D4D4D;
    transform: rotate(-45deg);
    transform-origin: center;
}

.search-links-list {
  list-style: none;
  margin: 0;
}

.search-links-list .search-link {
    font-weight: 400;
    font-family: 'SourceSansProLight';
    letter-spacing: 0.75px;
    margin-top: 10px;
    font-size: 14px;
    color: #4D4D4D;
    margin: 0;
    padding: 3px 1em 3px .4em;
}

.search-links-list .search-link .fa {
    margin-right: 10px;
    font-size: 12px;
    vertical-align: middle;
}

.search-links-list .search-link .fa-external-link {
    margin-left: 10px;
    color: #ccc;
}

.search-links-list.ui-autocomplete {
    border: 0;
    left: 0!important;
    width: 100%!important;
}

.search-links-list.ui-autocomplete .ui-state-focus {
    border: 0;
    background: none;
}

.overlay-right .search-container .ui-autocomplete {
    top: 100%!important;
    width: 95%!important;
}

.overlay-right .search-container .ui-autocomplete,
.overlay-right .quick-links {
     -webkit-box-shadow: 0px 2px 4px 0px #ccc;
    -moz-box-shadow: 0px 2px 4px 0px #ccc;
    box-shadow: 0px 2px 4px 0px #ccc;
    background: #fff;
}

.overlay-right .quick-links {
  margin-top: 2px;
}

.quick-links {
  display: none;
}

.quick-links .spot-title {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
  color: #000;
}

@media only screen and (min-width: 1025px) {
    .page-main.newMenu {
        padding-top: 8.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .header-search-overlay > .search-block > .search-container {
        width: 98%;
        max-width: 1024px;
        margin-top: 18px;
    }

    .search-block {
        min-height: 80px;
    }

    ul.search-links-list.ui-autocomplete {
        margin-left: 0px !important;
        max-width: unset;
    }

    .header-search-overlay > .search-block > .search-container > .site-search-form > button {
        background-size: 24px 22px;
        height: 24px;
        width: 22px;
    }

    .header-search-overlay > .search-block > .search-container > .site-search-form > span {
        font-size: 18px;
    }

    .header-search-close-desktop { 
        font-size: 8px;
        top: 10px;
        padding-left: 20px;
    }

    .header-search-close-desktop > .close-button {
        top: 48%;
        left: 0;
    }
    
    .header-search-close-desktop > .close-button:before {
        width: 12px;
    }

    .header-search-close-desktop > .close-button::after {
        width: 12px;
    }

    .header-search-overlay > .search-block > .search-container > .site-search-form {
        height: 32px;
    }

    .header-search-overlay > .search-block > .search-container > .site-search-form > input {
        left: 34px;
        height: 21px;
        font-size: 19px;
        letter-spacing: 0.7px;
        width: 86%;
    }

    .header-search-close-desktop > .close-button:before {
        border-top: 1px solid #4D4D4D;
    }

    .header-search-close-desktop > .close-button:after {
        border-top: 1px solid #4D4D4D;
    }

    .search-links-list .search-link {
        font-weight: 600;
        letter-spacing: 0.75px;
        font-size: 12px;
        color: #4D4D4D;
    }
}

@media only screen and (max-width: 470px) {
    .header-search-overlay > .search-block > .search-container > .site-search-form > input {
        max-width: 250px;
    }
}
.general-enquiry-form,
.full-form {
  color: #414042;
  font-family: "SourceSansProLight";
}

.full-form {
  margin: 1.125rem 0 5.375rem 0;
  background: #efefef;
  padding: 1.75rem 6rem 2.75rem 6rem;
  position: relative;
  margin-bottom: 35px;
}

.full-form .columns {
  clear: none;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin: 0;
}

.full-form .with-legend legend {
  width: auto;
  clip: auto;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 0.6rem;
  line-height: 2.3125rem;
  height: 2.3125rem;
}

.full-form.size-700 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.full-form .introduction {
  text-align: center;
  font-size: 0.85rem;
}

.full-form .list-group {
  margin: 0;
}

.full-form .form-group .help-block {
  font-style: normal;
  font-size: 12px;
  padding: 5px 5px 15px;
  color: #333333;
  line-height: 1.2;
}

.full-form .form-group .control-label {
  width: 100%;
  line-height: 1.5em;
  text-transform: uppercase;
}

.full-form .form-group.checkbox-list .control-label {
  text-transform: inherit;
  font-size: 1rem;
  vertical-align: top;
}

.full-form .form-group.checkbox-list .checkbox {
  margin-top: 0;
}

.full-form .form-group .radio {
  padding-top: 0;
  margin-bottom: 10px;
}

.full-form .form-group .radio tr {
  display: inline-block;
  margin-right: 10px;
}

.full-form .form-group .radio tr input {
  margin-bottom: 0;
}

.full-form .form-group .form-control {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}

.full-form .required-field .control-label:before,
.full-form .required-field .checkbox:after {
  display: none;
}

.full-form .form-group.required-field .control-label:after {
  content: "*";
  color: #c22026;
  margin-left: 5px;
}

.full-form .form-group.inline-field .control-label {
  width: 33.3%;
  display: inline-block;
}

.full-form .form-group.time-field .form-control {
  width: 49%;
}

.full-form .form-group.time-field .form-control ~ .form-control {
  float: right;
}

.full-form .form-group.secondary-time-field {
  display: none;
}

.full-form .as-directed-triger-section .row {
  display: none;
}

.form-group.field-tooltip .help-block {
  display: none !important;
}

.tooltipster-forms .tooltipster-box {
  border-radius: 5px;
  overflow: hidden;
}

.tooltipster-forms.tooltipster-top .tooltipster-arrow {
  bottom: -2px;
  height: 12px;
}
.full-form .chosen-container-multi .chosen-choices,
.main-form .chosen-container-multi .chosen-choices {
  border-color: #ccc;
  background-image: none;
  min-height: 2.3125rem;
  font-size: 0.875rem;
  padding: 0.5rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.full-form
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.main-form
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  color: #000;
  height: auto;
}

.full-form .chosen-container-multi .chosen-choices li.search-choice,
.main-form .chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  border-radius: unset;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}

.full-form
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close,
.main-form
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  border: none;
}

.full-form .chosen-container .chosen-results li.highlighted,
.main-form .chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #666;
}

.dynamic-label .control-label {
  visibility: hidden;
}

.full-form .trig-share-avoya,
.full-form .share-avoya {
  display: none;
}

.g-recaptcha {
  display: inline-block;
}

.captcha-field.no-label .control-label {
  display: none;
}

.captcha-field.no-label .g-recaptcha {
  margin-top: 10px;
}

/* WFFM Theming */

input[type="text"].form-control,
select.form-control,
input[type="email"].form-control,
textarea.form-control,
input[type="number"].form-control,
.custom-control {
  padding: 0.5rem 1rem !important;
  background-color: #fcfcfc !important;
  border: 1px solid #9d9d9d;
  box-shadow: none !important;
  color: #414042;
  font-size: 1.125rem;
  font-family: "SourceSansProLight";
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  transition: none !important;
  margin-bottom: 10px !important;
  height: 3.125rem !important;
  letter-spacing: 0.3px !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-group .checkbox .jq-checkbox {
  width: 20px;
  height: 20px;
  box-shadow: none;
  background: #fff;
  border-radius: 0;
  box-sizing: content-box;
}

.form-group .checkbox .jq-checkbox.checked .jq-checkbox__div {
  border-radius: 0;
  background: url("/Assets/CSS/App/Images/checkbox.png") center center no-repeat;
  box-shadow: none;
  width: 20px;
  height: 20px;
  margin: 0;
}

.form-group .checkbox label {
  display: inline;
}

.newsletter-connect-container {
  font-family: "SourceSansProLight";
}

.newsletter-connect-container input[type="text"],
.newsletter-connect-container select,
.newsletter-connect-container textarea {
  background-color: #fff !important;
  margin-bottom: 20px !important;
}

textarea.form-control {
  height: auto !important;
}

textarea.custom-control {
  height: 9.25rem !important;
}

input[type="text"].form-control::placeholder,
select.form-control::placeholder,
input[type="email"].form-control::placeholder,
textarea.form-control::placeholder,
input[type="number"].form-control::placeholder,
.custom-control::placeholder {
  color: #333333;
  opacity: 1; /* Firefox */
}

.form-container {
  background-color: #efefef;
  padding: 1.75rem 6rem 2.75rem 6rem;
}

.general-enquiry-form .form-submit-border .btn,
.full-form .form-submit-border .btn {
  font-size: 1.125rem !important;
  font-family: "SourceSansProLight";
  text-align: center;
  letter-spacing: 1px;
}

label.control-label {
  display: none !important;
}

label.control-label.checkbox-label {
  display: block !important;
}

.checkbox-label {
  color: #414042;
  font-size: 1.125rem;
}

.radio-label-visible > label {
  display: block !important;
}

.form-row {
  width: 100%;
}

.form-left-column {
  padding: 0 10px 0 0 !important;
}

.form-right-column {
  padding: 0 0 0 10px !important;
}

.general-enquiry-form .page-header,
.full-form .page-header,
.form-container .page-header {
  margin-bottom: 30px;
}

.button-custom {
  margin-top: 30px;
  border-top: 1px solid #c19965;
  text-align: center;
}

.button-custom > button {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.675rem !important;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 18px 0 18px 0 !important;
  width: 400px !important;
  font-family: Lato;
  color: #333333;
  background-color: rgb(196, 155, 103) !important;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.general-enquiry-form .page-header > *,
.full-form .page-header > *,
.form-container .page-header > * {
  text-align: center;
  font-size: 1.625rem;
  font-family: "SourceSansProLight";
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.newsletter-signup input {
  background: #e4e4e4;
  margin: 0 0 0.3125rem;
  padding: 1rem;
  background-color: #fcfcfc;
  border: 1px solid #9d9d9d;
  font-family: "SourceSansProLight";
  color: #2f2f2f;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  transition: none;
  margin-bottom: 10px;
  height: 3.125rem;
  letter-spacing: 0.3px;
}

.newsletter-signup select {
  background-color: #e4e4e4;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  font-size: 1.125rem;
  color: #414042;
  font-family: inherit;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.newsletter-signup .button {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 2.1875rem;
  margin: 0 auto;
  display: block;
  min-height: 50px;
}

.newsletter-signup input:hover,
.newsletter-signup input:focus,
.newsletter-signup input:active,
.newsletter-signup select:hover,
.newsletter-signup select:focus,
.newsletter-signup select:active {
  border: 2px solid #c22026;
}

.newsletter-signup .form-submit-border .btn {
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 21px -10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 10px 21px -10px rgba(0, 0, 0, 0);
  box-shadow: 0 10px 21px -10px rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 0 0.3125rem;
  line-height: 2.32rem;
  margin: 0 auto;
  display: block;
  border: 1px solid #876729;
}

.newsletter-signup .form-submit-border .btn:hover {
  border: inherit;
  -webkit-box-shadow: 0 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
  -moz-box-shadow: 0 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
  box-shadow: 0 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
}

#newsletter_popup_signup .newsletter-signup button {
  margin-top: 20px;
}

.newsletter-signup button:hover,
.newsletter-signup button:focus {
  text-decoration: none;
}

#newsletter_popup_signup {
  display: none;
}

#newsletter_popup_signup button {
  padding: 0 10px;
}

#newsletter_popup_signup .form-group .checkbox label {
  display: inline;
}

#newsletter_popup_signup .form-group .checkbox label {
  display: inline;
}

#newsletter_popup_signup .required-field .control-label:after,
#newsletter_popup_signup .required-field .checkbox:after,
.form-group.required-field .checkbox:after {
  content: "*";
  color: #c22026;
  font-weight: normal;
  font-size: 14px;
  vertical-align: bottom;
}

.newsletter-popup-heading {
  border-bottom: solid 1px #ccc;
}

.newsletter-popup-privacy {
  margin-top: 20px;
}

.newsletter-signup-short.newsletter-signup {
  position: relative;
}

.newsletter-signup-short.newsletter-signup .control-label {
  display: none;
}

.newsletter-signup-short.newsletter-signup .form-group {
  padding-right: 0.3125rem;
  padding-left: 0;
  clear: none;
}

.newsletter-signup-short.newsletter-signup .form-group,
.newsletter-signup-short.newsletter-signup .form-submit-border {
  float: left;
  width: 100%;
}

.newsletter-signup-short.newsletter-signup .large-2 {
  width: 50%;
}

.newsletter-signup-short.newsletter-signup .form-submit-border {
  padding-right: 0.3125rem;
  text-align: center;
  border: 0;
}

.newsletter-signup-short.newsletter-signup .form-submit-border .btn {
  width: 100%;
}

.newsletter-signup-short.newsletter-signup .list-group {
  margin-bottom: 0;
}

.newsletter-signup-short.newsletter-signup input[type="text"],
.newsletter-signup-short.newsletter-signup select,
.newsletter-signup-short.newsletter-signup textarea {
  font-size: 0.875rem;
}

.newsletter-signup-short.newsletter-signup .form-submit-border .btn {
  min-height: 50px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #876729;
}

.newsletter-signup-short input.form-control {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.newsletter-signup-short select.form-control {
  padding-left: 0.5rem !important;
}

.full-sized-form {
  max-width: 100%;
  background-color: #efefef;
  margin-bottom: 35px;
}

.full-sized-form > form {
  max-width: 68.75rem;
  margin: 0 auto;
}

.form-container .form-inner {
  height: 3.125rem;
  margin-bottom: 10px;
}

.label-title {
  height: 3.125rem !important;
  margin-bottom: 10px !important;
  text-align: center;
}

.required-field.has-error .form-control,
.required-field.has-error .jq-checkbox {
  border: 2px solid #c22026 !important;
}

.newsletter-connect-container {
  background-color: #ffffff;
}

.newsletter-connect-container fieldset {
  border: none;
}

.newsletter-connect-container fieldset legend {
  display: none;
}

.newsletter-connect-container .form-left-column {
  padding-left: 60px !important;
}

.newsletter-connect-container .form-right-column {
  padding-right: 60px !important;
}

.newsletter-connect-container .page-header {
  padding: 25px 0 20px 0;
  text-align: center;
  z-index: 1;
  position: relative;
  border: none;
}

.newsletter-connect-container input[type="checkbox"] {
  height: auto;
}

.newsletter-connect-container .checkbox {
  padding: 0 60px;
}

.newsletter-connect-container .newsletter-footer {
  padding: 20px 60px;
  text-align: center;
  background-color: #f2f2f2;
  margin-top: 20px;
  font-family: SourceSansProRegular;
  line-height: 1.4rem;
  font-size: 1.125rem;
  color: #414042;
}

.newsletter-connect-container input[type="submit"] {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 60px;
  margin-bottom: 0 !important;
  border: none;
  text-align: center;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.newsletter-connect-container .page-header span {
  font-size: 1.625rem;
  color: #414042;
  font-weight: 400;
  background-color: #ffffff;
  letter-spacing: 1px;
  padding: 0 15px 15px 15px;
  font-family: "SourceSansProLight";
}

.newsletter-connect-container .page-header::before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 85%;
}

.newsletter-popup-subheading {
  margin-bottom: 0;
  font-size: 1.125rem;
  padding: 0 60px;
  font-weight: bold;
}

.wffm-fancybox .fancybox-inner {
  height: auto !important;
}

.bootbox .btn-primary,
.bootbox .btn-primary {
  color: #2f2f2f;
}

.bootbox .btn-primary:focus,
.bootbox .btn-primary:focus {
  outline: 0;
}

.bootbox {
  background: #fff;
  color: #c2986b;
  text-align: center;
}

.bootbox .modal-dialog {
  padding: 30px 100px;
  position: relative;
}

.bootbox button {
  margin: 0;
}

.modal-body {
  padding: 20px 0;
}

.bootbox h3 {
  color: #8b653b;
}
.bootbox .close-reveal {
  background: url("/Assets/CSS/App/Images/fancybox-close.png");
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8040;
  color: #c2986b;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  input[type="text"].form-control,
  select.form-control,
  input[type="email"].form-control,
  textarea.form-control,
  input[type="number"].form-control,
  .custom-control {
    font-size: 16px !important;
    padding: 0.5rem 1rem !important;
  }

  .general-enquiry-form {
    padding: 2rem;
  }

  .full-form,
  .form-container {
    padding: 2rem;
  }

  .newsletter-popup-subheading {
    font-size: 0.725rem;
    text-align: center;
  }

  .newsletter-connect-container .page-header::before {
    display: none;
  }
}

select.form-control,
select.custom-control {
  background: url("/Assets/CSS/App/Images/dropdown-arrow.png") 5px 5px no-repeat;
  background-position: right;
  -moz-appearance: none;
  padding-right: 35px !important;
}

.main-form .checkbox span {
  font-weight: bold;
  font-size: 1rem;
}

/** CALENDAR CUSTOMIZATION ***/
.datepicker.wffm-calendar {
  border-radius: 0;
  padding: 0;
  background-size: 290px;
  z-index: 8005 !important;
}

.datepicker.wffm-calendar table {
  border-collapse: collapse;
}

.datepicker.wffm-calendar td,
.datepicker.wffm-calendar th {
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 11px;
}

.datepicker.wffm-calendar th.date-switch {
  font-size: 18px;
  font-weight: 400;
}

.datepicker.wffm-calendar .prev .fa:before,
.datepicker.wffm-calendar .next .fa:before {
  font-weight: 100;
  font-size: 10px;
  color: #ccc;
}

.datepicker.wffm-calendar td.day.disabled {
  color: initial;
}

.datepicker.wffm-calendar td.day.old,
.datepicker.wffm-calendar td.day.new {
  color: #ccc;
}

.datepicker.wffm-calendar th.dow {
  background-color: #f2f2f2;
  color: #848484;
  border: #b3b3b3 1px solid;
  border-width: 1px 0;
}

.datepicker.wffm-calendar .prev:after,
.datepicker.wffm-calendar .next:after {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .newsletter-signup-short.newsletter-signup .large-5 {
    width: 19%;
  }

  .newsletter-signup-short.newsletter-signup .form-submit-border,
  .newsletter-signup-short.newsletter-signup .large-2 {
    width: 18%;
  }

  .newsletter-signup-short.newsletter-signup .large-3 {
    width: 26%;
  }

  .company-info-container,
  .site-region-switch-wrapper {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .form-left-column,
  .form-right-column {
    padding: 0 !important;
  }

  .newsletter-connect-container .form-left-column,
  .newsletter-connect-container .form-right-column {
    padding: 0 60px !important;
    margin: 0;
  }

  .general-enquiry-form .form-submit-border .btn,
  .full-form .form-submit-border .btn,
  .button-custom > button {
    width: 100% !important;
  }

  form input,
  form select,
  form textarea {
    font-size: 13px !important;
    padding: 0.875rem !important;
  }
}

@media only screen and (max-width: 386px) {
    fieldset.form-row {
        min-inline-size: auto !important;
    }

    .captcha-field {
        transform: scale(0.79);
    }

    .g-recaptcha {
        margin: 0 !important;
        display: flex;
        justify-content: center;
    }
}

.book-a-table {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
}

.book-a-table a {
    border-bottom: 0;
}

.book-a-table .controls-list {
    display: inline-block;
    width: 76.5%;
    height: 100%;
    outline: 0;
}

.book-a-table .booking-area {
    font-size: 0;
    width: 820px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
}

/*****************************************/
/*************** DMN START ***************/
/*****************************************/


/***************** RESET *****************/
.book-a-table .dmn-form {
    width: auto;
    border: 0;
    padding: 0;
    height: 100%;
}

.book-a-table .dmn-form h1 {
    display: none;
}

.book-a-table .dmn-form label {
    display: none;
}

.book-a-table .dmn-form select,
.book-a-table .dmn-form input[type="text"],
.book-a-table .dmn-form select[disabled],
.book-a-table .dmn-form button.btn.submit {
    margin: 0;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0;
}

.book-a-table .dmn-form select,
.book-a-table .dmn-form select:focus {
    font-size: 16px;
}

.book-a-table .dmn-form .powered-by {
    display: none
}

.book-a-table .dmn-form .main-inputs {
    display: flex;
    height: 100%;
}

.book-a-table .dmn-form .main-inputs > div,
.book-a-table .dmn-form .main-inputs .btn.submit {
    width: auto;
    border: 0;
    border-radius: 0;
}

.book-a-table .dmn-form,
.book-a-table .jq-selectbox__select,
.book-a-table .dmn-form .btn.submit,
.book-a-table .dmn-form input[type="text"] {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

/******* COMMON *****/

.book-a-table .ghost-submit,
.book-a-table .dmn-form .btn.submit {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    text-shadow: none;
    text-align: center;
}

.book-a-table .ghost-submit:hover,
.book-a-table .dmn-form .btn.submit:hover {
    -webkit-box-shadow: 0px 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
    -moz-box-shadow: 0px 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
    box-shadow: 0px 2px 3.92px -0.08px rgba(47, 47, 47, 0.39);
}


.book-a-table .dmn-form .main-inputs .fa {
    position: absolute;
    right: 1.125rem;
    font-size: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.book-a-table .dmn-form .main-inputs .dmn-type-container {
    width: 21%;
    flex-shrink: 0;
}

.book-a-table .dmn-form .main-inputs .dmn-num-people-container {
    width: 13%;
    flex-shrink: 0;
}

.book-a-table .dmn-form .main-inputs .dmn-date-container {
    width: 18%;
    flex-shrink: 0;
    position: relative;
}

.book-a-table .dmn-form .main-inputs .dmn-time-container {
    width: 10%;
    flex-shrink: 0;
}

.book-a-table .dmn-form .main-inputs .dmn-duration-container {
    width: 20%;
    flex-shrink: 0;
}

.book-a-table .dmn-form .main-inputs .btn.submit {
    width: 18%;
    flex-shrink: 0;   
}

.book-a-table .popup-header,
.book-a-table .ghost-submit {
    display: none;
}

.dmn-modal-open .partner-form-modal {
    z-index: 8007;
}

.dmn-modal-open .modal-backdrop {
    z-index: 8006;
}

    /****** DROPDOWN ******/
.book-a-table .jq-selectbox {
    height: 100%;
    width: 100%;
    padding-right: 1rem;
}

.book-a-table .jq-selectbox__select {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    height: 100%;
    padding-left: 0;
    padding-right: 15px;
}

.book-a-table .jq-selectbox.disabled .jq-selectbox__select {
    background: transparent;
}

.book-a-table .jq-selectbox.focused .jq-selectbox__select {
    border: 0;
}

.book-a-table .jq-selectbox__trigger {
    border: 0;
    width: 15px;
}

.book-a-table .jq-selectbox__select-text,
.book-a-table .jq-selectbox__trigger-arrow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.book-a-table .jq-selectbox__trigger-arrow {
    right: 0;
    font: normal normal normal 14px/1 FontAwesome;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 24px;
    height: auto;
    width: auto;
}

    .book-a-table .jq-selectbox__trigger-arrow:before {
        content: "\f107";
    }

.book-a-table .opened .jq-selectbox__trigger-arrow:before {
    content: "\f106";
}

.book-a-table .jq-selectbox__dropdown {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    padding: 0 3px;
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.9);
}

.book-a-table .jq-selectbox__select-text {
    text-shadow: none;
    position: absolute;
}

.book-a-table .jq-selectbox li {
    border-width: 1px 0;
    border-style: solid;
    border-color: transparent;
    font-size: 1.05rem;
    padding: 7px 15px;
    position: relative;
}

.book-a-table .jq-selectbox .selected,
.book-a-table .jq-selectbox li:hover {
    background: none;
    color: #000;
}

    .book-a-table .jq-selectbox .selected:after,
    .book-a-table .jq-selectbox li:hover:after {
        content: "\f05d";
        font: normal normal normal 26px/1 FontAwesome;
        position: absolute;
        right: 5px;
    }

/*********** DATEPICKER ************/

.book-a-table .dmn-form .datepicker.popover {
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    background-color: rgba(255,255,255,.9);
    border-radius: unset;
    padding: 8px;
    z-index: 1000!important;
    border-radius: 0;
    margin-top: 0;
}
    
.book-a-table .dmn-form .main-inputs .dmn-date-container input {
    width: 100%;
}

.book-a-table .dmn-form label,
.book-a-table .dmn-form input,
.book-a-table .dmn-form button,
.book-a-table .dmn-form select,
.book-a-table .dmn-form textarea {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.book-a-table .dmn-form .datepicker .arrow {
    display: none;
}

.book-a-table .dmn-form .datepicker td, 
.book-a-table .dmn-form .datepicker th,
.book-a-table .dmn-form .datepicker.popover .btn.date,
.book-a-table .dmn-form .datepicker table tr td span,
.book-a-table .dmn-form .datepicker.popover .btn {
    background-color: transparent; 
    height: auto;
    width: auto;
    line-height: initial;
    padding: 0;
    margin: 0;
}

.book-a-table .dmn-form .datepicker table tr td span {
    display: inline;
}

.book-a-table .dmn-form .datepicker th {
    color: #000;
}

.book-a-table .dmn-form .datepicker.popover th.month {
    font-size: 1rem;
    text-transform: capitalize;
}

.book-a-table .dmn-form .datepicker.popover th.month strong {
    display: block;
    padding: 5px 0 16px 0;
}

.book-a-table .dmn-form .datepicker.popover th.weekday{
    text-transform: uppercase;
    font-size: .75rem;
}

.book-a-table .dmn-form .datepicker.popover .btn.pull-left,
.book-a-table .dmn-form .datepicker.popover .btn.pull-right {
    color: #000;
    padding-bottom: 5px;
}

.book-a-table .dmn-form .datepicker.popover .btn.pull-left {
    padding-left: 12px;
}

.book-a-table .dmn-form .datepicker.popover .btn.pull-right {
    padding-right: 12px;
}

.book-a-table .dmn-form .datepicker.popover .btn.date {
    color: #000;
}

.book-a-table .dmn-form .datepicker.popover .btn.date[disabled] {
    color: rgba(0,0,0,.3);
}

.book-a-table .dmn-form .datepicker.popover .btn.date.highlight {
    background: transparent;
}
    
.book-a-table .dmn-form .datepicker table tr td .btn span {
    height: 34px;
    width: 34px;
    line-height: 32px;
    border: 2px solid transparent;
    border-radius: 40px;
    margin: 0 1px;
}

.book-a-table .dmn-form .datepicker.popover .btn[disabled]>span {
    opacity: 1;
}

.book-a-table .dmn-form table[datepicker] th button svg {
    height: 16px;
    width: 16px;
}

/*****************************************/
/*****************DMN END ****************/
/*****************************************/


.book-a-table .opening-hours {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.book-a-table .opening-hours .days-link {
    right: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    color: #fff;
    font-size: 0.7rem;
}

.book-a-table .opening-hours .days-link:hover {
    text-decoration: underline;
}

.book-a-table .opening-hours .days-link .fa {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 5px;
}

.book-a-table .opening-hours .days-list {
    list-style: none;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    color: #000;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    margin: 0;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    padding: 0.5rem 1.5rem;
    display: none;
}

.book-a-table .opening-hours .days-list li {
    position: relative;
    padding-left: 15px;
    color: rgba(0,0,0,0.7);
}

.book-a-table .opening-hours .days-list li.active {
    color: rgba(0,0,0,1);
}

.book-a-table .opening-hours .days-list li.active:before {
    content: " ";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-top: 2px;
}

.book-a-table .opening-hours .days-list .week-day {
    display: inline-block;
    min-width: 100px;
}

.book-a-table .opening-hours .days-list .week-time {
}

.sticky-widget .book-a-table {
    right: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
}


@media screen and (max-width: 1080px) {
    .book-a-table .opening-hours .days-link {
        white-space: unset;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .book-a-table .booking-area {
        display: block!important;
    }

    .ghost-submit.cta-btn {
        display: none!important;
    }
}

@media screen and (max-width: 1023px) {

    .book-a-table {
        position: fixed;
        z-index: 2;
        max-width: 100%;
        max-height: 96%;
        bottom: 0;
        overflow-y: auto;
        top: auto !important;
        transform: translateX(-50%);
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    }

    .sticky-widget {
        height: 0 !important;
    }

    .sticky-widget .book-a-table {
        left: 50%;
        right: auto;
    }
    
    .book-a-table .booking-area {
        height: auto;
        display: none;
    }

    .book-a-table .popup-header {
        display: block;
        text-align: right;
        border-bottom: 1px solid #ccc;
        padding: 20px 30px;
    }

    .book-a-table .ghost-submit {
        display: block;
        width: 820px;
        max-width: 100%;
    }

    .book-a-table .popup-header .close-popup {
        font-size: 2rem;
        color: #000;
    }
    .book-a-table .popup-header .close-icon {
        margin-left: 10px;
        vertical-align: middle;
        font-size: 40px;
    }

    .book-a-table .opening-hours {
        display: none;
    }

    .book-a-table .dmn-form .main-inputs {
        display: block;
        width: 100%;
    }

    .book-a-table .dmn-form .main-inputs .dmn-type-container,
    .book-a-table .dmn-form .main-inputs .dmn-num-people-container,
    .book-a-table .dmn-form .main-inputs .dmn-time-container,
    .book-a-table .dmn-form .main-inputs .dmn-duration-container {
        width: 49.5%;
        display: inline-block;
    }

    .book-a-table .dmn-form .main-inputs .dmn-date-container,
    .book-a-table .dmn-form .main-inputs .btn.submit {
        width: 100%;
        display: inline-block;
    }

    .book-a-table .booking-area .dmn-form .dmn-type-container .jq-selectbox ,
    .book-a-table .booking-area .dmn-form .dmn-time-container .jq-selectbox {
        border-right: 1px solid #000;
    }

    .book-a-table .jq-selectbox {
        height: 130px;
        margin: 10px 0;
    }

    .book-a-table .jq-selectbox__select-text {
        color: #000;
        font-size: 2.2rem;
        padding-left: 1.125rem;
    }

    .book-a-table .jq-selectbox__trigger {
        width: 28px;
    }

    .book-a-table .jq-selectbox__trigger-arrow {
        font-size: 42px;
    }

    .book-a-table .booking-area .dmn-form input, 
    .book-a-table .booking-area .dmn-form .jq-selectbox__select {
        color: #000;
    }

    .book-a-table .jq-selectbox li {
        font-size: 2rem;
    }

    .book-a-table .jq-selectbox .selected:after,
    .book-a-table .jq-selectbox li:hover:after {
        font-size: 42px;
    }

    .book-a-table  .booking-area .dmn-form .main-inputs .dmn-date-container {
        z-index: 1;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .book-a-table .dmn-form .dmn-date-container input {
        display: none;
    }

    .book-a-table .dmn-form .dmn-date-container .datepicker.popover table {
        margin-right: auto;
        margin-left: auto;
    }

    .book-a-table .dmn-form .datepicker.popover {
        width: 100%;
        display: block!important;
        top: 0!important;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .book-a-table .dmn-form .datepicker td .btn {
        font-size: 1.6rem;
    }

    .book-a-table .dmn-form .datepicker table tr td .btn span {
        height: 67px;
        width: 67px;
        line-height: 61px;
        border-width: 3px;
        margin: 4px;
    }

    .book-a-table .dmn-form .datepicker.popover th.month strong {
        font-size: 2.2rem;
        font-weight: 500;
        padding: 20px 0 40px 0;
    }

    .book-a-table .dmn-form table[datepicker] th button svg {
        height: 26px;
        width: 26px;
    }

    .book-a-table .dmn-form .datepicker.popover th.weekday {
        font-size: 1.6rem;
        padding-bottom: 25px;
    }

    .book-a-table .ghost-submit,
    .book-a-table .dmn-form .main-inputs .btn.submit {
        font-size: 2rem;
        padding: 3rem 0;
    }
}

@media screen and (max-width: 570px) {
    .book-a-table .popup-header .close-icon {
        font-size: 20px;
    }

    .book-a-table .jq-selectbox__trigger-arrow {
        font-size: 24px;
    }

    .book-a-table .jq-selectbox {
        height: 30px;
    }

    .book-a-table .jq-selectbox .selected:after,
    .book-a-table .jq-selectbox li:hover:after {
        font-size: 22px;
    }

    .book-a-table .dmn-form .datepicker table tr td .btn span {
        height: 34px;
        width: 34px;
        line-height: 28px;
        border-width: 2px;
    }

    .book-a-table .dmn-form table[datepicker] th button svg {
        height: 16px;
        width: 16px;
    }

    .datepicker td, 
    .datepicker th,
    .book-a-table .popup-header .close-popup,
    .book-a-table .jq-selectbox li,
    .book-a-table .jq-selectbox__select-text,
    .book-a-table .dmn-form .datepicker.popover th.month strong,
    .book-a-table .dmn-form .datepicker.popover th.weekday,
    .book-a-table .dmn-form .datepicker td .btn      {
        font-size: 1rem;
    }

    .book-a-table .ghost-submit,
    .book-a-table .dmn-form .main-inputs .btn.submit {
        font-size: 1.5rem;
        padding: 2rem 0;
    }
}
.xigera-footer {
	margin-top: 75px;
}

.xigera-footer .footer-logo {
	text-align: center;
}

.xigera-country-links {
	list-style: none;
	text-align: center;
	margin: 0;
	padding-bottom: 1.175rem;
}

.xigera-country-links > li {
	display: inline-block;
	padding: 0.475rem 0;
}

.xigera-country-links > li > a {
	color: #9d8e67;
	padding: 0 0.475rem;
	border-right: 1px solid #9d8e67;
}

.xigera-country-links > li:last-of-type > a {
	border-right: none;
}

.xigera-navigation-links {
	list-style: none;
	text-align: center;
	margin: 0;
	background-color: #9d8e67;
}

.xigera-navigation-links > li {
	display: inline-block;
	padding: 0.475rem 0;
}

.xigera-navigation-links > li > a {
	color: #FFFFFF;
	padding: 0 0.475rem;
	border-right: 1px solid #FFFFFF;
}

.xigera-navigation-links > li:last-of-type > a {
	border-right: none;
}

.footer-copyright {
	text-align: center;
	padding: 0.475rem 0;
}

.footer-copyright p {
	font-size: 0.725rem;
	letter-spacing: 2px;
	color: #9d8e67;
}

.offer-container .medium-4 .owl-item img {
	height: 326px;
	width: 326px;
}

.xigera-footer .footer-logo img {
	max-width: 182px;
}

.xigera-footer-image {
	width: 30%;
	float: right;
	bottom: 94px;
	position: absolute;
	right: 0;
}

.xigera-footer .social-links {
    text-align: center;
}

.xigera-footer .social-links ul {
    margin: 0 0 10px 0;
}

.xigera-footer .social-links ul li {
    display: inline;
}

.xigera-footer .social-links ul li a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    margin: 0 5px;
}

.xigera-footer .social-links ul li i {
    display: inline;
}

.xigera-footer .social-links p {
    font-weight: 400;
}

@media only screen and (max-width: 640px) {
	.xigera-navigation-links {
		display: block;
		margin: 0;
		list-style-type: none;
		list-style-position: inside;
		text-align: center;
		padding: 0 10px;
	}

	.xigera-navigation-links > li {
		margin: 0;
		border-bottom: 1px solid #FFFFFF;
		display: list-item;
		padding: 0.3125rem;
	}

	.xigera-navigation-links > li > a {
		border-right: none;
		font-size: 0.875rem;
	}

	.xigera-country-links > li > a {
		font-size: 0.875rem;
	}

	.xigera-navigation-links > li:last-of-type {
		border-bottom: none;
	}

	.xigera-footer-image {
		display: none;
	}
} 
.page-decoration {

}

.page-decoration.inline {
    position: relative;
}

.page-decoration.background {
    position: absolute;
}

.page-decoration.combined {
    position: relative;
    height: 0;
}

.page-decoration.combined img {
    position: absolute;
    left: 0;
    right: 0;
}

.page-decoration.fullscreen {
    width: 100%;
}

.page-decoration.fullscreen img {
    width: 100%;
}

.page-decoration.center {
    width: 100%;
    text-align: center;
}

.hide-for-desktop {
    display: none;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    
    .hide-for-desktop {
        display: block;
    }

    .hide-for-mobile {
        display: block;
    }

    .hide-for-tablet {
        display: none;
    }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .hide-for-desktop {
      display: block;
  }

  .hide-for-mobile {
      display: block;
  }

  .hide-for-tablet {
      display: none;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .hide-for-desktop {
        display: block;
    }
    
    .hide-for-tablet {
        display: block;
    }
    
    .hide-for-mobile {
        display: none;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .hide-for-desktop {
        display: block;
    }
    
    .hide-for-tablet {
        display: block;
    }
    
    .hide-for-mobile {
        display: none;
    }  
}
