#headerMenuHero .carousel-item {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#headerMenuHero .carousel-inner > .carousel-item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
}
#headerMenuHero .carousel-inner > .carousel-item:first-of-type {
    position: relative;
}
#headerMenuHero .carousel-inner > .active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#headerMenuHero {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#headerMenuHero::before {
    position: absolute;
    content: "";
    display: block;
    background: #1717173d;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.hero-menu-wrapper {
    position: absolute;
    top: 47%;
    z-index: 2;
    width: 100%;
}
.is_hovered .carousel-item.active {
    transform: scale(1.06) !important;
}
.opacity8 {
    opacity: 0.8;
}
.hero-menu-table {
    display: table;
    width: 80%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.hero-menu-block {
    display: table-cell;
}
.hero-menu-block h2 a {
    font-size: 50px;
    color: #fff;
    padding: 20px 5px;
    position: relative;
}
.hero-menu-block h2 a:before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 0.5;
    height: 64px;
    width: 1px;
    top: 50%;
    left: -20px;
    will-change: height;
    -webkit-transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}
.hero-menu-block:hover h2 a:before {
    -webkit-transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    height: 128px;
    opacity: 1;
}
.hero-menu-block h2 a:hover {
    text-decoration: none;
}
.is_hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
section#header {
    overflow: hidden;
    position: relative;
}
.is_scroll {
    background: #fff !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 99999 !important;
    box-shadow: 0 5px 5px #b9b9b92e;
}
.is_scroll .menu-bar {
    color: #000 !important;
    background: url(../../v1/img/icons/menu-icon-color.png) no-repeat bottom left;
    font-size: 12px;
}
.menu-bar-wrapper {
    position: fixed;
    width: 100%;
    z-index: 3;
    background: 0 0;
    top: 20px;
}
.menu-bar-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
    min-height: 50px;
}
.menu-bar-wrapper.secondary_page.is_scroll div.block-right {
    display: block !important;
}
.block-right {
    position: absolute;
    right: 0;
    top: 10px;
}
.block-right.text-right a.btn-custom {
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 4px;
}
.block-right.text-right a.btn-custom:hover {
    color: #000;
}
.menu-bar {
    background: url(../../v1/img/icons/menu-icon.png) no-repeat bottom left;
    padding-bottom: 18px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.menu-bar:hover {
    opacity: 0.8;
}
.booking-widget-wrapper {
    position: absolute;
    top: 80px;
    right: 5%;
    z-index: 3;
}
div.inline-block {
    display: inline-block;
    min-width: 120px;
    padding: 17px 10px;
    cursor: pointer;
}
.booking-widget-container {
    background: #fff;
}
.booking-widget-head-title {
    background: #25cdbe;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
p.date-text {
    font-size: 3em;
    text-align: center;
}
p.month-text {
    margin-top: 15px;
    position: relative;
}
.divider {
    position: relative;
    margin-top: -5px;
    height: 1px;
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #303133, transparent);
}
.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background-color: #fff;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
}
.btn-custom {
    background: #25cdbe;
    color: #fff;
    border: 1px solid #25cdbe;
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.btn-transition {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.btn-transition:hover .icon-transition {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.icon-transition {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.booking-widget-content:hover {
    background: #e6e6e6;
    border-radius: 4px;
    transition-duration: 0.1s;
}
.booking-widget-content:hover .div-arrow-down:after {
    background: #e6e6e6;
}
.offer-block {
    position: relative;
}
.block-offer-content {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.offer-block:hover .block-offer-content,
.toch-screen {
    opacity: 1;
    bottom: 0;
    z-index: 1;
    background: #8c8c8cf0;
}
.block-offer-content h3 {
    background: #717171;
    color: #fff;
    padding: 4px 0;
}
.block-offer-content p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 0 10px;
}
#experience {
    background: url(../../v1/img/icons/pattern.png);
    overflow: hidden;
    position: relative;
}
.experience-img img {
    width: 80%;
    position: relative;
}
.experience-content {
    display: table;
    width: 100%;
    height: 100%;
}
.experience-wrapper {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 0 20px;
}
.experience-wrapper h3 {
    font-size: 5em;
    font-family: "Ostrich Sans Rounded";
    letter-spacing: 13px;
    color: #545454;
}
.h2-title {
    font-family: "Ostrich Sans Rounded";
    color: #5a5a5a;
    letter-spacing: 3px;
    font-weight: 700;
}
.room-head-line {
    width: 93%;
    margin: 0 auto;
    padding: 20px;
}
.room-head-line h3 {
    font-size: 5em;
    font-family: "Ostrich Sans Rounded";
    letter-spacing: 13px;
    color: #545454;
}
section#room {
    background: #f3f3f3ed;
}
.room-head-line p {
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 0;
}
.room-content {
    margin-left: 8%;
    padding: 30px 0;
}
.room-content-wrapper {
    position: relative;
}
.room-content-wrapper:before {
    background: #a5a5a545;
    display: block;
    content: "";
    width: 100%;
    height: 10%;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 0;
}
.room-block-wrapper:hover .room-content-wrapper:before {
    height: 100%;
}
.img-hover figure {
    width: 100%;
    overflow: hidden;
}
.img-hover figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.img-hover figure:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.room-content h3 {
    text-transform: uppercase;
    color: #636363;
    position: relative;
    font-family: "Ostrich Sans Rounded";
    letter-spacing: 4px;
}
.room-content h3:before {
    border-bottom: 1.2px solid #888;
    display: block;
    width: 52px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 2px;
}
.room-block-wrapper:hover h3 {
    color: #25cdbe;
}
.room-block-wrapper:hover .room-content h3:before {
    border-color: #25cdbe;
}
#reviews {
    background: #c6d1d2;
    overflow: hidden;
    position: relative;
}
.review-wrappper h3 {
    text-transform: uppercase;
    padding-bottom: 40px;
}
.review-content h5 {
    padding-top: 20px;
}
.guest-review .carousel-indicators li {
    background-color: #25cdbe !important;
}
.guest-review .carousel-indicators {
    bottom: -40px;
}
section#footer {
    background: #677a81;
}
#footer ul li {
    list-style: none;
    display: inline-block;
}
.footer-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}
.footer-wrapper ul li a {
    color: #f5f5f5;
}
ul.footer-menu {
    padding: 0;
}
ul.footer-menu li a {
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 15px;
}
.social a:hover,
ul.footer-menu li a:hover {
    color: #25cdbe;
}
.social a {
    color: #f5f5f5;
    padding: 0 10px;
}
.hotel-info {
    color: #f5f5f5;
    padding-top: 20px;
}
.hotel-info p {
    margin-bottom: 2px;
}
ul.footer-menu {
    position: relative;
}
ul.footer-menu:before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #c5c5c5;
    width: 61%;
    bottom: -18px;
    left: 0;
}
section#hotel-group {
    background: #3c4d52;
}
.brands-logo li img {
    filter: grayscale(1);
    width: 64px;
}
.inno {
    width: 120px !important;
}
.brands-logo ul li {
    display: inline-block;
    padding: 0 14px;
}
.side-menu {
    position: fixed;
    background: #fff;
    width: 355px;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: 0 11px 10px 6px #8888882e;
    z-index: 9999999;
    overflow: auto;
    scrollbar-width: none;
}
.side-menu::-webkit-scrollbar {
    width: 12px;
}
.side-menu::-webkit-scrollbar-track {
    border-radius: 10px;
}
.side-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
â€‹ .side-logo {
    text-align: center;
    display: block;
}
nav.table {
    display: table;
    width: 100%;
    height: 100%;
}
.middle {
    display: table-row;
    vertical-align: middle;
}
.middle ul li a {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}
.middle ul li {
    list-style: none;
}
.middle ul li a img {
    padding: 15px 3px;
    width: 32px;
}
.table-cell {
    display: table-cell;
    width: 100%;
}
span.menu-side-line {
    width: 69%;
    height: 1px;
    display: block;
    background-color: #677a81;
    margin: 26px auto;
}
.side-menu-footer {
    display: table-row;
    vertical-align: bottom;
    text-align: center;
}
.side-menu-footer .social a {
    color: #3c4d52;
}
.side-menu-footer .social a:hover {
    color: #25cdbe;
}
span.close-side-menu {
    position: absolute;
    right: 5px;
    opacity: 0.7;
    cursor: pointer;
    top: 10px;
}
span.close-side-menu:hover {
    opacity: 0.9;
}
span.close-side-menu img {
    width: 15px;
}
header.logo {
    display: table-cell;
    vertical-align: middle;
}
li.has-child a.parent:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: -13px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 6px;
    height: 6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
