@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('../eot/futurastd-book.eot');
    src: url('../eot/futurastd-bookd41d.eot#iefix') format('embedded-opentype'), url('../woff/futurastd-book.woff') format('woff'), url('../ttf/futurastd-book.ttf') format('truetype'), url('../svg/futurastd-book.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-Light';
    src: url('../eot/futurastd-light.eot');
    src: url('../eot/futurastd-lightd41d.eot#iefix') format('embedded-opentype'), url('../woff/futurastd-light.woff') format('woff'), url('../ttf/futurastd-light.ttf') format('truetype'), url('../svg/futurastd-light.svg#FuturaStd-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-CondensedBoldObl';
    src: url('../eot/futurastd-condensedboldobl.eot');
    src: url('../eot/futurastd-condensedboldobld41d.eot#iefix') format('embedded-opentype'), url('../woff/futurastd-condensedboldobl.woff') format('woff'), url('../ttf/futurastd-condensedboldobl.ttf') format('truetype'), url('../svg/futurastd-condensedboldobl.svg#FuturaStd-CondensedBoldObl') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaVN-Book';
    src: url('../ttf/futuravn-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaVN-Light';
    src: url('../ttf/futuravn-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaVN-CondensedBoldObl';
    src: url('../ttf/futuravn-condensedboldobl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html:not(.lang_vi) {
    --futura-book: 'FuturaStd-Book';
    --futura-light: 'FuturaStd-Light';
    --futura-cond-bold-obl: 'FuturaStd-CondensedBoldObl';
}

html.lang_vi {
    --futura-book: 'FuturaVN-Book';
    --futura-light: 'FuturaVN-Light';
    --futura-cond-bold-obl: 'FuturaVN-CondensedBoldObl';
}

body.admin-bar {
    padding-top: 32px;
}

body.admin-bar #header {
    top: 32px;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.btn {
    background: #77406f;
    border: none;
    color: #fff !important;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: Georgia, sans-serif !important;
    text-align: center;
}

.btn:hover {
    background: #43153c;
}

h1, h2, h3, h4 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3d3c3c;
    font-size: 30px;
    line-height: 30px;
}

h3, h4 {
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0 0;
}

h3.slideshow_title {
    display: none;
}

/**/

p {
    font-family: var(--futura-book), sans-serif;
    color: #3d3c3c;
    font-size: 16px;
    line-height: 24px;
}

.section p {
    text-align: left;
    float: none;
}

.left-column > div > p {
    padding-bottom: 1em;
}

a {
    text-decoration: none;
}

.quote {
    font-family: Georgia;
    font-size: 100px;
    margin-top: -10px;
    color: #3d3c3c;
}

.quote.right {
    position: absolute;
    right: 0;
    top: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.black {
    background: #000;
}

.white {
    background: #fff;
}

.grey {
    background: #aaa;
}

.w-container {
    position: relative;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

div.section, footer.section {
    float: left;
    width: 100%;
    clear: both;
    background-color: #fff;
    position: relative;
}

.clear {
    clear: both;
}

hr {
    background: #3d3c3c;
    height: 1px;
    border: 0;
    width: 60px;
    margin: 15px auto 20px;
    clear: both;
    color: #3d3c3c;
    float: none;
}

.caption hr {
    width: 160px;
    margin-top: 30px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
}

#social {
    padding-top: 90px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.sixty-space {
    display: block;
    height: 60px;
}

span.arrow {
    height: 5px;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

span.arrow:after {
    content: "";
    z-index: 500;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

span.arrow.white:after {
    border-top: 15px solid #fff;
}

span.arrow.black:after {
    border-top: 15px solid #000;
}

span.arrow.grey:after {
    border-top: 15px solid #aaaaaa;
}

div.w-resp {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

img.resp {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*********************/
/*HEADER*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#hotel {
    background-color: #fff;
    height: 100px;
    width: 100%;
}

.separator {
    width: 100%;
    height: 1px;
    background: #e3e3e3;
}

.accor {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.accor img {
    float: left;
    margin: 10px 10px 0 0;
}

.accor ul {
    float: right;
}

.accor li {
    height: 30px;
    padding: 0 15px 0 15px;
}

.accor li a {
    font-family: var(--futura-book), sans-serif;
    color: #444444;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.last {
    padding-right: 0px !important;
}

#logo {
    width: 220px;
    height: 100px;
    text-align: center;
    float: left;
    position: relative;
    margin-right: 20px;
}

#logo img {
    float: left;
    position: absolute;
    top: 32px;
    left: 0;
    margin: 0;
}

#hotel-name {
    display: block;
    float: left;
    width: 60%;
    height: 100px;
    position: relative;
    white-space: nowrap;
}

#hotel-name h2 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #323232;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    height: 100px;
    line-height: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

#header li {
    display: inline-block;
}

/* main menu */
nav {
    width: 100%;
    float: left;
    height: 50px;
    text-transform: uppercase;
    background-color: #000;
}

nav ul {
    text-align: left;
    float: left;
}

nav ul li a {
    font-family: var(--futura-book), sans-serif;
    color: #d2d2d2;
    font-size: 12px;
    text-align: left;
    display: block;
    height: 50px;
    padding: 0 25px 0 25px;
    line-height: 50px;
    cursor: pointer;
    margin: 0;
}

nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

nav ul li a.active {
    color: #77406f;
}

nav ul li > ul {
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    height: auto;
    display: none;
    transition: all ease .3s;
    width: auto;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

nav ul li:hover > ul {
    display: block;
}

nav ul li > ul li {
    float: left;
    width: 100%;
    display: block !important;
    clear: both;
    padding: 0;
}

nav ul li > ul li a {
    line-height: 40px;
    height: 40px;
    transition: all ease .3s;
    color: #fff;
    font-size: 10px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul li.many > ul li a {
    height: 30px;
    line-height: 30px;
}

nav ul li ul li a:hover {
    background-color: rgba(119, 64, 111, 1);
    color: #fff;
}

nav ul li > ul.set li {
    width: 100%;
}

.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* languages menu */
#lang {
    display: block;
    float: right;
    width: 10%;
    height: 100px;
}

#lang > a > span.language_text {
    display: none;
}

#lang > a > img {
    width: 8px;
    height: 10px;
}

#lang > a > img.globe {
    width: 20px;
    height: 20px;
}

#lang a {
    font-family: Georgia;
    font-style: italic;
    color: #000;
    font-size: 11px;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    padding: 0px 15px 0 15px;
    transition: all ease .3s;
}

#lang img {
    margin-top: -2px;
}

#lang > a > span {
    font-size: 12px;
    font-family: var(--futura-book), sans-serif;
    font-weight: bold;
    margin: 0 5px;
    text-transform: uppercase;
    font-style: normal;
}

#lang .languages {
    display: none !important;
}

.border {
    border-right: solid 1px;
}

.fancybox-skin {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fancybox-close {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent url(../png/close.png) no-repeat left top !important;
}

#popup_content {
    padding: 30px 40px;
    float: left;
}

#popup_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#popup_content > strong {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    font-size: 24px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

#popup_content > hr {
    margin-top: 20px;
}

#popup_content ul > li {
    font-family: var(--futura-book), sans-serif;
    font-size: 16px;
    line-height: 48px;
    font-style: italic;
    text-align: center;
    color: #808080;
    float: left;
    width: 310px;
    border-bottom: 1px solid #cfcfcf;
    clear: both;
}

#popup_content ul > li:last-child {
    border: 0;
}

#popup_content ul > li:hover,
#popup_content ul > li.active {
    color: #000;
}

#popup_content li.select {
    line-height: 24px;
    padding-top: 18px;
    font-family: var(--futura-book), sans-serif;
    font-style: normal;
    font-size: 12px;
}

img.pin_address {
    width: 24px;
    margin: 0 10px 0 0;
    float: left;
    height: 38px;
}

#booking {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    position: relative;
    z-index: 150;
    background: #000;
}

#booking ul {
    display: block;
    width: 560px;
    margin: 0 auto 0 auto;
}

#booking ul li {
    display: inline-block;
    float: left;
    margin: 0 1px 0 0;

}

#booking ul li a {
    font-family: var(--futura-book), sans-serif;
    color: #ffffff;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    display: block;
    padding-left: 50px;
    height: 50px;
    width: 180px;
    background-color: rgba(51, 51, 51, 0.9);
}


/*
#booking .btn {
    font-family: 'FuturaStd-Medium' !important;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    width: 180px;
}
*/
#booking img {
    width: 14px;
    height: 14px;
    margin: -5px 0 0 10px;
}

/*SLIDESHOW*/

.caption {
    position: absolute;
    top: 280px;
    z-index: 150;
    text-align: center;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.9);
    left: 50%;
    margin: 0 0 0 -200px;
}

.caption h1 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    line-height: 0px;
    text-transform: uppercase;
    font-size: 60px;
}

.caption h2 {
    font-family: Georgia, sans-serif;
    font-style: italic;
    line-height: 0px;
    color: #fff;
    font-size: 46px;
    text-transform: none;
    line-height: 90px;
}

.offer {
    position: absolute;
    top: -176px;
    right: 0px;
    width: 260px;
    height: 176px;
    z-index: 200;
}

#main_slideshow {
    position: relative;
    overflow: hidden;
    height: 550px;
    float: left;
    clear: both;
    width: 100%;
}

.page-template-template-gallery #main_slideshow, .page-template-template-gallery-wp #main_slideshow, .post-type-archive-offers #main_slideshow, .page-template-template-special-offers #main_slideshow {
    height: 150px !important;
}

.single-offers #header {
    background: #000;
}

.single-offers #main_slideshow {
    display: none;
}

#main_slideshow.loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    float: left;
    width: 36px;
    height: 36px;
    margin: 60px 0 0 -18px;
    background: url(../png/spinner.png) no-repeat left top;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: -1;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#main_slideshow > div.main_slideshow {
    position: relative;
    top: 150px;
    left: 0;
}

div.main_slideshow > h3 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    z-index: 100;
    margin: 0;
    height: 100% !important;
    display: grid !important;
    place-content: center;
    line-height: 400px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9);
}

#main_slideshow > div .pager {
    text-align: center;
    bottom: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 500;
}

#main_slideshow > div .pager span {
    cursor: pointer;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#main_slideshow > div .pager span.cycle-pager-active,
#main_slideshow > div .pager span:hover {
    background: #fff;
}

.main_slideshow ul.cycle,
.main_slideshow ul.cycle li {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
}

.main_slideshow ul.cycle li img {
    width: 100%;
    height: 100%;
}

.main_slideshow {
    position: absolute;
    top: -99999px;
    left: -99999px;
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/***/

.left-column {
    margin: 30px 0 40px 0;
    width: 64%;
    padding-right: 2%;
    border-right: 1px solid #cfcfcf;
    float: left;
}

/*
#left-column h3 {
    font-family: 'FuturaStd-CondensedBoldObl';
    color:  #3d3c3c;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 40px 0 10px 0;
}
*/

/* NAV*/
.right-column {
    margin-top: 30px;
    float: left;
    width: 36%;
    padding-left: 2%;
    text-align: left;
}

.right-column h3 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #77406f;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin: 12px 0 12px 0;
    text-transform: none;
}

.right-column a {
    font-family: Georgia;
    font-weight: bold;
    color: #77406f;
    font-size: 15px;
    font-style: italic;
    line-height: 36px;
    text-align: left;
    float: left;
    text-decoration: underline;
}

a.location_map {
    margin-top: 1em;
}

div#room {
    position: relative;
    overflow: hidden;
    height: 580px;
    float: left;
    clear: both;
    width: 33.3333333334%;
}

.pager {
    text-align: center;
}

.pager span {
    background: #000;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin: 0 2px;
    text-indent: -999px;
    width: 8px;
}

.pager span.cycle-pager-active,
.pager span:hover {
    background: #ccc;
}

.pager span:hover {
    cursor: pointer;
}

#blocks {
    position: absolute;
    z-index: 100;
    top: 480px;
}

#block {
    display: block;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    width: 360px;
    float: left;
    padding: 20px 20px 10px 20px;
    margin-right: 45px;
}

#block h4 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0px;
    text-align: left;
    margin-bottom: 15px;
}

#block p {
    font-family: var(--futura-book), sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    padding: 0;
}

/**/

.subrooms {
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    clear: both;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: rgba(255, 255, 255, .85);
}

.subrooms.normal {
    bottom: 0;
}

.subrooms ul {
}

.subrooms li {
    display: inline;
    width: 16.666666666666668%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: var(--futura-book), sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.subrooms.fixed {
    top: 121px;
    position: fixed;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.subrooms li.active,
.subrooms li:hover {
    border-bottom: 1px solid #7d536d;
    color: #7d536d;
    cursor: pointer;
}

/* Highlighted pages */
#highlighted {
}

#highlighted ul {
    list-style-type: none;
}

#highlighted ul li {
    width: 33.333333333334%;
    height: 390px;
    float: left;
    overflow: hidden;
    position: relative;
}

#highlighted ul li > strong {
    font-family: var(--futura-book), sans-serif;
    position: absolute;
    z-index: 5;
    font-weight: normal;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.85);
    line-height: 390px;
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#highlighted li.w-resp img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
}

