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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

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

a img {
    border: none
}

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

/*@font-face {
    font-family: "Brandon_light";
    src: url('../fonts/Brandon_light.eot?1467747082');
    src: url('../fonts/Brandon_light.eot?&1467747082#iefix') format('embedded-opentype'), url('../fonts/Brandon_light.woff?1467747082') format('woff'), url('../fonts/Brandon_light.ttf?1467747082') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Brandon_reg";
    src: url('../fonts/Brandon_reg.eot?1467747083');
    src: url('../fonts/Brandon_reg.eot?&1467747083#iefix') format('embedded-opentype'), url('../fonts/Brandon_reg.woff?1467747083') format('woff'), url('../fonts/Brandon_reg.ttf?1467747083') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Brandon_med";
    src: url('../fonts/Brandon_med.eot?1467747082');
    src: url('../fonts/Brandon_med.eot?&1467747082#iefix') format('embedded-opentype'), url('../fonts/Brandon_med.woff?1467747082') format('woff'), url('../fonts/Brandon_med.ttf?1467747082') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Brandon_bld";
    src: url('../fonts/Brandon_bld.eot?1467747082');
    src: url('../fonts/Brandon_bld.eot?&1467747082#iefix') format('embedded-opentype'), url('../fonts/Brandon_bld.woff?1467747082') format('woff'), url('../fonts/Brandon_bld.ttf?1467747082') format('truetype');
    font-weight: normal;
    font-style: normal
}*/

* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    font: 16px brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
    background-color: #fff
}