li.has-child a.parent {
    position: relative;
}
ul.sub-menu {
    margin-left: -25px;
}
ul.sub-menu li a {
    text-transform: capitalize;
}
.table-cell ul li a:hover {
    color: #25cdbebd !important;
}
.table-cell ul li a:hover:before {
    border-color: #25cdbebd;
}
.img-rounded {
    border-radius: 100%;
}
.dining-dsc p {
    font-size: 0.8rem;
    line-height: 1.2em;
}
.hero-menu-block h2 a:hover {
    color: #c0fbf6;
}
div.img-header {
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: table;
    width: 100%;
}
.h1-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 700;
}
.page-title {
    font-size: 3em;
    font-family: "Ostrich Sans Rounded";
    letter-spacing: 3px;
    color: #677a81;
    font-weight: 600;
}
.list-unstyled table.table-condensed thead tr:first-child th {
    border-bottom: none !important;
}
.hotel-info a {
    color: #fff;
}
.mobile-map:hover {
    background: #26ccb3;
    color: #fff;
}
.mobile-map {
    padding: 10px 30px;
    margin-right: -45px;
    margin-left: -23px;
    line-height: 45px;
    border: 1px solid #26ccbe;
    color: #26ccbe;
}
@media screen and (max-width: 580px) {
    #hotel-group {
        display: none;
    }
}
@media screen and (max-width: 370px) {
    button.button_sm {
        font-size: 12px;
        padding: 11px 6px;
    }
}
.detail-view_rateShortDesc b,
.detail-view_rateShortDesc span {
    display: none;
}