#highlighted .btn {
    width: auto;
    position: absolute;
    font-size: 14px;
    font-style: italic;
    padding: 10px 10px;
}

#highlighted .view {
    left: 50%;
    margin-left: -50px;
    bottom: 20px;
}

#highlighted .book {
    right: 20%;
}

.room {
    font-family: var(--futura-book), sans-serif;
    line-height: 390px;
    color: #444;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    bottom: 0;
    height: 176px;
    z-index: 2;
}

.overlay strong {
    padding-top: 20px;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: block;
}

.overlay p {
    font-family: Georgia;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    text-align: center !important;
    margin: 0 10px 0 10px;
}

.overlay hr {
    background: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* reviews */
#tripadvisor > div {
    text-align: center;
    padding: 15px 0 30px 0;
}

#tripadvisor div.left-column, #tripadvisor div.right-column {
    height: 280px !important;
    position: relative;
}

#tripadvisor div.right-column > div {
    float: left;
    top: 50%;
    position: absolute;
    margin-top: -45px;
    left: 30px;
}

#tripadvisor div.right-column > div > p {
    padding-top: 10px;
}

#tripadvisor a {
    font-family: Georgia, sans-serif;
    font-weight: bold;
    color: #589442 !important;
    text-decoration: underline;
}

#tripadvisor li {
    float: left;
    width: 100%;
}

#tripadvisor li > strong {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3d3c3c;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 40px 0 10px 0;
    display: block;
}

#tripadvisor li > div {
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

#tripadvisor li > div:before {
    content: "“";
    position: absolute;
    font-size: 6.25em;
    font-family: Georgia, sans-serif;
    top: 5px;
    left: 0;
    color: #3d3c3c;
}

#tripadvisor li p,
#tripadvisor li span.address {
    color: #444;
    max-width: 860px;
    font-family: Georgia, sans-serif;
    font-weight: 100;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    text-align: center;
    padding: 0 40px;
}

#tripadvisor li p {
    height: auto;
    overflow: hidden;
    display: block;
}

#tripadvisor li span.address {
    display: block;
    clear: both;
}

#tripadvisor li span.author {
    display: block;
    clear: both;
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    font-weight: bold;
}

.blocks {
    width: 50%;
    height: 384px;
    float: left;
    overflow: hidden;
}

.blocks a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.blocks .img {
    height: 100%
}

.logos {
    display: block;
    margin: 10px auto 10px auto;
}

.description p {
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    float: none;
    margin-bottom: 10px;
}

.w-container > .left-column > div > h1,
.w-container > .left-column > div > h2,
.description h1,
.description h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.w-container > .left-column > div > h1,
.w-container > .left-column > div > h2,
.w-container > .left-column > div > h3,
.w-container > .left-column > div > h4,
.w-container > .left-column > div > h5,
.w-container > .left-column > div > h6,
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
    clear: both;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3d3c3c;
}

.w-container > .left-column > div > p + h1,
.w-container > .left-column > div > p + h2,
.w-container > .left-column > div > p + h3,
.description p + h1,
.description p + h2,
.description p + h3 {
    margin-top: 40px;
}

.w-container > .left-column > div > h4,
.w-container > .left-column > div > h5,
.w-container > .left-column > div > h6,
.description p + h4,
.description p + h5,
.description p + h6 {
    margin-top: 20px;
}

.w-container > .left-column > div > h3,
.w-container > .left-column > div > h4,
.w-container > .left-column > div > h5,
.w-container > .left-column > div > h6,
.description h3,
.description h4,
.description h5,
.description h6 {
    text-transform: none;
}

.w-container > .left-column > div > h3, .description h3 {
    font-size: 28px;
}

.w-container > .left-column > div > h4, .description h4 {
    font-size: 24px;
}

.w-container > .left-column > div > h5, .description h5 {
    font-size: 22px;
}

.w-container > .left-column > div > h6, .description h6 {
    font-size: 20px;
}

.blocks .news {
    position: absolute;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    margin: 0;
    top: 0;
    float: left;
    background-color: rgba(0, 0, 0, 0.7);
    left: 55%;
    padding: 20px;
    border: none;
    width: 40%;
    height: auto;
}

.blocks .one {
    top: 63%;
}

.blocks .two {
    top: 81%;
}

.blocks .news h4 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    font-size: 24px;
    font-style: oblique;
    line-height: 30px;
}

.blocks .news p {
    font-family: var(--futura-book), sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.blocks .news a {
    font-family: Georgia, sans-serif;
    color: #77406f;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    text-align: right;
    font-weight: 600;
    letter-spacing: normal;
}

.circle {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 530px;
    z-index: 10000;
}


.gallery img {
    margin: O;
}

/* rooms */
strong.description, section.description {
    width: 95%;
    display: block;
    margin: auto;
    font-family: var(--futura-book), sans-serif;
    font-style: oblique;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: normal;
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.roomtype {
    margin-bottom: 80px;
}

.roomtype ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    justify-content: center;
}

.roomtype li {
    display: block;
    position: relative;
    max-width: 370px;
    width: 33%;
    margin: 0;
}

.roomtype a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.roomtype figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.roomtype li.last {
    margin-right: 0
}

.roomtype h4 {
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

.roomtype img {
    width: 100%;
    height: 276px;
}

.roomtype p {
    margin: 12px 0 15px 0;
    line-height: 30px;
}

.roomtype .btn {
    width: auto;
    line-height: 40px;
    display: block;
    float: right;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    height: auto;
}

.roomtype .book {
    background: #77406f;
    color: #fff;
}

.roomtype .see {
    color: #3f3f3f !important;
    background: #fff;
    border: 1px solid #3f3f3f;
    line-height: 38px;
}

body:dir(ltr) .roomtype .see {
    margin-left: unset;
}

/* News main page */
.news-big {
    color: #3f3f3f;
    margin-bottom: 80px;
}

.news-big, .news-small {
    position: relative;
    text-align: center;
    display: block;
    float: left;
    margin-bottom: 1%;
    height: 300px;
    overflow: hidden;
}

.news-big {
    width: 66%;
}

.news-small {
    width: 32.5%;
}

.news-right {
    margin-right: 1%;
}

.news-big a {
    color: #77406f;
    font: italic bold 14px Georgia, sans-serif;
    text-decoration: underline;
}

.text-container {
    position: absolute;
    padding: 10px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.92);
    z-index: 1;
}

.news-big .text-container {
    width: 400px;
    height: 180px;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    margin-left: -200px;
    margin-top: -90px;
}

.news-small .text-container {
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 124px;
}

.news-big span, .news-small span {
    color: #818181;
    font-size: 14px !important;
    line-height: 40px;
    padding-top: 1em;
}

.news-big span.read, .news-small span.read {
    font-family: Georgia, sans-serif;
    color: #77406f;
    font-size: 12px !important;
    font-style: italic;
    text-decoration: underline;
    display: block;
    line-height: 16px;
    font-weight: normal;
}

.news-big .label, .news-small .label {
    color: #77406f;
    font: italic 12px /40px Georgia, sans-serif;
    text-transform: capitalize;
}

.news-big h4, .news-small h4 {
    color: #3f3f3f;
    font: 24px/26px var(--futura-cond-bold-obl), sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-transform: inherit;
    margin: 0;
}

.mini-separator {
    width: 40px;
    margin: 10px auto 8px auto;
}

.news-big .text-news, .news-small .text-news {
    color: #818181;
    font: 14px/20px Georgia, sans-serif;
    display: block;
}

.news-section span.load_more {
    background: #e2e2e9;
    float: left;
    clear: both;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-family: Georgia;
    color: #333;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

.page-template-template-news #footer {
    margin-top: 60px;
}

/**/

/* News single page */
.slideshow_title > strong {
    width: 60%;
    display: block;
    margin: -70px 0 0 -30%;
    line-height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.slideshow_title > strong > hr {
    background: #fff;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    width: 70px;
    height: 2px;
    border: 0;
}

.slideshow_title > strong > span {
    display: block;
    font-family: Georgia;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
}

.page-template-template-news-single .left-column {
    border: 0;
}

.page-template-template-news-single .left-column > div > * {
    color: #808080;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
}

.page-template-template-news-single .right-column > div {
    padding-bottom: 40px;
    float: left;
    width: 100%;
    clear: both;
}

.page-template-template-news-single .right-column > div > strong {
    text-transform: uppercase;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3d3c3c;
    font-size: 18px;
    line-height: 36px;
}

.social_share {
    text-align: center;
}

.social_share .at-share-btn {
    background: none !important;
    float: none !important;
    margin: 0 5px !important;
}

.social_share .aticon-facebook {
    background: transparent url(../svg/facebook.svg) no-repeat left top !important;
}

.social_share .aticon-twitter {
    background: transparent url(../svg/twitter.svg) no-repeat left top !important;
}

.social_share .aticon-email {
    background: transparent url(../svg/email.svg) no-repeat left top !important;
}

.sharer {
    background: none !important;
    float: none !important;
    margin: 0 2px !important;
    border: 0;
    width: 35px;
    height: 35px;
    line-height: 150px;
    overflow: hidden
}

.sharer.facebook {
    background: transparent url(../svg/news-icon-facebook-black.svg) no-repeat left top !important;
}

.sharer.twitter {
    background: transparent url(../svg/news-icon-twitter-black.svg) no-repeat left top !important;
}

.sharer.email {
    background: transparent url(../svg/news-icon-mail.svg) no-repeat left top !important;
}

.sharer.vk {
    background: transparent url(../svg/news-icon-vkontakte-black.svg) no-repeat left top !important;
}

.sharer.line {
    background: transparent url(../svg/news-icon-line-black.svg) no-repeat left top !important;
}

.sharer.linkedin {
    background: transparent url(../svg/icon-linkedin-black.svg) no-repeat left top !important;
}

.sharer.baidu {
    background: transparent url(../svg/news-icon_baidu.svg) no-repeat left top !important;
}

.sharer.googleplus {
    background: transparent url(../svg/news-icon-googleplus-black.svg) no-repeat left top !important;
}

.page-template-template-news-single .right-column > div li {
    float: left;
    clear: both;
    width: 100%;
}

.illustrations li {
    padding-bottom: 1em;
}

.illustrations img {
    width: 100%;
    height: auto;
}

.illustrations small {
    font-family: Georgia;
    color: #998b83;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    text-align: right;
    display: block;
}

.news_links li {
    word-break: break-word;
}

.news_links li a, .news_attachments li a {
    font-weight: normal;
    float: none;
}

.page-template-template-spa .right-column > div {
    padding-bottom: 40px;
    float: left;
    width: 100%;
    clear: both;
}

.page-template-template-spa .right-column > div > strong {
    text-transform: uppercase;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3d3c3c;
    font-size: 18px;
    line-height: 36px;
}

.news_attachments li {
    background: url(../svg/icon-pdf.svg) no-repeat left 4px;
    padding-left: 30px;
}

.news_attachments li a {
    text-decoration: none;
    color: #3d3c3c;
    line-height: 30px;
    font-style: normal;
    font-family: var(--futura-book), sans-serif;
}

.page-template-template-news-single .news_press > span {
    display: block;
    font-weight: bold;
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.page-template-template-news-single .news_press > a {
    font-family: var(--futura-book), sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.news_more_articles {
    padding-top: 50px;
}

.more_articles {
    padding-top: 20px;
}

.more_articles li {
    margin-right: 1%;
}

.more_articles li.last {
    margin: 0;
}

.page-template-template-news-single #footer {
    margin-top: 60px;
}

/* check if this appears somewhere in the html */
div#model {
    position: relative;
    overflow: hidden;
    height: 480px;
    float: left;
    clear: both;
    width: 100%;
}

/* hotel address */
.hotel-address {
    clear: both;
}

.hotel-address h3 {
    line-height: 38px;
}

.hotel-address > p {
    line-height: 26px;
}

.hotel-address strong.emails {
    display: inline-block;
    line-height: 1;
}

.hotel-address a.mailto {
    color: #3d3c3c;
    line-height: 1;
    font-family: var(--futura-book), sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    float: none;
    text-align: inherit;
    font-style: inherit;
}

.hotel-address a.mailto:hover, .hotel-address a.mailto:active {
    text-decoration: underline;
}

/* Footer */
ul.social {
    float: right !important;
}

ul.social li {
    padding-right: 0 !important;
}

#footer-nav ul {
    float: left;
}

#footer {
    width: 100%;
    position: relative;
    background: #e4e5e9;
}

#footer .cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
}

#footer .background {
    width: 100%;
    height: 250px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 30;
    overflow: hidden;
}

#footer .background img {
    display: block;
    width: 100%;
}

#footer .block {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 40px 50px 30px 50px;
    position: relative;
    z-index: 50;
}

#footer .block strong {
    font-family: var(--futura-book), sans-serif;
    text-transform: uppercase;
    color: #444444;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

#footer .block strong::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #444444;
    margin-top: 6px;
}

#footer .block ul {
    list-style-type: none;
}

#footer .block ul li {
    font-family: 'Georgia', sans-serif;
    color: #444444;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    text-align: left;
}

#footer .block ul li a {
    color: #444444;
    transition: all ease .4s;
}

#footer .block ul li a:hover {
    color: #aaa;
}

#footer .block p {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
}