a {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
    color: #cd700b;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

br {
    content: "";
    display: block;
    margin-bottom: 35px
}

hr {
    border: 0;
    border-top: 1px solid #dedede;
    margin: 90px 0
}

hr.top {
    border-color: #cd700b;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}

hr.hr-30 {
    margin: 30px 0
}

.button {
    display: block;
    background-color: #cd700b;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 40px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

.button:hover {
    background-color: #402107
}

.left,
.block-left,
.col-left {
    float: left;
    tect-align: left
}

.right,
.block-right,
.col-left {
    float: right;
    text-align: right
}

.center,
.block-center,
.col-center {
    float: none;
    text-align: center;
    margin: 0 auto
}

.clr {
    clear: both
}

.col-hidden {
    display: none
}

img {
    width: 100%
}

h1 {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    color: #402107;
    text-transform: uppercase;
    display: inline;
    position: relative;
    line-height: 38px
}

h1:before {
    content: "";
    border-bottom: 2px solid #cd700b;
    position: absolute;
    width: 100%;
    bottom: 2px
}

h2 {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    color: #402107;
    text-transform: uppercase;
    display: inline;
    position: relative;
    line-height: 46px
}

h2 span {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
    color: #cd700b
}

h3 {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    color: #cd700b;
    text-transform: none;
    display: inline;
    position: relative;
    line-height: 48px
}

.p1 {
    font-size: 27px;
    color: #7a7c7b;
    line-height: 36px
}

.p2 {
    font-size: 20px;
    color: #7a7c7b;
    line-height: 27px
}

.p2 span {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
    color: #cd700b
}

.p3 {
    font-size: 16px;
    color: #7a7c7b;
    line-height: 30px
}

.icon-phone:before {
    content: "";
    background-image: url("../images/icons/icon-phone.png")
}

.icon-mail:before {
    content: "";
    background-image: url("../images/icons/icon-mail.png")
}

.icon-mail:before,
.icon-phone:before {
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 6px
}

label,
.strong {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
}

select {
    text-align: center;
    text-align-last: center
}

::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    margin-left: 2px;
    background-clip: padding-box
}

::-webkit-scrollbar-track-piece {
    background-color: #dedede
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #7a7c7b;
    width: 7px;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede
}

::-webkit-scrollbar-thumb:horizontal {
    height: 50px;
    background-color: #7a7c7b;
    width: 7px;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede
}

.modal-no-scroll {
    overflow: hidden !important
}

.section-book-now {
    padding-left: 70px;
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #7a7c7b
}

.section-book-now .col-counter {
    display: inline-block
}

.section-book-now img {
    width: auto;
    vertical-align: bottom
}

.section-book-now .section-book-date {
    display: inline-block
}

.section-book-now .section-book-date:last-child {
    padding-left: 25px
}

.section-book-now input[type='text'] {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #7a7c7b;
    background-color: #f7f7f7;
    border: 2px solid #7a7c7b;
    height: 36px;
    width: 180px;
    margin-right: 12px
}

.section-book-now input[type='text']::-webkit-input-placeholder {
    color: #7a7c7b;
    text-transform: uppercase
}

.section-book-now .icon-calendar {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 36px;
    height: 38px;
    background-image: url("../images/icons/calendar.svg")
}

.section-book-now .section-guests,
.section-book-now .section-rooms {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    color: #7a7c7b;
    text-transform: uppercase
}

.section-book-now .section-guests .select-wrapper,
.section-book-now .section-rooms .select-wrapper {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 15px
}

.section-book-now .section-guests .select-wrapper:after,
.section-book-now .section-rooms .select-wrapper:after {
    content: "";
    display: inline-block;
    margin-top: -8px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 7px;
    height: 4px;
    background-image: url("../images/icons/arrow-down.svg")
}

.section-book-now .section-button {
    display: inline-block;
    margin-left: 20px
}

.section-book-now select {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #7a7c7b;
    background-color: #f7f7f7;
    border: 2px solid #7a7c7b;
    width: 36px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.mobile-nav {
    position: fixed;
    z-index: 1
}

a.menu-link {
    display: none
}

#menu {
    display: none
}

.menu-nav nav[role=navigation] {
    max-height: none
}

nav[role=navigation] {
    display: none
}

nav[role=navigation] ul {
    margin: 0;
    border: 0
}

nav[role=navigation] ul li {
    display: inline-block;
    margin: 0px
}

.main-framework {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative
}

.main-framework .framework-wrapper {
    background-color: #f7f7f7;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
    width: 100%
}

.main-framework .framework-wrapper .header-wrapper {
    position: relative;
    border-bottom: 1px solid #dedede
}

.main-framework .framework-wrapper .header-wrapper header {
    padding: 0px 60px;
    height: 208px
}

.main-framework .framework-wrapper .header-wrapper header .block-left,
.main-framework .framework-wrapper .header-wrapper header .block-right {
    height: 208px
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-logo {
    width: 100px;
    padding-top: 35px;
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: bottom
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-logo img {
    width: 100%;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-contact {
    line-height: initial
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #7a7c7b
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span:first-child {
    padding-left: 0px
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span:first-child:before {
    padding-right: 0px
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span:last-child:after {
    border-right: none
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span:last-child:before {
    border-right: none
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span:after {
    content: "";
    border-right: 1px solid #7a7c7b;
    padding-left: 10px;
    height: 17px;
    display: inline-block;
    vertical-align: middle
}

.main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span:before {
    content: "";
    padding-right: 5px
}

.main-framework .framework-wrapper .header-wrapper header .block-right {
    position: absolute;
    right: 60px
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form {
    height: 148px;
    padding-top: 84px
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-language {
    line-height: initial;
    padding-top: 10px
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav {
    display: block;
    font-size: 16px
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav ul li {
    display: inline-block;
    padding: 0px 6px
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav ul li span,
.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav ul li a {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 400;
    color: #7a7c7b
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav ul li a {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav ul li.active,
.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav ul li:hover {
    color: #cd700b
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav ul li.active a,
.main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav ul li:hover a {
    color: #cd700b
}

.main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper {
    display: none
}

.main-framework .framework-wrapper .main-wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: table;
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 615px;
    padding-bottom: 180px;
    border-bottom: 1px solid #e4e5e5
}

.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper {
    width: 405px;
    float: left;
    padding: 60px 60px 0px 60px
}

.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside {
    display: block
}

.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li {
    display: inline;
    line-height: 20px;
    position: relative
}

.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li a {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #7a7c7b;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li:after {
    content: "";
    display: block;
    padding-bottom: 30px
}

.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li.active,
.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li.current-menu-item,
.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li:hover {
    color: #cd700b
}

.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li.active a,
.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li.current-menu-item a,
.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li:hover a {
    color: #cd700b
}

.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li.active:before,
.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li.current-menu-item:before,
.main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li:hover:before {
    content: "";
    border-bottom: 1px solid #cd700b;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper {
    float: right;
    width: calc(100% - 405px);
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .image-control {
    line-height: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .image-control img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .scrollto-control {
    height: 180px;
    display: table;
    width: 100%;
    text-align: center
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .scrollto-control .scrollto-content {
    display: table-cell;
    vertical-align: middle
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .scrollto-control .scrollto-content .scrollto-text {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #cd700b;
    display: block
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .scrollto-control .scrollto-content .scrollto-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #cd700b;
    position: relative
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .scrollto-control .scrollto-content .scrollto-icon .icon-arrow {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 14px;
    height: 20px;
    background-image: url("../images/icons/arrow-down-big.svg");
    background-position: center;
    background-repeat: no-repeat
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper {
    width: 100%;
    position: relative
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container {
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container {
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-heading-control {
    margin-bottom: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-article {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-article.col-counter {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .intro-image-control {
    line-height: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .intro-image-control img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.home-intro .intro-article,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.pool-deck-intro .intro-article {
    border-bottom: none !important
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container:nth-last-child(2) .section-room {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container:nth-last-child(2) .section-room:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .heading-control {
    padding: 0px 30px;
    margin-bottom: 50px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .room-image-control img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container:last-child .section-eat-drink {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container:last-child .section-eat-drink:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper .heading-control {
    margin-bottom: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper .image-control img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container {
    padding: 0px 30px;
    display: table;
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container .heading-control {
    margin-bottom: 50px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-default {
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities {
    margin-bottom: 180px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities .col-counter {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities .col-counter br {
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions {
    margin-bottom: 180px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px 0px -60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item {
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 0px 0px 0px 60px;
    margin-bottom: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .image-control {
    margin-bottom: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .image-control img {
    height: 100%;
    object-fit: cover;
    display: block;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .title-control {
    margin-bottom: 10px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .heading-control {
    margin-bottom: 50px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions a,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info a {
    text-decoration: none;
    position: relative
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions a:before,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info a:before {
    content: "";
    border-bottom: 1px solid #cd700b;
    position: absolute;
    width: 100%;
    bottom: 2px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item {
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room {
    border-bottom: 1px solid #dedede;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .heading-control {
    padding: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter.booking-button {
    padding-top: 60px;
    display: flex
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter.booking-button .block-btn {
    margin: 0px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: inline-block;
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter.booking-button .block-btn button {
    width: 50%;
    text-align: center
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels:before {
    content: "";
    display: block;
    border-top: 1px solid #cd700b;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels .title-info {
    display: block;
    margin-bottom: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels .title-info:before {
    display: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels .title-info span {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article {
    margin-top: 35px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px 0px -60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item {
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 0px 0px 0px 60px;
    margin-bottom: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .image-control {
    margin-bottom: 35px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .image-control img {
    object-fit: cover;
    display: block;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control {
    margin-bottom: 40px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control h3 {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    color: #402107;
    text-transform: capitalize;
    display: inline;
    position: relative
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control h3:before {
    content: "";
    border-bottom: 2px solid #cd700b;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    bottom: 2px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels a {
    text-decoration: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages {
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden {
    display: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .image-control {
    height: initial;
    width: 33.3333%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .image-control img {
    object-fit: cover;
    display: block;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control {
    flex: 1;
    position: relative;
    padding-left: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control .heading-control {
    margin-bottom: 40px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control .heading-control:first-child {
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control .booking-button {
    position: absolute;
    right: 0;
    bottom: 0
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content article {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .step-number {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    background-color: #cd700b;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    line-height: 46px;
    height: 46px;
    width: 46px;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 20px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .step-title {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    color: #402107
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content {
    background-color: #dedede;
    padding: 30px 70px;
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content:last-child {
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item {
    display: table-cell
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item:last-child {
    vertical-align: bottom;
    text-align: right
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck {
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo .alm-reveal:last-child article:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck .alm-reveal:last-child article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden {
    display: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden:nth-last-child(2),
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .image-control,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .image-control {
    height: initial;
    width: 33.3333%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .image-control img,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .image-control img {
    object-fit: cover;
    display: block;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control {
    flex: 1;
    position: relative;
    padding-left: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control .heading-control,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control .heading-control {
    margin-bottom: 40px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control .heading-control:first-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control .heading-control:first-child {
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control .link-control,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control .link-control {
    float: right;
    margin-top: 50px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control .link-control a,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control .link-control a {
    text-decoration: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article:last-child {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden {
    display: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden:last-child {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo .alm-listing:last-child article:last-child {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo .alm-listing .alm-reveal:last-child article {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo .alm-listing .alm-reveal:last-child article:last-child {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo .alm-listing .alm-reveal:last-child article.col-hidden {
    display: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo .alm-listing .alm-reveal:last-child article.col-hidden:last-child {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck .alm-reveal:last-child article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink {
    border-bottom: 1px solid #dedede;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink.last {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .heading-control {
    margin-bottom: 40px;
    padding: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button {
    padding-top: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button .block-btn {
    margin: 0px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: inline-block;
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter {
    width: 100%;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter .col-item {
    margin: 0px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
    width: 100%;
    word-break: break-word
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter .col-item .image-control {
    margin-bottom: 10px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter .col-item .image-control img {
    height: 100%;
    object-fit: cover;
    display: block;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter .col-item .heading-control {
    margin-top: 0px;
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter .col-item .heading-control h3 {
    font-size: 16px;
    color: #7a7c7b;
    margin-bottom: 30px;
    margin-top: 0px;
    display: block;
    line-height: inherit
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings {
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article:nth-last-child(2),
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-hidden {
    display: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden:nth-last-child(2),
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-hidden:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-hidden:last-of-type,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-hidden:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 30px;
    word-break: break-word
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item:last-child,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item:last-child {
    padding-right: 0px;
    padding-left: 30px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .heading-control h2,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control h2 {
    font-size: 42px;
    line-height: 46px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .heading-control.last,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control.last {
    margin-bottom: 0px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .heading-control a,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control a {
    font-size: 27px;
    margin-top: 50px;
    display: inline-block;
    text-decoration: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .image-control,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .image-control {
    line-height: 0px;
    margin-bottom: 5px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .image-control img,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .image-control img {
    object-fit: cover;
    display: block;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .image-control figure,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .image-control figure {
    position: relative
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .image-control figure img,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .image-control figure img {
    width: auto;
    margin: 0 auto;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events .event-info,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings .event-info {
    margin-top: 180px;
    display: inline-block;
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events .event-info a,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings .event-info a {
    text-decoration: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events p,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events h3,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings p,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings h3 {
    display: block;
    margin-top: 30px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events h3,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings h3 {
    font-size: 36px;
    line-height: 48px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events a,
.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings a {
    text-decoration: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control {
    width: 33.3333%;
    flex: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control .heading-control h1 {
    font-size: 48px;
    line-height: 38px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control .heading-control h1:before {
    border: 0
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control .col-item {
    margin-bottom: 35px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .map-control {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .map-control img {
    object-fit: cover;
    display: block;
    height: auto;
    max-height: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact p {
    margin-top: 30px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact a {
    text-decoration: none
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq {
    display: table;
    width: 100%
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .block-faq {
    width: 50%;
    flex: none;
    padding-right: 60px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .block-faq.mask {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item {
    margin-bottom: 35px
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .question {
    font-size: 36px;
    margin-bottom: 35px;
    display: block
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .answer {
    font-size: 20px;
    color: #7a7c7b;
    margin-bottom: 35px;
    display: block
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .answer .additional-info {
    margin-top: 35px;
    margin-bottom: 35px;
    display: block;
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
}

.main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter a {
    text-decoration: none
}

.main-framework .framework-wrapper .footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -9999;
    height: 615px
}

.main-framework .framework-wrapper .footer-wrapper footer {
    position: relative;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
    padding-left: 405px
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container {
    padding: 60px 90px 60px 30px;
    font-size: 20px
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container section {
    position: relative
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .col-counter {
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 60px;
    display: flex
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .col-counter .col-item {
    margin: 0;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: inline-block;
    width: 100%
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .items {
    color: #7a7c7b
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .items h2 {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #cd700b;
    line-height: inherit
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li {
    display: block
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li a {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #7a7c7b;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    position: relative
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li a.active,
.main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li a:hover {
    color: #cd700b
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li a.active:before,
.main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li a:hover:before {
    content: "";
    border-bottom: 1px solid #cd700b;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    bottom: 2px
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container form input[type="text"] {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    border: 1px solid #e4e5e5;
    color: #7a7c7b;
    padding: 10px 25px;
    margin-top: 20px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container form input[type="text"]::-webkit-input-placeholder {
    color: #e4e5e5;
    text-transform: uppercase
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container form input[type="text"]:focus {
    box-shadow: 0 0 5px rgba(205, 112, 11, 0.5);
    border: 1px solid #cd700b
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container form button {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    background-color: transparent;
    border: transparent;
    color: #cd700b;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer
}

.main-framework .framework-wrapper .footer-wrapper footer .footer-container form button:after {
    content: "";
    background-image: url("../images/icons/icon-arrow-right.png");
    background-repeat: no-repeat;
    background-position: right;
    width: 8px;
    height: 14px;
    display: inline-block;
    margin-top: 7px;
    padding-left: 10px
}

.main-framework .framework-wrapper .footer-wrapper .copyright-container {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #f7f7f7;
    font-size: 20px;
    color: #7a7c7b;
    display: table
}

.main-framework .framework-wrapper .footer-wrapper .copyright-container p {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.flickity-page-dots {
    text-align: right;
    bottom: -10px
}

.flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 3px 0 0;
    position: relative;
    border-radius: 0px;
    display: inline-block;
    background-color: #402107;
    opacity: 1
}

.flickity-page-dots .dot.is-selected {
    background-color: #cd700b
}

.pagination-control {
    position: relative;
    text-align: center
}

.pagination-control ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 180px
}

.pagination-control ul li {
    display: inline-block
}

.pagination-control ul li a {
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none
}

.pagination-control ul li a.active {
    font-family: brandon-grotesque, Arial;
    font-style: normal;
    font-weight: 500;
}

.social-link-list {
    position: fixed;
    right: 0;
    top: 300px
}

.social-link-list .social-text-title {
    display: none;
    color: #7a7c7b
}

.social-link-list ul li {
    height: 45px;
    position: relative
}

.social-link-list ul li a {
    display: inline-block;
    width: 45px;
    height: 45px
}

.social-link-list ul li a span:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    background-image: url("../images/icons/sprite-icon-social.png");
    cursor: pointer
}

.social-link-list ul li a span.icon-facebook:before {
    background-position: 0 0
}

.social-link-list ul li a span.icon-twitter:before {
    background-position: 0 -45px
}

.social-link-list ul li a span.icon-google-plus:before {
    background-position: 0 -90px
}

.social-link-list ul li a span.icon-instagram:before {
    background-position: 0 -135px
}

.social-link-list ul li a span.icon-pinterest:before {
    background-position: 0 -180px
}

.aps-social-icon-wrapper .aps-group-vertical {
    width: 45px
}

.aps-social-icon-wrapper .aps-each-icon {
    display: block;
    width: 45px;
    height: 45px
}

/* ADA ROOMS */

/* ADA - Popup */

.room-pop.ada-room-pop {
    padding: 82px 60px 84px;
}
.room-pop.ada-room-pop h3.title-room-pop,
.room-pop.ada-room-pop .features-room-pop h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
.room-pop.ada-room-pop .info-room-pop {
    font-size: 20px;
    padding-top: 34px;
    padding-bottom: 64px;
}
.room-pop.ada-room-pop .features-room-pop .frp-l,
.room-pop.ada-room-pop .features-room-pop .frp-r {
  float: left;
  width: 50%;
}
.room-pop.ada-room-pop .features-room-pop ul {
  list-style: none;
  margin-left: 35px;
  padding-top: 34px;
}
.room-pop.ada-room-pop .features-room-pop ul li {
    font-size: 20px;
    line-height: 29px;
}
.room-pop.ada-room-pop .features-room-pop ul li span {
  font-weight: 500;
  text-decoration: underline;
}
.room-pop.ada-room-pop .features-room-pop ul li::before {
  content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
    line-height: 0em;
}
.room-pop.ada-room-pop .features-room-note {
  font-weight: 500;
  clear: both;
  padding-top: 29px;
}
body .pum-close.popmake-close,
body .pum-close.popmake-close:hover {
    visibility: hidden;
}
.pum-close.popmake-close::before,
.pum-close.popmake-close:hover::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(https://empirehotelnyc.com//wp-content/themes/nychotels/assets/images/close@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 35px;
    visibility: visible;
    margin: 22px 19px 0 0;
}

/* ADA - Mark */

.room-wrapper .heading-control h1 span.accessible-room-mark,
.room-wrapper .room-image-control .accessible-room-img-mark {
    display: none;
}
.room-wrapper .heading-control h1.accessible-room span.accessible-room-mark {
    display: inline-block;
}
.room-wrapper .heading-control h1.accessible-room span.accessible-room-mark a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("https://empirehotelnyc.com/wp-content/uploads/2018/09/icon-accessible-room.png");
    background-position: center center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    text-indent: -10000px;
    position: relative;
    top: -8px;
    left: 5px;
}
.room-wrapper .room-image-control.accessible-room {
    position: relative;
}
.room-wrapper .room-image-control.accessible-room .accessible-room-img-mark {
    width: 100%;
    height: 3px;
    background-color: #406CC2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.room-wrapper .room-image-control.accessible-room .accessible-room-img-mark::after {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background-image: url("https://empirehotelnyc.com/wp-content/uploads/2018/09/ada-icon-white@3x.png");
    background-position: center center;
    background-size: 30px 36px;
    background-repeat: no-repeat;
    background-color: #406CC2;
    margin-top: 3px;
    margin-left: 15px;
}
.pum-container.pum-responsive.active {
    top: 90px !important;
}

@media (max-width: 1800px) {
    .header-language nav {
        position: relative
    }
    .header-language nav:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
        width: 11px;
        height: 7px;
        background-image: url("../images/icons/arrow-down.svg");
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none
    }
    .header-language .language-text {
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        color: #7a7c7b;
        display: inline-block
    }
    .header-language .responsiveMenuSelect {
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        color: #7a7c7b;
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: auto;
        z-index: 1;
        padding-right: 11px
    }
}

@media all and (min-width: 1710px) {
    .language-text {
        display: none
    }
}

@media all and (max-width: 1710px) and (min-width: 1041px) {
    h1 {
        font-size: 36px;
        line-height: 36px
    }
    h2 {
        font-size: 30px;
        line-height: 30px
    }
    h3 {
        font-size: 24px;
        line-height: 24px
    }
    .p1 {
        font-size: 20px;
        line-height: 27px
    }
    .p2 {
        font-size: 16px;
        line-height: 22px
    }
    .p3 {
        font-size: 16px;
        line-height: 22px
    }
    .button {
        font-size: 13px
    }
    .main-framework .framework-wrapper .header-wrapper header {
        height: 150px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left,
    .main-framework .framework-wrapper .header-wrapper header .block-right {
        height: 150px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-logo {
        width: 80px;
        padding-top: 30px;
        padding-bottom: 0px;
        vertical-align: middle;
        display: inline-block
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-logo img {
        margin-top: 0px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact {
        display: inline-block;
        padding-left: 30px;
        vertical-align: bottom;
        line-height: initial
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span {
        font-size: 13px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form {
        height: 87px;
        padding-top: 40px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now {
        font-size: 13px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-book-date:last-child {
        padding-left: 10px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-book-date input[type='text'] {
        font-size: 13px;
        height: 30px;
        width: 108px;
        margin-right: 12px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-book-date .icon-calendar {
        width: 30px;
        height: 32px;
        -webkit-mask-size: 30px 32px;
        mask-size: 30px 32px;
        shape-rendering: optimizeSpeed
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-guests,
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-rooms {
        padding-left: 10px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-guests .select-wrapper,
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-rooms .select-wrapper {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-left: 15px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-guests .select-wrapper select,
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-rooms .select-wrapper select {
        font-size: 13px;
        width: 32px;
        height: 32px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-button {
        margin-left: 5px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-button .button {
        font-size: 13px;
        padding: 0 32px;
        height: 32px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav {
        display: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
        width: 11px;
        height: 7px;
        background-image: url("../images/icons/arrow-down.svg");
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-text {
        display: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper {
        position: relative;
        display: inline-block
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper label {
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        color: #7a7c7b
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
        width: 11px;
        height: 7px;
        background-image: url("../images/icons/arrow-down.svg");
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-dropdown,
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .responsiveMenuSelect {
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        color: #7a7c7b;
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 50px;
        z-index: 1
    }
    .main-framework .framework-wrapper .main-wrapper {
        margin-bottom: 495px;
        padding-bottom: 120px
    }
    .main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li {
        display: inline;
        line-height: 20px;
        position: relative
    }
    .main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li a {
        font-size: 16px
    }
    .main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper aside ul li:after {
        content: "";
        display: block;
        padding-bottom: 20px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .scrollto-control .scrollto-content .scrollto-text {
        font-size: 14px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-heading-control {
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-article {
        margin-bottom: 60px;
        padding-bottom: 60px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-article.col-counter {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .intro-image-control {
        line-height: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .intro-image-control img {
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: cover
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .heading-control {
        padding: 0px 15px;
        margin-bottom: 50px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .room-image-control img {
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper .heading-control {
        margin-bottom: 50px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper .image-control img {
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: cover
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container {
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container .heading-control {
        margin-bottom: 40px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities {
        margin-bottom: 120px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities .col-counter {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info {
        margin-bottom: 90px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter {
        margin: 0px 0px 0px -30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0px 0px 0px 30px;
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:last-child {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item {
        padding: 0px 0px 30px 30px;
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item:last-child {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .image-control {
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .title-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .heading-control {
        margin-bottom: 40px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .heading-control {
        padding: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter.booking-button {
        padding-top: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels:before {
        margin-bottom: 45px;
        margin-top: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article {
        margin-top: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter {
        margin: 0px 0px 0px -30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0px 0px 0px 30px;
        margin-bottom: 40px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item:last-child {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .image-control {
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .image-control img {
        object-fit: cover;
        display: block;
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control {
        margin-bottom: 10px !important
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control h3 {
        position: relative;
        font-size: 24px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control h3:after {
        content: "";
        position: absolute;
        top: 2px;
        background-color: #402107;
        width: 15px;
        height: 15px;
        background-image: url("../images/icons/icon-new-window.svg");
        background-position: center;
        background-repeat: no-repeat
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck {
        display: inline-block
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article {
        border: 0;
        border-bottom: 1px solid #dedede;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .image-control img,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .image-control img,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .image-control img {
        object-fit: cover;
        display: block;
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control {
        flex: 1;
        padding-left: 30px;
        position: relative
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control .heading-control h2,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control .heading-control h2,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control .heading-control h2 {
        font-size: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control .heading-control h3,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control .heading-control h3,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control .heading-control h3 {
        font-size: 24px;
        line-height: 36px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control .p1,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control .p1,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control .p1 {
        font-size: 20px;
        line-height: 27px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter .side-control .booking-button,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter .side-control .booking-button,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter .side-control .booking-button {
        position: relative;
        margin-top: 20px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content {
        padding: 25px 60px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item {
        display: block
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item .booking-button {
        position: relative;
        margin-top: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter {
        width: 100%;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        column-gap: 60px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter .col-item .image-control img {
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter .col-item .heading-control h3 {
        font-size: 13px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .block-faq {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .block-faq.mask {
        width: 100%;
        flex: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .question {
        font-size: 24px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .answer {
        font-size: 16px
    }
    .main-framework .framework-wrapper .footer-wrapper {
        height: 495px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container {
        font-size: 16px;
        padding: 60px 75px 60px 15px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .items h2 {
        font-size: 16px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li a {
        font-size: 16px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container form input[type="text"] {
        font-size: 16px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container form button {
        font-size: 16px
    }
    .main-framework .framework-wrapper .footer-wrapper .copyright-container {
        font-size: 16px;
        height: 120px
    }
}

@media all and (max-width: 1040px) {
    br,
    p {
        margin-bottom: 20px
    }
    br:last-child,
    p:last-child {
        margin-bottom: 0px
    }
    h1 {
        font-size: 36px;
        line-height: 38px
    }
    h2 {
        font-size: 30px;
        line-height: initial
    }
    h3 {
        font-size: 24px;
        line-height: initial
    }
    .p1 {
        font-size: 18px;
        line-height: 24px
    }
    .p2 {
        font-size: 18px;
        line-height: 24px
    }
    .p3 {
        font-size: 18px;
        line-height: 24px
    }
    .button {
        font-size: 12px
    }
    .flickity-page-dots {
        text-align: center;
        bottom: -20px
    }
    .flickity-page-dots .dot {
        width: 30px;
        height: 15px;
        margin: 0 15px 0 0;
        position: relative;
        border-radius: 0px;
        display: inline-block;
        background-color: #402107;
        opacity: 1
    }
    .flickity-page-dots .dot.is-selected {
        background-color: #cd700b
    }
    .social-link-list {
        position: relative;
        right: 0px;
        top: 0px;
        bottom: 0px;
        top: -229px;
        z-index: 1;
        width: 100%;
        text-align: center;
        margin: 0px auto
    }
    .social-link-list .social-text-title {
        display: block
    }
    .social-link-list ul {
        display: -webkit-box;
        margin: 0px auto;
        display: block;
        text-align: center;
        height: 45px;
        display: table
    }
    .social-link-list ul li {
        height: 45px;
        position: relative;
        display: table-cell
    }
    .social-link-list ul li a {
        display: inline-block;
        width: 45px;
        height: 45px
    }
    .social-link-list .aps-social-icon-wrapper {
        height: 69px;
        display: block
    }
    .social-link-list .aps-social-icon-wrapper .aps-group-vertical {
        width: 100% !important;
        display: table;
        text-align: center;
        float: none;
        height: 69px
    }
    .social-link-list .aps-social-icon-wrapper .aps-each-icon {
        display: inline-block;
        width: 69px;
        height: 69px;
        position: relative
    }
    .social-link-list .aps-social-icon-wrapper .aps-each-icon a {
        display: block;
        position: relative;
        z-index: 555;
        width: 69px;
        height: 69px
    }
    .social-link-list .aps-social-icon-wrapper .aps-each-icon a img {
        width: 69px;
        height: 69px
    }
    a.menu-link {
        float: right;
        display: block;
        color: transparent;
        position: fixed;
        top: 15px;
        right: 15px
    }
    a.menu-link .text-bars {
        display: block;
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        color: #7a7c7b;
        text-transform: uppercase
    }
    a.menu-link .text-bars:before {
        content: "Menu";
        display: block
    }
    a.menu-link .icon {
        content: "";
        display: inline-block;
        width: 45px;
        height: 45px;
        background-image: url("../images/icons/menu-bar.svg");
        background-position: center;
        background-repeat: no-repeat
    }
    a.menu-link.active .text-bars:before {
        content: "Close";
        display: block
    }
    a.menu-link.active .icon {
        background-image: url("../images/icons/close.svg");
        background-position: center;
        background-repeat: no-repeat
    }
    #menu {
        display: block
    }
    .menu-nav nav[role=navigation] {
        overflow: hidden;
        max-height: 0
    }
    nav[role=navigation] {
        clear: both
    }
    nav[role=navigation].active {
        width: 50%;
        padding: 0;
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background-color: #f7f7f7;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        max-height: 100%;
        z-index: 99999;
        border-left: 1px solid #dedede;
        margin-top: 145px
    }
    nav[role=navigation] ul li {
        display: inline;
        line-height: 20px;
        position: relative
    }
    nav[role=navigation] ul li a {
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #7a7c7b;
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: none;
        position: relative
    }
    nav[role=navigation] ul li:after {
        content: "";
        display: block;
        padding-bottom: 30px
    }
    nav[role=navigation] ul li.active,
    nav[role=navigation] ul li.current-menu-item,
    nav[role=navigation] ul li:hover {
        color: #cd700b
    }
    nav[role=navigation] ul li.active a,
    nav[role=navigation] ul li.current-menu-item a,
    nav[role=navigation] ul li:hover a {
        color: #cd700b
    }
    nav[role=navigation] ul li.active:before,
    nav[role=navigation] ul li.current-menu-item:before,
    nav[role=navigation] ul li:hover:before {
        content: "";
        border-bottom: 1px solid #cd700b;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        width: 100%;
        bottom: 0px
    }
    .main-framework {
        height: initial
    }
    .main-framework .framework-wrapper .header-wrapper header {
        padding: 0px;
        height: auto;
        display: block
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left,
    .main-framework .framework-wrapper .header-wrapper header .block-right {
        height: auto;
        display: block;
        width: 100%;
        position: relative;
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left {
        border-bottom: 1px solid #dedede;
        padding-bottom: 15px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-logo {
        width: 80px;
        padding-top: 15px;
        padding-bottom: 0px;
        vertical-align: middle;
        display: block
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-logo img {
        margin-top: 0px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact {
        display: block;
        padding-left: 0px;
        vertical-align: bottom;
        line-height: initial;
        margin-right: 105px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span {
        font-size: 12px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span:first-child {
        display: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span.contact-address:before {
        display: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right {
        right: 0px;
        border-bottom: 1px solid #dedede
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form {
        height: auto;
        padding-top: 20px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now {
        padding-left: 0px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter {
        width: 100%;
        height: 60px;
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item {
        margin: 0;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: inline-block;
        width: 100%;
        position: relative
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-book-date:last-child {
        padding-left: 0px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-book-date input {
        width: calc(100% - 60px);
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        clear: right
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-book-date .icon-calendar {
        text-align: right
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-guests,
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item .section-rooms {
        text-align: right
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-button button {
        width: 100%
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language {
        position: absolute;
        top: -50px;
        right: 15px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language nav {
        display: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper {
        position: relative;
        display: inline-block
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper label {
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        color: #7a7c7b
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
        width: 11px;
        height: 7px;
        background-image: url("../images/icons/arrow-down.svg");
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-dropdown {
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        color: #7a7c7b;
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 50px;
        z-index: 1
    }
    .main-framework .framework-wrapper .main-wrapper {
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper {
        float: none;
        width: 100%;
        padding: 45px 0px 0 0px;
        margin: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .image-control {
        line-height: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .image-control img {
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: cover
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper {
        width: 100%;
        position: relative
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container {
        padding: 0 15px;
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container:last-child {
        border-bottom: 1px solid #dedede
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-heading-control {
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-heading-control:last-child {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-article {
        border-bottom: none;
        padding-bottom: 45px;
        margin-bottom: 0px;
        margin-top: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-article.col-counter {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .image-control {
        padding: 0 15px;
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.home-intro .intro-wrapper {
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.home-intro .intro-wrapper .image-control {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.home-intro .intro-wrapper .scrollto-control {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.home-intro .intro-wrapper .inner-container {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.home-intro .intro-wrapper .inner-container:last-child {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        box-ordinal-group: 4
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.home-intro .intro-wrapper .intro-article {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        box-ordinal-group: 4
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container {
        border-bottom: 1px solid #dedede;
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container:nth-last-child(2) .section-room:last-child {
        margin-bottom: 40px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .heading-control,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .room-image-control,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .inner-container {
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .heading-control {
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .room-image-control img {
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: cover
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .inner-container .booking-button .button {
        text-align: center
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container {
        border-bottom: 1px solid #dedede;
        margin-bottom: 45px;
        padding-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper {
        padding: 0px 15px;
        border-bottom: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper .eat-drink-image-control img {
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: cover
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper .inner-container .booking-button .button {
        text-align: center
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container {
        padding: 0px;
        display: table;
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container .heading-control {
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-default {
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities {
        position: relative;
        margin-bottom: 45px;
        padding-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities:after {
        content: "";
        border-bottom: 1px solid #dedede;
        position: absolute;
        width: 100%;
        bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities .heading-control {
        padding: 0px 15px;
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities .col-counter {
        padding: 0px 15px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter {
        margin: 0px 0px 0px -30px;
        padding: 0px 15px;
        overflow: hidden
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0px 0px 0px 30px;
        position: relative;
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item:after,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:after {
        content: "";
        position: absolute;
        border-right: 1px solid #dedede;
        height: 100%;
        bottom: 0px;
        right: -15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item:nth-child(2):after,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:nth-child(2):after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions {
        position: relative;
        margin-bottom: 45px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions:after {
        content: "";
        border-bottom: 1px solid #dedede;
        position: absolute;
        width: 100%;
        bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter {
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter div.col-item .items {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter div.col-item .items .image-control {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        margin-bottom: 40px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter div.col-item .items .title-control {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        padding-bottom: 40px;
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter div.col-item .items .title-control h2 {
        font-size: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter div.col-item .items .title-control h2:before {
        content: "";
        border-bottom: 2px solid #cd700b;
        position: absolute;
        width: 100%;
        bottom: 2px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter div.col-item .items .heading-control {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter div.col-item .items .info-control {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        box-ordinal-group: 4
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info {
        position: relative;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .heading-control {
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter {
        margin: 0px 0px 0px -30px;
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:nth-child(2):after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room {
        border-bottom: none;
        margin-top: 45px;
        margin-bottom: 45px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room.last {
        border-bottom: none;
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .heading-control {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .heading-control {
        padding: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter.booking-button {
        padding-top: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter.booking-button .block-btn button {
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels:before {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels .title-info {
        padding: 0 15px;
        margin-bottom: 45px;
        text-align: left
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels .title-info:before {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article {
        padding: 0px 15px;
        margin: 0px 0px 0px -30px;
        padding: 0px 15px;
        overflow: hidden
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter {
        margin: 0px 0px 0px -30px;
        padding: 0px 15px;
        overflow: hidden
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0px 0px 0px 30px;
        position: relative;
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item:nth-child(2):after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control h3 {
        font-size: 24px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control h3:before {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .image-control {
        margin-bottom: 20px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .image-control img {
        object-fit: cover;
        display: block;
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .p1:last-child {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article {
        border: 0;
        border-bottom: 1px solid #dedede;
        margin-bottom: 30px;
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article:last-of-type,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article:last-of-type {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden {
        display: block;
        padding-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .heading-control,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .heading-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .heading-control h2,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .heading-control h2 {
        font-size: 30px;
        line-height: initial
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .heading-control h3,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .heading-control h3 {
        font-size: 24px;
        line-height: initial
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter {
        width: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-top: 30px;
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item {
        margin: 0px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: inline-block;
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .image-control img,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item .image-control img {
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .side-control,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item .side-control {
        position: relative;
        height: 300px;
        max-height: 300px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .side-control .p1,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item .side-control .p1 {
        font-size: 18px;
        line-height: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .side-control .booking-button,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item .side-control .booking-button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .side-control .booking-button button,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item .side-control .booking-button button {
        width: 100%;
        text-align: center
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article {
        border: 0;
        border-bottom: 1px solid #dedede;
        margin-bottom: 30px;
        padding: 0px 0px 30px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden {
        display: block;
        padding-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:last-of-type,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:nth-last-child(2) {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .heading-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .heading-control h2 {
        font-size: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .heading-control h3 {
        font-size: 24px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials {
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .step-number {
        font-size: 24px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .step-title {
        font-size: 24px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content {
        padding: 25px 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content:last-child {
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item {
        display: block
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item .col-counter {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item .col-counter.booking-button {
        padding-top: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item .col-counter.booking-button .block-btn {
        margin: 0px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: inline-block;
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item .col-counter.booking-button .block-btn button {
        width: 100%;
        text-align: center
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink {
        border-bottom: none;
        margin-top: 30px;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink.last {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .heading-control {
        margin-bottom: 40px;
        padding: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button {
        padding-top: 60px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button .block-btn {
        margin: 0px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: inline-block;
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button .block-btn button {
        width: 100%;
        text-align: center
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list {
        padding: 0 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter {
        width: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article {
        border: 0;
        border-bottom: none;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-hidden {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter {
        margin: 0px 0px 0px -30px;
        padding: 0px 15px;
        overflow: hidden
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0px 0px 0px 30px;
        position: relative;
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item:nth-child(2):after,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item:nth-child(2):after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item:last-child {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0px 0px 0px 30px;
        position: relative;
        margin-bottom: 45px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .heading-control h2,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control h2 {
        font-size: 30px;
        line-height: initial
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .heading-control.last,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control.last {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .heading-control a,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control a {
        font-size: 18px;
        margin-top: 50px;
        display: inline-block;
        text-decoration: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .image-control,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .image-control {
        margin-bottom: 20px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter .col-item .items .image-control img,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .image-control img {
        object-fit: cover;
        display: block;
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events .event-info,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings .event-info {
        padding: 0px 15px;
        margin-top: 30px;
        margin-bottom: 45px;
        display: inline-block;
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events .event-info a,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings .event-info a {
        text-decoration: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events p,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events h3,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings p,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings h3 {
        display: block;
        margin-top: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events h3,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings h3 {
        font-size: 24px;
        line-height: initial
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events .scrollto-control,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings .scrollto-control {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact {
        padding: 0 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items {
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        margin-top: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control .heading-control h1 {
        font-size: 36px;
        line-height: 38px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .map-control {
        display: block;
        width: 100%;
        padding-left: 0px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .map-control img {
        object-fit: cover;
        display: block;
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq {
        padding: 0 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .block-faq {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .block-faq.mask {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item {
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .question {
        font-size: 24px;
        margin-bottom: 40px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .answer {
        font-size: 18px;
        margin-bottom: 40px
    }
    .main-framework .framework-wrapper .footer-wrapper {
        position: relative;
        width: 100%;
        z-index: 1;
        height: auto
    }
    .main-framework .framework-wrapper .footer-wrapper footer {
        position: relative;
        padding-left: 0px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container {
        padding: 45px 15px;
        font-size: 15px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section {
        position: relative
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .col-counter {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .col-counter .col-item:nth-child(2n) {
        display: none
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .col-counter .col-item:last-child {
        padding-top: 40px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .items h2 {
        font-size: 15px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li a {
        font-size: 15px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container form input[type="text"] {
        font-size: 18px;
        padding: 5px 15px;
        margin-top: 10px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container form button {
        font-size: 18px;
        margin-top: 20px;
        margin-top: 10px;
        padding-bottom: 50px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container form button:after {
        content: "";
        background-image: url("../images/icons/icon-arrow-right.png");
        background-repeat: no-repeat;
        background-position: right;
        width: 8px;
        height: 14px;
        display: inline-block;
        margin-top: 7px;
        padding-left: 10px;
        background-position: center;
        background-repeat: no-repeat
    }
    .main-framework .framework-wrapper .footer-wrapper .copyright-container {
        height: 136px;
        font-size: 15px
    }

    .room-wrapper .room-image-control.accessible-room .accessible-room-img-mark {
        width: calc(100% - 30px);
        left: 15px;
    }

    .pum-close.popmake-close::before,
    .pum-close.popmake-close:hover::before {
        margin: 12px 9px 0 0;
    }
    .room-pop.ada-room-pop {
        padding: 75px;
    }
    .room-pop.ada-room-pop .features-room-pop .frp-l, 
    .room-pop.ada-room-pop .features-room-pop .frp-r {
        float: none;
        width: 100%;
    }
    .room-pop.ada-room-pop .features-room-pop ul {
        padding-top: 28px;
    }
    .room-pop.ada-room-pop .features-room-pop .frp-l ul {
        padding-bottom: 30px;
    }
    .room-pop.ada-room-pop .info-room-pop {
        font-size: 18px;
        line-height: 24px;
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .room-pop.ada-room-pop .features-room-pop ul li {
        font-size: 18px;
        line-height: 24px;
    }
    .pum-container.pum-responsive.active {
        top: 60px !important;
        left: 0 !important;
        width: 80%;
        margin: 0px 10%;
    }
}

@media all and (max-width: 630px) {
    h1 {
        font-size: 24px;
        line-height: 30px
    }
    h2 {
        font-size: 21px;
        line-height: initial
    }
    h3 {
        font-size: 18px;
        line-height: initial
    }
    .p1 {
        font-size: 15px;
        line-height: 21px
    }
    .p2 {
        font-size: 15px;
        line-height: 21px
    }
    .p3 {
        font-size: 12px;
        line-height: 21px
    }
    .button {
        font-size: 12px
    }
    .icon-mail:before,
    .icon-phone:before {
        margin-top: 0px
    }
    a.menu-link .icon {
        width: 35px !important;
        height: 32px !important
    }
    a.menu-link .text-bars {
        font-size: 12px !important
    }
    nav[role=navigation] {
        clear: both
    }
    nav[role=navigation].active {
        margin-top: 165px;
        width: 100%;
        text-align: left
    }
    nav[role=navigation].nav-repos.active {
        margin-top: 97px
    }
    .logo-shrink {
        width: 48px !important
    }
    .hc-out {
        height: 0 !important;
        opacity: 0 !important
    }
    .lw-out {
        height: 0 !important;
        opacity: 0 !important
    }
    .main-framework .framework-wrapper .header-wrapper header {
        padding: 0px;
        height: auto;
        display: block;
        position: fixed;
        z-index: 1;
        background: #f7f7f7;
        width: 100%
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left {
        padding-bottom: 8px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-logo {
        width: 75px;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact {
        line-height: initial;
        margin-right: 98px;
        line-height: 18px;
        -webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out, height 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out, height 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, height 0.3s ease-out;
        transition: opacity 0.3s ease-out, height 0.3s ease-out;
        height: 39px;
        opacity: 1
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span {
        font-family: brandon-grotesque, Arial;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        color: #7a7c7b;
        line-height: 18px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span.contact-address {
        display: block
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span.contact-address:after {
        border-right: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span.contact-address:before {
        border-right: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-left .header-contact span.contact-phone:before {
        padding-right: 0px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form {
        font-size: 12px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter:last-child {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        column-gap: 60px;
        height: 60px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-guests,
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-rooms {
        padding-left: 0px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-guests span,
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-rooms span {
        position: absolute;
        left: 0;
        top: 8px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-search-form .section-book-now .col-counter .col-item.section-button.mask {
        display: none
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language {
        top: -42px
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper {
        -webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out, height 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out, height 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, height 0.3s ease-out;
        transition: opacity 0.3s ease-out, height 0.3s ease-out;
        height: 23px;
        opacity: 1
    }
    .main-framework .framework-wrapper .header-wrapper header .block-right .header-language .language-wrapper label {
        font-size: 12px !important
    }
    .main-framework .framework-wrapper .main-wrapper {
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: 230px
    }
    .main-framework .framework-wrapper .main-wrapper .sidebarbox-wrapper {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper {
        float: none;
        width: 100%;
        padding: 25px 0px 0 0px;
        margin: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper {
        width: 100%;
        position: relative
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container {
        padding: 0 15px;
        margin-bottom: 20px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container:last-child {
        border-bottom: 1px solid #dedede
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-heading-control {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-heading-control:last-child {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-article {
        border-bottom: none;
        padding-bottom: 25px;
        margin-bottom: 0px;
        margin-top: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .inner-container .intro-article.col-counter {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .intro-wrapper .image-control {
        padding: 0 15px;
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container.pool-deck-intro .image-control {
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .intro-container .scrollto-control {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container:nth-last-child(2) .section-room:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .heading-control {
        margin-bottom: 20px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .room-image-control img {
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: cover
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .room-container .room-wrapper .inner-container .booking-button .button {
        text-align: center
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container {
        border-bottom: 1px solid #dedede;
        margin-bottom: 25px;
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper {
        padding: 0px 15px;
        border-bottom: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper .heading-control {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .eat-drink-container .eat-drink-wrapper .image-control img {
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container {
        padding: 0px;
        display: table;
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container .heading-control {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities {
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities .heading-control {
        padding: 0px 15px;
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-amenities .col-counter {
        padding: 0px 15px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter {
        display: block;
        margin: 0px;
        position: relative;
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 0px;
        position: relative;
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item:after,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:after {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item:before,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:before {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item:nth-child(2):after,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:nth-child(2):after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions {
        position: relative;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions:after {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter {
        padding: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item {
        padding: 0px 15px;
        position: relative;
        border-bottom: 1px solid #dedede
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item .items {
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item .items .image-control {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item .items .title-control {
        padding-bottom: 25px;
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item .items .title-control h2 {
        font-size: 21px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item .items .title-control h2:before {
        content: "";
        border-bottom: 2px solid #cd700b;
        position: absolute;
        width: 100%;
        bottom: 2px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-deal-promotions .col-counter .col-item .items .heading-control {
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info {
        position: relative;
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .heading-control {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter {
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-info .col-counter .col-item:last-child {
        margin-top: 25px;
        margin-bottom: 0
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room {
        margin-top: 25px;
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .heading-control {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter.booking-button {
        padding-top: 0px;
        padding-bottom: 25px;
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-room .col-counter.booking-button .block-btn button {
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels {
        padding: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels .title-info:before {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article {
        padding: 0px 15px;
        margin: 0px 0px 0px -30px;
        padding: 0px 15px;
        overflow: hidden
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter {
        margin: 0px 0px 0px -30px;
        padding: 0px 15px;
        overflow: hidden
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0px 0px 0px 30px;
        position: relative;
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item:nth-child(2):after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control h3 {
        font-size: 18px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .heading-control h3:before {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .image-control {
        margin-bottom: 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .image-control img {
        object-fit: cover;
        display: block;
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-sister-hotels article.col-counter .col-item .p1:last-child {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article {
        margin-bottom: 30px;
        padding: 0px 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-counter {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden {
        display: block;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden:last-of-type,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden:nth-last-child(2) {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .heading-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .heading-control h2 {
        font-size: 21px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .heading-control h3 {
        font-size: 18px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter {
        display: -webkit-box
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .image-control {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .image-control img {
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .side-control {
        position: relative;
        height: auto;
        max-height: auto
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-packages article.col-hidden .col-counter .col-item .side-control .booking-button {
        position: relative;
        margin-top: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article {
        border: 0;
        border-bottom: 1px solid #dedede;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-counter {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden {
        display: block;
        padding-bottom: 25px;
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden:last-of-type,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden:nth-last-child(2) {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .heading-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .heading-control h2 {
        font-size: 21px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .heading-control h3 {
        font-size: 18px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .heading-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter {
        display: -webkit-box
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item.mask {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item .image-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item .image-control img {
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-todo article.col-hidden .col-counter .col-item .side-control {
        position: relative;
        height: auto;
        max-height: auto
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article {
        border: 0;
        border-bottom: 1px solid #dedede;
        margin-bottom: 25px;
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-counter {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden {
        display: block;
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:last-of-type,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden:nth-last-child(2) {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .heading-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .heading-control h2 {
        font-size: 21px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .heading-control h3 {
        font-size: 18px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .heading-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .col-counter {
        display: -webkit-box
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .col-counter .col-item .image-control {
        margin-bottom: 10px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .col-counter .col-item .image-control img {
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-pool-deck article.col-hidden .col-counter .col-item .side-control {
        position: relative;
        height: auto;
        max-height: auto
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials {
        padding: 0 15px;
        margin-bottom: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .step-title {
        font-size: 24px;
        margin-bottom: 30px;
        display: block
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content {
        padding: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-specials .step-content .section-special-offer .special-offer-content .col-item .col-counter {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink {
        margin-top: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .heading-control {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button {
        padding-top: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button .block-btn {
        margin: 0;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: inline-block;
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button .block-btn button {
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-eat-drink .col-counter.booking-button .block-btn.mask {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-gallery-list .col-counter {
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article:last-child.col-hidden:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-counter {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden {
        display: block;
        margin: 0px;
        position: relative;
        padding: 0px 15px;
        border: 0;
        border-bottom: 1px solid #dedede;
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden:last-child,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden:last-of-type,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden:nth-last-child(2) {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden .col-item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 0px;
        position: relative;
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden .col-item:before {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events article.col-hidden .col-item:nth-child(2):after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events .event-info {
        padding: 0px 15px;
        margin-top: 0px;
        margin-bottom: 25px;
        display: inline-block;
        width: 100%
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events .event-info a {
        text-decoration: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events p,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events h3 {
        display: block;
        margin-top: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events h3 {
        font-size: 18px;
        line-height: initial
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-meetings-events .scrollto-control {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article:last-child.col-hidden:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter {
        display: block;
        margin: 0px;
        position: relative;
        padding: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 0px;
        position: relative;
        margin-bottom: 25px;
        padding: 0px 15px;
        display: -webkit-box;
        border: 0;
        border-bottom: 1px solid #dedede
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item:last-child {
        padding: 0px 15px;
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item:after {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item:before {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item:nth-child(2):after {
        border-right: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control h2 {
        font-size: 21px;
        line-height: initial
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control.last {
        margin-bottom: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings article.col-counter .col-item .items .heading-control a {
        font-size: 15px;
        margin-top: 50px;
        display: inline-block;
        text-decoration: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings p,
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings h3 {
        display: block;
        margin-top: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings h3 {
        font-size: 18px;
        line-height: initial
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-weedings .scrollto-control {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact {
        padding: 0 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control .heading-control {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control .heading-control h1 {
        font-size: 24px;
        line-height: 30px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control .heading-control h1:before {
        border: 0
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .side-control .col-item {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact article .items .map-control img {
        object-fit: cover;
        display: block;
        height: auto;
        max-height: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-contact p {
        margin-top: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq {
        padding: 0 15px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .block-faq {
        width: 100%;
        flex: none;
        padding-right: 0px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .block-faq.mask {
        display: none
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item {
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .question {
        font-size: 18px;
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .main-wrapper .main-content-wrapper .inner-wrapper .inner-container section.section-faq article.col-counter .faq-item .answer {
        font-size: 15px;
        margin-bottom: 25px
    }
    .main-framework .framework-wrapper .footer-wrapper footer {
        position: relative;
        padding-left: 0px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container {
        padding: 25px 15px;
        font-size: 12px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section {
        position: relative
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .col-counter {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .col-counter .col-item:nth-child(2n) {
        display: none
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .col-counter .col-item:last-child {
        padding-top: 25px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container section.section-footer-nav .items h2 {
        font-size: 12px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container ul li a {
        font-size: 12px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container form input[type="text"] {
        font-size: 15px
    }
    .main-framework .framework-wrapper .footer-wrapper footer .footer-container form button {
        font-size: 15px;
        padding-bottom: 100px
    }
    .main-framework .framework-wrapper .footer-wrapper .copyright-container {
        height: 136px;
        font-size: 15px
    }

    .room-wrapper .heading-control h1.accessible-room span.accessible-room-mark a {
        background-size: 20px 20px;
        top: -4px;
        left: 2px;
    }
    .room-wrapper .room-image-control.accessible-room .accessible-room-img-mark {
        width: calc(100% - 30px);
        left: 15px;
    }
    .room-wrapper .room-image-control.accessible-room .accessible-room-img-mark::after {
        width: 33px;
        height: 33px;
        background-size: 15px 18px;
    }

    .pum-container.pum-responsive.active {
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        margin: 0;
    }
    .room-pop.ada-room-pop {
        padding: 60px 15px;
    }
    .room-pop.ada-room-pop h3.title-room-pop, 
    .room-pop.ada-room-pop .features-room-pop h3 {
        font-size: 18px;
        line-height: 24px
    }
    .room-pop.ada-room-pop .info-room-pop,
    .room-pop.ada-room-pop .features-room-pop ul li {
        font-size: 15px;
        line-height: 21px 
    }
    .pum-close.popmake-close::before, 
    .pum-close.popmake-close:hover::before {
        width: 27px;
        height: 27px;
        background-size: 27px 27px;
    }
}