@import custom-animate.css;
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
body {
    line-height: 1;
}
ol, ul, nav, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    width: 100%}
html * {
    max-height: 1000000px;
}
body {
    font-family: 'Lato', sans-serif!important;
    width: 100%;
    min-height: 100%;
    line-height: 30px;
    font-size: 18px;
    background: #828282;
    position: relative;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased!important;
    -webkit-text-size-adjust: none;
    text-rendering: optimizelegibility;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
.grid-wrap {
    font-size: 0;
}
p {
    margin-bottom: 30px;
    font-size: 18px;
}
p a {
    color: #edcc61;
}
p a:hover {
    color: #fff;
}
ul, ol {
    font-size: 18px;
}
ol {
    padding-left: 17px;
}
ol li {
    list-style: decimal;
}
.serif-link {
    font-family: "Georgia,  serif";
    letter-spacing: 1px;
}
p:last-child {
    margin-bottom: 0;
}
.serif-text, h1, h2, h3, h4 {
    font-family: "Georgia,  serif";
    color: #fff;
    text-transform: capitalize;
}
.serif-text.bold {
    font-family: 'MinionProBold', Georgia, serif;
}
.serif-text.medium, h3, h4 {
    font-family: 'MinionProMedium', Georgia, serif;
}
a {
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    outline: none!important;
    cursor: pointer;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
input, button, textarea, select {
    outline: none!important;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
strong, b {
    font-family: 'MuseoSansCyrlBold', Tahoma, sans-serif;
    font-weight: 400;
}
.medium {
    font-family: 'MuseoSansCyrlMedium', Tahoma, sans-serif;
    font-weight: 400;
}
.no-break {
    white-space: pre;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #969696;
    z-index: 10;
    height: 85px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
header nav {
    display: table;
    width: 100%}
header li {
    display: table-cell;
    height: 85px;
    text-align: center;
    vertical-align: top;
}
header a {
    display: block;
    line-height: 74px;
    height: 84px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    padding: 0 28px;
    position: relative;
    font-family: 'Lato', sans-serif!important;
    font-weight: 700;
    background: #607D8B;
}
header a:hover {
    color: #edcc61;
}
.logo-link {
    background: #607D8B;
}
header img {
    vertical-align: middle;
    width: 142px;
    margin-top: -19px;
}
header li+li {
    border-left: 1px solid #c7c7c7;
}
header li:last-child {
    border-left: none!important;
}
header .lang-link {
    background: #3f312b;
}
header .nav-link, header .book-link {
    text-transform: uppercase;
}
header .book-link {
    background: #edcc61;
    color: #fff;
    line-height: 72px;
    border: 1px solid #d0a723;
    padding: 0;
}
header .book-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
header .book-link:hover {
    background: transparent;
}
header .book-link:hover:before {
    border-color: #edcc61;
}
header .book-link.active {
    background: transparent;
    color: #edcc61;
}
header .book-link.active:before {
    border-color: #edcc61;
}
header .nav-link {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
header .nav-link span, header .lang-link span, header .book-link span  {
    position: relative;
    z-index: 2;
    display: block;
    height: 50px;
}
header .nav-link:after, header .lang-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 2;
    opacity: 0;
    background: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header .nav-link:hover, header .lang-link:hover {
    background: none;
}
header .nav-link:hover:after, header .lang-link:hover:after {
    opacity: 1;
}
header .nav-link.active {
    color: #fff;
    background: #607d8b;
    border-top: 4px solid #ffffff;
}
header .nav-link.active:after {
    opacity: 1;
}
.mobile-header {
    display: none;
}
nav.mobile-nav {
    display: none;
}
.footer-partners {
    border-top: 1px solid #edcc61;
    background: #27c3d8;
}
.footer-partners .title-wrap {
    padding: 0 104px;
    height: 300px;
    line-height: 300px;
}
.footer-partners .title-wrap h2 {
    display: inline-block;
    text-align: left;
    position: relative;
    top: -9px;
}
.footer-partners .logos-partners {
    height: 300px;
    line-height: 300px;
}
.footer-partners .logos-partners img {
    vertical-align: middle;
}
.footer-partners .logos-partners img+img {
    margin-left: 100px;
}
.footer-main {
    border-top: 1px solid #edcc61;
    padding: 20px 0 0px;
    background: #646464;
}
.footer-main .logo-wrap {
    text-align: center;
    padding-top: 5px;
}
.footer-main .logo-wrap a {
    display: inline-block;
}
.footer-main .footer-grid {
    font-size: 14px;
    line-height: 19px;
}
.footer-main address {
    margin-bottom: 14px;
}
.footer-main .contact-details a {
    color: #fff;
}
.footer-main .contact-details a:hover {
    text-decoration: underline;
}
.footer-main .footer-nav {
    font-size: 0;
}
.footer-main .footer-nav li a {
    display: inline-block;
    color: #fff;
}
.footer-main .footer-nav li a:hover {
    color: #edcc61;
}
.footer-main .footer-nav li {
    padding-bottom: 14px;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.social li {
    display: inline-block;
    margin-right: 14px;
    vertical-align: top;
}
.social li a {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
}
.social li a:hover {
    color: #fff;
}
.footer-grid {
    width: 25%}
.footer-grid .serif-text {
    font-size: 20px;
    line-height: 0px;
    padding-bottom: 22px;
    letter-spacing: 1px;
}
.footer-copy {
    border-top: 1px solid #a27e70;
    border-bottom: 1px solid #a27e70;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding: 18px 0;
    background: #646464;
}
.footer-copy a {
    color: #a27e70;
}
.footer-copy a:hover {
    color: #edcc61;
}
.footer-copy copyright {
    text-align: center;
    display: block;
}
.home-page {
    height: 100%}
#map {
    border-top: 1px solid #edcc61;
    display: none;
    height: 400px !important;
}
.main-wrapper {
    overflow: hidden;
    position: relative;
    height: 100%}
.main-wrapper section {
    overflow: hidden;
    position: relative;
}
.main-wrapper .home-main {
    -webkit-transition: transform .4s ease-out;
    -moz-transition: transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
}
h1 {
    text-align: center;
    font-size: 50px;
    line-height: 80px;
}
h1 .second-animate {
    font-size: 60px;
    font-family: "Georgia,  serif"}
.action-button {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 61px;
    font-family: "Georgia,  serif";
    background: #7979798f;
    border: 1px solid #646464;
    height: 62px;
    position: relative;
    margin: 4px;
    text-align: center;
    min-width: 62px;
    text-transform: uppercase;
    border-radius: 5px;
}
.action-button i {
    font-size: 40px;
    line-height: 60px;
}
.action-button:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}
.action-button:hover {
    background: #646464;
    color: #fff;
}
.action-button.auto-width {
    padding: 0 30px;
}
.action-button.middle-width {
    padding: 0 20px;
    min-width: 226px;
}
.action-button.wide-width {
    padding: 0 30px;
    min-width: 302px;
}
.action-button.scroll-down {
    position: absolute;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    margin-left: 0;
    z-index: 9;
}
.text-overlay * {
    position: relative;
}
.video-grid, .banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    overflow: hidden;
}
.home-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
}
.home-slider-wrap .play-button {
    display: none;
}
.home-slider-wrap .action-button {
    z-index: 2;
    opacity: 0;
    display: block;
    -webkit-transform: translate(-50%, 0) scale(0);
    -moz-transform: translate(-50%, 0) scale(0);
    -o-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
    -webkit-transition: opacity .4s linear 0.6s, transform .4s linear 0.6s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear 0.6s, transform .4s linear 0.6s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear 0.6s, transform .4s linear 0.6s, background .4s linear, color .4s linear;
    transition: opacity .4s linear 0.6s, transform .4s linear 0.6s, background .4s linear, color .4s linear;
}
.home-slider-wrap .text-overlay .white-text {
    color: #fff!important;
}
.home-slider-wrap .text-overlay h2 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 20px;
    font-family: 'MinionProBold', Georgia, serif;
}
.home-slider-wrap .text-overlay .h2 {
    display: block;
    font-size: 42px;
    line-height: 70px;
    /* text-transform: uppercase; */
    font-family: Calibri;
    font-style: italic;
}
.home-slider-wrap .text-overlay h3 {
    font-size: 35px;
    line-height: 48px;
    margin-top: 22px;
}
.home-slider-wrap .text-overlay h4, .home-slider-wrap .text-overlay h5 {
    font-size: 30px;
    line-height: 48px;
}
.home-slider-wrap .text-overlay h5 {
    text-transform: none;
    color: #544d4d;
    font-family: Calibri;
    background: #ffffff8a;
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.home-slider-wrap .features {
    padding-top: 20px;
    padding-bottom: 60px;
    display: inline-block;
    text-align: left;
}
.home-slider-wrap .features li {
    position: relative;
    float: none!important;
    width: auto!important;
    padding: 10px 0 10px 50px !important;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
.home-slider-wrap .features li img, .home-slider-wrap .features li i {
    width: 32px;
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-backface-visibility: hidden;
}
.home-slider-wrap .features li i {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.home-slideshow .slides>li>div {
    position: relative;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 5s ease-out, height 0;
    -moz-transition: transform 5s ease-out, height 0;
    -o-transition: transform 5s ease-out, height 0;
    transition: transform 5s ease-out, height 0;
}
.home-slideshow .flex-direction-nav .flex-prev:before {
    content: '\f104';
    margin-left: 0;
    margin-right: 2px;
}
.home-slideshow .flex-direction-nav .flex-next:before {
    content: '\f105';
    margin-right: 0;
    margin-left: 2px;
}
.home-slideshow .flex-direction-nav .flex-next {
    right: 0;
    left: auto;
    margin-right: 54px;
    margin-left: 4px;
}
.home-slideshow .flex-direction-nav .flex-prev {
    left: 0;
    right: auto;
    margin-left: 54px;
    margin-right: 4px;
}
.skip-button {
    position: absolute;
    right: 0;
    bottom: 70px;
    min-width: 200px;
    background: #797979;
    color: #fff;
}
.skip-button:hover {
    background: #edcc61;
    color: #382b26;
}
.video-grid.lowindex {
    z-index: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.full-video {
    display: block;
    position: absolute;
    min-width: 100%!important;
    min-height: 100%!important;
    width: auto!important;
    height: auto!important;
    max-width: 240%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.grid-half-right-bottom.animate-video {
    -webkit-animation: movementVideoHRB 1.2s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    -moz-animation: movementVideoHRB 1.2s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    -o-animation: movementVideoHRB 1.2s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    animation: movementVideoHRB 1.2s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
}
.grid-half-left-bottom.animate-video {
    -webkit-animation: movementVideoHLB 1.2s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    -moz-animation: movementVideoHLB 1.2s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    -o-animation: movementVideoHLB 1.2s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    animation: movementVideoHLB 1.2s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
}
.grid-four-center-bottom.animate-video {
    -webkit-animation: movementVideoFCB 1.6s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    -moz-animation: movementVideoFCB 1.6s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    -o-animation: movementVideoFCB 1.6s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
    animation: movementVideoFCB 1.6s cubic-bezier(0.9, 0, 0.1, 1) 0 forwards;
}
.grid-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 3;
}
.grid-item.border-bottom {
    border-bottom: 1px solid #646464;
}
.grid-item.border-top {
    border-top: 1px solid #646464;
}
.grid-item.border-left {
    border-left: 1px solid #ffffff;
}
.grid-item.border-right {
    border-right: 1px solid #646464;
}
.grid-four-width {
    width: 25%}
.grid-half-width {
    width: 50%}
.grid-full-width {
    width: 100%}
.grid-third-width {
    width: 25%}
.grid-third-width1 {
    width: 33.334%}
.grid-two-third-width {
    width: 66.666%}
.grid-full-height {
    height: 100%}
.grid-half-height {
    height: 50%}
h2 {
    position: relative;
    line-height: 40px;
    padding-bottom: 26px;
    margin-bottom: 22px;
    font-size: 26px;
}
h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 76px;
    height: 1px;
    bottom: 3px;
    left: 0;
    margin-left: 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 0;
    margin-left: 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.center-text {
    text-align: center;
}
.center-text h2:before {
    left: 50%;
    margin-left: -38px;
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -o-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
}
.center-text h2:after {
    left: 50%;
    margin-left: -15px;
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -o-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
}
.center-button {
    text-align: center;
}
.center-button h2, .center-button p, .center-button ul {
    text-align: left;
}
h2.no-decor {
    padding-bottom: 20px;
}
h2.no-decor:before, h2.no-decor:after {
    display: none;
}
h2+.action-button {
    margin-top: 12px;
}
.narrow-content p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.content-overlay {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
}
.content-overlay1 {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
    margin-left: 16%;
}
.home-main .content-overlay {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
}
.home-main .content-overlay1 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
}
.text-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.text-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background: #64646436;
}
.text-overlay h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.text-overlay h1 .first-animate {
    opacity: 0;
    -webkit-transition: all .6s ease-out .6s;
    -moz-transition: all .6s ease-out .6s;
    -o-transition: all .6s ease-out .6s;
    transition: all .6s ease-out .6s;
    -webkit-transform: translate(0, 120%);
    -moz-transform: translate(0, 120%);
    -o-transform: translate(0, 120%);
    transform: translate(0, 120%);
}
.text-overlay h1 .second-animate {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all .7s ease-out .7s;
    -moz-transition: all .7s ease-out .7s;
    -o-transition: all .7s ease-out .7s;
    transition: all .7s ease-out .7s;
}
.text-overlay .action-button.scroll-down {
    opacity: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, 0) scale(0);
    -moz-transform: translate(-50%, 0) scale(0);
    -o-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
    -webkit-transition: opacity .4s linear, transform .4s linear 0.4s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear, transform .4s linear 0.4s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear, transform .4s linear 0.4s, background .4s linear, color .4s linear;
    transition: opacity .4s linear, transform .4s linear 0.4s, background .4s linear, color .4s linear;
}
.text-overlay h2 {
    opacity: 0;
    -webkit-transition: all .5s ease-out .3s;
    -moz-transition: all .5s ease-out .3s;
    -o-transition: all .5s ease-out .3s;
    transition: all .5s ease-out .3s;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
}
.text-overlay h2:before, .text-overlay h2:after {
    -webkit-transition: all .3s ease-out .7s;
    -moz-transition: all .3s ease-out .7s;
    -o-transition: all .3s ease-out .7s;
    transition: all .3s ease-out .7s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.text-overlay p, .text-overlay .multi-text {
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .5s ease-out 0.3s, transform .5s ease-out .3s;
    -moz-transition: opacity .5s ease-out 0.3s, transform .5s ease-out .3s;
    -o-transition: opacity .5s ease-out 0.3s, transform .5s ease-out .3s;
    transition: opacity .5s ease-out 0.3s, transform .5s ease-out .3s;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
}
.text-overlay h2~p, .text-overlay h2~.cut-text p, .text-overlay h2~ul p, .text-overlay h2~.multi-text {
    -webkit-transition: opacity .5s ease-out 0.6s, transform .5s ease-out .6s;
    -moz-transition: opacity .5s ease-out 0.6s, transform .5s ease-out .6s;
    -o-transition: opacity .5s ease-out 0.6s, transform .5s ease-out .6s;
    transition: opacity .5s ease-out 0.6s, transform .5s ease-out .6s;
}
.text-overlay .post-text {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out 0.8s, transform .5s ease-out .8s;
    -moz-transition: opacity .5s ease-out 0.8s, transform .5s ease-out .8s;
    -o-transition: opacity .5s ease-out 0.8s, transform .5s ease-out .8s;
    transition: opacity .5s ease-out 0.8s, transform .5s ease-out .8s;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
}
.text-overlay .post-text p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.text-overlay p.date {
    color: #a27e70;
    -webkit-transition: opacity .5s ease-out 0.2s, transform .5s ease-out .2s;
    -moz-transition: opacity .5s ease-out 0.2s, transform .5s ease-out .2s;
    -o-transition: opacity .5s ease-out 0.2s, transform .5s ease-out .2s;
    transition: opacity .5s ease-out 0.2s, transform .5s ease-out .2s;
}
.text-overlay .content-overlay .action-button {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .4s linear 0.6s, transform .6s linear 0.6s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear 0.6s, transform .6s linear 0.6s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear 0.6s, transform .6s linear 0.6s, background .4s linear, color .4s linear;
    transition: opacity .4s linear 0.6s, transform .6s linear 0.6s, background .4s linear, color .4s linear;
}
.text-overlay .content-overlay1 .action-button {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .4s linear 0.6s, transform .6s linear 0.6s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear 0.6s, transform .6s linear 0.6s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear 0.6s, transform .6s linear 0.6s, background .4s linear, color .4s linear;
    transition: opacity .4s linear 0.6s, transform .6s linear 0.6s, background .4s linear, color .4s linear;
}
.text-overlay .content-overlay p+.action-button {
    -webkit-transition: opacity .4s linear 1.2s, transform .6s linear 1.2s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear 1.2s, transform .6s linear 1.2s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear 1.2s, transform .6s linear 1.2s, background .4s linear, color .4s linear;
    transition: opacity .4s linear 1.2s, transform .6s linear 1.2s, background .4s linear, color .4s linear;
}
.text-overlay .content-overlay1 p+.action-button {
    -webkit-transition: opacity .4s linear 1.2s, transform .6s linear 1.2s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear 1.2s, transform .6s linear 1.2s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear 1.2s, transform .6s linear 1.2s, background .4s linear, color .4s linear;
    transition: opacity .4s linear 1.2s, transform .6s linear 1.2s, background .4s linear, color .4s linear;
}
.text-overlay .content-overlay+.scroll-down {
    -webkit-transition: opacity .4s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    transition: opacity .4s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
}
.text-overlay .content-overlay1+.scroll-down {
    -webkit-transition: opacity .4s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    transition: opacity .4s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
}
.text-overlay.hidden-text {
    opacity: 0;
    visibility: visible;
}
.text-overlay.animate-text h1 .first-animate, .no-video.do-animate .text-overlay h1 .first-animate, .experience-slideshow.animate-buttons li.flex-active-slide h1 .first-animate, .location-screen .content-overlay.active-text h1 .first-animate, .home-slideshow.start li.flex-active-slide h1 .first-animate {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.text-overlay.animate-text h1 .first-animate, .no-video.do-animate .text-overlay h1 .first-animate, .experience-slideshow.animate-buttons li.flex-active-slide h1 .first-animate, .location-screen .content-overlay1.active-text h1 .first-animate, .home-slideshow.start li.flex-active-slide h1 .first-animate {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.text-overlay.animate-text h1 .second-animate, .no-video.do-animate .text-overlay h1 .second-animate, .experience-slideshow.animate-buttons li.flex-active-slide h1 .second-animate, .location-screen .content-overlay.active-text h1 .second-animate, .home-slideshow.start li.flex-active-slide h1 .second-animate {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.text-overlay.animate-text h1 .second-animate, .no-video.do-animate .text-overlay h1 .second-animate, .experience-slideshow.animate-buttons li.flex-active-slide h1 .second-animate, .location-screen .content-overlay1.active-text h1 .second-animate, .home-slideshow.start li.flex-active-slide h1 .second-animate {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.text-overlay.animate-text .action-button.scroll-down, .no-video.do-animate .text-overlay .action-button.scroll-down, .experience-slideshow.animate-buttons li.flex-active-slide .action-button.scroll-down, .location-screen .content-overlay.active-text .action-button.scroll-down, .home-slideshow.start li.flex-active-slide .action-button.scroll-down {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}
.text-overlay.animate-text .action-button.scroll-down, .no-video.do-animate .text-overlay .action-button.scroll-down, .experience-slideshow.animate-buttons li.flex-active-slide .action-button.scroll-down, .location-screen .content-overlay1.active-text .action-button.scroll-down, .home-slideshow.start li.flex-active-slide .action-button.scroll-down {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}
.text-overlay.animate-text h2, .text-overlay.animate-text p, .text-overlay.animate-text .post-text, .text-overlay.animate-text .multi-text, .no-video.do-animate .text-overlay h2, .no-video.do-animate .text-overlay p, .no-video.do-animate .text-overlay .post-text, .no-video.do-animate .text-overlay .multi-text, .experience-slideshow.animate-buttons li.flex-active-slide h2, .experience-slideshow.animate-buttons li.flex-active-slide p, .experience-slideshow.animate-buttons li.flex-active-slide .post-text, .experience-slideshow.animate-buttons li.flex-active-slide .multi-text, .location-screen .content-overlay.active-text h2, .location-screen .content-overlay.active-text p, .location-screen .content-overlay.active-text .post-text, .location-screen .content-overlay.active-text .multi-text, .home-slideshow.start li.flex-active-slide h2, .home-slideshow.start li.flex-active-slide p, .home-slideshow.start li.flex-active-slide .post-text, .home-slideshow.start li.flex-active-slide .multi-text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.text-overlay.animate-text h2, .text-overlay.animate-text p, .text-overlay.animate-text .post-text, .text-overlay.animate-text .multi-text, .no-video.do-animate .text-overlay h2, .no-video.do-animate .text-overlay p, .no-video.do-animate .text-overlay .post-text, .no-video.do-animate .text-overlay .multi-text, .experience-slideshow.animate-buttons li.flex-active-slide h2, .experience-slideshow.animate-buttons li.flex-active-slide p, .experience-slideshow.animate-buttons li.flex-active-slide .post-text, .experience-slideshow.animate-buttons li.flex-active-slide .multi-text, .location-screen .content-overlay1.active-text h2, .location-screen .content-overlay1.active-text p, .location-screen .content-overlay1.active-text .post-text, .location-screen .content-overlay1.active-text .multi-text, .home-slideshow.start li.flex-active-slide h2, .home-slideshow.start li.flex-active-slide p, .home-slideshow.start li.flex-active-slide .post-text, .home-slideshow.start li.flex-active-slide .multi-text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.text-overlay.animate-text h2:before, .text-overlay.animate-text h2:after, .no-video.do-animate .text-overlay h2:before, .no-video.do-animate .text-overlay h2:after, .experience-slideshow.animate-buttons li.flex-active-slide h2:before, .experience-slideshow.animate-buttons li.flex-active-slide h2:after, .location-screen .content-overlay.active-text h2:before, .location-screen .content-overlay.active-text h2:after, .home-slideshow.start li.flex-active-slide h2:before, .home-slideshow.start li.flex-active-slide h2:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.text-overlay.animate-text h2:before, .text-overlay.animate-text h2:after, .no-video.do-animate .text-overlay h2:before, .no-video.do-animate .text-overlay h2:after, .experience-slideshow.animate-buttons li.flex-active-slide h2:before, .experience-slideshow.animate-buttons li.flex-active-slide h2:after, .location-screen .content-overlay1.active-text h2:before, .location-screen .content-overlay1.active-text h2:after, .home-slideshow.start li.flex-active-slide h2:before, .home-slideshow.start li.flex-active-slide h2:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.text-overlay.animate-text .content-overlay .action-button, .no-video.do-animate .text-overlay .content-overlay .action-button, .experience-slideshow.animate-buttons li.flex-active-slide .content-overlay .action-button, .location-screen .content-overlay.active-text .content-overlay .action-button, .home-slideshow.start li.flex-active-slide .content-overlay .action-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.text-overlay.animate-text .content-overlay1 .action-button, .no-video.do-animate .text-overlay .content-overlay1 .action-button, .experience-slideshow.animate-buttons li.flex-active-slide .content-overlay1 .action-button, .location-screen .content-overlay1.active-text .content-overlay1 .action-button, .home-slideshow.start li.flex-active-slide .content-overlay1 .action-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.home-slider-wrap.animate-text .action-button.scroll-down {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}
.border-hover .border-lines:before, .border-hover .border-lines:after {
    content: '';
    opacity: 0;
    position: absolute;
    display: block;
    -webkit-transition: opacity 0 0.4s, width .4s linear, height .4s linear;
    -moz-transition: opacity 0 0.4s, width .4s linear, height .4s linear;
    -o-transition: opacity 0 0.4s, width .4s linear, height .4s linear;
    transition: opacity 0 0.4s, width .4s linear, height .4s linear;
}
.border-hover .border-lines:before {
    border-bottom: 1px solid #646464;
    border-right: 1px solid #646464;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
}
.border-hover .border-lines:after {
    border-top: 1px solid #646464;
    border-left: 1px solid #646464;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.border-hover:hover .border-lines:before, .border-hover:hover .border-lines:after {
    -webkit-transition: opacity 0s, width .4s linear, height .4s linear;
    -moz-transition: opacity 0s, width .4s linear, height .4s linear;
    -o-transition: opacity 0s, width .4s linear, height .4s linear;
    transition: opacity 0s, width .4s linear, height .4s linear;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.border-hover .border-lines {
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    z-index: 0;
}
.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div {
    background-color: transparent!important;
    box-shadow: none!important;
    width: auto!important;
    height: auto!important;
}
.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div>div {
    background-color: #edcc61!important;
    box-shadow: none!important;
}
.gm-style>div:first-child>div+div>div:last-child>div>div:last-child {
    display: none;
}
.gm-style>div:first-child>div+div>div:last-child>div {
    background: #edcc61;
    border-radius: 0;
    width: 220px!important;
}
.gm-style>div:first-child>div+div>div:last-child>div:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    /* border: 1px solid #382b26; */
}
.gm-style>div:first-child>div+div>div:last-child>div>div:last-child>img {
    display: none;
}
.poi-info-window div, .poi-info-window a {
    background: transparent!important;
}
.gm-style-iw {
    background: #edcc61;
    padding: 0;
    width: 190px!important;
    max-height: 180px;
    overflow: auto!important;
    color: #382b26;
    font-family: "Arial", sans-serif!important;
}
.gm-style-iw * {
    font-family: "Arial", sans-serif!important;
}
.gm-style-iw div {
    max-width: 100%!important;
    width: 100%!important;
    vertical-align: middle;
}
.gm-style-iw .map-title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    font-family: Georgia, serif!important;
    text-align: center;
}
.gm-style-iw+div {
    display: none;
}
.booking-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(56, 43, 38, 0.95);
    z-index: 9;
    opacity: 0;
    padding-top: 73px;
    -webkit-transform: translate(0, -100%) translateZ(0);
    -moz-transform: translate(0, -100%) translateZ(0);
    -o-transform: translate(0, -100%) translateZ(0);
    transform: translate(0, -100%) translateZ(0);
    -webkit-transition: opacity .4s linear 0.4s, transform .6s ease-out;
    -moz-transition: opacity .4s linear 0.4s, transform .6s ease-out;
    -o-transition: opacity .4s linear 0.4s, transform .6s ease-out;
    transition: opacity .4s linear 0.4s, transform .6s ease-out;
}
.booking-window h2 {
    font-size: 50px;
    line-height: 60px;
}
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    -webkit-appearance: none;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    border-radius: 0;
    display: block;
    width: 100%;
    color: #fff;
    font-family: "MuseoSansCyrl", Tahoma, sans-serif;
    font-size: 16px;
    line-height: 30px;
    height: 70px;
    padding: 19px 22px;
}
select option {
    color: red;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-family: "MuseoSansCyrl", Tahoma, sans-serif;
    color: #edcc61;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    font-family: "MuseoSansCyrl", Tahoma, sans-serif;
    color: #edcc61;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-family: "MuseoSansCyrl", Tahoma, sans-serif;
    color: #edcc61;
}
select {
    padding-right: 39px;
    text-indent: .01px;
    background-position: right 22px center;
    background-repeat: no-repeat;
}
input.error, textarea.error {
    border-color: #e33509;
}
textarea {
    resize: vertical;
    height: 270px;
}
.jq-selectbox__select {
    width: 100%;
    display: block;
    line-height: 30px;
    height: 70px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #edcc61;
    background: #382b26;
    outline: none;
    border: 1px solid #edcc61;
    padding: 19px 39px 19px 22px;
    font-family: "MuseoSansCyrl", Tahoma, sans-serif;
    cursor: pointer;
    overflow: hidden;
}
.jq-selectbox__select .jq-selectbox__select-text {
    width: 100%!important;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    right: 22px;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: center;
}
.jq-selectbox__trigger:after {
    display: none;
}
.jq-selectbox__dropdown {
    min-width: 100%!important;
    border: 1px solid #edcc61;
    background: #382b26;
    overflow: hidden;
    margin-top: -1px;
}
.jq-selectbox__dropdown li {
    line-height: 40px;
    font-size: 18px;
    color: #edcc61;
    padding: 0 22px;
    text-align: left;
    font-family: "MuseoSansCyrl", Tahoma, sans-serif;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.jq-selectbox__dropdown li:hover {
    color: #fff;
}
.jq-selectbox__dropdown li.selected {
    color: #fff;
}
.inputs-col label {
    display: block;
    line-height: 35px;
    font-size: 18px;
    font-family: "MinionPro", Georgia, serif;
    color: #edcc61;
    padding-bottom: 35px;
}
.row {
    margin: 0 -15px;
}
.active-booking {
    opacity: 1;
    -webkit-transform: translate(0, 0) translateZ(0);
    -moz-transform: translate(0, 0) translateZ(0);
    -o-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0) translateZ(0);
    -webkit-transition: opacity .4s linear, transform .6s ease-out;
    -moz-transition: opacity .4s linear, transform .6s ease-out;
    -o-transition: opacity .4s linear, transform .6s ease-out;
    transition: opacity .4s linear, transform .6s ease-out;
}
.active-booking .booking-container {
    opacity: 1;
    -webkit-transition: opacity 0;
    -moz-transition: opacity 0;
    -o-transition: opacity 0;
    transition: opacity 0;
}
.booking-container {
    width: 1520px;
    margin: 0 auto;
    padding-top: 55px;
    opacity: 0;
    -webkit-transition: opacity 0 linear 1.2s;
    -moz-transition: opacity 0 linear 1.2s;
    -o-transition: opacity 0 linear 1.2s;
    transition: opacity 0 linear 1.2s;
}
.booking-container .action-button {
    display: block;
    width: auto;
    margin-top: 40px;
}
.booking-container .booking-col {
    float: left;
    min-height: 1px;
}
.booking-container .title-col {
    width: 23%}
.booking-container .calendar-col {
    width: 45%;
    padding-right: 55px;
}
.booking-container .calendar-col .daterangepicker {
    position: relative!important;
    top: 0!important;
    left: 0!important;
    width: 100%}
.booking-container .inputs-col {
    width: 32%}
.booking-container .col-range {
    width: 70%;
    float: left;
    padding: 0 15px;
}
.booking-container .col-adults {
    width: 30%;
    float: left;
    padding: 0 15px;
}
.daterangepicker {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0!important;
    color: #edcc61;
    padding: 0;
    font-family: "MinionPro", Georgia, serif;
}
.daterangepicker:before, .daterangepicker:after {
    display: none;
}
.daterangepicker .daterangepicker_input {
    display: none!important;
}
.daterangepicker .calendar {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0!important;
    color: #edcc61;
    padding: 0;
    width: 45%;
    max-width: none;
}
.daterangepicker .calendar .calendar-table {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0!important;
    color: #edcc61;
    padding: 0!important;
}
.daterangepicker .calendar .calendar-table thead tr:first-child th {
    padding: 0;
    line-height: 35px;
    font-size: 18px;
    border-bottom: 1px solid #edcc61;
    vertical-align: bottom;
    padding-bottom: 5px;
}
.daterangepicker .calendar .calendar-table thead tr:first-child th.next {
    text-align: right;
}
.daterangepicker .calendar .calendar-table thead tr:first-child th.next i {
    font-size: 24px;
    line-height: 35px;
    vertical-align: bottom;
}
.daterangepicker .calendar .calendar-table thead tr:first-child th.prev {
    text-align: left;
}
.daterangepicker .calendar .calendar-table thead tr:first-child th.prev i {
    font-size: 24px;
    line-height: 35px;
    vertical-align: bottom;
}
.daterangepicker .calendar .calendar-table thead tr:first-child th.available:hover {
    background-color: transparent;
    color: #fff;
}
.daterangepicker .calendar .calendar-table thead tr+tr th {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
}
.daterangepicker .calendar .calendar-table tbody td {
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #edcc61;
}
.daterangepicker .calendar+.calendar {
    float: right;
}
.daterangepicker td, .daterangepicker th {
    border-radius: 0!important;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #a27e70;
    border: 1px solid #a27e70!important;
    background-color: transparent;
    cursor: default;
    text-decoration: none;
}
.daterangepicker td.active, .daterangepicker td.in-range {
    background-color: #edcc61;
    color: #382b26;
    font-family: Georgia, serif;
}
.daterangepicker td.available:hover {
    background-color: rgba(237, 204, 97, 0.7);
    color: #382b26;
    font-family: Georgia, serif;
}
.mobile-overlay, .mobile-video-banner:not(.home-slider-wrap) {
    display: none;
}
.sub-page {
    overflow: hidden;
}
.sub-page .screen-page.first-screen {
    -webkit-transition: height .4s ease-out, min-height .4s ease-out;
    -moz-transition: height .4s ease-out, min-height .4s ease-out;
    -o-transition: height .4s ease-out, min-height .4s ease-out;
    transition: height .4s ease-out, min-height .4s ease-out;
}
.sub-page .screen-page.first-screen.cut-screen {
    -webkit-transition: height 0 ease-out;
    -moz-transition: height 0 ease-out;
    -o-transition: height 0 ease-out;
    transition: height 0 ease-out;
}
.sub-page .grid-item.text-grid .text-overlay .content-overlay {
    padding-top: 75px;
    padding-bottom: 75px;
}
.sub-page .grid-item.text-grid .text-overlay .content-overlay1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.rooms-page section .text-grid, .expire-page section .text-grid {
    z-index: 4;
    background: #382b26;
}
.flexslider, .flex-viewport {
    height: 100%}
.flexslider .slides, .flex-viewport .slides {
    position: relative;
    height: 100%}
.flexslider .slides>li {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.rooms-page .banner-grid {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
}
.rooms-page .banner-grid.f_right {
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
}
.rooms-slideshow .slides>li div {
    position: relative;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 5s ease-out, height 0;
    -moz-transition: transform 5s ease-out, height 0;
    -o-transition: transform 5s ease-out, height 0;
    transition: transform 5s ease-out, height 0;
}
.rooms-slideshow:hover .slides>li.flex-active-slide div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.flexslider .flex-direction-nav a {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .3s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    -moz-transition: opacity .3s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    -o-transition: opacity .3s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
    transition: opacity .3s linear 1.2s, transform .4s linear 1.2s, background .4s linear, color .4s linear;
}
.flexslider.home-slideshow .flex-direction-nav a {
    -webkit-transition: opacity .4s linear 0.6s, transform .4s linear 0.6s, background .4s linear, color .4s linear;
    -moz-transition: opacity .4s linear 0.6s, transform .4s linear 0.6s, background .4s linear, color .4s linear;
    -o-transition: opacity .4s linear 0.6s, transform .4s linear 0.6s, background .4s linear, color .4s linear;
    transition: opacity .4s linear 0.6s, transform .4s linear 0.6s, background .4s linear, color .4s linear;
}
.flexslider.animate-buttons .flex-direction-nav a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.info-panel {
    position: absolute;
    top: 0;
    left: 33.333%;
    bottom: 0;
    background: #edcc61;
    width: 500px;
    color: #382b26;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: opacity .4s linear 0.3s, visibility .4s linear 0.3s, transform .6s ease-out;
    -moz-transition: opacity .4s linear 0.3s, visibility .4s linear 0.3s, transform .6s ease-out;
    -o-transition: opacity .4s linear 0.3s, visibility .4s linear 0.3s, transform .6s ease-out;
    transition: opacity .4s linear 0.3s, visibility .4s linear 0.3s, transform .6s ease-out;
}
.info-panel .info-inner {
    padding: 65px 50px 30px 65px;
}
.info-panel button {
    -webkit-appearance: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    color: #382b26;
    cursor: pointer;
}
.info-panel button div {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #382b26;
    background: transparent;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    vertical-align: top;
    margin-right: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.info-panel button div i {
    margin-right: 1px;
}
.info-panel button span {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    vertical-align: top;
    font-family: Georgia, serif;
}
.info-panel button:hover div {
    background: #382b26;
    color: #edcc61;
}
.info-panel .features {
    padding-top: 55px;
}
.info-panel .features li {
    position: relative;
    padding-left: 53px;
    margin-bottom: 20px;
}
.info-panel .features li img, .info-panel .features li i {
    width: 31px;
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-backface-visibility: hidden;
}
.info-panel .features li i {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.info-panel.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity .6s linear, visibility .6s linear, transform .6s ease-out;
    -moz-transition: opacity .6s linear, visibility .6s linear, transform .6s ease-out;
    -o-transition: opacity .6s linear, visibility .6s linear, transform .6s ease-out;
    transition: opacity .6s linear, visibility .6s linear, transform .6s ease-out;
}
.menu-list {
    width: 310px;
    margin: 0 auto;
}
.menu-list li {
    display: block;
    padding: 4px;
    margin-top: -1px;
}
.menu-list li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 63px;
    font-family: "MinionPro", Georgia, serif;
    background: transparent;
    height: 62px;
    text-align: center;
    text-transform: uppercase;
}
.menu-list li a:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid transparent;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-bottom-color: #a27e70;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.menu-list li:last-child a:before {
    border-bottom-color: transparent;
}
.menu-list li a:hover, .menu-list li a.active {
    background: #edcc61;
    color: #382b26;
    font-family: Georgia, serif;
}
.menu-list li a:hover:before, .menu-list li a.active:before {
    border-color: #edcc61;
}
.experience-slideshow {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.experience-slideshow li {
    display: table!important;
}
.expire-page .grid-item.text-grid .experience-slideshow .content-overlay {
    padding: 160px 0;
}
.expire-page .grid-item.text-grid .experience-slideshow .content-overlay1 {
    padding: 160px 0;
}
.experience-slideshow .flex-direction-nav a {
    z-index: 4;
}
.experience-slideshow .flex-direction-nav .flex-next {
    bottom: 0;
    top: auto;
    left: 50%;
    margin: 4px 4px 64px -27px;
}
.experience-slideshow .flex-direction-nav .flex-next:before {
    content: "\f107";
    margin: 1px 0 0;
}
.experience-slideshow .flex-direction-nav .flex-prev {
    top: 0;
    left: 50%;
    margin: 64px 4px 4px -27px;
}
.experience-slideshow .flex-direction-nav .flex-prev:before {
    content: "\f106";
    margin: 0 0 0 1px;
}
.contacts-page .text-grid {
    text-align: center;
}
.contacts-page .address-wrapper {
    display: inline-block;
    text-align: left;
    margin-top: 110px;
}
.contacts-page .address-wrapper address {
    font-size: 18px;
}
.contacts-page .form-col {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.contacts-page .action-button {
    display: block;
}
.contacts-page .form-inner {
    width: 80%;
    margin: 115px auto;
}
.contacts-page .grid-item {
    /* background-color: #382b26; */
}
.contacts-page .form-grid {
    /* background: url(../img/back-content-opacity.png); */
    background-repeat: repeat;
}
.contacts-page input[type="text"], .contacts-page input[type="tel"], .contacts-page input[type="email"], .contacts-page textarea {
    margin-bottom: 30px;
}
.contacts-page .contact-details {
    margin-top: 20px;
}
.contacts-page .contact-details li a {
    display: block;
    color: #edcc61;
    font-size: 18px;
    font-family: "MinionPro", Georgia, serif;
    letter-spacing: 1px;
    line-height: 50px;
}
.contacts-page .contact-details li a i {
    width: 45px;
    font-size: 24px;
    text-align: left;
    position: relative;
    top: 2px;
}
.contacts-page .contact-details li a:hover {
    color: #fff;
}
#map-contacts {
    height: 475px;
    border-top: 1px solid #edcc61;
}
.list-page .hidden-select {
    display: none!important;
}
.list-page aside {
    width: 480px;
    float: right;
    padding-top: 85px;
    padding-bottom: 55px;
    border-top: 1px solid #edcc61;
    position: relative;
    top: 0;
    right: 0;
}
.list-page aside:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #edcc61;
    left: -1px;
}
.list-page aside .text-overlay {
    position: relative;
}
.list-page aside .text-overlay:before {
    background: #382b26;
}
.list-page aside .text-overlay .content-overlay {
    position: static;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.list-page aside .text-overlay .content-overlay1 {
    position: static;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.list-page section {
    margin-right: 480px;
    border-right: 1px solid #edcc61;
}
.list-page .preview {
    display: block;
    height: 417px;
    position: relative;
    overflow: hidden;
}
.list-page .preview p {
    color: #fff;
}
.list-page .preview p.date {
    color: #a27e70;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px;
}
.list-page .preview .cut-text {
    margin-bottom: 14px;
}
.list-page .preview span.read-more {
    color: #edcc61;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.list-page .preview span.read-more:hover {
    color: #fff;
}
.list-page .preview .banner-grid {
    overflow: hidden;
}
.list-page .preview .banner-grid div {
    position: relative;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 3s ease-out;
    -moz-transition: transform 3s ease-out;
    -o-transition: transform 3s ease-out;
    transition: transform 3s ease-out;
}
.list-page .preview:hover .banner-grid div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.image-banner {
    position: relative;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.post-content .post-inner {
    display: block;
}
.post-content p.date {
    color: #a27e70;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px;
}
.post-page .grid-item.text-grid .text-overlay {
    padding-top: 90px;
    padding-bottom: 100px;
    display: block;
    position: relative;
}
.post-page .grid-item.text-grid .text-overlay .content-overlay {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.post-page .grid-item.text-grid .text-overlay .content-overlay1 {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.post-content ul, .post-content ol {
    margin-bottom: 30px;
}
.post-content ul {
    padding-left: 17px;
}
.post-content ul li {
    list-style: disc;
}
.post-content ul:last-child, .post-content ol:last-child {
    margin-bottom: 0;
}
.post-content a {
    color: #edcc61;
}
.post-content a:hover {
    color: #edcc61;
    text-decoration: underline;
}
h2 span {
    display: block;
    font-size: 24px;
    display: block;
    padding-top: 10px;
}
.list-page .grid-item.text-grid .text-overlay:before {
    display: none;
}
.list-page section {
    background: #382b26 url(../img/back-content-opacity.png) repeat;
}
.list-page aside {
    background: #382b26;
}
.menu-page section {
    border-top: 1px solid #edcc61;
    padding-top: 80px;
}
.menu-page .menu-item {
    margin-bottom: 80px;
}
.menu-page .menu-item .hidden-list {
    display: none;
}
.menu-page .menu-item .text-overlay {
    position: relative;
}
.menu-page .menu-item .content-overlay {
    position: relative;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
    margin: 0 auto;
    padding: 0!important;
}
.menu-page .menu-item .content-overlay1 {
    position: relative;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
    margin: 0 auto;
    padding: 0!important;
}
.menu-page .menu-text {
    padding-top: 5px;
}
.menu-page .menu-banner h2 {
    display: none;
}
.menu-page .menu-banner div {
    height: 518px;
    margin-left: 12%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fancybox-overlay {
    background: rgba(113, 113, 113, 0.95);
    height: 100%!important;
    width: 100%!important;
}
.fancybox-wrap {
    width: auto!important;
    max-width: 100%}
.fancybox-inner {
    width: 100%!important;
    height: auto!important;
    overflow: visible!important;
    -webkit-overflow-scrolling: touch!important;
}
.fancybox-opened .fancybox-skin {
    box-shadow: none;
}
.fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #382b26;
}
.fancybox-next {
    right: 15px;
    width: 100px;
}
.fancybox-prev {
    left: 15px;
    width: 100px;
}
.fancybox-next span {
    background: #676767;
    width: 62px;
    height: 62px;
    margin: -27px 4px 4px;
    right: 0;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #b3b3b3;
    line-height: 60px;
}
.fancybox-next span:after {
    display: inline-block;
    content: "\f105";
    opacity: 1;
    color: #382b26;
    font-family: FontAwesome;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    position: relative;
    right: -1px;
}
.fancybox-next span:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: 1px solid #eaeaea;
}
.fancybox-next span:hover {
    background: rgba(56, 43, 38, 0.91);
}
.fancybox-next span:hover:after {
    color: #edcc61;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.fancybox-prev span {
    background: #edcc61;
    width: 62px;
    height: 62px;
    margin: -27px 4px 4px;
    left: 0;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #edcc61;
    line-height: 60px;
}
.fancybox-prev span:after {
    display: inline-block;
    content: "\f104";
    opacity: 1;
    color: #382b26;
    font-family: FontAwesome;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    position: relative;
    left: -1px;
}
.fancybox-prev span:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: 1px solid #edcc61;
}
.fancybox-prev span:hover {
    background: rgba(56, 43, 38, 0.6);
}
.fancybox-prev span:hover:after {
    color: #edcc61;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.fancybox-type-image .fancybox-inner {
    text-align: center;
}
.fancybox-type-image .fancybox-image {
    display: inline-block;
}
.fancybox-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.fancybox-close {
    height: 49px;
    width: 49px;
    top: -1px;
    right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-image: none;
    background-color: #382b26;
    border: 1px solid #e6e6e3;
    opacity: .6;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.fancybox-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 17px;
    height: 17px;
    background: url(../img/close-pop.png) no-repeat;
    background-size: 17px 17px;
    background-position: center;
}
.fancybox-close:hover {
    opacity: 1;
}
.screen-page .content-overlay ul:not(.menu-list):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.screen-page .content-overlay1 ul:not(.menu-list):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.screen-page .content-overlay ul:not(.menu-list) li {
    float: left;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
}
.screen-page .content-overlay1 ul:not(.menu-list) li {
    float: left;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
}
.sub-page .grid-item .grid-half-height {
    display: block;
}
.sub-page .image-banner .content-overlay {
    width: 840px;
    padding: 80px 0;
}
.sub-page .image-banner .content-overlay1 {
    width: 840px;
    padding: 80px 0;
}
.sub-page .image-banner .content-overlay h2 {
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.sub-page .image-banner .content-overlay1 h2 {
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.sub-page .image-banner .content-overlay p {
    letter-spacing: 1px;
}
.sub-page .image-banner .content-overlay1 p {
    letter-spacing: 1px;
}
#location-map {
    padding: 0;
}
#location-map:before {
    display: none;
}
.location-screen .banner-grid {
    -webkit-transition: background-image .4s ease-out;
    -moz-transition: background-image .4s ease-out;
    -o-transition: background-image .4s ease-out;
    transition: background-image .4s ease-out;
}
.sub-page .location-screen .grid-item.text-grid .text-overlay .content-overlay {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sub-page .location-screen .grid-item.text-grid .text-overlay .content-overlay1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    .info-panel {
    display: block!important;
}
}@media (min-width: 1200px) and (max-height: 880px) {
    .info-panel .info-inner {
    padding: 40px 30px 20px 40px;
}
.info-panel {
    width: 450px;
}
.info-panel .features {
    padding-top: 40px;
}
}@media (min-width: 1200px) and (max-height: 840px) {
    .info-panel .info-inner {
    padding: 30px 30px 20px;
}
.info-panel {
    width: 430px;
}
.info-panel .features li {
    margin-bottom: 15px;
}
}@media (min-width: 1200px) {
    .booking-container .calendar-col .daterangepicker {
    width: 100%!important;
}
}@media (max-width: 1600px) {
    header li a {
    padding: 0 15px;
}
.booking-container {
    width: 1400px;
}
.experience-slideshow .flex-direction-nav .flex-next {
    margin: 4px 4px 54px -27px;
}
.experience-slideshow .flex-direction-nav .flex-prev {
    margin: 54px 4px 4px -27px;
}
.list-page aside {
    width: 380px;
}
.list-page section {
    margin-right: 380px;
}
.list-page .content-overlay {
    width: 85%}
    .list-page .content-overlay1 {
    width: 85%}
}@media (max-width: 1440px) {
    .booking-container {
    width: 1260px;
}
.booking-container .calendar-col {
    padding-right: 30px;
}
.daterangepicker .calendar {
    width: 47%}
.footer-main {
    padding: 45px 0 40px;
}
.action-button.scroll-down, .skip-button {
    bottom: 40px;
}
.flex-direction-nav .flex-next, .home-slideshow .flex-direction-nav .flex-prev {
    margin-left: 34px;
}
.flex-direction-nav .flex-prev, .home-slideshow .flex-direction-nav .flex-next {
    margin-right: 34px;
}
.list-page .preview {
    height: 460px;
}
.home-slider-wrap .text-overlay h2, .home-slider-wrap .text-overlay .h2 {
    font-size: 50px;
    line-height: 55px;
}
.home-slider-wrap .text-overlay h2 {
    padding-bottom: 18px;
}
.home-slider-wrap .text-overlay h3 {
    font-size: 40px;
    line-height: 42px;
}
.home-slider-wrap .text-overlay h4, .home-slider-wrap .text-overlay h5 {
    font-size: 30px;
    line-height: 36px;
}
.home-slider-wrap .text-overlay h5 {
    font-size: 26px;
    line-height: 36px;
}
.home-slider-wrap .features {
    padding-top: 10px;
}
.home-slider-wrap .features li {
    padding: 5px 0 5px 46px !important;
    font-size: 16px;
}
.home-slider-wrap .features li i {
    font-size: 20px;
}
.home-slider-wrap .features li i, .home-slider-wrap .features li img {
    width: 28px;
    top: 20px;
}
.home-main .home-slider-wrap .content-overlay {
    padding-left: 135px;
    padding-right: 135px;
}
.home-main .home-slider-wrap .content-overlay1 {
    padding-left: 135px;
    padding-right: 135px;
}
}@media (max-width: 1300px) and (min-width: 1200px) {
    header li img {
    max-width: 100px;
}
header li a {
    padding: 0 12px;
}
.booking-container {
    width: 1160px;
}
.booking-window h2 {
    font-size: 46px;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    padding: 19px 18px;
}
.footer-copy {
    padding: 12px 0;
}
.footer-copy .footer-grid:first-child {
    width: 50%}
.footer-copy copyright {
    display: inline-block;
    text-align: left;
    margin-left: 50px;
}
.footer-main {
    padding: 35px 0;
}
}@media (max-width: 1300px) and (max-height: 700px) {
    .home-slider-wrap .text-overlay h2, .home-slider-wrap .text-overlay .h2 {
    font-size: 45px;
    line-height: 45px;
}
.home-slider-wrap .text-overlay h3 {
    font-size: 36px;
    line-height: 38px;
}
.home-slider-wrap .text-overlay h4 {
    font-size: 26px;
    line-height: 32px;
}
.home-slider-wrap .text-overlay h5 {
    font-size: 22px;
    line-height: 32px;
}
.home-slider-wrap .features {
    padding-top: 0;
}
}@media (max-width: 1300px) {
    h1 {
    font-size: 35px;
    line-height: 55px;
}
h1 .second-animate {
    font-size: 45px;
}
h2 {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 24px;
}
h2 span {
    font-size: 18px;
    padding-top: 0;
}
h2.no-decor {
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.sub-page .image-banner .content-overlay h2 {
    font-size: 45px;
    line-height: 60px;
}
.sub-page .image-banner .content-overlay1 h2 {
    font-size: 45px;
    line-height: 60px;
}
.home-main .narrow-content p {
    width: 80%}
.home-main .content-overlay {
    padding-left: 5%;
    padding-right: 5%}
    .home-main .content-overlay1 {
    padding-left: 5%;
    padding-right: 5%}
.action-button.wide-width {
    min-width: 280px;
}
.text-overlay p {
    margin-bottom: 24px;
}
.text-overlay p:last-child {
    margin-bottom: 0;
}
.sub-page .content-overlay {
    width: 82%}
    .sub-page .content-overlay1 {
    width: 82%}
.contacts-page .form-inner {
    width: 84%;
    margin: 80px auto;
}
.contacts-page .address-wrapper {
    margin-top: 77px;
}
.list-page aside {
    padding-top: 60px;
    padding-bottom: 40px;
}
.list-page .preview p.date, .post-content p.date {
    font-size: 12px;
    margin-bottom: 10px;
}
.post-page .grid-item.text-grid .text-overlay {
    padding-top: 75px;
    padding-bottom: 75px;
}
.menu-page section {
    padding-top: 65px;
}
.menu-page .menu-banner div {
    margin-left: 9%}
.menu-page .menu-item {
    margin-bottom: 65px;
}
}@media (max-width: 1199px) {
    .desktop-header {
    display: none;
}
.mobile-header {
    display: block;
}
.mobile-header .book-link {
    float: right;
    padding: 0 25px;
}
.mobile-header .book-link:hover {
    background: #edcc61;
    color: #382b26;
}
.mobile-header .book-link:hover:before {
    border-color: #382b26;
}
.mobile-header .book-link.active:hover {
    background: transparent;
    color: #edcc61;
}
.mobile-header .book-link.active:hover:before {
    border-color: #edcc61;
}
.mobile-header .logo-link {
    float: left;
    padding: 0 21px;
}
.mobile-header .menu-toggle {
    height: 73px;
    width: 73px;
    display: block;
    float: left;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    border-right: 1px solid #a27e70;
    padding: 0;
    position: relative;
    background: #382b26;
    -webkit-appearance: none;
}
.mobile-header .menu-toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 2;
    background: #edcc61;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mobile-header .menu-toggle span {
    display: block;
    overflow: hidden;
    width: 72px;
    height: 73px;
    padding: 23px 5px;
    margin: 0 auto;
    -webkit-transition: all 400ms ease-out 0;
    -moz-transition: all 400ms ease-out 0;
    -o-transition: all 400ms ease-out 0;
    transition: all 400ms ease-out 0;
}
.mobile-header .menu-toggle span div {
    margin: 5px auto;
    width: 30px;
    height: 2px;
    background: #edcc61;
    display: block;
    -webkit-transition: all 300ms ease-out 0;
    -moz-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0;
}
.mobile-header .close-menu {
    background: #797979;
}
.mobile-header .close-menu span div {
    background: #fff;
}
.mobile-header .close-menu span .rotate-left-i {
    -webkit-transform: scale(1) rotate(-45deg) translate(-4.9px, 4.9px) skew(0deg, 0deg);
    -moz-transform: scale(1) rotate(-45deg) translate(-4.9px, 4.9px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(-45deg) translate(-4.9px, 4.9px) skew(0deg, 0deg);
    transform: scale(1) rotate(-45deg) translate(-4.9px, 4.9px) skew(0deg, 0deg);
}
.mobile-header .close-menu span .rotate-right-i {
    -webkit-transform: scale(1) rotate(45deg) translate(-4.9px, -4.9px) skew(0deg, 0deg);
    -moz-transform: scale(1) rotate(45deg) translate(-4.9px, -4.9px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(45deg) translate(-4.9px, -4.9px) skew(0deg, 0deg);
    transform: scale(1) rotate(45deg) translate(-4.9px, -4.9px) skew(0deg, 0deg);
}
.mobile-header .close-menu span .hider-i {
    -webkit-transform: scale(1) translate(30px, 0) skew(0deg, 0deg);
    -moz-transform: scale(1) translate(30px, 0) skew(0deg, 0deg);
    -o-transform: scale(1) translate(30px, 0) skew(0deg, 0deg);
    transform: scale(1) translate(30px, 0) skew(0deg, 0deg);
    opacity: 0;
}
nav.mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 328px;
    z-index: 9;
    background: #646464;
    opacity: 0;
    visibility: hidden;
    padding-top: 73px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: opacity .4s linear 0.3s, visibility .4s linear 0.3s, transform .5s ease-out;
    -moz-transition: opacity .4s linear 0.3s, visibility .4s linear 0.3s, transform .5s ease-out;
    -o-transition: opacity .4s linear 0.3s, visibility .4s linear 0.3s, transform .5s ease-out;
    transition: opacity .4s linear 0.3s, visibility .4s linear 0.3s, transform .5s ease-out;
}
.nav-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-top: 1px solid #a27e70;
    opacity: 0;
    overflow: auto;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}
.nav-inner .main-nav li a {
    display: block;
    line-height: 72px;
    height: 71px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'MinionProMedium', Georgia, serif;
    padding: 0 23px;
    position: relative;
    text-transform: uppercase;
}
.nav-inner .main-nav li a span {
    position: relative;
    z-index: 2;
}
.nav-inner .main-nav li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 2;
    opacity: 1;
    background: #a27e70;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav-inner .main-nav li a.active {
    background: url(../img/back-small.png) repeat;
}
.nav-inner .main-nav li a.active:after {
    height: 2px;
    background: #edcc61;
}
.nav-inner .choose-lang {
    line-height: 70px;
    background: #646464;
    padding-left: 23px;
    border-bottom: 1px solid #a27e70;
}
.nav-inner .choose-lang span, .nav-inner .choose-lang a {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    vertical-align: middle;
    font-family: "MinionPro", Georgia, serif;
    color: #fff;
}
.nav-inner .choose-lang a {
    padding: 0 12px;
}
.nav-inner .choose-lang a.active {
    color: #fff;
}
.nav-inner .choose-lang a+a {
    border-left: 1px solid #a27e70;
}
.nav-inner .contact-details {
    padding: 12px 0;
}
.nav-inner .contact-details li a {
    padding: 0 23px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: "MinionPro", Georgia, serif;
    letter-spacing: 1px;
    line-height: 50px;
}
.nav-inner .contact-details li a i {
    width: 45px;
    font-size: 24px;
    text-align: left;
    position: relative;
    top: 2px;
}
.nav-inner address {
    font-size: 14px;
    line-height: 24px;
    padding: 0 23px 30px;
    border-bottom: 1px solid #a27e70;
}
.nav-inner .serif-text {
    padding: 26px 23px 14px;
    font-size: 20px;
    line-height: 20px;
}
.nav-inner .footer-nav {
    padding: 0 23px 15px;
}
.nav-inner .footer-nav li a {
    display: inline-block;
    color: #fff;
}
.nav-inner .footer-nav li a:hover {
    color: #edcc61;
}
.nav-inner .footer-nav li {
    line-height: 36px;
    width: 44%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.nav-inner .social {
    background: #797979;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.nav-inner .social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.nav-inner .social li a {
    display: block;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    padding: 13px 23px 13px 3px;
}
nav.mobile-nav.open-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity .5s linear, visibility .5s linear, transform .5s ease-out;
    -moz-transition: opacity .5s linear, visibility .5s linear, transform .5s ease-out;
    -o-transition: opacity .5s linear, visibility .5s linear, transform .5s ease-out;
    transition: opacity .5s linear, visibility .5s linear, transform .5s ease-out;
}
nav.mobile-nav.open-nav .nav-inner {
    opacity: 1;
    -webkit-transition: opacity .5s linear .4s;
    -moz-transition: opacity .5s linear .4s;
    -o-transition: opacity .5s linear .4s;
    transition: opacity .5s linear .4s;
}
footer .footer-main, footer .footer-copy {
    /* display: none; */
}
#map {
    display: block!important;
}
.booking-container {
    width: 940px;
    padding-top: 100px;
}
.booking-container .inputs-col, .booking-container .title-col {
    width: 50%}
.booking-container .calendar-col {
    display: none;
}
.booking-window h2 br, .booking-window p br {
    display: none;
}
.inputs-col label {
    padding-bottom: 15px;
}
.booking-container .action-button {
    margin-top: 36px;
}
.daterangepicker {
    background: #382b26;
    padding: 20px 30px 30px;
    width: 400px;
    border: 1px solid #edcc61;
    border-top: none;
}
.daterangepicker .calendar {
    width: 100%}
.sub-page .content-overlay {
    width: 88%}
    .sub-page .content-overlay1 {
    width: 88%}
.contacts-page .form-inner {
    width: 100%;
    padding: 0 15px;
}
.list-page section {
    margin-right: 310px;
}
.list-page aside {
    width: 310px;
}
.menu-page .menu-banner div {
    margin-left: 6%}
.footer-partners {
    padding-top: 0!important;
}
}html.home-page {
    min-width: 1000px;
}
html.no-desktop .fancybox-close {
    opacity: .85;
}
html.no-desktop .fancybox-next, html.no-desktop .fancybox-prev {
    width: 70px;
}
html.no-desktop .fancybox-next span, html.no-desktop .fancybox-prev span {
    visibility: visible;
}
html.no-desktop .skip-button {
    display: none;
}
html.no-desktop .main-wrapper {
    overflow: auto;
    position: static;
    height: auto;
}
html.no-desktop .open-window {
    opacity: 0;
    visibility: hidden;
    top: 50%;
    bottom: auto;
    left: 30px;
    right: 30px;
    position: fixed;
    z-index: 0;
    border: 1px solid #edcc61;
    overflow: visible;
    margin-top: 17px;
    -webkit-transform: translate(0, -50%) translateZ(0);
    -moz-transform: translate(0, -50%) translateZ(0);
    -o-transform: translate(0, -50%) translateZ(0);
    transform: translate(0, -50%) translateZ(0);
    -webkit-transition: opacity .1s linear, visibility .1s linear;
    -moz-transition: opacity .1s linear, visibility .1s linear;
    -o-transition: opacity .1s linear, visibility .1s linear;
    transition: opacity .1s linear, visibility .1s linear;
}
html.no-desktop .open-window a.close-pop {
    display: block;
    position: absolute;
    top: -34px;
    right: 0;
    width: 17px;
    height: 17px;
    background-image: url(../img/close-pop.png);
    background-repeat: no-repeat;
    background-size: 100%}
html.no-desktop .open-window .text-overlay {
    display: none;
}
html.no-desktop .open-window .full-video {
    position: relative;
    width: 100%!important;
    top: 0;
    left: 0;
    min-height: 1px!important;
    -webkit-transform: translate(0, 0) translateZ(0);
    -moz-transform: translate(0, 0) translateZ(0);
    -o-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0) translateZ(0);
}
html.no-desktop .mobile-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 0;
    background: rgba(56, 43, 38, 0.95);
    -webkit-transition: opacity .5s linear, visibility .5s linear;
    -moz-transition: opacity .5s linear, visibility .5s linear;
    -o-transition: opacity .5s linear, visibility .5s linear;
    transition: opacity .5s linear, visibility .5s linear;
}
html.no-desktop .mobile-overlay.visible, html.no-desktop .open-window.visible {
    opacity: 1;
    visibility: visible;
}
html.no-desktop .mobile-overlay.visible {
    z-index: 15;
}
html.no-desktop .open-window.visible {
    z-index: 16;
    -webkit-transition: opacity .5s linear, visibility .5s linear;
    -moz-transition: opacity .5s linear, visibility .5s linear;
    -o-transition: opacity .5s linear, visibility .5s linear;
    transition: opacity .5s linear, visibility .5s linear;
}
html.no-desktop .mobile-video-banner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
html.no-desktop .mobile-video-banner .text-overlay {
    display: block;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}
html.no-desktop .action-button.scroll-down {
    display: none!important;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}
html.no-desktop .text-overlay h1 .first-animate {
    -webkit-transition: all .6s ease-out .2s;
    -moz-transition: all .6s ease-out .2s;
    -o-transition: all .6s ease-out .2s;
    transition: all .6s ease-out .2s;
}
html.no-desktop .text-overlay h1 .second-animate {
    -webkit-transition: all .6s ease-out .4s;
    -moz-transition: all .6s ease-out .4s;
    -o-transition: all .6s ease-out .4s;
    transition: all .6s ease-out .4s;
}
html.no-desktop .home-slider-wrap .features {
    padding-bottom: 0;
}
html.no-desktop .text-overlay .play-button, html.no-desktop .home-slider-wrap .play-button {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .5s ease-out .8s;
    -moz-transition: all .5s ease-out .8s;
    -o-transition: all .5s ease-out .8s;
    transition: all .5s ease-out .8s;
}
html.no-desktop .text-overlay .play-button img, html.no-desktop .home-slider-wrap .play-button img {
    width: 50px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}
html.no-desktop .text-overlay .play-button span, html.no-desktop .home-slider-wrap .play-button span {
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}
html.no-desktop .text-overlay .play-button:hover, html.no-desktop .home-slider-wrap .play-button:hover {
    color: #edcc61;
}
html.no-desktop .grid-item {
    z-index: 0;
}
html.no-desktop .grid-item .text-overlay .play-button {
    line-height: 30px;
    right: 20px;
    bottom: 20px;
}
html.no-desktop .grid-item .text-overlay .play-button img {
    width: 30px;
    margin-right: 10px;
}
html.no-desktop .grid-item .text-overlay .play-button span {
    font-size: 18px;
    line-height: 30px;
}
html.no-desktop .text-overlay.animate-text .play-button {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
html.no-desktop .play-button.active {
    z-index: 5;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
html.no-desktop .home-main .grid-full-height.border-right {
    border-right: none;
}
html.no-desktop .home-main .grid-full-height+.grid-full-height {
    border-left: 1px solid #edcc61;
}
html.no-desktop .booking-window, html.no-desktop .booking-window.active-booking {
    -webkit-transition: transform .6s ease-out;
    -moz-transition: transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    transition: transform .6s ease-out;
    opacity: 1;
    visibility: visible;
}
html.no-desktop.no-scroll {
    height: 100%;
    overflow: hidden;
}
html.no-desktop body.no-scroll {
    height: 100%;
    overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 1025px) {
    .experience-slideshow {
    height: 100%!important;
}
}@media (min-width: 992px) {
    .list-page .grid-item.text-grid .text-overlay {
    padding: 0;
}
}@media (max-height: 700px) and (min-width: 1199px) {
    .home-main .footer-partners .title-wrap, .home-main .footer-partners .logos-partners {
    height: 210px;
    line-height: 210px;
}
}@media (max-width: 1024px) {
    .rooms-page section.screen-page.grid-wrap {
    min-height: 1px!important;
    height: auto!important;
}
.rooms-page .grid-item {
    width: 100%;
    border-right: none;
    min-height: 1px!important;
    height: auto!important;
}
.rooms-page .grid-item.text-grid .text-overlay:not(.slides) {
    position: relative;
    padding: 60px 0;
}
.rooms-page .grid-item.text-grid .text-overlay:not(.slides) .content-overlay {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
    margin: 0 auto;
}
.rooms-page .grid-item.text-grid .text-overlay:not(.slides) .content-overlay1 {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
    margin: 0 auto;
}
.rooms-slideshow .slides>li div {
    min-height: 1px!important;
}
.rooms-page .banner-grid, .rooms-page .banner-grid.f_right {
    position: relative;
}
.rooms-slideshow, .rooms-page .banner-grid {
    height: 500px!important;
}
.flexslider .flex-direction-nav a {
    -webkit-transition: opacity .3s linear 0.4s, transform .4s linear 0.4s, background .4s linear, color .4s linear;
    -moz-transition: opacity .3s linear 0.4s, transform .4s linear 0.4s, background .4s linear, color .4s linear;
    -o-transition: opacity .3s linear 0.4s, transform .4s linear 0.4s, background .4s linear, color .4s linear;
    transition: opacity .3s linear 0.4s, transform .4s linear 0.4s, background .4s linear, color .4s linear;
}
.info-panel {
    width: 100%;
    left: 0;
    bottom: auto;
    height: 502px;
}
.info-panel .features li {
    width: 50%;
    float: left;
}
.info-panel .info-inner {
    padding: 50px 50px 10px 73px;
}
.sub-page .content-overlay {
    width: 80%}
    .sub-page .content-overlay1 {
    width: 80%}
.flexslider .flex-direction-nav a:hover {
    background: #edcc61;
}
.flexslider .flex-direction-nav a:hover:before {
    color: #382b26;
}
.flexslider.invert-buttons .flex-direction-nav a:hover {
    background: transparent;
}
.flexslider.invert-buttons .flex-direction-nav a:hover:before {
    color: #edcc61;
}
.narrow-content p {
    width: 74%}
.list-page aside {
    float: none;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative!important;
    top: 0!important;
}
.list-page aside:before {
    display: none;
}
.list-page section {
    width: 100%;
    border-right: none;
}
.list-page .preview {
    height: 417px;
}
.list-page .menu-list {
    display: none;
}
.list-page aside h2 {
    padding-bottom: 24px;
    margin-bottom: 28px;
    -webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    -o-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    opacity: 1;
}
.list-page aside h2:before, .list-page aside h2:after {
    display: block;
}
.list-page .hidden-select {
    display: block!important;
    width: 80%;
    margin: 0 auto;
}
.menu-page .menu-banner div {
    margin-left: 10%}
.screen-page .content-overlay ul:not(.menu-list) li {
    width: 100%;
    padding-right: 0;
}
.screen-page .content-overlay1 ul:not(.menu-list) li {
    width: 100%;
    padding-right: 0;
}
.sub-page .image-banner .content-overlay {
    padding: 75px 0;
    width: 80%}
.sub-page .image-banner .content-overlay1 {
    padding: 75px 0;
    width: 80%}
.footer-partners .title-wrap {
    padding: 0 73px;
}
.footer-partners .logos-partners img+img {
    margin-left: 73px;
}
.footer-partners .logos-partners img {
    width: 165px;
}
.footer-partners .logos-partners, .footer-partners .title-wrap {
    height: 260px;
    line-height: 260px;
}
}@media (max-width: 991px) {
    .booking-container {
    width: 480px;
    padding-top: 140px;
}
.booking-container .inputs-col, .booking-container .title-col {
    width: 100%}
.booking-container .title-col {
    padding-bottom: 15px;
}
.booking-window h2 {
    line-height: 50px;
}
section:not(.first-screen) {
    height: auto!important;
}
.grid-item {
    min-height: 417px!important;
    border-left: none!important;
    border-right: none!important;
    background-position: top center;
    width: 100%}
.grid-item .grid-item {
    height: 417px;
}
.grid-item .grid-item.border-right {
    border-right: 1px solid #edcc61!important;
}
.grid-item .grid-half-width {
    width: 50%}
.sub-page .grid-item.text-grid .text-overlay, html.no-desktop .home-slider-wrap .text-overlay {
    min-height: 416px!important;
    display: table;
    width: 100%;
    height: 100%}
.sub-page .grid-item.text-grid .text-overlay:not(.location-text) .content-overlay, .rooms-page .grid-item.text-grid .text-overlay:not(.slides) .content-overlay, .home-slider-wrap .content-overlay {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
    padding: 0 10%}
.sub-page .grid-item.text-grid .text-overlay:not(.location-text) .content-overlay1, .rooms-page .grid-item.text-grid .text-overlay:not(.slides) .content-overlay1, .home-slider-wrap .content-overlay1 {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
    padding: 0 10%}
.home-main .narrow-content p {
    width: 60%}
.home-main .content-overlay p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.home-main .content-overlay1 p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.home-main .narrow-content p {
    width: 60%}
html.no-desktop .grid-item .text-overlay .play-button {
    line-height: 34px;
    right: 30px;
    bottom: 30px;
}
html.no-desktop .grid-item .text-overlay .play-button img {
    width: 34px;
    margin-right: 12px;
}
html.no-desktop .grid-item .text-overlay .play-button span {
    line-height: 34px;
}
.rooms-slideshow, .rooms-page .banner-grid {
    height: 420px!important;
}
.info-panel {
    height: 422px;
}
.info-panel .info-inner {
    padding: 35px 20px 10px;
}
.info-panel .features {
    padding-top: 35px;
}
.info-panel .features li {
    margin-bottom: 15px;
}
.flex-direction-nav .flex-next, .home-slideshow .flex-direction-nav .flex-prev {
    margin-left: 19px;
}
.flex-direction-nav .flex-prev, .home-slideshow .flex-direction-nav .flex-next {
    margin-right: 19px;
}
.home-main .home-slider-wrap .content-overlay {
    padding-left: 110px;
    padding-right: 110px;
}
.home-main .home-slider-wrap .content-overlay1 {
    padding-left: 110px;
    padding-right: 110px;
}
.sub-page .grid-item.text-grid .text-overlay {
    position: relative;
    padding: 60px 0;
}
.sub-page .grid-item.text-grid .experience-slideshow .text-overlay {
    padding: 170px 0;
}
.sub-page section.screen-page {
    min-height: 1px!important;
}
.narrow-content p {
    width: 60%}
.contacts-page .form-inner {
    width: 600px;
    padding: 0;
}
.contacts-page .form-inner .form-col {
    width: 100%}
.contacts-page .address-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
    width: 600px;
}
.contacts-page .grid-item {
    min-height: 1px!important;
}
.list-page aside {
    padding-top: 40px;
}
.list-page .preview {
    height: auto;
}
.list-page .preview .banner-grid div {
    height: 416px;
}
.menu-page .menu-banner {
    padding: 0 10%;
    min-height: 1px!important;
}
.menu-page .menu-banner h2 {
    display: block;
    margin-bottom: 28px;
}
.menu-page .menu-banner div {
    margin: 0;
    height: auto;
    padding-bottom: 80%}
.menu-page .menu-text.text-grid {
    padding-top: 0;
    min-height: 1px!important;
}
.menu-page .menu-text.text-grid h2 {
    display: none;
}
.menu-page .menu-text.text-grid p {
    -webkit-transition: opacity .5s ease-out 0.2s, transform .5s ease-out .2s;
    -moz-transition: opacity .5s ease-out 0.2s, transform .5s ease-out .2s;
    -o-transition: opacity .5s ease-out 0.2s, transform .5s ease-out .2s;
    transition: opacity .5s ease-out 0.2s, transform .5s ease-out .2s;
}
.menu-page .menu-text.text-grid .text-overlay {
    padding: 40px 10% 0;
    min-height: 1px!important;
}
.menu-page section {
    padding-top: 60px;
}
.menu-page .menu-item {
    margin-bottom: 60px;
}
.services-page .grid-item .grid-full-width {
    display: inline-block;
    width: 50%;
    border-bottom: none;
}
.services-page .grid-item .grid-full-width+.grid-full-width {
    border-left: 1px solid #edcc61!important;
}
.screen-page .content-overlay ul:not(.menu-list) li {
    width: 50%;
    padding-right: 25px;
}
.screen-page .content-overlay1 ul:not(.menu-list) li {
    width: 50%;
    padding-right: 25px;
}
#location-map {
    height: 416px!important;
}
.services-page .location-screen .grid-item .grid-full-width {
    width: 100%;
    border-left: none!important;
}
.services-page .location-screen .grid-item .banner-grid {
    border-bottom: 1px solid #edcc61;
}
.footer-partners .title-wrap {
    width: 100%;
    height: 150px;
    line-height: 150px;
}
.footer-partners .logos-partners {
    width: 100%;
    height: 150px;
    line-height: 110px;
    padding-left: 73px;
    padding-bottom: 40px;
}
}@media (max-width: 991px) and (min-width: 768px) {
    #map {
    height: 500px!important;
}
}@media (max-width: 991px) and (min-width: 639px) {
    .contacts-page .contact-details, .contacts-page .address-wrapper address {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
}
.contacts-page .address-wrapper address {
    width: 350px;
}
.contacts-page .contact-details {
    margin-top: -8px;
}
}@media (max-width: 767px) {
    body {
    line-height: 27px;
    font-size: 16px;
}
.home-main section.first-screen {
    height: auto!important;
}
.daterangepicker.dropdown-menu {
    padding: 15px 20px 20px;
    z-index: 9;
}
.booking-window {
    overflow: auto;
    padding-top: 53px;
}
.booking-window h2 {
    font-size: 35px;
    line-height: 35px;
}
.booking-container {
    padding-top: 30px;
    padding-bottom: 95px;
    width: 450px;
}
.booking-container .col-range, .booking-container .col-adults {
    width: 100%}
.inputs-col label {
    padding-bottom: 8px;
    line-height: 26px;
}
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    height: 50px;
    font-size: 11px;
    padding: 9px 22px;
}
select {
    padding-right: 37px;
    background-size: 15px auto;
}
textarea {
    height: 210px;
}
.booking-container .col-adults {
    padding-top: 20px;
}
header.mobile-header {
    height: 53px;
}
header.mobile-header img {
    width: 59px;
}
.mobile-header .book-link, .mobile-header .logo-link {
    line-height: 53px;
    height: 53px;
}
.mobile-header .book-link {
    padding: 0 17px;
    line-height: 54px;
}
.mobile-header .logo-link {
    padding: 0 13px;
}
.mobile-header .menu-toggle {
    width: 53px;
    height: 53px;
}
.mobile-header .menu-toggle span {
    width: 52px;
    height: 53px;
    padding: 15px 5px;
}
.mobile-header .menu-toggle span div {
    margin: 4px auto;
    width: 22px;
}
.mobile-header .close-menu span .rotate-left-i {
    -webkit-transform: scale(1) rotate(-45deg) translate(-4.3px, 4.3px) skew(0deg, 0deg);
    -moz-transform: scale(1) rotate(-45deg) translate(-4.3px, 4.3px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(-45deg) translate(-4.3px, 4.3px) skew(0deg, 0deg);
    transform: scale(1) rotate(-45deg) translate(-4.3px, 4.3px) skew(0deg, 0deg);
}
.mobile-header .close-menu span .rotate-right-i {
    -webkit-transform: scale(1) rotate(45deg) translate(-4.3px, -4.3px) skew(0deg, 0deg);
    -moz-transform: scale(1) rotate(45deg) translate(-4.3px, -4.3px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(45deg) translate(-4.3px, -4.3px) skew(0deg, 0deg);
    transform: scale(1) rotate(45deg) translate(-4.3px, -4.3px) skew(0deg, 0deg);
}
nav.mobile-nav {
    padding-top: 53px;
}
html.no-desktop .open-window {
    margin-top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
}
html.no-desktop.wide .open-window {
    width: 82%}
html.no-desktop.narrow .open-window {
    width: 95%}
html.no-desktop .open-window a.close-pop {
    padding: 7px;
    background-size: 17px 17px;
    background-position: center;
    top: 0;
    right: 0;
    z-index: 2;
    width: 31px;
    height: 31px;
}
.grid-item, .expire-page .grid-item.text-grid {
    min-height: 300px!important;
}
.grid-item .grid-item, .expire-page .grid-item.text-grid .grid-item {
    height: 300px;
}
.sub-page .grid-item.text-grid .text-overlay {
    min-height: 299px!important;
}
h1 {
    font-size: 30px;
    line-height: 45px;
}
h1 .second-animate {
    font-size: 38px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.sub-page .image-banner .content-overlay h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 18px;
}
.sub-page .image-banner .content-overlay1 h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 18px;
}
p {
    margin-bottom: 27px;
    font-size: 16px;
}
.text-overlay p {
    margin-bottom: 20px;
}
.post-content ul, .post-content ol {
    margin-bottom: 20px;
    font-size: 16px;
}
.post-content ul:last-child, .post-content ol:last-child {
    margin-bottom: 0;
}
.home-main .content-overlay p {
    width: 90%}
.home-main .content-overlay1 p {
    width: 90%}
.sub-page .narrow-content p, .home-main .narrow-content p {
    width: 60%}
p:last-child, .text-overlay p:last-child {
    margin-bottom: 0;
}
.action-button {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}
.action-button.wide-width, .action-button.middle-width {
    min-width: 168px;
}
.menu-list li a {
    height: 48px;
    line-height: 49px;
    font-size: 16px;
}
html.no-desktop .text-overlay .play-button, html.no-desktop .home-slider-wrap .play-button {
    bottom: 30px;
    right: 30px;
    line-height: 30px;
    font-size: 18px;
}
html.no-desktop .text-overlay .play-button img, html.no-desktop .home-slider-wrap .play-button img {
    height: 30px;
    width: auto;
    margin-right: 10px;
}
html.no-desktop .text-overlay .play-button span, html.no-desktop .home-slider-wrap .play-button span {
    line-height: 30px;
}
html.no-desktop .grid-item .text-overlay .play-button {
    font-size: 16px;
    line-height: 27px;
    bottom: 15px;
    right: 20px;
}
html.no-desktop .grid-item .text-overlay .play-button img {
    height: 27px;
    width: auto;
    margin-right: 8px;
}
html.no-desktop .grid-item .text-overlay .play-button span {
    line-height: 27px;
    font-size: 16px;
}
.rooms-slideshow, .rooms-page .banner-grid {
    height: 350px!important;
}
.sub-page .grid-item.text-grid .text-overlay, .rooms-page .grid-item.text-grid .text-overlay:not(.slides) {
    padding: 50px 0 55px;
}
.flex-direction-nav a {
    width: 48px;
    height: 48px;
    line-height: 46px;
    margin-top: -24px;
}
.flex-direction-nav a:before {
    font-size: 34px;
}
.info-panel {
    position: static;
    height: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.info-panel .features {
    padding-top: 30px;
}
.info-panel .info-inner {
    padding: 35px 15px 30px;
}
.text-overlay.slides:not(.location-text) .content-overlay {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.text-overlay.slides:not(.location-text) .content-overlay1 {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.multi-text{font-size:15px}
.expire-page .grid-item.text-grid .experience-slideshow .text-overlay {
    padding: 130px 0;
}
.experience-slideshow .flex-direction-nav .flex-prev {
    margin: 44px 4px 4px -24px;
}
.experience-slideshow .flex-direction-nav .flex-prev:before {
    margin: 0;
}
.experience-slideshow .flex-direction-nav .flex-next {
    margin: 4px 4px 44px -24px;
}
.experience-slideshow .flex-direction-nav .flex-next:before {
    margin: 0;
}
#map-contacts, #location-map, #map {
    height: 307px!important;
}
.contacts-page input[type="text"], .contacts-page input[type="tel"], .contacts-page input[type="email"], .contacts-page textarea {
    margin-bottom: 20px;
}
.contacts-page .form-inner {
    margin: 60px auto;
}
.contacts-page .address-wrapper {
    margin-top: 55px;
    margin-bottom: 55px;
}
.list-page .preview .banner-grid div {
    height: 299px;
}
.action-button.scroll-down {
    display: none;
}
.menu-page section {
    padding-top: 50px;
}
.menu-page .menu-text.text-grid .text-overlay {
    padding: 20px 10% 0;
    min-height: 1px!important;
}
.menu-page .menu-item {
    margin-bottom: 50px;
}
.sub-page .image-banner .content-overlay {
    padding: 50px 0;
}
.sub-page .image-banner .content-overlay1 {
    padding: 50px 0;
}
.fancybox-next span, .fancybox-prev span {
    width: 42px;
    height: 42px;
    margin: -21px 4px 4px;
    line-height: 40px;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}
.fancybox-next span:after, .fancybox-prev span:after {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
}
.fancybox-next span:hover, .fancybox-prev span:hover {
    background: #edcc61;
}
.fancybox-next span:hover:after, .fancybox-prev span:hover:after {
    color: #382b26;
}
.fancybox-close {
    width: 31px;
    height: 31px;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    opacity: 1;
}
.fancybox-close:before {
    top: 7px;
    right: 7px;
}
.fancybox-next, .fancybox-prev {
    width: 67px!important;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}
html.wide .fancybox-prev {
    left: -67px;
}
html.wide .fancybox-next {
    right: -67px;
}
.fancybox-wrap {
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home-main .home-slider-wrap .content-overlay {
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 20px;
}
.home-main .home-slider-wrap .content-overlay1 {
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 20px;
}
.home-slider-wrap .text-overlay h2, .home-slider-wrap .text-overlay .h2 {
    font-size: 19px;
    line-height: 38px;
}
.home-slider-wrap .text-overlay .h2 {
    margin-top: 10px;
}
.home-slider-wrap .text-overlay h2 {
    padding-bottom: 18px;
    font-size: 20px;
}
.home-slider-wrap .text-overlay h3 {
    font-size: 21px;
    line-height: 32px;
}
.home-slider-wrap .text-overlay h4, .home-slider-wrap .text-overlay h5 {
    font-size: 24px;
    line-height: 28px;
}
.home-slider-wrap .text-overlay h5 {
    font-size: 20px;
    line-height: 26px;
}
.home-slider-wrap .features {
    padding-top: 10px;
    padding-bottom: 40px!important;
}
.home-slider-wrap .features li {
    padding: 5px 0 5px 36px !important;
    font-size: 14px;
    line-height: 20px;
}
.home-slider-wrap .features li i {
    font-size: 18px;
}
.home-slider-wrap .features li i, .home-slider-wrap .features li img {
    width: 24px;
    top: 16px;
}
}@media (max-width: 639px) {
    body {
    line-height: 24px;
    font-size: 14px;
}
.booking-window h2 {
    font-size: 30px;
}
.grid-item .grid-item {
    width: 100%}
.grid-item .grid-item.border-right, .grid-item .grid-item.border-left {
    border-left: none!important;
    border-right: none!important;
}
.grid-item .grid-half-width+.grid-half-width {
    border-top: 1px solid #edcc61;
}
.grid-item .grid-half-width {
    border-bottom: none;
}
.sub-page .narrow-content {
    width: 66%}
.home-main .content-overlay {
    padding-left: 17%;
    padding-right: 17%}
.home-main .content-overlay1 {
    padding-left: 17%;
    padding-right: 17%}
.content-overlay p {
    width: 100%!important;
    margin-bottom: 0px;
}
.content-overlay1 p {
    width: 100%!important;
    margin-bottom: 0px;
}
.text-overlay h1 {
    padding: 0 15px;
}
h1 {
    font-size: 25px;
    line-height: 45px;
}
h1 .second-animate {
    font-size: 35px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
h2 span {
    font-size: 16px;
}
h2.no-decor {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.sub-page .image-banner .content-overlay h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 16px;
    padding-bottom: 14px;
}
.sub-page .image-banner .content-overlay1 h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 16px;
    padding-bottom: 14px;
}
p {
    margin-bottom: 24px;
    font-size: 14px;
}
ul, ol {
    font-size: 14px;
}
.post-content ul, .post-content ol {
    font-size: 14px;
}
.text-overlay p {
    margin-bottom: 20px;
}
p:last-child, .text-overlay p:last-child {
    margin-bottom: 0;
}
.action-button, .menu-list li a {
    height: 42px;
    line-height: 41px;
    font-size: 14px;
}
.menu-list li a {
    line-height: 43px;
}
.menu-list {
    width: 250px;
}
.booking-container {
    padding-bottom: 100px;
}
.info-panel .features li {
    padding-left: 45px;
}
.info-panel .features li i, .info-panel .features li img {
    top: 12px;
}
.flex-direction-nav a {
    width: 42px;
    height: 42px;
    line-height: 39px;
    margin-top: -21px;
}
.flex-direction-nav a:before {
    font-size: 30px;
}
.rooms-slideshow, .rooms-page .banner-grid {
    height: 300px!important;
}
.expire-page .grid-item.text-grid .experience-slideshow .text-overlay {
    padding: 124px 0;
}
.experience-slideshow .flex-direction-nav .flex-prev {
    margin: 44px 4px 4px -21px;
}
.experience-slideshow .flex-direction-nav .flex-next {
    margin: 4px 4px 44px -21px;
}
#map-contacts {
    height: 300px;
}
.contacts-page .form-inner {
    margin: 40px auto;
    width: 100%;
    padding: 0 52px;
}
.contacts-page .address-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    padding: 0 52px;
}
.contacts-page .address-wrapper address {
    font-size: 14px;
    line-height: 30px;
}
.contacts-page .contact-details {
    margin-top: 10px;
}
.contacts-page .contact-details li a {
    line-height: 40px;
    display: inline-block;
}
.list-page aside {
    padding-top: 26px;
    padding-bottom: 30px;
}
.footer-partners .title-wrap {
    padding: 0 52px;
    height: 130px;
    line-height: 130px;
}
.footer-partners .logos-partners {
    padding-left: 52px;
    height: 130px;
    line-height: 90px;
}
.footer-partners .logos-partners img {
    width: 140px;
}
.footer-partners .logos-partners img+img {
    margin-left: 52px;
}
}@media (max-width: 567px) {
    .booking-container {
    width: 290px;
}
.mobile-header .book-link {
    font-size: 12px;
    padding: 0 15px;
}
html.no-desktop .text-overlay .play-button, html.no-desktop .home-slider-wrap .play-button {
    font-size: 16px;
    line-height: 27px;
    bottom: 15px!important;
    right: 15px!important;
}
html.no-desktop .text-overlay .play-button img, html.no-desktop .home-slider-wrap .play-button img {
    height: 27px;
    width: auto;
    margin-right: 8px;
}
html.no-desktop .text-overlay .play-button span, html.no-desktop .home-slider-wrap .play-button span {
    line-height: 27px;
    font-size: 16px;
}
nav.mobile-nav {
    width: 100%}
.screen-page .content-overlay ul:not(.menu-list) li {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0;
}
.screen-page .content-overlay1 ul:not(.menu-list) li {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0;
}
.services-page .banner-grid {
    min-height: 201px!important;
}
.services-page .banner-grid .grid-item {
    min-height: 200px!important;
    height: 200px!important;
}
.services-page .location-screen .banner-grid {
    min-height: 300px!important;
}
}@media (max-width: 500px) {
    .home-main .content-overlay {
    padding-left: 10%;
    padding-right: 10%}
        .home-main .content-overlay1 {
    padding-left: 10%;
    padding-right: 10%}
.info-panel .features li {
    width: 100%}
.footer-partners .logos-partners {
    height: 120px;
    line-height: 80px;
}
.footer-partners .logos-partners img {
    width: 120px;
}
}@media (max-width: 400px) {
    .home-main .content-overlay, .sub-page .content-overlay, .sub-page .grid-item.text-grid .text-overlay .content-overlay, .rooms-page .grid-item.text-grid .text-overlay: not(.slides) .content-overlay {
    width: 100%!important;
    padding: 0 15px;
}
    .home-main .content-overlay1, .sub-page .content-overlay1, .sub-page .grid-item.text-grid .text-overlay .content-overlay1, .rooms-page .grid-item.text-grid .text-overlay: not(.slides) .content-overlay1 {
    width: 100%!important;
    padding: 0 15px;
}
.contacts-page .form-inner, .menu-page .menu-banner {
    padding: 0 15px;
}
.contacts-page .address-wrapper {
    padding: 0 15px;
}
.sub-page .grid-item.text-grid .text-overlay, .rooms-page .grid-item.text-grid .text-overlay:not(.slides) {
    padding: 33px 0 35px;
}
.sub-page .location-screen .grid-item.text-grid .text-overlay .content-overlay {
    padding-top: 33px;
    padding-bottom: 35px;
}
.sub-page .location-screen .grid-item.text-grid .text-overlay .content-overlay1 {
    padding-top: 33px;
    padding-bottom: 35px;
}
.sub-page .image-banner .content-overlay {
    padding: 33px 15px 35px;
}
.sub-page .image-banner .content-overlay1 {
    padding: 33px 15px 35px;
}
.list-page aside .hidden-select {
    width: 100%}
.menu-page section {
    padding-top: 30px;
}
.menu-page .menu-text.text-grid .text-overlay {
    padding: 25px 15px 0;
}
.menu-page .menu-item {
    margin-bottom: 40px;
}
.menu-page .menu-banner div {
    margin: 0 -15px;
}
.footer-partners .title-wrap {
    padding: 0 15px;
    height: 120px;
    line-height: 120px;
}
.footer-partners .logos-partners {
    padding-left: 15px;
}
.footer-partners .logos-partners img+img {
    margin-left: 35px;
}
}@media (max-width: 360px) {
    .home-slideshow .flex-direction-nav .flex-prev {
    margin-left: 10px;
}
.home-slideshow .flex-direction-nav .flex-next {
    margin-right: 10px;
}
.home-main .home-slider-wrap .content-overlay {
    padding-left: 70px;
    padding-right: 70px;
}
.home-main .home-slider-wrap .content-overlay1 {
    padding-left: 70px;
    padding-right: 70px;
}
.home-slider-wrap .text-overlay h2, .home-slider-wrap .text-overlay .h2 {
    font-size: 30px;
    line-height: 34px;
}
}.h-text-overlay p {
    color: #fff;
    background: #29292957;
}
.h-text-overlay h2 {
    text-shadow: 1px 2px 2px #272525;
}
.h-rez {
    margin-top: 55px;
}
#ui-datepicker-div {
    font-size: 13px!important;
}
header .fa {
    margin-right: 3px;
    position: absolute;
    font-size: 21px;
}
.odalar h2 {
    margin-bottom: 7px;
    padding-bottom: 9px;
}
.odalar .h-text-overlay p {
    background: none;
}
.h-widget {
    position: absolute;
    right: 0;
    z-index: 5;
    max-width: 226px;
    background: #6464649c;
    text-align: center;
    color: #fff;
    bottom: 0;
    border-top-left-radius: 6px;
}
.h-widget span {
    color: #fff;
    display: block;
}
.currentDesc {
    display: none!important;
}
.iconlar ul{
	    display: inline-block;
}

.iconlar li {
    float: left;
    margin-left: 4px;
}
.iconlar li img {
    width: 40px;
    background: #fff;
    border-radius: 50px;
    padding: 8px;
    height: 40px;
}
.odalar section {
    margin-top: 100px;
}
.odalar section h4 {
    font-size: 25px;
    margin-bottom: 5px;
}
.odalar a img:not(.footerlogo){
    margin-bottom: 15px;
    width: 100%}
	
.odalarbtn .action-button{
	background: #edcc61;
	color: #fff;
	border: 1px solid #d0a723;
	padding: 0;
	width: 200px;
	min-width: 201px;
	height: 52px;
	line-height: 52px;
}	

.odalar{
	/* background:url('../img/bg.jpg'); */
}

.portfolio-client-description p{
    margin-bottom: 6px;
    line-height: 27px;
}


@media (min-width: 1200px){
.odalar .container{
    width: 1300px;
}
}


.h-rez input[type="text"], .h-rez  input[type="tel"], .h-rez  input[type="email"], .h-rez  textarea, select, .h-rez  .action-button {
	 background: #607d8b57;
	 color: #fff !important;
}

.h-rez  .action-button {
	height: 70px;
    margin-top: -1px;
    border: 2px solid #fff;
	line-height: 70px;
}


.h-rez ::placeholder { color: #fff !important;}
.h-rez :-ms-input-placeholder  { color: #fff !important;}
.h-rez ::-ms-input-placeholder { color: #fff !important;}

.modal{    text-align: center;}
.modal-title{color:#484848;text-align: center;font-size: 25px;}
.modal p{ color:#484848; margin-bottom:15px;}
.modal strong{ color:#000;}
.modal h1{color:#000;font-size:25px;border-bottom: 2px solid #ccc;line-height: 40px;width: 300px;text-align: center;margin: 0 auto;margin-bottom: 15px;}
.modal h2{color:#000;font-size:20px;padding-bottom: 0;}
.modal  .btn{color:#000;}

.hizmetler ul h3{
	border-bottom: 2px solid #fff;
    display: inline-block;
    font-size: 25px;
}
}