#footer .block form input {
    display: block;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    border: solid 1px #aaa;
    background: #fff;
    color: #444;
    padding: 10px;
    margin: 10px 0 10px 0;
    outline: none;
    font-size: 12px;
}

#footer .block form .btn {
    background: transparent;
    color: #444;
    border: 1px solid #444;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    float: right;
    padding: 10px 20px;
    cursor: pointer;
    transition: all ease .5s;
}

#footer .block form .btn:hover {
    background: #444;
    color: #fff;
}

#footer .block ul {
    list-style-type: none;
}

#footer #social {
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 30;
    overflow: hidden;
    float: left;
    color: #fff;
}

#social h1 {
    text-align: center;
    margin: auto;
}

#social p {
    font-family: Georgia, sans-serif;
    font-size: 18px;
    text-align: center;
    font-style: italic;
}

#social ul {
    list-style-type: none;
    text-align: center;
}

#social ul li {
    display: inline-block;
    line-height: 100px;
}

#social ul li a {
    opacity: 0.8;
    font-size: 38px;
    transition: all ease .5s;
}

#social ul li a:hover {
    opacity: 1;
}

#social ul li a span {
    color: #000;
    font-size: 38px;
    transition: color ease .4s;
}

#social ul img {
    width: 60px;
    height: 60px;
}

#social ul .tiktok_icon img {
    width: 50px;
    height: 50px;
    margin: 0 5px;
}

#footer h2 {
    font-family: var(--futura-light), sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    letter-spacing: 0.1em;
}

#footer-nav {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100px;
    background: #000;
}

#footer-nav ul li {
    display: inline-block;
    padding-right: 20px;
    list-style: none;
}

#footer-nav a {
    color: #fff;
    opacity: 0.8;
    font-family: var(--futura-book), sans-serif;
    font-size: 16px;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    -moz-transition: opacity ease .4s;
    -webkit-transition: opacity ease .4s;
    transition: opacity ease .4s;
}

#footer-nav a:hover {
    opacity: 1;
}

#footer-nav ul li a img {
    width: 50px;
    height: 50px;
}

#footer-nav ul li a.tiktok_icon img {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

#footer-two {
    float: left;
    display: block;
    width: 100%;
    background: #222;
    padding-top: 40px;
    padding-bottom: 10px;
}

#footer-two h3 {
    color: #aaa;
    text-align: center;
    width: 100%;
    line-height: 12px;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}

#footer-two p {
    color: #aaa;
    font-size: 14px;
    text-align: center;
    float: left;
    line-height: 28px;
    width: 100%;
}

#footer-two img {
    text-align: center;
    margin-left: 50px;
}

#copyright p {
    font-family: Georgia, sans-serif;
    color: #aaaaaa;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.6px;
    line-height: 24px;
    text-align: center;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    max-width: 1170px;
}

#copyright a:hover {
    color: #fff;
}

#slideshow {
    width: 940px;
    height: 550px;
    position: relative;
    margin: 30px auto 0 auto;
    float: none;
}

#slideshow .wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#slideshow .prev,
#slideshow .next {
    position: absolute;
    top: 50%;
    z-index: 500;
    cursor: pointer;
    background: transparent url(../svg/arrow-left.svg) no-repeat left top;
    float: left;
    width: 76px;
    height: 146px;
    margin-top: -73px;
}

#slideshow .prev {
    left: -96px;
}

#slideshow .next {
    right: -96px;
    background-image: url(../svg/arrow-right.svg);
}

#slideshow .wrapper > div {
    position: relative;
    overflow: visible;
    float: left;
    width: 100%;
    height: 100%;
}

#slideshow div.item {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 550px;
}

#slideshow div.item span.overlay {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 100;
}

#slideshow div.item img {
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
}

.ie8 #slideshow .ctx {
    float: left;
    width: 940px;
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
}

.ie8 #slideshow .wrapper_ctx {
    position: absolute;
    top: 0;
}

/* seo */
#seobar {
    display: none;
    background: #222;
    text-align: center;
}

#seobar * {
    display: inline;
    color: #aaa;
    font-weight: normal;
    font-family: Arial;
    font-size: 10px;
}

.w-container span {
    font-family: var(--futura-book), sans-serif;
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.col {
    display: inline-block;
    margin: 10px 45px 40px 45px;
}

.col h3 {
    font-family: var(--futura-light), sans-serif;
    color: #444444;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    font-weight: 100;
}

.col li {
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #444444;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}

/* CONTENT */

#content {
    display: block;
    width: 760px;
    margin: 0 auto 0 auto;
}

#content h1,
#content h2,
#content h3,
#content p,
#content hr {
    text-align: left;
    margin: 15px 0 10px 0;
}

#content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

#content h1,
#content h2,
#content h3,
#content img {
    margin-bottom: 10px;
}

/* MAP */
#map_ctx {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
    height: 500px;
}

#map_canvas {
    width: 100%;
    height: 500px;
    float: left;
    clear: both;
}

#map_buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    float: left;
    width: 100%;
    text-align: center;
    z-index: 50;
    margin-left: -585px;
}

#map_buttons .map, #map_buttons .satellite, #map_buttons .streetview, #map_buttons .view3d {
    display: inline-block;
    background-color: #fff;
    color: #77406F;
    color: rgba(119, 64, 111, 0.8);
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    font-family: var(--futura-book), sans-serif;
    float: left;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 120px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    font-weight: 300;
}

#map_buttons .view3d {
    bottom: 90px;
}

#map_buttons .streetview {
    bottom: 150px;
}

#map_buttons .map {
    bottom: 210px;
}

#map_buttons .satellite {
    bottom: 270px;
}

#map_buttons > span.active, #map_buttons > span:hover {
    background-color: #77406f;
    color: #fff;
}

.map_infobox {
    overflow: hidden;
}

#monuments {
    max-width: 1170px;
}

#monuments li {
    position: relative;
    display: inline;
    float: left;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    height: 50px;
    border-right: 1px solid #fff;
    font-family: var(--futura-light), sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

#monuments li.last {
    border: 0;
}

#monuments li.current:before {
    border-color: transparent transparent rgba(0, 0, 0, 0.8);
    border-style: solid;
    border-width: 14px;
    content: "";
    left: 50%;
    position: absolute;
    top: -28px;
    margin-left: -20px;
}

#monuments li input {
    display: none;
}

#monuments li label, #monuments li > strong {
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#monuments li > ul {
    display: none;
}

#places_content {
    display: none;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 50px;
    height: auto;
    z-index: 300;
    width: 200px;
}

#places_list {
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px 10px 0 10px;
}

#places_list li {
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

#places_list li.museum {
    background: transparent url(../png/museum-71.png) no-repeat left top;
    background-size: 12px 12px;
    padding-left: 18px;
}

#places_list li.subway {
    background: transparent url(../png/generic_business-71.png) no-repeat left top;
    background-size: 12px 12px;
    padding-left: 18px;
}

#places_list li.airports {
    background: transparent url(../png/airport-71.png) no-repeat left top;
    background-size: 12px 12px;
    padding-left: 18px;
}

#places_list li.restaurants {
    background: transparent url(../png/restaurant-71.png) no-repeat left top;
    background-size: 12px 12px;
    padding-left: 18px;
}

#places_list li.train {
    background: transparent url(../png/train-71.png) no-repeat left top;
    background-size: 12px 12px;
    padding-left: 18px;
}

#places_list li input {
    display: none;
}

#places_list li img {
    width: 12px;
    height: 12px;
    display: block;
    float: left;
}

#places_list li strong {
    font-weight: normal;
    display: block;
    padding-left: 18px;
    text-transform: capitalize;
}

.place_itinerary {
    clear: both;
    float: left;
    margin-top: 1em;
}

#map_routes {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 330px;
    height: 310px;
}

.route {
    float: left;
    width: 100%;
    height: auto;
    clear: both;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
    display: inline-block;
    text-align: center;
}

.route strong {
    display: block;
    padding: 20px 0 20px 0;
    font-family: var(--futura-light), sans-serif;
    color: #444444;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

#itineraryPanel {
    display: none;
}

div.itinerary_options {
    margin: 20px auto 0 auto;
    text-align: center;
    height: 50px;
    display: none;
}

div.itinerary_options > a {
    display: inline-block;
    transition: all ease .5s;
    text-transform: uppercase;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    font-size: 20px;
    background-color: #7d536d;
    line-height: 50px;
    height: 50px;
    padding: 0 28px;
}

#itinerarySubmit {
    font-family: var(--futura-book), sans-serif;
    color: #77406f;
    font-size: 14px;
    background-color: #fff;
    width: auto;
    height: 38px;
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #77406f;
    font-weight: 300;
}

#itinerarySubmit:hover {
    background-color: #77406f;
    color: #fff;
}

.route > div.field {
    display: inline-block;
}

.from, .to {
    font-family: var(--futura-book), sans-serif;
    color: #444;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666;
}

#itineraryFrom {
    width: 260px;
    height: 38px;
    margin: 0 20px;
    color: #666;
    font-family: var(--futura-book), sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 0 10px 0 20px;
}

#itineraryPanel {
    position: relative;
    margin-top: 1em;
}

.adp-warnbox {
    display: none;
}

.adp-step, .adp-substep, .adp-text {
    text-align: left;
}

.adp-text {
    line-height: 40px;
    padding-left: 20px;
}

#print_itinerary {
    position: absolute;
    right: 5px;
    top: 10px;
    float: left;
    width: 300px;
    text-align: right;
}

.print_itinerary > a {
    display: inline-block;
    color: #fff;
    background: #77406F;
    font-family: var(--futura-light), sans-serif;
    height: 30px;
    line-height: 30px;
    margin-top: 16px;
    padding: 0 10px;
}

table.adp-directions {
    width: 100%;
}

hr.map_social {
    border: 0;
    padding: 0;
    margin: 0;
    height: 1px;
    float: left;
    clear: both;
    width: 100%;
    color: #cfcfcf;
    background-color: #cfcfcf;
}

table.adp-placemark {
    background: none;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    display: block;
    border-top: 1px solid #000;
}

#traveling_mode {
    position: absolute;
    right: 280px;
    top: 30px;
    float: left;
    width: auto;
    text-align: right;
}

#traveling_mode a {
    margin-left: 10px;
    background: transparent url(../png/directions-1x-20150929.png) no-repeat left top;
    width: 24px;
    height: 24px;
    float: left;
    overflow: hidden;
    line-height: 250px;
}

#traveling_mode a.driving {
    background-position: 0 -96px;
}

#traveling_mode a.bicycling {
    background-position: 0 -168px;
}

#traveling_mode a.transit {
    background-position: 0 -120px;
}

#traveling_mode a.walking {
    background-position: 0 -144px;
}

.links {
    position: absolute;
    width: 300px;
    text-transform: uppercase;
    top: 260px;
    font-family: var(--futura-book), sans-serif;
    color: #ffffff;
    font-size: 18px;
    left: 50%;
    margin-left: -150px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    transition: all ease .3s;
}

.links:hover {
    color: #e4e5e9;
}

.link-book {
    margin-left: 45px;
}

.main-arrow-wrapper {
    display: block;
    position: relative;
    height: 0px;
    width: 100%;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.main-arrow-content {
    position: absolute;
    overflow: hidden;
    height: 36px;
    top: -36px;
    width: 100%;
    z-index: 9999;
}

.main-arrow {
    display: table;
    width: 100%;
    height: 40px;
}

.main-arrow > div {
    display: table-cell;
    background-color: white;
    height: 40px;
    width: 100em;
}

.main-arrow .elem-center {
    background-color: transparent;
    border-color: transparent white white white;
    border-style: solid;
    border-width: 20px;
    padding: 0;
    margin: 0;
    width: 1px;
    height: 0;
}

#location {
    width: 100%;
}

#location p {
    max-width: 600px;
    font-family: Georgia;
    font-style: italic;
    margin: 0 auto;
    text-align: center;
}

.capital {
    font-family: var(--futura-book), sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px !important;
}

/* Room single page */
#services .separator {
    display: block;
    width: 100%;
    border-bottom: solid 1px rgba(128, 128, 128, 0.5);
    margin-bottom: 5px;
}

#services h4 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3d3c3c;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    text-transform: none;
    padding-bottom: 20px;
}

#services h5 {
    font-family: var(--futura-book), sans-serif;
    color: #3d3c3c;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    padding: 20px 0 10px 0;
}

#services li {
    width: 49%;
    font-family: var(--futura-book), sans-serif;
    color: #696c6f;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#services .service {
    display: block;
    background: #f0f0f2;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
}

.room-nav {
    height: 50px;
}

#room-nav {
    height: 50px;
    border-bottom: solid 1px rgba(128, 128, 128, 0.5);
}

#room-nav.fixed {
    position: fixed;
    top: 150px;
    z-index: 200;
}

#room-nav a.previous_room, #room-nav a.next_room {
    overflow: hidden;
    background: transparent url(../svg/arrow-left.svg) no-repeat center 18px;
    float: left;
    width: 8px;
    line-height: 180px;
    height: 49px;
    padding: 0 35px;
}

#room-nav a.next_room {
    background-image: url(../svg/arrow-right.svg);
    float: right;
}

#room-nav div.room_slider {
    float: left;
    width: 1030px;
    position: relative;
    height: 49px;
    overflow: hidden;
}

#room-nav div.room_slider > ul {
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

#room-nav li {
    display: inline-block;
    height: 49px;
    vertical-align: top;
}

#room-nav div.room_slider li {
    padding: 0 20px;
    float: left;
}

#room-nav a {
    font-family: var(--futura-book), sans-serif;
    color: #333333;
    font-size: 16px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 49px;
    margin: 0;
    text-transform: capitalize;
}

#room-nav li a:hover {
    color: #77406f;
    height: 49px;
    font-weight: bold;
}

#room-nav .room-active a {
    color: #77406f;
    font-weight: bold;
}

#upscale {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    height: auto;
    display: block;
    background-color: #f0f0f2;
}

#upscale h3 {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}

#upscale h3 a {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #77406f;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    display: block;
}

#upscale li {
    color: #3d3d3c;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    font-family: var(--futura-book), sans-serif;
    font-style: normal;
}

#upscale img {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

#upsale {
    float: left;
    width: 100%;
    height: 328px;
    clear: both;
    position: relative;
    overflow: hidden;
}

#upsale figure > a {
    float: left;
    width: 100%;
    height: 328px;
}

#upsale img {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#upsale figcaption {
    float: left;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#upsale strong {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    margin: 15px 0;
}

#upsale span {
    font-weight: normal;
    font-size: 12px;
    padding: 10px 12px;
}

.page-template-template-room #footer {
    margin-top: 40px;
}

/**/
#viewgallery {
    display: block;
    margin-top: 40px;
}

#viewgallery img {
    width: 100%;
}

#viewgallery h3 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 200px;
}

#viewgallery hr {
    background-color: #fff;
    position: relative;
    top: 200px;
    text-align: center;
}

/* Restaurants Page || Meetings Page || Restaurant single page  */
#meetings {
    background: #ececec;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
}

#meetings div.section {
    background: #ececec;
    padding-bottom: 60px;
}

#meetings div.section > ul {
    display: block;
    margin-bottom: 20px;
}

#meetings div.section > ul:before {
    content: '';
    display: table;
}

#meetings div.section > ul:after {
    content: '';
    display: table;
    clear: both;
}

#meetings li {
    width: 565px;
    height: 885px;
    background: #fff;
    margin-top: 40px;
    float: left;
    margin-right: 40px;
}

#meetings li.last {
    margin-right: 0;
}

#meetings li > a, #meetings li > div {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    height: 443px;
}

#meetings li > div {
    height: 442px;
    padding: 30px 40px;
}

#meetings li.first, #meetings li.second {
    height: 600px;
    width: 100%;
    margin-right: 0;
}

#meetings li.first > a, #meetings li.first > div, #meetings li.second > a, #meetings li.second > div {
    width: 55%;
    height: 600px;
}

#meetings li.first > div, #meetings li.second > div {
    width: 45%;
    padding: 120px 5%;
}

#meetings li.second > a {
    float: right;
}

#meetings li > div h4 {
    font-size: 40px;
    margin: 0;
    padding-bottom: 10px;
    line-height: 50px
}

#meetings li > div strong {
    padding-bottom: 20px;
    text-transform: capitalize;
    font-family: Georgia;
    color: #454545;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    display: block;
}

#meetings li > div p {
    color: #454545;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
}

#meetings li .btn {
    line-height: 1;
    width: auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: 0 0 0 -50px;
    font-size: 14px;
    font-style: italic;
    padding: 13px 20px;
    letter-spacing: 0.7px;
}

#meetings li.first > div .btn, #meetings li.second > div .btn {
    bottom: 80px;
}

.meeting_rooms > table {
    float: left;
    width: 100%;
    clear: both;
    font-family: var(--futura-book), sans-serif;
    font-size: 0.9em;
}

.meeting_rooms thead {
    background: #333;
    color: #fff;
}

.meeting_rooms thead th.first {
    text-align: left;
    padding: 0 10px;
}

.meeting_rooms thead th {
    border-right: 1px solid #666;
    border-bottom: 1px solid #333;
    padding: 0px 5px;
}

.meeting_rooms thead tr.second th {
    padding-bottom: 10px;
    font-weight: normal;
}

.meeting_rooms thead th img {
    margin: 5px;
}

.meeting_rooms tbody tr {
    height: 25px;
    border-top: 1px solid #efefef;
    background-color: #f7f7f7;
}

.meeting_rooms tbody tr:hover {
    border-top: 1px solid #efefef;
    background: #e6e6e6;
}

.meeting_rooms tbody tr th {
    font-size: 12px;
    border-right: 1px solid transparent;
    padding: 10px;
    color: #333;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}

.meeting_rooms tbody tr:hover th {
    border-right: 1px solid transparent;
}

.meeting_rooms tbody tr td {
    border-right: 1px solid transparent;
    color: #666;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px;
}

.meeting_rooms tbody tr:hover td {
    border-right: 1px solid transparent;
}

.meeting_images li {
    float: left;
    width: 100%;
    height: 355px;
    overflow: hidden;
    position: relative;
    clear: both;
    margin-bottom: 1em;
}

.meeting_content {
    float: left;
    width: 100%;
    clear: both;
    margin: 1em 0;
}

.meeting_content > p {
    line-height: 30px;
}

.meeting_content > ul {
    list-style-type: disc;
    list-style-position: inside;
    font-family: var(--futura-book), sans-serif;
    color: #3d3c3c;
    font-size: 16px;
}

.meeting_order {
    cursor: pointer;
    margin-bottom: 1em;
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-family: var(--futura-book), sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 22px !important;
    padding: 16px;
}

.restaurant_order {
    padding: 16px 32px;
}

.meeting_attachments {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 2em;
}

.meeting_attachments li a {
    font-weight: normal;
    float: none;
}

.meeting_attachments li {
    background: url(../svg/icon-pdf.svg) no-repeat left 4px;
    padding-left: 30px;
}

.meeting_attachments li a {
    text-decoration: none;
    color: #3d3c3c;
    line-height: 30px;
    font-style: normal;
    font-family: var(--futura-book), sans-serif;
}

.meeting_form, .restaurant_form, .pop_form {
    float: left;
    clear: both;
    width: 800px;
    margin-top: 1em;
    padding-bottom: 1em;
}

.meeting_form > form, .restaurant_form > form, .restaurant_form .tableplus-form > form, .pop_form > form {
    margin: 0 auto;
    display: block;
    width: 540px;
}

.restaurant_form .tableplus-form > form {
    width: 400px !important;
}

.meeting_form form select, .restaurant_form form select {
    width: 37%;
    float: left;
}

.meeting_form form select#form_hours, .restaurant_form form select#form_hours {
    margin-right: .5%;
    width: 36.5%;
}

.meeting_form form input:focus, .meeting_form form select:focus, .meeting_form form textarea:focus,
.restaurant_form form input:focus, .restaurant_form form select:focus, .restaurant_form form textarea:focus {
    border-color: #77406f;
    box-shadow: 0px 0px 8px 0px rgba(119, 64, 111, 0.4);
}

#ui-datepicker-div.ui-datepicker-multi-2 {
    width: 33em !important;
}

.popin_form {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 3em;
}

strong.mail_sent {
    padding: 50px;
    font-size: 22px;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3d3c3c;
    text-align: center;
    display: block;
}

.meeting_form p.alert, .restaurant_form p.alert {
    text-align: center;
}

.restaurant_chef {
    float: left;
    width: 100%;
    background: #222;
    height: auto;
    padding: 40px 62px;
}

.restaurant_chef h3 {
    color: #fff;
}

.restaurant_chef hr {
    background-color: #fff;
    color: #fff;
}

.restaurant_chef > p {
    color: #fff;
    font-family: Georgia, sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    text-align: center;
}

.restaurant_chef div.content {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin-top: 2em;
}

.restaurant_chef div.content * {
    color: #cfcfcf;
    line-height: 30px;
}

.restaurant_chef div.content p:before {
    content: "“";
    position: absolute;
    font-size: 6.25em;
    font-family: Georgia;
    top: -14px;
    left: -50px;
    color: #cfcfcf;
    line-height: 1;
}

.restaurant_chef div.content:before {
    content: "”";
    position: absolute;
    font-size: 6.25em;
    font-family: Georgia;
    bottom: -60px;
    right: -40px;
    color: #cfcfcf;
}

.restaurant_press, .restaurant_offers, .meeting_offers {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 3em;
}

.restaurant_press ul {
    padding-top: 1em;
}

.restaurant_press li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    height: 290px;
    overflow: hidden;
}

.restaurant_press li.last {
    margin-right: 0;
}

.restaurant_press li img {
    width: 100%;
    float: left;
}

#subnav {
    width: 100%;
    float: left;
    clear: both;
    height: 50px;
}

.subnav {
    position: relative;
    float: left;
    width: 100%;
    background: #3f3f3f;
    height: 50px;
}

.subnav.fixed {
    position: fixed;
    top: 150px;
    z-index: 200;
}

.subnav li {
    float: left;
    padding: 0 30px;
    height: 50px;
}

.subnav li a {
    text-transform: capitalize;
    color: #cfcfcf;
    font-family: var(--futura-book), sans-serif;
    font-size: 14px;
    line-height: 50px;
}

.subnav li.current {
    border-bottom: 4px solid #cfcfcf;
}

.subnav li.current a {
    color: #fff;
}

.page-template-template-restaurant #footer {
    margin-top: 60px;
}

/*start single meeting css*/
.table {
    width: 100%;
    overflow-x: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.table .mobile_select:after {
    content: '\25be';
    display: inline-block;
    margin-left: 0.5em;
    width: 10px;
    line-height: 30px;
}

.table select {
    appearance: none;
    border: none;
    border-radius: 0;
    background: transparent;
    text-transform: capitalize;
    line-height: 30px;
    color: #77406f;
    width: 100%;
    text-align: center;
}

.table .table_row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
}

.table .table_row.table_row_labels {
    background: transparent;
}

.table .table_row:not(:first-child) {
    border-top: 5px solid transparent;
}

.table .table_row:hover:not(.table_row_labels) .table_cell {
    background: #c7c7c7;
    color: #77406f;
}

.table .table_row:hover:not(.table_row_labels) .table_cell.first_in_row {
    background: mediumpurple;
    color: goldenrod;
}

.table .table_row .table_cell {
    padding: 1em 0.5em;
    background: #f0f0f3;
    overflow: hidden;
    list-style: none;
    color: #77406f;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 130%;
}

.table .table_row .table_cell.first_in_row {
    border: 0;
    background: blue;
    color: grey;
}

.table .table_row .table_cell.first_in_row a {
    color: grey;
    padding: 0.5em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.table .table_row .table_cell.first_in_row a:hover {
    color: goldenrod;
}

.table .table_row .table_cell.custom_width {
    width: 150px;
}

.table .table_row .table_cell.table_label {
    line-height: 130%;
    padding: 1em 0.5em;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #77406f;
    background: #fff;
}

.table .table_row .table_cell.table_label.first_in_row {
    border: 0;
}

@media (min-width: 1081px) {
    .table .table_row .table_cell.table_label.hidden_on_desktop,
    .table .table_row .table_cell.hidden_on_desktop {
        display: none;
    }

    .page-template-template-meeting .meeting_rooms .table,
    .page-template-template-wedding-single .meeting_rooms .table {
        display: none;
    }
}

@media (max-width: 1080px) {
    .table .table_row .table_cell.table_label.hidden_on_mobile,
    .table .table_row .table_cell.hidden_on_mobile {
        display: none;
    }

    .page-template-template-meeting .meeting_rooms,
    .page-template-template-wedding-single .meeting_rooms {
        display: block;
        margin-bottom: 2em;
    }

    .page-template-template-meeting .meeting_rooms table,
    .page-template-template-wedding-single .meeting_rooms table {
        display: none;
    }
}

.table_cell_0 {
    background: #77406f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 50%;
    text-align: center;
}

/*end single meeting css*/

/* Offers main page */
div.main_offer {
    float: left;
    width: 100%;
    height: 420px;
    overflow: hidden;
    margin-bottom: 40px;
}

div.main_offer > div {
    padding: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 500px;
    height: 240px;
    position: absolute;
    z-index: 5;
    bottom: 40px;
    right: 105px;
}

div.main_offer > div h3 {
    display: block;
    margin: 0;
    text-transform: none;
    color: #fff;
    font-size: 36px;
    line-height: 30px;
}

div.main_offer > div strong {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    overflow: hidden;
    height: 70px;
}

div.main_offer > div span {
    display: block;
    text-align: center;
    margin-top: 25px;
}

div.main_offer > div span.date {
    font-family: Georgia;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 36px;
    margin: 0;
}

div.main_offer > div a.btn {
    font-style: italic;
    padding: 12px 30px;
    font-size: 14px;
}

.choose_offers {
    padding-bottom: 2em;
}

.choose_offers > div {
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.choose_offers > div > span {
    font-size: 14px;
    color: #323232;
    font-family: var(--futura-book), sans-serif;
    text-transform: uppercase;
    text-align: left;
}

#choose_offers {
    text-transform: capitalize;
    border: 1px solid #a8a8a8;
    width: 300px;
    height: 38px;
    margin: 0 auto;
    color: #818181;
    font-family: var(--futura-book), sans-serif;
}

li.offer_detail {
    width: 32.5%;
    float: left;
    border: 1px solid #a8a8a8;
    padding: 20px !important;
    height: 600px;
    margin: 0 1.2% 1.2% 0;
    position: relative;
}

li.offer_detail.last {
    margin-right: 0;
}

li.offer_detail > a > div {
    float: left;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

li.offer_detail > h3 {
    text-transform: none;
    color: #252421;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 0;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

li.offer_detail > p {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 22px;
    float: left;
    clear: both;
    width: 100%;
    height: 85px;
    overflow: hidden;
    margin-top: 5px;
}

li.offer_detail > span {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

li.offer_detail a.btn {
    font-style: italic;
    letter-spacing: 0.7px;
    padding: 12px 30px;
    font-size: 14px;
    clear: both;
}

.post-type-archive-offers #footer, .single-offers #footer {
    margin-top: 110px;
}

.outlets_list {
    padding-top: 2em;
    list-style-type: none !important;
}

.outlets_list li {
    padding: 0 !important;
    width: 31.65% !important;
    border: 0 !important;
    margin: 0 2.5% 2.5% 0 !important;
    height: 610px !important;
}

.outlets_list li.last {
    margin: 0 !important;
}

.outlets_list li > a, .outlets_list li > div, .outlets_list li > a > div {
    height: 370px !important;
}

.outlets_list li h3 {
    color: #454545 !important;
}

.outlets_list li > p {
    color: #454545 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 20px;
    height: 100px !important;
}

.outlets_list li .btn {
    bottom: 25px !important;
}

#offers .outlets_list li {
    width: 49% !important;
    margin: 0 2% 4% 0 !important;
}

#offers .outlets_list li.last {
    margin-right: 0 !important;
}

/* Offer single page */
#breadcrumbs {
    font-size: 14px;
    color: #3d3c3c;
    padding: 10px 0;
}

#breadcrumbs a, #breadcrumbs > span {
    color: #818181;
}

#breadcrumbs > span, #breadcrumbs > strong {
    margin-left: 5px;
    font-size: 14px;
}

.single_offer {
    margin-top: 150px;
}

.single_offer div.image {
    float: left;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.single_offer div.image h3 {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    z-index: 100;
    margin: 0;
    height: 420px;
    line-height: 420px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9);
}

.single_offer h4 {
    text-align: left;
    font-size: 24px;
    margin: 0;
}

.single_offer span.date {
    font-family: Georgia;
    color: #3d3c3c;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    padding-bottom: 1em;
    display: block;
    text-align: left;
}

.single_offer .features {
    background: #f0f0f2;
    padding: 20px;
}

.single_offer .features h4 {
    text-transform: none;
    margin: 0;
}

.single_offer .features ul {
    list-style-type: disc;
    list-style-position: inside;
}

.single_offer .features li {
    padding-top: 1em;
    font-family: Georgia;
    color: #3f3f3f;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}

.single_offer .offer_content {
    margin: 0 0 1em 0;
}

.single_offer .terms {
    margin-top: 2em;
}

.single_offer .terms h5 {
    cursor: pointer;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3f3f3f;
    font-size: 21px;
    line-height: 40px;
    text-decoration: underline;
    background: transparent url(../svg/arrow_down.svg) no-repeat right 14px;
    background-size: 10px 5px;
    display: inline;
    padding-right: 18px;
}

.single_offer .terms > div {
    display: none;
}

.single_offer .left-column {
    width: 77%;
    border-right: 0;
    margin-top: 20px;
    height: auto !important
}

.single_offer .no-right-column {
    width: 100%;
}

.single_offer .right-column {
    width: 23%;
    margin-top: 20px;
}

.single_offer .right-column #bookingform {
    float: left;
    width: 100%;
    background: #323232;
    padding: 40px 0;
}

.single_offer .right-column #bookingform div.field {
    float: none;
    width: 82%;
    margin: 0 auto;
}

.single_offer .right-column #bookingform div.field > label {
    width: 100px;
}

.single_offer .right-column #bookingform div.submit {
    padding-top: 2em;
}

.single_offer .right-column #bookingform input.submit_button {
    height: auto;
    width: 80%;
    float: none;
    padding: 0;
    margin: 0 auto;
}

.single_offer #ui-datepicker-div {
    margin: 0 !important;
}

/* Gallery */
#gallery_popin {
    position: fixed;
    z-index: 9999;
    top: -99999px;
    left: -99999px;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

#gallery_popin.shown {
    top: 0;
    left: 0;
}

#gallery_popin_ctx {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    float: left;
    width: 98%;
    height: 96%;
    margin: 1%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
}

#gallery_thumbnails {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 108px;
    background: #000;
    z-index: 15;
}

#gallery_categories {
    -moz-transition: left ease-in-out .4s;
    -webkit-transition: left ease-in-out .4s;
    transition: left ease-in-out .4s;
    float: left;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
}

#gallery_categories.closed {
    left: -300px;
}

#gallery_categories ul {
    float: left;
    width: 260px;
    padding: 5px 20px;
    position: absolute;
    top: 0;
    left: 40px;
}

#gallery_categories li {
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #a8a8a8;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#gallery_categories li.active {
    color: #fff;
    background: none;
}

#gallery_thumbnails_ctx {
    float: left;
    position: absolute;
    width: 100%;
    height: 84px;
    overflow: hidden;
}

#gallery_scrollbar {
    float: left;
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3f3f3f;
}

.gallery_scrollbar_bar {
    position: absolute;
    top: 4px;
    left: 7.5%;
    width: 92%;
    float: left;
    margin-right: .5%;
}

.gallery_scrollbar_track {
    -moz-transition: width ease .3s;
    -webkit-transition: width ease .3s;
    transition: width ease .3s;
    position: absolute;
    top: 0;
    background: #9E9E9E;
    border-radius: 8px;
    height: 16px;
    width: 500px;
    left: 0;
    cursor: pointer;
}

.gallery_info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 7%;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-family: var(--futura-book), sans-serif;
    height: 14px;
    margin: 5px 0;
}

.gallery_prev, .gallery_next {
    display: block;
    cursor: pointer;
    float: left;
    position: absolute;
    top: calc(50% - 25px);
    height: 50px;
    z-index: 5;
    width: 50px;
    margin: 0;
}

.gallery_prev {
    left: 50px;
    background: transparent url(../svg/gallery_prev.svg) no-repeat center center;
}

.gallery_next {
    right: 50px;
    background: transparent url(../svg/gallery_next.svg) no-repeat center center;
}

#gallery_caption {
    padding: 15px;
    z-index: 7;
    position: absolute;
    right: 45px;
    bottom: 108px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 350px;
    height: 75px;
}

#gallery_caption strong {
    float: left;
    clear: both;
    margin-top: .75em;
    display: block;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    font-size: 18px;
}

#gallery_caption span {
    float: left;
    font-family: Georgia;
    color: #a8a8a8;
    font-size: 14px;
    font-style: italic;
}

#gallery_caption small {
    float: right;
    font-family: var(--futura-book), sans-serif;
    color: #cfcfcf;
    font-size: 12px;
}

#gallery_caption small i {
    font-style: normal;
}

#gallery_thumbnails_ctx ul {
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    float: left;
    height: 80px !important;
}

#gallery_thumbnails_ctx li {
    cursor: pointer;
    overflow: hidden;
    float: left;
    width: 130px;
    height: 80px;
    margin-right: 2px;
    position: relative !important;
}

#gallery_thumbnails_ctx li:after {
    position: absolute;
    z-index: 5;
    content: "";
    display: block;
    float: left;
    width: 122px;
    height: 72px;
    border: 4px solid transparent;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#gallery_thumbnails_ctx li.current:after {
    border-color: #fff;
    border-color: rgba(255, 255, 255, .5);
}

#gallery_thumbnails_ctx li img {
    float: left;
    width: 100%;
    z-index: 2;
    position: relative;
}

#gallery_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
}

#gallery_preview:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    float: left;
    width: 36px;
    height: 36px;
    margin: -80px 0 0 136px;
    background: url(../png/spinner.png) no-repeat left top;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: -1;
}

#gallery_preview.closed:before {
    margin-left: -18px;
}

#gallery_popin span.video-play {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    float: left;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    background: transparent url(../svg/btn-play.svg) no-repeat left top;
}

#gallery_popin span.virtual-play {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    float: left;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    background-size: 32px;
}

#gallery_popin span.close {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent url(../png/close.png) no-repeat left top !important;
    z-index: 10;
    cursor: pointer;
}

.gallery_menu {
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    background: #77406f url(../svg/gallery_menu.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

/* Forms */
form input {
    border: solid 1px #a8a8a8;
    width: 400px;
    height: 24px;
    padding-left: 5px;
    background: #fff !important;
    font-family: var(--futura-book), sans-serif;
}

form label {
    text-align: left;
    width: 140px;
    display: block;
    float: left;
    font-family: var(--futura-book), sans-serif;
    color: #3d3c3c;
    line-height: 24px;
}

form select {
    border: solid 1px #a8a8a8;
    width: 400px;
    height: 24px;
    padding-left: 5px;
    outline: 0;
    border: 1px solid #a8a8a8;
    background-color: #fff;
    font-family: var(--futura-book), sans-serif;
}

form textarea {
    width: 400px;
    height: 140px;
    border: solid 1px #a8a8a8;
    padding: 5px 0 0 5px;
    background: #fff !important;
    font-family: var(--futura-book), sans-serif;
}

.submit input, input.tableplus-submit, div.resdiary-form div.RDbutton button.RDbtn {
    font-family: var(--futura-book), sans-serif;
    display: block;
    background: #77406f !important;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: auto;
    text-align: center;
    float: right;
    padding: 0 40px;
}

.submit input:disabled {
    background: #f4f4f6 !important;
    color: #7b7b7b !important;
    cursor: default;
}

input.tableplus-submit {
    width: 100% !important;
}

form > p, form > div {
    margin-top: 12px;
    float: left;
    width: 540px;
}

form > div {
    clear: both;
}

form > .alert label {
    color: #77406f;
}

form > .alert input, form > .alert textarea {
    border: 1px solid #77406f;
    background: #77406f !important;
    background: rgba(119, 64, 111, .2) !important;
}

#re-captcha {
    float: right
}

.restaurant_form .tableplus-form > form > div {
    width: 100% !important;
}

.restaurant_form .tableplus-form > form select, .restaurant_form .tableplus-form > form .tableplus-datepicker {
    float: right !important;
    width: 50% !important;
}

div.resdiary-form button.RDbtn > span {
    font-family: var(--futura-book), sans-serif !important;
    font-weight: normal !important;
}

.booking-widget-container .RDbtn-default, .booking-widget-container .RDbtn-default.disabled, .booking-widget-container .RDbtn-default.disabled.active, .booking-widget-container .RDbtn-default.disabled.focus, .booking-widget-container .RDbtn-default.disabled:active, .booking-widget-container .RDbtn-default.disabled:hover, .booking-widget-container .RDbtn-default[disabled], .booking-widget-container .RDbtn-default[disabled].active, .booking-widget-container .RDbtn-default[disabled].focus, .booking-widget-container .RDbtn-default[disabled]:active, .booking-widget-container .RDbtn-default[disabled]:focus, .booking-widget-container .RDbtn-default[disabled]:hover, fieldset[disabled] .booking-widget-container .RDbtn-default, fieldset[disabled] .booking-widget-container .RDbtn-default.active, fieldset[disabled] .booking-widget-container .RDbtn-default.focus, fieldset[disabled] .booking-widget-container .RDbtn-default:active, fieldset[disabled] .booking-widget-container .RDbtn-default:focus, fieldset[disabled] .booking-widget-container .RDbtn-default:hover, .booking-widget-container input[type=text], .RDdatepicker table tr td.RDday, .booking-widget-container .RDform-control, .booking-widget-container .RDinput-group-addon {
    border-color: #a8a8a8 !important;
}

.booking-widget-container {
    background: #f9f9f9 !important;
    display: block !important;
    height: 300px !important;
}

.booking-widget-container .RDbtn-default.disabled:focus, .booking-widget-container input[type=text]:focus, .RDdatepicker table tr td.RDday.focused, .RDdatepicker table tr td.RDday:hover {
    border-color: #77406f !important;
}

.RDdatepicker table tr td.RDday.focused, .RDdatepicker table tr td.RDday:hover {
    background-color: #77406f !important;
}

.RDdatepicker table tr td.RDactive, .RDdatepicker table tr td.RDactive.disabled, .RDdatepicker table tr td.RDactive.disabled:hover, .RDdatepicker table tr td.RDactive:hover {
    border-color: #77406f !important;
    background-color: #77406f !important;
}

.booking-widget-container .RDparty-size-container .RDfilter-option:after, .booking-widget-container .RDreservation-date-container .RDglyphicon-calendar::before, .booking-widget-container .RDservice-container .RDfilter-option:after {
    color: #77406f !important;
}

.booking-widget-container .RDservice-container .RDnoAvailability {
    color: #000 !important;
}

.resdiary-form {
    display: block !important;
}

/* Contact page  */
.page-template-template-contact .left-column {
    float: right;
    padding-right: 0;
    padding-left: 5%;
    border-right: 0;
    border-left: 1px solid #cfcfcf;
}

.page-template-template-contact .right-column {
    float: left;
}

.page-template-template-contact .left-column > strong {
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #3d3c3c;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 0 0;
    display: block;
}

.page-template-template-contact .left-column > strong.mail_sent {
    padding: 220px 0;
    font-size: 22px;
}

.page-template-template-contact .left-column > p.alert {
    color: #77406f;
    display: block;
    text-align: center;
    width: 540px;
}

.page-template-template-contact form input:focus, .page-template-template-contact form select:focus, .page-template-template-contact form textarea:focus {
    border-color: #77406f;
    box-shadow: 0px 0px 8px 0px rgba(119, 64, 111, 0.4);
}

/* Newsletter page */
.page-template-template-newsletter .left-column {
    margin-bottom: 0;
    float: right;
    padding-right: 0;
    padding-left: 5%;
    border-right: 0;
    border-left: 1px solid #cfcfcf;
}

.page-template-template-newsletter .right-column {
    float: left;
}

.page-template-template-newsletter p.checkbox {
    padding: 20px 0 0 0;
}

.page-template-template-newsletter div.interests {
    padding: 0;
}

.page-template-template-newsletter div.interests li {
    float: left;
    clear: both;
    width: 100%;
}

.page-template-template-newsletter p.checkbox input, .page-template-template-newsletter div.interests input {
    float: left;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    margin: 0 !important;
}

.page-template-template-newsletter p.checkbox label, .page-template-template-newsletter div.interests label {
    float: left;
    width: 230px;
    margin: 0 10px;
}

.page-template-template-newsletter div.interests > label {
    margin: 0 !important;
    width: auto !important;
    padding-bottom: 10px;
}

.page-template-template-newsletter p.checkbox select {
    float: left;
    width: 270px;
}

.page-template-template-newsletter div.captcha {
    padding-top: 20px;
}

.page-template-template-newsletter div.right-column ul {
    list-style-type: disc;
    list-style-position: outside;
    width: 72%;
}

.page-template-template-newsletter div.right-column li {
    line-height: 18px;
    padding-bottom: 1em;
    font-family: var(--futura-book), sans-serif;
}

.page-template-template-newsletter p.legal {
    font-family: var(--futura-book), sans-serif;
    color: #818181;
    font-size: 12px;
    line-height: 18px;
    padding-top: 40px;
}

.page-template-template-newsletter #footer {
    margin-top: 60px;
}

.page-template-template-newsletter form input:focus, .page-template-template-newsletter form select:focus, .page-template-template-newsletter form textarea:focus {
    border-color: #77406f;
    box-shadow: 0px 0px 8px 0px rgba(119, 64, 111, 0.4);
}

.page-template-template-contact form input[type=checkbox]:focus {
    box-shadow: none;
}

/* Book button and panel */
#book_button, .home #book_button.shown {
    width: auto;
    height: 50px !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 50px !important;
    font-family: var(--futura-book), sans-serif;
    display: block;
    float: right;
    background: #77406f;
    text-align: center;
    padding: 0 30px;
    overflow: visible;
}

#book_button.shown {
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#book_button:active, #book_button:hover {
    background-color: #43153c !important;
    color: #fff !important;
}

.home #book_button {
    height: 0 !important;
    overflow: hidden;
}

#book_panel {
    background-color: #252421;
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    width: 370px;
    position: fixed;
    right: -370px;
    top: 0;
    -moz-transition: right ease .4s;
    -webkit-transition: right ease .4s;
    transition: right ease .4s;
    bottom: 0;
    height: 100%;
    z-index: 1200;
}

#book_panel.open {
    right: 0
}

div.book_overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    float: left;
    height: 100%;
    z-index: 1150;
    bottom: 0;
}

#bookingform > strong {
    padding-bottom: 20px;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-style: italic;
}

#book_panel > form {
    margin: 0 auto;
    display: block;
    width: 70%;
    padding-top: 120px;
    position: relative;
}

#book_panel > form > div.field, .right-column #bookingform div.field {
    padding-top: 16px;
    margin: 0;
    width: 100%;
}

#book_panel > form > div.field > label, .right-column #bookingform div.field > label {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

#book_panel > form input, .right-column #bookingform input {
    background-color: #fff;
    width: 100px;
    height: 24px;
}

#book_panel > form .text, .right-column #bookingform .text {
    color: #818181;
    font-family: var(--futura-book), sans-serif;
    font-weight: 300;
    font-size: 10px;
    float: right;
}

#book_panel > form select, .right-column #bookingform select {
    width: 100px;
    height: 24px;
}

#book_panel .childrenAge0, #book_panel .childrenAge1, #book_panel .childrenAge2,
.right-column #bookingform .childrenAge0, .right-column #bookingform .childrenAge1, .right-column #bookingform .childrenAge2 {
    display: none;
}

#book_panel .submit_button {
    height: auto;
    width: auto;
    padding: 0 40px;
    font-size: 12px;
    float: none !important;
    margin: 20px auto 0 auto;
}

#checkin, #checkout {
    background: #fff url(../svg/calendar.svg) no-repeat 80px 1px !important;
    background-size: 14px 20px !important;
    cursor: pointer;
}

.book_close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 44px;
    right: 0;
}

#ui-datepicker-div {
    z-index: 8050 !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, .6) !important;
    -moz-box-shadow: -4px 4px 10px rgba(0, 0, 0, .6) !important;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, .6) !important;
    width: 17em !important;
    padding: .2em .2em 0 !important;
    font-family: var(--futura-book), sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
}

.ui-datepicker .ui-datepicker-header {
    border: 0;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    -webkit-box-shadow: inset 0 0 0 0 #000 !important;
    -moz-box-shadow: inset 0 0 0 0 #000 !important;
    box-shadow: inset 0 0 0 0 #000 !important;
    text-shadow: 0 0 0 #000 !important;
}

.ui-datepicker thead {
    background: none !important;
    border-bottom: 0 !important;
}

.ui-datepicker-title, .ui-datepicker-calendar thead span {
    color: #818181;
    font-family: var(--futura-book), sans-serif;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.ui-datepicker th {
    padding: .7em .3em !important;
    text-align: center !important;
    font-weight: normal !important;
    border: 0 !important;
    text-shadow: 0 0 0 #000 !important;
    font-size: .9em !important;
    border-collapse: collapse !important;
}

.ui-datepicker tbody tr {
    border: 0 !important;
}

.ui-datepicker td {
    border: 0 !important;
    padding: 1px !important;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background: none !important;
}

td .ui-state-default {
    -webkit-box-shadow: inset 0 0 0 0 #000 !important;
    -moz-box-shadow: inset 0 0 0 0 #000 !important;
    box-shadow: inset 0 0 0 0 #000 !important;
    background: #fff !important;
    color: #818181 !important;
    font-family: var(--futura-book), sans-serif !important;
    border: 0 !important;
}

td .ui-state-default:hover, td .ui-state-default:active {
    background: #77406f !important;
    color: #fff !important;
    text-shadow: 0 0 0 #000 !important;
}

td .ui-state-active, .ui-datepicker-calendar .ui-state-active {
    background: #fff !important;
    color: #77406f !important;
    margin: 0 !important;
    text-shadow: 0 0 0 #000 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: right !important;
    width: auto !important;
    height: auto !important;
    line-height: 18px !important;
    display: block !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: none !important;
    top: 0 !important;
    border: 0 !important;
    width: 23px !important;
    height: 23px !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0 !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 0 !important;
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    cursor: pointer !important;
    background: transparent url(../png/datepicker.png) no-repeat 0 -46px !important;
    margin: -11px 0 0 -11px !important;
    width: 23px !important;
    height: 23px !important;
}

.ui-icon-circle-triangle-e {
    background-position: 0 -69px !important;
}

.ui-datepicker-prev-hover, .ui-datepicker-next-hover {
    border: 0 !important;
    background: none !important;
}

.ui-datepicker-prev-hover .ui-icon-circle-triangle-w {
    background-position: 0 0 !important;
}

.ui-datepicker-next-hover .ui-icon-circle-triangle-e {
    background-position: 0 -23px !important;
}

.ui-datepicker .ui-datepicker-title, .ui-datepicker-calendar thead span {
    font-weight: normal !important;
}

#ui-datepicker-div .ui-corner-all, #ui-datepicker-div .ui-corner-bottom, #ui-datepicker-div .ui-corner-right, #ui-datepicker-div .ui-corner-br {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    border-radius: 0 !important;
}

#booking {
    text-align: center;
}

#booking #bookingform-check {
    display: table;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

#booking #bookingform-check div.field {
    position: relative;
    float: left;
    clear: none;
    vertical-align: top;
    height: 50px;
    width: auto;
    margin: 0;
    background: #333;
    background: rgba(51, 51, 51, 0.9);
}

#booking #bookingform-check div.checkin, #booking #bookingform-check div.checkout, #booking #bookingform-check div.adults, #booking #bookingform-check div.children {
    width: 180px;
    cursor: pointer;
}

#booking #bookingform-check div.checkin, #booking #bookingform-check div.checkout, #booking #bookingform-check div.adults {
    border-right: 1px solid #575757;
}

#booking #bookingform-check label {
    position: relative;
    z-index: 2;
    padding: 0;
    background: #333;
    float: left;
    width: 100%;
    line-height: 50px;
    height: 50px;
    display: inline;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

#booking #bookingform-check input {
    float: none;
    width: auto;
}

#booking #bookingform-check input.submit_button {
    font-size: 12px;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
}

#booking #bookingform-check #checkin-check, #booking #bookingform-check #checkout-check, #booking #bookingform-check div.adults select, #booking #bookingform-check div.children select {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0;
}

#booking #bookingform-check div.adults select, #booking #bookingform-check div.children select {
    width: 100%;
}

#booking .select_adults, #booking .select_children {
    display: none;
    float: left;
    width: 100% !important;
    -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, .6) !important;
    -moz-box-shadow: -4px 4px 10px rgba(0, 0, 0, .6) !important;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, .6) !important;
    background: #fff;
}

.select_adults li, .select_children li {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    clear: both;
    color: #818181 !important;
    font-family: var(--futura-book), sans-serif !important;
    font-size: .9em;
    line-height: 18px !important;
    padding: .5em 0;
    background: #fff !important;
}

.select_adults li:hover, .select_children li:hover, .select_adults li:active, .select_children li:active {
    background: #77406f !important;
    color: #fff !important;
}

/**/

.see-gallery {
    display: none;
    position: absolute;
    bottom: 20px;
    z-index: 200;
    right: 80px;
}

.see-gallery a {
    background-color: rgba(0, 0, 0, 0.6);
    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: Georgia;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
    padding: 0 15px;
}

.see-gallery a:hover {
    background-color: rgba(37, 36, 33, 0.6);
}

/* Gallery Page */
body.page-template-template-gallery {
    background: #222;
}

body.page-template-template-gallery-wp {
    background: #222;
}

#video, #video-ctx {
    float: left;
    width: calc(100% - 1px);
    height: 550px;
    position: relative;
}

.video-play {
    cursor: pointer;
    width: 70px;
    height: 70px;
    float: left;
    position: absolute;
    z-index: 1;
    margin: -35px 0 0 -35px;
    top: 50%;
    left: 50%;
    background: transparent url(../svg/btn-play.svg) no-repeat left top;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
    box-shadow: 0 0 20px rgba(0, 0, 0, .8);
}

.virtual-play {
    cursor: pointer;
    width: 70px;
    height: 70px;
    float: left;
    position: absolute;
    z-index: 1;
    margin: -35px 0 0 -35px;
    top: 50%;
    left: 50%;
    background: transparent url(../png/virtual-tour-icon.png) no-repeat left top;
    background-size: 70px;
}

#gallery div.elm .video-play {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

#gallery {
    clear: both;
    float: left;
    width: 100%;
}

#gallery div.video, #gallery .video-ctx {
    width: 390px;
    height: 250px;
    position: relative;
}

#gallery div.elm {
    opacity: 0;
}

#gallery div.elm.set {
    opacity: 1;
}

#gallery div.elm.set a:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;

    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    #gallery div.elm.set a:after {
        border-left: none;
    }
}

#gallery div.landscape img {
    width: 390px;
    height: 250px;
}

#gallery div.portrait img {
    width: 390px;
    height: 500px;
}

#gallery div.image figcaption {
    -moz-transition: opacity ease-in-out .4s;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
}

#gallery div.set:hover figcaption, #gallery div.set:active figcaption {
    opacity: 1;
}

#gallery div.image figcaption > div {
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    padding: 0 20px 20px 20px;
    width: 100%;
}

#gallery div.image figcaption h4 {
    margin: 0;
    color: #fff;
    display: block;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

#gallery div.image figcaption span.tag {
    text-transform: capitalize;
    display: block;
    font-family: Georgia;
    color: #a8a8a8;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    text-align: left;
}

#gallery div.image figcaption span.magnify {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: transparent url(../svg/magnify.svg) no-repeat left top;
    width: 30px;
    height: 30px;
    float: left;
    z-index: 5;
}

#gallery-tags {
    background-color: #323232;
    width: 390px;
    height: 500px;
}

#gallery-tags h3 {
    color: #fff;
    margin: 0;
    text-align: left;
    padding: 20px 30px;
}

#gallery-tags > span {
    display: none;
}

#gallery-tags ul {
    padding: 0 30px;
}

#gallery-tags li {
    cursor: pointer;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    color: #a8a8a8;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

#gallery-tags li.active, #gallery-tags li:hover, #gallery-tags li:active {
    color: #fff;
    background: none;
}

.page-template-template-gallery #footer {
    margin-top: 110px;
}

.page-template-template-gallery-wp #footer {
    margin-top: 110px;
}

div.mobile_apps {
    text-align: center;
}

ul.mobile_apps {
    margin-bottom: 30px;
}

ul.mobile_apps li {
    display: inline;
}

ul.mobile_apps li.google {
    margin-right: 12px;
}

ul.mobile_apps a {
    width: auto;
    height: 50px;
    display: inline-block;
    width: 168px;
}

ul.mobile_apps li.google a {
    background: transparent url(../png/android.png) no-repeat left top;
    width: 143px;
}

ul.mobile_apps li.apple a {
    background: transparent url(../png/apple.png) no-repeat left top
}

/* */
div.left-column > div > ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 1em;
}

div.left-column > div > ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding-bottom: 10px;
    padding-bottom: 1em;
}

div.left-column > div > ul > li {
    font-family: var(--futura-book), sans-serif;
    color: #3d3c3c;
    font-size: 16px;
    line-height: 24px;
}

/* Location Page */
.page-template-template-location #location {
    padding-top: 40px;
}

.page-template-template-location #location p, .page-template-template-location #location span.capital {
    font-size: 18px !important;
}

/* Sitemap */
.sitemap ul {
}

.sitemap ul ul {
    padding-left: 1em;
    padding-top: 10px;
    padding-bottom: 5px;
    list-style-type: disc;
    list-style-position: inside;
}

.sitemap li {
    padding: 5px 0
}

.sitemap > ul > li > a {
    font-weight: bold;
    font-family: var(--futura-book), sans-serif;
    color: #3d3c3c;
    font-size: 16px;
    line-height: 24px;
}

.sitemap ul ul > li > a {
    font-family: var(--futura-book), sans-serif;
    color: #3d3c3c;
    font-size: 14px;
}

.sitemap a:hover, .sitemap a:active {
    text-decoration: underline;
}

/* 404 */
h3.error_404 {
    padding: 50px 0;
}

/* ltr */
strong.ltr {
    direction: ltr;
    display: inline-block;
    font-weight: normal;
}

#localmeasure {
    margin: 20px 0 40px 0;
}

/* rtl */
body.rtl {
    direction: rtl;
    unicode-bidi: embed;
    overflow-x: hidden;
}

body.rtl .section p, body.rtl .right-column h3, body.rtl #services h4, body.rtl #services h5, body.rtl #services li, body.rtl nav ul li > ul li a, body.rtl nav ul,
body.rtl .adp-step, body.rtl .adp-substep, body.rtl .adp-text, body.rtl .meeting_rooms thead th.first {
    text-align: right
}

body.rtl nav ul, body.rtl #traveling_mode a, body.rtl .subnav li {
    float: right;
}

body.rtl .left-column {
    padding-left: 2%;
    padding-right: 0;
    border-left: 1px solid #cfcfcf;
    border-right: 0;
    float: right;
}

body.rtl .right-column {
    padding-left: 0;
    padding-right: 2%;
    text-align: right
}

body.rtl #booking #bookingform-check div.checkin, body.rtl #booking #bookingform-check div.checkout, body.rtl #booking #bookingform-check div.adults {
    border-right: 0;
    border-left: 1px solid #575757;
}

body.rtl #booking img {
    margin: -5px 10px 0 0;
}

body.rtl img.pin_address {
    margin: 0 0 0 10px;
    float: right;
}

body.rtl #tripadvisor div.right-column > div {
    float: right;
    right: 30px;
    left: auto;
}

body.rtl .see-gallery a {
    right: auto;
    left: 80px
}

body.rtl #map_buttons .map, body.rtl #map_buttons .satellite, body.rtl #map_buttons .streetview {
    right: auto;
    left: 0;
}

body.rtl .fancybox-close {
    right: auto !important;
    left: 0 !important;
}

body.rtl #book_panel {
    right: auto;
    left: -370px;
    -moz-transition: left ease .4s;
    -webkit-transition: left ease .4s;
    transition: left ease .4s;
}

body.rtl #book_panel.open {
    left: 0;
}

body.rtl #itinerarySubmit {
    margin: 0 30px 0 0;
}

body.rtl #print_itinerary {
    right: initial;
    left: 0;
    text-align: left;
}

body.rtl #traveling_mode {
    right: initial;
    left: 280px;
}

body.rtl form input, body.rtl form select {
    padding-left: 0;
    padding-right: 5px;
}

body.rtl #checkin, body.rtl #checkout {
    background: #fff url(../svg/calendar.svg) no-repeat 5px 1px !important;
    background-size: 14px 20px !important;
}

body.rtl #ui-datepicker-div {
    margin: 0 !important;
    -webkit-box-shadow: 4px 7px 5px rgba(0, 0, 0, .8) !important;
    -moz-box-shadow: 4px 7px 5px rgba(0, 0, 0, .8) !important;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, .8) !important;
}

body.rtl .ui-datepicker .ui-datepicker-next {
    left: 0 !important;
    right: auto !important;
}

body.rtl .right-column a, body.rtl #footer-nav ul, body.rtl #logo, body.rtl #hotel-name, body.rtl #highlighted ul li, body.rtl form label {
    text-align: right;
    float: right;
}

body.rtl .right-column a.mailto {
    float: none !important;
}

body.rtl #logo {
    margin: 0 0 0 20px;
}

body.rtl .social, body.rtl #book_button, body.rtl #lang, body.rtl .submit input {
    float: left !important;
}

body.rtl #gallery-tags h3, body.rtl #gallery-tags li, body.rtl .single_offer h4 {
    text-align: right;
}

body.rtl #breadcrumbs > span, body.rtl #breadcrumbs > strong {
    margin-left: 0;
    margin-right: 5px;
}

body.rtl #monuments li {
    border-left: 1px solid #fff;
    border-right: 0;
}

body.rtl #monuments li.last {
    border: 0;
}

body.rtl .place_itinerary {
    float: right;
}

body.rtl #places_content {
    left: initial;
    right: 30px;
}

body.rtl #places_list li img {
    float: right;
}

body.rtl #places_list li strong {
    padding-left: 0;
    padding-right: 18px;
}

body.rtl.page-template-template-legal div.left-column > div {
    text-align: left;
    direction: ltr;
}

/* lang AR */
html.lang_ar #logo img {
    top: 10px
}

/* lang RU */
html.lang_ru #room-nav a {
    font-size: 12px;
}

html.lang_ru nav ul li a {
    padding: 0 12px 0 12px;
}


/* Gravity forms */
.gform_wrapper {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.gform_wrapper form > p, .gform_wrapper form > div {
    font-size: 14px;
}

.gform_wrapper form label {
    float: none;
    width: auto;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.gform_wrapper .gform_heading {
    margin: 0;
}

.gform_wrapper .gform_heading h3.gform_title {
    font-size: 22px;
    margin: 0;
    line-height: 130%;
}

.gform_wrapper .gform_heading span.gform_description {
    margin: 0;
}

.gform_wrapper .gform_body {
    margin-top: 0;
}

.gform_wrapper label.gfield_label {
    font-weight: normal;
    margin-bottom: 5px;
}

.gform_wrapper .field_sublabel_below
.ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    font-size: 12px;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-weight: normal;
    text-indent: 10px;
    font-size: 14px;
}

.gform_wrapper ul.gform_fields {
    margin: 0;
    padding: 0;
}

.gform_wrapper ul.gform_fields > li.gfield {
    clear: none;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gform_wrapper ul.gform_fields > li.gfield .ginput_container {
    position: relative;
}

.gform_wrapper ul.gform_fields > li.gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: 100%;
}

.gform_wrapper ul.gform_fields > li.gfield .ginput_container img.ui-datepicker-trigger {
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 1000;
    cursor: pointer;
}

.gform_wrapper ul.gform_fields > li.gfield .ginput_container_select {
    position: relative;
}

.gform_wrapper ul.gform_fields > li.gfield .ginput_container_select select {
    width: 100%;
    text-align: left;
    text-indent: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gform_wrapper ul.gform_fields > li.gfield .ginput_container_checkbox > ul > li {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    float: none;
    clear: none;
}

.gform_wrapper ul.gform_fields > li.gfield .ginput_container_checkbox > ul > li label {
    float: none;
    clear: none;
    margin-left: 5px;
    max-width: inherit;
}

.gform_wrapper ul.gform_fields > li.gfield .ginput_container_checkbox > ul > li input[type="checkbox"] {
    float: none;
    clear: none;
}

.gform_wrapper .gform_footer.top_label {
    margin: 0;
}

.gform_wrapper .gform_footer.top_label input[type="submit"] {
    padding: 0 30px;
    -moz-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    background: #77406f !important;
    color: #FFF;
    text-transform: uppercase;
    font-family: var(--futura-book), sans-serif;
}

.gform_wrapper .gform_footer.top_label input[type="submit"]:hover {
    background: #43153c !important;
    color: #FFF;
}

.gform_wrapper .clear-multi {
    display: table;
    width: 100%;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.gform_wrapper .clear-multi .ginput_container_time {
    margin: 0;
    padding: 0 5px;
    float: none;
    clear: none;
    width: 100px;
    display: table-cell;
}

.gform_wrapper .clear-multi .ginput_container_time i {
    display: none !important;
}

.gform_wrapper .clear-multi .ginput_container_time select {
    width: 100%;
    max-width: 100% !important;
    text-align: left;
    text-indent: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.oembed_wrapper {
    display: block !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
    text-align: center !important;
    margin: 20px 0 !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
    max-width: 100% !important;
}

.oembed_wrapper iframe,
.oembed_wrapper object,
.oembed_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#video-container iframe, #video-container object, #video-container embed {
    position: absolute;
    top: -99999px;
    left: -99999px;
    width: 100%;
    height: 100%;
}

#hp_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 1em;
    font-style: italic;
    font-family: 'Garamond Premr Pro', sans-serif;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    width: 44px;
    height: 44px;
    margin: 45px 0 0 0;
    background-size: 44px;
}

.home #hp_video_play,
.page-template-template-room #hp_video_play,
.page-template-template-spa #hp_video_play,
.page-template-template-wellness-single #hp_video_play,
.page-template-template-restaurant #hp_video_play,
.page-template-template-wedding-single #hp_video_play,
.page-template-template-meeting #hp_video_play {
    margin-top: 52px;
}


.stop_video, .mute_video {
    background: transparent url(../svg/stop.svg) no-repeat left top;
    background-size: cover;
    float: left;
    line-height: 150px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    display: none;
    position: absolute;
    bottom: 120px;
    right: 40px;
    font-size: 1em;
    font-style: italic;
    font-family: 'Garamond Premr Pro', sans-serif;
    color: #fff;
    cursor: pointer;
    z-index: 5000;
}

.mute_video {
    background: transparent url(../svg/unmute.svg) no-repeat left top;
    background-size: cover;
    right: 90px;
}

.main_slideshow {
    z-index: 4
}

#booking, #hp_video_play {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#hotel-name {
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

body.hasVideo #main_slideshow > div.main_slideshow {
    position: absolute
}

body.hasVideo #main_slideshow {
    height: auto;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s
}

body.playing-video #booking {
    opacity: 0;
}

body.playing-video #booking:hover {
    opacity: 1 !important
}

body.playing-video #main_slideshow {
    max-height: 999px;
}

body.playing-video .main_slideshow {
    height: 100%;
    visibility: hidden;
    display: none;
}

body.playing-video #video-container iframe, body.playing-video #video-container object, body.playing-video #video-container embed {
    left: 0;
    top: 0
}

body.playing-video #hp_video_play {
    opacity: 0
}

body.playing-video .stop_video, body.playing-video .mute_video {
    display: block
}

body.playing-video .mute_video.muted {
    background: transparent url(../svg/mute.svg) no-repeat left top;
    background-size: cover;
}

body.playing-video span.arrows.right, body.playing-video span.arrows.left {
    display: none;
}

.offer_custom_button a {
    float: none;
    text-decoration: none;
    font-family: var(--futura-book), sans-serif;
    font-weight: normal;
    display: inline-block;
    padding: 5px 20px;
}

p img {
    max-width: 100%;
    height: auto;
}


.w-container > .left-column div p img.alignright,
.description p img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.w-container > .left-column div p img.alignleft,
.description p img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.w-container > .left-column div p img.aligncenter,
.description p img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.w-container > .left-column div p a img.alignright,
.description p a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.w-container > .left-column div p a img.alignleft,
.description p a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.w-container > .left-column div p a img.aligncenter,
.description p a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.location_main_content, .contact_main_content {
    padding: 40px 10px 0 10px;
    background-color: #FFF;
    text-align: left;
    font-style: normal;
}

.contact_main_content {
    padding-top: 0px;
}

.location_main_content p, .contact_main_content p {
    font-style: normal !important;
    text-align: left !important;
}

.location_main_content p + p, .contact_main_content p + p {
    margin-top: 20px;
}

.offers_main_content {
    padding: 20px 0;
    clear: both;
    text-align: center;
    font-style: normal;
}

.offers_main_content p {
    font-style: normal !important;
    text-align: center;
}

.offers_main_content p + p {
    margin-top: 20px;
}

/* Media Queries */
@media (max-width: 1280px) {

    .overlay strong {
        line-height: 20px;
    }

}

@media (max-width: 1200px) {

    nav ul li a {
        font-size: 11px;
    }

    .left-column > div {
        padding-left: 20px;
    }

    .left-column > div.offer_content {
        padding-left: 0;
    }

    .roomtype {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .roomtype li {
        width: 38%;
        display: inline-block;
        float: none;
        position: relative;
        margin-bottom: 3%;
        margin-right: 3% !important;
        vertical-align: top;
    }


}

@media (max-width: 1080px) {

    nav ul li a {
        padding: 0 15px;
    }

    .overlay p {
        max-height: 54px;
        overflow: hidden;
    }

    div.main_slideshow > h3 {
        font-size: 30px;
        height: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    #hotel-name h2 {
        font-size: 28px;
    }

    #hotel-name {
        width: 55%;
    }

    #meetings .section li, #meetings .section li.first, #meetings .section li.second, #meetings .section li.last {
        width: 50% !important;
    }

    #meetings ul li > div {
        position: absolute !important;
        float: none !important;
        height: auto !important;
        bottom: 0 !important;
        top: auto !important;
        left: 0;
        width: 100%;
    }

    #meetings ul li > div h4 {
        height: auto !important;
        font-size: 24px;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 20px;
    }

    #meetings ul li > div > a.btn {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 299 !important;
        overflow: hidden !important;
        text-indent: -9999px !important;
        background: transparent !important;
    }

    #meetings .section ul li, #meetings .section ul li.first, #meetings .section ul li.second, #meetings .section ul li.last {
        margin: 0 !important;
        margin-right: 0 !important;
    }

}

@media (max-width: 800px) {

    .roomtype li {
        margin-left: 3%;
        width: 90%;
        margin-bottom: 5%;
    }

    .roomtype img {
        width: 100%;
        height: 276px;
    }

    #hotel-name {
        width: 57%;
    }

    #hotel-name h2 {
        font-size: 22px;
    }

    .see-gallery {
        bottom: 10px;
        right: 10px;
    }

    .outlets_list li h3 {
        font-size: 18px;
    }

    /*#meetings .section li > a, #meetings .section li > div { width: 100% !important; }*/
    #highlighted ul li {
        width: 100%;
        height: 400px !important;
    }

    li.offer_detail {
        width: 90%;
        float: none;
        border: 1px solid #a8a8a8;
        padding: 20px !important;
        height: 600px;
        margin: 0 auto 1.2% auto;
        position: relative;
    }
}

@media (max-width: 767px) {
    #meetings .section ul li, #meetings .section ul li.first, #meetings .section ul li.second, #meetings .section ul li.last {
        width: 100% !important;
    }

    #meetings .section ul li > div {
        height: 100% !important;
    }

    #meetings .section ul li > div h4 {
        padding: 0 !important;
        background: transparent none !important;
        height: 100% !important;
    }
}

#awards_list .awards_ul {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
    width: auto;
    line-height: 120%;
    font-family: var(--futura-book), sans-serif;
    font-size: 16px;
}

#awards_list .single_award {
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333%;
    float: left;
    margin-bottom: 30px;
}

#awards_list .single_award * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#awards_list .logo {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
}

#awards_list .texts {
    background: #f6f6f6;
    padding: 20px;

}

#awards_list .date {
    font-size: 14px;
    margin-bottom: 5px;
}

#awards_list .title {
    font-size: 20px;
    line-height: 110%;
    font-family: var(--futura-cond-bold-obl), sans-serif;
    text-transform: uppercase;
}

#awards_list .description {
    margin-top: 10px;
    color: #666;
    line-height: 180%;
}

.section.awards_template .w-container {
    width: 95%;
}

@media (min-width: 769px) {
    #awards_list .single_award:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #awards_list .awards_ul {
        margin-left: 20px;
        margin-right: 20px;
    }

    #awards_list .single_award {
        width: 50%;
    }

    #awards_list .single_award:nth-child(odd) {
        clear: both;
    }
}

@media (max-width: 767px) {
    #awards_list .awards_ul {
        margin-left: 20px;
        margin-right: 20px;
    }

    #awards_list .single_award {
        width: 100%;
    }

}

/* Sticky Book a table / Book this offer buttons */

.anchors_table_booking_link {
    display: none;
    float: left;
    padding: 14px 20px;
    margin-bottom: 0;
}

#subnav .subnav.fixed .anchors_table_booking_link {
    display: block;
}

.mobile_table_booking_link {
    display: none;
    z-index: 1000;
    position: fixed;
    padding: 0;
    height: 60px;
    line-height: 46px;
    bottom: 0;
    right: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-style: solid;
    border-width: 8px 10px;
    border-color: #C7C7C7;
    font-family: var(--futura-book), sans-serif !important;
}

/*Flex nav*/
#header nav ul.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

#header nav ul.flex > li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    height: 50px;
}

#header nav ul.flex > li > a {
    line-height: 120%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /*padding-left: 20px;
    padding-right: 20px;*/
    text-align: center;
}

#header nav ul.flex > li > a:hover {
    background-color: transparent;
}

#header nav ul.flex > li:hover {
    background-color: rgba(255, 255, 255, 0.30);
}


/* EXTENDED Booking form */
#booking #bookingform-check div.checkin, #booking #bookingform-check div.checkout, #booking #bookingform-check div.adults, #booking #bookingform-check div.children {
    z-index: 100;
}

#booking #bookingform-check a.extend_fields {
    width: 49px;
    height: 50px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #575757;
    color: #fff;
    font-family: var(--futura-book), sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background: #333;
    font-size: 1.1em;
    line-height: 50px;
    display: block;
}

html[dir="rtl"] #booking #bookingform-check a.extend_fields {
    border-width: 0 1px 0 0;
}

#booking #bookingform-check a.extend_fields .plus {
    display: block;
}

#booking #bookingform-check a.extend_fields.open .plus {
    transform: rotate(45deg);
}

#booking #bookingform-check .extended_fields {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 50%;
    width: 950px;
    margin-left: -475px;
    margin-top: 0;
    background: #333;
    border-top: 1px solid #575757;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    justify-content: flex-start;
}

#booking #bookingform-check .extended_fields * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#booking #bookingform-check .extended_fields .field {
    display: flex;
    align-items: center;
    width: 305px;
    padding-right: 20px;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
    border: none !important;
}

html[dir="rtl"] #booking #bookingform-check .extended_fields .field {
    padding-right: 0;
    padding-left: 20px;
}

#booking #bookingform-check .extended_fields .childrenages_row {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#booking #bookingform-check .extended_fields .field label {
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    height: auto;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#booking #bookingform-check .extended_fields .field select,
#booking #bookingform-check .extended_fields .field input {
    height: 50px;
    line-height: 50px;
    border: 1px solid #575757;
    flex-grow: 1;
    background: #333 !important;
    color: #fff;
    padding: 0 10px;
    width: 100%;
}

#booking #bookingform-check .extended_fields .promocode_row {
    width: 50%;
}

#booking #bookingform-check .extended_fields .promocode_row .field {
    width: 50%;
}

/* END EXTENDED Booking form */

/* page 404 */
div.error_404 .btn {
    margin: 0 auto;
    width: 200px !important;
    display: block;
    height: 40px;
    line-height: 40px;
}

div.error_404 .sitemap > ul > li > a {
    font-family: 'ClanOT-ExtdBook', sans-serif !important;
    font-size: 15px;
    padding-left: 10px;
}

div.error_404 .sitemap > ul ul > li > a {
    font-family: 'ClanOT-ExtdBook', sans-serif !important;
    font-size: 12.5px;
}

div.error_404 .sitemap ul ul {
    padding-left: 2em !important;
}

a.unclickable {
    cursor: default;
}

@media only screen and (max-width: 767px) {
    body.page-template-template-destination .main_slideshow,
    body.page-template-template-destination .see-gallery {
        display: none !important;
    }

    body.page-template-template-destination #main_slideshow {
        height: 60px !important;
    }

    body.page-template-template-destination .see-gallery {
        display: none !important;
    }

    body.page-template-template-destination div.roomtype li > p {
        display: block !important;
        margin-bottom: 40px;
        clear: both;
        float: none;
    }

    body.page-template-template-destination div.roomtype li figcaption h4 {
        top: 0;
        bottom: auto;
    }
}

#hotel-name h2 {
    padding: 0 !important;
}

h2 {
    padding: 30px 0 !important;
}

img[alt="whatsapp"] {
    height: 43px !important;
}

.lang_ja #room-nav .w-container {
    max-width: 1260px;
}

.lang_ja #room-nav a {
    font-size: 14px;
}


/* cookie policy */

#macaron_inline_cookie_box .cookie_description_inner_wrap td {
    padding: 10px;
    line-height: 1.5;
}

#macaron_inline_cookie_box .cookie_description_inner_wrap ._dedge_cookies_table_wrap {
    margin-top: 20px;
}

div.left-column > ul > li {
    padding-bottom: 1.5em;
}

@media screen and (max-width: 559px) {
    #macaron_inline_cookie_box .cookie_description_inner_wrap table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

a.footerhighlight {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 10px;
}

/*FOOTER LOGOS*/
.logos_wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.logos_wrapper .footer_logo_additional {
    padding: 10px;
}

#footer-two .logos_wrapper .footer_logo_additional img {
    object-fit: contain;
    max-width: 100px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .logos_wrapper {
        flex-direction: column;
    }
}

/* Hide slideshow cookie policy/legal notice */
body.page-template-template-cookie-policy #main_slideshow,
body.page-template-template-legal_new #main_slideshow {
    display: none !important;
}

body.page-template-template-cookie-policy div.std_breadcrumb,
body.page-template-template-legal_new div.std_breadcrumb {
    display: none !important;
}

body.page-template-template-cookie-policy .left-column,
body.page-template-template-legal_new .left-column {
    margin-top: 200px;
}

html.mobile body.page-template-template-cookie-policy .left-column,
html.mobile body.page-template-template-legal_new .left-column {
    margin-top: 60px;
}

body.page-template-template-cookie-policy .right-column,
body.page-template-template-legal_new .right-column {
    margin-top: 180px;
}

#_allsafe_popin ._allsafe_popin_text {
    color: black;
}

/*making header transparent*/
#header {
    position: absolute;
}

#main_slideshow > div.main_slideshow {
    top: 0 !important;
    height: 100% !important;
}

#main_slideshow > div.main_slideshow:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

#hotel {
    background-color: transparent;
}

#logo {
    filter: invert(100%);
}

#hotel nav {
    background-color: transparent;
}

nav ul li a,
#hotel-name h2,
#lang > a > span {
    color: #fff;
}

.globe-black, .selector-purple {
    display: none;
}

.globe-white, .selector-white {
    display: inline;
}

@media (max-width: 767px) {
    #main_slideshow > div.main_slideshow {
        height: 305px !important;
    }

    html.__aap_banner_visible #container,
    html.__aap_banner_visible #header {
        margin-top: 40px;
    }
}

/*/////*/

body.fixed #header {
    position: fixed;
}

body.fixed #main_slideshow > div.main_slideshow {
    top: 150px;
    height: auto !important;
    filter: brightness(100%);
}

body.fixed #hotel {
    background-color: #fff;
}

body.fixed #logo {
    filter: invert(0%);
}

body.fixed #hotel nav {
    background-color: #000;
}

body.fixed nav ul li a {
    color: #d2d2d2;
}

body.fixed #hotel-name h2 {
    color: #323232;
}

body.fixed #lang > a > span {
    color: #444444;
}

body.fixed .globe-black, body.fixed .selector-purple {
    display: inline;
}

body.fixed .globe-white, body.fixed .selector-white {
    display: none;
}

/*making header transparent*/
/*logo restaurant*/
.restaurant_logo {
    width: 100%;
    max-width: 300px;
    height: 120px;
    margin: 0 auto 16px;
}

.restaurant_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/*logo restaurant*/


@media screen and ( min-width: 767px ) and ( max-width: 991px ) {
    #booking #bookingform-check .extended_fields {
        width: 100%;
        margin: 0;
        transform: translate(-50%, 0px);
    }
}

/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
    #booking .select_adults, #booking .select_children {
        display: none !important;
    }

    #booking #bookingform-check .extended_fields {
        width: 100%;
        margin: 0;
        transform: translate(-50%, 0px);
    }
}

@media screen and (max-width: 992px) {
    #fb-root > div.fb_iframe_widget.fb_invisible_flow.fbiframe_widget_fluid > span > iframe {
        bottom: 115px !important;
    }
}

#chef > h3 {
    color: #FFFFFF;
}

.left-column {
    & ul, & ol {
        list-style-type: revert;
        font-family: var(--futura-book), sans-serif;
        line-height: 170%;
        margin: 1em 0 1em 3em;
    }
}
