.widget-slider .widget-carousel .slider-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(36, 50, 74, .4)
}

.widget-slider .widget-carousel .slider-item .item-inner {
    position: relative;
    z-index: 1;
    padding-left: 70px;
    padding-right: 70px;
    color: #fff
}

.widget-slider .widget-carousel .slider-item .item-inner h1, .widget-slider .widget-carousel .slider-item .item-inner .h1 {
    font-size: 60px;
    margin-bottom: 20px
}

.widget-slider .widget-carousel .slider-item .item-inner h2, .widget-slider .widget-carousel .slider-item .item-inner .h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
}

.widget-slider .widget-carousel .slider-item .item-inner h2:after, .widget-slider .widget-carousel .slider-item .item-inner h2:before, .widget-slider .widget-carousel .slider-item .item-inner .h2:after, .widget-slider .widget-carousel .slider-item .item-inner .h2:before {
    position: absolute;
    top: 60%;
    width: 10px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #fff
}

.widget-slider .widget-carousel .slider-item .item-inner h2:before {
    left: 0
}

.widget-slider .widget-carousel .slider-item .item-inner h2:after {
    right: 0
}

.widget-slider .widget-carousel .owl-dots {
    display: none;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    margin-top: 0
}

.widget-slider .widget-carousel .owl-dots .owl-dot span {
    background-color: #fff
}

.widget-slider .widget-carousel .owl-dots .owl-dot.active span, .widget-slider .widget-carousel .owl-dots .owl-dot:hover span {
    background-color: #e31e24
}

.widget-slider .widget-carousel .owl-nav {
    margin: 0
}

.widget-slider .widget-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 0;
    padding: 0;
    border: 1px solid #fff;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    opacity: .5;
    background: 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.widget-slider .widget-carousel .owl-nav [class*=owl-]:hover {
    opacity: 1;
    background: 0 0
}

.widget-slider .widget-carousel .owl-nav .owl-prev {
    left: 60px
}

.widget-slider .widget-carousel .owl-nav .owl-next {
    right: 60px
}

.widget-slider .widget-carousel .owl-nav .owl-next:before, .widget-slider .widget-carousel .owl-nav .owl-prev:before {
    line-height: 50px
}

.widget-slider .widget-carousel .owl-nav .owl-prev:before {
    content: "\f104"
}

.widget-slider .widget-carousel .owl-nav .owl-next:before {
    content: "\f105"
}

.widget-slider .widget-carousel .owl-nav .disabled, .widget-slider .widget-carousel .owl-nav .disabled:hover {
    opacity: .5
}

.widget-slider .widget-carousel .owl-nav.disabled + .owl-dots {
    display: block
}

.widget-slider .slider-booking {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 2;
    width: 100%;
    color: #fff
}

.widget-slider .slider-booking h5 {
    font-size: 11px;
    color: #818a9c;
    text-align: center
}

.widget-slider .slider-booking ul {
    width: 830px;
    padding: 20px;
    margin: 0 auto;
    background-color: rgba(129, 138, 156, .3);
    -webkit-box-shadow: 0 0 30px 0 rgba(34, 30, 24, .5);
    -moz-box-shadow: 0 0 30px 0 rgba(34, 30, 24, .5);
    box-shadow: 0 0 30px 0 rgba(34, 30, 24, .5)
}

.widget-slider .slider-booking ul li {
    position: relative;
    float: left;
    width: 20%;
    padding-right: 10px;
    text-align: left
}

.widget-slider .slider-booking ul li input[type=text], .widget-slider .slider-booking ul li select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #5c677b
}

.widget-slider .slider-booking ul li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.widget-slider .slider-booking ul li select::-ms-expand {
    display: none
}

.widget-slider .slider-booking ul li button {
    display: block;
    width: 100%
}

.widget-slider .slider-booking ul li .fa {
    position: absolute;
    top: 10px;
    left: calc(100% - 40px);
    z-index: 1;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.widget-slider .slider-booking ul li::-webkit-input-placeholder {
    color: #fff
}

.widget-slider .slider-booking ul li:-moz-placeholder {
    color: #fff
}

.widget-slider .slider-booking ul li::-moz-placeholder {
    color: #fff
}

.widget-slider .slider-booking ul li:-ms-input-placeholder {
    color: #fff
}

.widget-slider .slider-booking ul li:last-child {
    padding-right: 0
}

.widget-slider.has-rooms .slider-booking {
    bottom: 120px
}

.widget-slider.has-rooms .widget-carousel .owl-nav.disabled + .owl-dots {
    display: none
}

.widget-testimonials-carousel .testimonials-item {
    text-align: center
}

.widget-testimonials-carousel .testimonials-item .item-comment {
    position: relative;
    padding: 30px;
    margin-bottom: 40px;
    line-height: 22px;
    background-color: #fff;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.widget-testimonials-carousel .testimonials-item .item-comment:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -20px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent
}

.widget-testimonials-carousel .testimonials-item .item-customer h5, .widget-testimonials-carousel .testimonials-item .item-customer h6 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-testimonials-carousel .testimonials-item .item-customer h6 {
    margin-bottom: 0
}

.widget-testimonials-carousel .testimonials-item .item-customer .customer-photo {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.widget-features-carousel {
    background-color: #f5f5f5
}

.widget-features-carousel .features-item {
    position: relative;
    padding-top: 100%;
    background-color: #fff
}

.widget-features-carousel .features-item .item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: auto 40%
}

.widget-features-carousel .features-item .item-inner h5 {
    color: #24324a;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-features-carousel .features-item:hover .item-inner h5 {
    color: #e31e24
}

.widget-features-grid {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-features-grid .widget-inner .row .col-lg-3.col-md-3.col-sm-6:last-child {
    display: none
}

.widget-features-grid .features-item {
    position: relative;
    padding-top: 100%;
    margin-bottom: 30px;
    border: 20px solid #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1)
}

.widget-features-grid .features-item a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 60px 30px 30px 30px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 70%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 70%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 70%)
}

.widget-features-grid .features-item a:hover {
    padding-bottom: 60px
}

.widget-features-grid .features-item p {
    margin: 0;
    line-height: 18px
}

.widget-offers-grid {
    position: relative;
    overflow: hidden;
    background-color: #24324a;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-offers-grid .offers-item {
    width: 49%;
    float: left;
    margin-right: 10px
}

.widget-offers-grid .offers-item .item-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 50%;
    background-color: #fff
}

.widget-offers-grid .offers-item .item-inner .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-offers-grid .offers-item .item-inner .item-photo:before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #e31e24 transparent
}

.widget-offers-grid .offers-item .item-inner .item-photo:after {
    position: absolute;
    right: 9px;
    bottom: 9px;
    z-index: 2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget-offers-grid .offers-item .item-inner .item-desc {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 30px 30px 50px 30px;
    overflow: hidden
}

.widget-offers-grid .offers-item .item-inner .item-desc p:last-of-type {
    margin-bottom: 0
}

.widget-offers-grid .offers-item .item-inner .item-desc .btn-link {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    background-color: #fff
}

.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    margin-top: -1px;
    content: "";
    display: inline-block;
    background-color: #e31e24
}

.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:hover:before {
    width: 15px
}

.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo, .widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo {
    left: inherit;
    right: 0
}

.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc, .widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc {
    right: inherit;
    left: 0
}

.widget-offers-grid .offers-item:last-child:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #f5f5f5
}

.widget-offers-grid .widget-title h2, .widget-offers-grid .widget-title h5, .widget-offers-grid .widget-title p {
    color: #fff
}

.widget-offers-grid .wrapper-inner {
    padding-bottom: 0
}

.widget-filter-top {
    margin-bottom: 50px
}

.widget-filter-top ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.widget-filter-top ul li a {
    display: block;
    padding: 0 30px;
    height: 44px;
    line-height: 44px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px
}

.widget-filter-top ul li:hover a {
    color: #e31e24
}

.widget-filter-top ul li.active a, .widget-filter-top ul li.active:hover a {
    color: #fff;
    background-color: #e31e24
}

.widget-filter-top ul li:last-child {
    margin-right: 0
}

.widget-gallery-grid {
    margin-bottom: -30px
}

.widget-gallery-grid .gallery-item {
    margin-bottom: 30px
}

.widget-gallery-grid .gallery-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    border: 15px solid #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-box-shadow: inset 5px 5px 5px 0 rgba(40, 35, 29, .1);
    -moz-box-shadow: inset 5px 5px 5px 0 rgba(40, 35, 29, .1);
    box-shadow: inset 5px 5px 5px 0 rgba(40, 35, 29, .1)
}

.widget-gallery-grid .gallery-item a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #fff transparent
}

.widget-gallery-grid .gallery-item a:after {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #e31e24;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget-gallery-grid .gallery-item:hover a:before {
    border-bottom-color: #e31e24
}

.widget-gallery-grid .gallery-item:hover a:after {
    color: #fff
}

.widget-gallery-carousel {
    background-color: #fff
}

.widget-gallery-carousel .gallery-item {
    position: relative;
    padding-top: 100%
}

.widget-gallery-carousel .gallery-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-gallery-carousel .gallery-item .item-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 80px 40px 40px 40px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%)
}

.widget-gallery-carousel .widget-carousel:after, .widget-gallery-carousel .widget-carousel:before {
    position: absolute;
    top: 80px;
    bottom: 80px;
    z-index: 1;
    width: 33.33333333333333%;
    content: "";
    display: inline-block;
    background-color: #f0f8ff
}

.widget-gallery-carousel .widget-carousel:before {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%)
}

.widget-gallery-carousel .widget-carousel:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%)
}

.widget-gallery-carousel .widget-carousel .owl-stage-outer {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -80px;
    margin-bottom: -80px
}

.widget-gallery-carousel .widget-carousel .owl-item.center {
    z-index: 2
}

.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a {
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    border: 20px solid #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2)
}

.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item .item-text {
    display: block
}

.widget-gallery-carousel .widget-carousel .owl-nav {
    margin-top: 0
}

.widget-gallery-carousel .widget-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 0;
    padding: 0;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e31e24;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.widget-gallery-carousel .widget-carousel .owl-nav [class*=owl-]:hover {
    color: #e31e24;
    background-color: #fff
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev {
    left: calc(33.33333333333333% - 98px)
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-next {
    right: calc(33.33333333333333% - 98px)
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before, .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before {
    line-height: 50px
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before {
    content: "\f177"
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before {
    content: "\f178"
}

.widget-gallery-carousel .widget-carousel .owl-nav .disabled {
    opacity: 1;
    cursor: pointer
}

.widget-history-timeline {
    background-color: #fff
}

.widget-history-timeline ul {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.widget-history-timeline ul:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    display: inline-block;
    background-color: #e1e1e1
}

.widget-history-timeline ul li {
    position: relative;
    margin-bottom: 50px
}

.widget-history-timeline ul li:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    content: "";
    display: inline-block;
    background-color: #e1e1e1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.widget-history-timeline ul li h5 {
    position: absolute;
    top: 50%;
    max-width: 60px;
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-history-timeline ul li p:last-of-type {
    margin-bottom: 0
}

.widget-history-timeline ul li:nth-child(odd) {
    padding-left: calc(50% + 100px)
}

.widget-history-timeline ul li:nth-child(odd) h5 {
    left: calc(50% + 30px)
}

.widget-history-timeline ul li:nth-child(even) {
    padding-right: calc(50% + 100px);
    text-align: right
}

.widget-history-timeline ul li:nth-child(even) h5 {
    right: calc(50% + 30px)
}

.widget-history-timeline ul li:last-child {
    margin-bottom: 0
}

.widget-rooms-carousel .rooms-item {
    padding: 30px
}

.widget-rooms-carousel .rooms-item .item-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1)
}

.widget-rooms-carousel .rooms-item .item-photo a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-rooms-carousel .rooms-item .item-desc {
    position: relative;
    padding: 40px;
    text-align: center
}

.widget-rooms-carousel .rooms-item .item-desc h2 {
    font-size: 24px;
    margin-bottom: 10px
}

.widget-rooms-carousel .rooms-item .item-desc h2 a:hover {
    color: #e31e24
}

.widget-rooms-carousel .rooms-item .item-desc h2, .widget-rooms-carousel .rooms-item .item-desc h3 {
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    color: #e31e24;
    margin-bottom: 20px
}

.widget-rooms-carousel .rooms-item .item-desc p {
    display: none;
    color: #818a9c
}

.widget-rooms-carousel .rooms-item .item-desc p:last-child {
    margin-bottom: 0;
    display: block
}

.widget-rooms-carousel .rooms-item .item-desc .fa-star {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.widget-rooms-carousel .rooms-item .item-desc .fa-star:before {
    content: "\f005\f005\f005";
    letter-spacing: 5px;
    color: #e31e24
}

.widget-rooms-carousel .widget-carousel {
    width: 100%;
    min-width: 100%
}

.widget-rooms-carousel .widget-carousel .owl-dots {
    margin-top: 10px
}

.widget-rooms-carousel.top-over .widget-title {
    display: none
}

.widget-rooms-carousel.top-over .widget-carousel {
    margin-top: -100px;
    z-index: 2
}

.widget-rooms-carousel.top-over .wrapper-full-inner, .widget-rooms-carousel.top-over .wrapper-inner {
    padding: 0
}

.widget-rooms-list .rooms-item {
    position: relative;
    padding-left: 25%;
    padding-right: 20%;
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1)
}

.widget-rooms-list .rooms-item .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%
}

.widget-rooms-list .rooms-item .item-photo a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-rooms-list .rooms-item .item-desc {
    padding: 40px
}

.widget-rooms-list .rooms-item .item-desc h2 {
    margin-bottom: 10px
}

.widget-rooms-list .rooms-item .item-desc h2 a:hover {
    color: #e31e24
}

.widget-rooms-list .rooms-item .item-desc p {
    font-size: 18px;
    color: #818a9c;
    line-height: 30px;
    margin: 0
}

.widget-rooms-list .rooms-item .item-desc .desc-features {
    position: relative;
    margin-top: 30px
}

.widget-rooms-list .rooms-item .item-desc .desc-features:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 2px;
    height: 100%;
    content: "";
    display: inline-block;
    background-color: #fff
}

.widget-rooms-list .rooms-item .item-desc .desc-features:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    content: "";
    display: inline-block;
    background-color: #fff
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li {
    position: relative;
    float: left;
    width: 33.33333333333333%;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 7px;
    color: #e31e24;
    border: 1px solid #e31e24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa:before {
    display: inline-block;
    width: 20px
}

.widget-rooms-list .rooms-item .item-price {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    border-left: 1px solid #e1e1e1
}

.widget-rooms-list .rooms-item .item-price:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    content: "";
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%)
}

.widget-rooms-list .rooms-item .item-price .price-inner {
    position: relative;
    top: 50%;
    z-index: 1;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-rooms-list .rooms-item .item-price .price-inner h2, .widget-rooms-list .rooms-item .item-price .price-inner h3, .widget-rooms-list .rooms-item .item-price .price-inner h4 {
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900
}

.widget-rooms-list .rooms-item .item-price .price-inner h3 {
    font-size: 32px
}

.widget-rooms-list .rooms-item .item-price .price-inner h2 {
    font-size: 24px
}

.widget-rooms-list .rooms-item .item-price .price-inner h4 {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 20px
}

.widget-rooms-list .rooms-item .item-price .price-inner h5 {
    font-size: 10px;
    color: #24324a
}

.widget-rooms-list .rooms-item .item-price .price-inner .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star {
    position: relative;
    left: 5px;
    color: #e31e24;
    margin-bottom: 10px
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star:before {
    content: "\f005\f005\f005";
    letter-spacing: 5px
}

.widget-rooms-list .rooms-item:last-child {
    margin-bottom: 0
}

.widget-rooms-detail .room-slider {
    position: relative;
    border: 10px solid #fff
}

.widget-rooms-detail .room-slider a {
    display: block;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-rooms-detail .room-slider .room-price {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    padding: 10px 30px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    background-color: #e31e24
}

.widget-rooms-detail .room-slider .room-price small {
    position: relative;
    top: -3px;
    left: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.widget-rooms-detail .room-thumbnails {
    margin-top: 40px
}

.widget-rooms-detail .room-thumbnails a {
    display: block;
    width: 100%;
    height: 100%;
    /* padding-top: 100%; */
    border: 10px solid #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-box-shadow: inset 5px 5px 5px 0 rgba(40, 35, 29, .1);
    -moz-box-shadow: inset 5px 5px 5px 0 rgba(40, 35, 29, .1);
    box-shadow: inset 5px 5px 5px 0 rgba(40, 35, 29, .1)
}

.widget-rooms-detail .room-desc {
    margin-top: 40px;
    text-align: justify
}

.widget-rooms-detail .room-desc p:last-child {
    margin-bottom: 0
}

.widget-rooms-detail .room-booking {
    padding: 40px;
    background-color: #fff
}

.widget-rooms-detail .room-booking h2 {
    font-size: 24px;
    margin-bottom: 30px
}

.widget-rooms-detail .room-booking .btn {
    display: block;
    width: 100%
}

.widget-rooms-detail .room-booking .fa {
    position: absolute;
    top: 14px;
    right: 35px;
    width: 15px;
    text-align: center
}

.widget-rooms-detail .room-booking .data-form {
    margin-bottom: -20px
}

.widget-rooms-detail .room-booking .data-form input[type=text], .widget-rooms-detail .room-booking .data-form select {
    text-transform: uppercase;
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    -moz-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1)
}

.widget-rooms-detail .room-booking .data-form input[type=text]:focus, .widget-rooms-detail .room-booking .data-form select:focus {
    border-color: #e1e1e1
}

.widget-rooms-detail .room-booking .data-form::-webkit-input-placeholder {
    color: #24324a
}

.widget-rooms-detail .room-booking .data-form:-moz-placeholder {
    color: #24324a
}

.widget-rooms-detail .room-booking .data-form::-moz-placeholder {
    color: #24324a
}

.widget-rooms-detail .room-booking .data-form:-ms-input-placeholder {
    color: #24324a
}

.widget-rooms-detail .room-features {
    padding: 40px;
    background-color: #fff
}

.widget-rooms-detail .room-features h2 {
    font-size: 24px;
    margin-bottom: 30px
}

.h2_comp {
    font-size: 24px;
    margin-bottom: 30px
}

.widget-rooms-detail .room-features ul li {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-rooms-detail .room-features ul li .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 7px;
    color: #e31e24;
    border: 1px solid #e31e24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.widget-rooms-detail .room-features ul li .fa:before {
    display: inline-block;
    width: 20px
}

.widget-rooms-detail .room-features ul li:last-child {
    border-bottom: 0
}

.widget-booking-form .booking-complete, .widget-booking-form .booking-detail, .widget-booking-form .booking-form {
    padding: 40px;
    background-color: #fff
}

.widget-booking-form .booking-form .data-form .fa {
    position: absolute;
    top: 14px;
    right: 35px;
    width: 15px;
    text-align: center
}

.widget-booking-form .booking-form h2 + p {
    margin-bottom: 30px
}

.widget-booking-form .booking-form .data-form input[type=text], .widget-booking-form .booking-form .data-form select, .widget-booking-form .booking-form .data-form textarea {
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    -moz-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1)
}

.widget-booking-form .booking-form .data-form::-webkit-input-placeholder {
    color: #24324a;
    text-transform: uppercase
}

.widget-booking-form .booking-form .data-form:-moz-placeholder {
    color: #24324a;
    text-transform: uppercase
}

.widget-booking-form .booking-form .data-form::-moz-placeholder {
    color: #24324a;
    text-transform: uppercase
}

.widget-booking-form .booking-form .data-form:-ms-input-placeholder {
    color: #24324a;
    text-transform: uppercase
}

.widget-booking-form .booking-detail .detail-room {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px
}

.widget-booking-form .booking-detail .detail-room .room-photo {
    width: 30%;
    float: left
}

.widget-booking-form .booking-detail .detail-room .room-photo a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-booking-form .booking-detail .detail-room .room-desc {
    width: 70%;
    padding-left: 20px;
    float: left
}

.widget-booking-form .booking-detail .detail-room .room-desc h2, .widget-booking-form .booking-detail .detail-room .room-desc h3 {
    font-size: 24px
}

.widget-booking-form .booking-detail .detail-room .room-desc h3 a:hover {
    color: #e31e24
}

.widget-booking-form .booking-detail .detail-room .room-desc h2 a:hover {
    color: #e31e24
}

.widget-booking-form .booking-detail .detail-room .room-desc h4 {
    font-family: 'Playfair Display regular', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #e31e24;
    margin-bottom: 0;
    text-transform: uppercase
}

.widget-booking-form .booking-detail .detail-room .room-desc h4 small {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 10px;
    font-weight: 700;
    color: #818a9c
}

.widget-booking-form .booking-detail .detail-info {
    margin-top: 20px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 700;
    font-size: 11px;
    border-bottom: 1px solid #e1e1e1
}

.widget-booking-form .booking-detail .detail-info ul li {
    width: 50%;
    float: left;
    padding: 10px;
    border-top: 1px solid #e1e1e1;
    text-transform: uppercase
}

.widget-booking-form .booking-detail .detail-info ul li label, .widget-booking-form .booking-detail .detail-info ul li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-booking-form .booking-detail .detail-info ul li label {
    color: #818a9c
}

.widget-booking-form .booking-detail .detail-info ul li p {
    line-height: normal;
    margin: 0
}

.widget-booking-form .booking-detail .detail-info ul li.total {
    width: 100%
}

.widget-booking-form .booking-detail .detail-info ul li.total p {
    font-weight: 900;
    color: #e31e24;
    font-size: 18px
}

.widget-booking-form .booking-help {
    margin-top: 30px;
    padding: 40px;
    border: 15px solid #fff
}

.widget-booking-form .booking-help h2, .widget-booking-form .booking-help h3 {
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 0
}

.widget-booking-form .booking-help h3 .fa {
    margin-right: 10px;
    color: #e31e24
}

.widget-booking-form .booking-complete {
    display: none
}

.widget-booking-form .booking-complete .complete-message {
    padding-left: 140px;
    position: relative;
    min-height: 120px;
    padding-top: 40px
}

.widget-booking-form .booking-complete .complete-message .fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 60px;
    color: #75cd33;
    border: 5px solid #75cd33;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.widget-services-list .services-item {
    position: relative;
    margin-bottom: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1)
}

.widget-services-list .services-item .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%
}

.widget-services-list .services-item .item-photo:after {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 20px;
    height: 100%;
    content: "";
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%)
}

.widget-services-list .services-item .item-photo .btn {
    position: absolute;
    bottom: -40px;
    left: 110%;
    z-index: 1
}

.widget-services-list .services-item .item-photo .photo-big, .widget-services-list .services-item .item-photo .photo-small {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-services-list .services-item .item-photo .photo-big {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 30px solid #fff
}

.widget-services-list .services-item .item-photo .photo-small {
    position: absolute;
    bottom: -10%;
    right: -10%;
    z-index: 2;
    width: 50%;
    height: 50%;
    border: 20px solid #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1)
}

.widget-services-list .services-item .item-desc {
    padding-left: 50%;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px;
    text-align: justify;
    height: 420px
}

.widget-services-list .services-item .item-desc .h2, .widget-services-list .services-item .item-desc h2, .widget-services-list .services-item .item-desc h5 {
    text-align: left
}

.widget-services-list .services-item .item-desc p {
    line-height: 30px
}

.widget-services-list .services-item .item-desc p:last-of-type {
    margin-bottom: 0
}

.widget-services-list .services-item:nth-child(even) .item-photo {
    left: inherit;
    right: 0
}

.widget-services-list .services-item:nth-child(even) .item-photo:after {
    left: inherit;
    right: 100%;
    background: -moz-linear-gradient(right, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%)
}

.widget-services-list .services-item:nth-child(even) .item-photo .btn {
    left: inherit;
    right: 110%
}

.widget-services-list .services-item:nth-child(even) .item-photo .photo-small {
    right: inherit;
    left: -10%
}

.widget-services-list .services-item:nth-child(even) .item-desc {
    padding-left: 60px;
    padding-right: 50%
}

.widget-services-list .services-item:last-child {
    margin-bottom: 0
}

.widget-blog-carousel .blog-item {
    position: relative;
    background-color: #fff
}

.widget-blog-carousel .blog-item:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    content: "";
    display: inline-block;
    background-color: #e1e1e1
}

.widget-blog-carousel .blog-item .item-media {
    position: relative;
    z-index: 2
}

.widget-blog-carousel .blog-item .item-media .media-gallery a, .widget-blog-carousel .blog-item .item-media .media-photo a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-blog-carousel .blog-item .item-media .media-video {
    padding-top: 100%
}

.widget-blog-carousel .blog-item .item-media .media-video .fluid-width-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.widget-blog-carousel .blog-item .item-date {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 50px;
    padding: 10px 5px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    background-color: #e31e24
}

.widget-blog-carousel .blog-item .item-date b {
    display: block;
    font-size: 22px;
    font-weight: 900
}

.widget-blog-carousel .blog-item .item-desc {
    padding: 30px 30px 70px
}

.widget-blog-carousel .blog-item .item-desc p {
    margin-bottom: 0
}

.widget-blog-carousel .blog-item .item-desc h5 {
    font-size: 10px;
    color: #818a9c
}

.widget-blog-carousel .blog-item .item-desc h3 a:hover {
    color: #e31e24
}

.widget-blog-carousel .blog-item .item-desc .btn-link {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-blog-carousel .wrapper-full-inner, .widget-blog-carousel .wrapper-inner {
    padding-bottom: 0
}

.widget-blog-list .blog-item {
    position: relative;
    padding-left: 30%;
    margin-bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1)
}

.widget-blog-list .blog-item .item-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    border: 15px solid #fff
}

.widget-blog-list .blog-item .item-media:after {
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: calc(100% + 15px);
    width: 20px;
    content: "";
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%)
}

.widget-blog-list .blog-item .item-media .media-gallery, .widget-blog-list .blog-item .item-media .media-photo, .widget-blog-list .blog-item .item-media .media-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.widget-blog-list .blog-item .item-media .media-gallery a, .widget-blog-list .blog-item .item-media .media-photo a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-blog-list .blog-item .item-media .media-gallery .owl-carousel, .widget-blog-list .blog-item .item-media .media-gallery .owl-item, .widget-blog-list .blog-item .item-media .media-gallery .owl-stage, .widget-blog-list .blog-item .item-media .media-gallery .owl-stage-outer {
    height: 100%
}

.widget-blog-list .blog-item .item-media .media-video .fluid-width-video-wrapper {
    height: 100%
}

.widget-blog-list .blog-item .item-desc {
    padding: 40px
}

.widget-blog-list .blog-item .item-desc h2 a:hover {
    color: #e31e24
}

.widget-blog-list .blog-item .item-desc h5 {
    font-size: 10px;
    font-weight: 700;
    color: #818a9c;
    letter-spacing: 0
}

.widget-blog-list .blog-item .item-desc h5 a {
    color: #e31e24
}

.widget-blog-list .blog-item .item-desc h5 .fa {
    margin-left: 10px;
    margin-right: 5px
}

.widget-blog-list .blog-item .item-desc p:last-child {
    margin-bottom: 0
}

.widget-blog-list .blog-item:last-child {
    margin-bottom: 0
}

.widget-blog-sidebar {
    font-family: 'Playfair Display regular', sans-serif;
    padding-left: 20px;
    margin-bottom: -30px
}

.widget-blog-sidebar h5 {
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-blog-sidebar .widget {
    margin-bottom: 30px
}

.widget-blog-sidebar .sidebar-search form {
    position: relative
}

.widget-blog-sidebar .sidebar-search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    text-align: center
}

.widget-blog-sidebar .sidebar-search form input[type=text] {
    width: 100%;
    padding: 0 60px 0 20px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    -moz-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1)
}

.widget-blog-sidebar .sidebar-search form input[type=text]:focus {
    border-color: #999
}

.widget-blog-sidebar .sidebar-search form::-webkit-input-placeholder {
    text-transform: uppercase
}

.widget-blog-sidebar .sidebar-search form:-moz-placeholder {
    text-transform: uppercase
}

.widget-blog-sidebar .sidebar-search form::-moz-placeholder {
    text-transform: uppercase
}

.widget-blog-sidebar .sidebar-search form:-ms-input-placeholder {
    text-transform: uppercase
}

.widget-blog-sidebar .sidebar-categories ul li {
    margin-bottom: 15px
}

.widget-blog-sidebar .sidebar-categories ul li a {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px
}

.widget-blog-sidebar .sidebar-categories ul li:last-child {
    margin-bottom: 0
}

.widget-blog-sidebar .sidebar-categories ul li a:hover {
    color: #e31e24
}

.widget-blog-sidebar .sidebar-events ul li {
    margin-bottom: 15px
}

.widget-blog-sidebar .sidebar-events ul li a {
    position: relative;
    display: block;
    min-height: 60px;
    padding-left: 80px;
    padding-top: 10px
}

.widget-blog-sidebar .sidebar-events ul li a:hover {
    color: #e31e24
}

.widget-blog-sidebar .sidebar-events ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #24324a;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.widget-blog-sidebar .sidebar-events ul li span b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: block;
    font-size: 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    background-color: #e31e24
}

.widget-blog-sidebar .sidebar-events ul li:last-child {
    margin-bottom: 0
}

.widget-blog-sidebar .sidebar-recent ul li {
    margin-bottom: 20px
}

.widget-blog-sidebar .sidebar-recent ul li a {
    display: block;
    font-weight: 400
}

.widget-blog-sidebar .sidebar-recent ul li a:hover {
    color: #e31e24
}

.widget-blog-sidebar .sidebar-recent ul li span {
    display: block;
    font-size: 10px;
    color: #818a9c;
    text-transform: uppercase;
    margin-top: 5px
}

.widget-blog-sidebar .sidebar-recent ul li .fa {
    margin-right: 10px
}

.widget-blog-sidebar .sidebar-recent ul li:last-child {
    margin-bottom: 0
}

.widget-blog-sidebar .sidebar-tags ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.widget-blog-sidebar .sidebar-tags ul li a {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #fff
}

.widget-blog-sidebar .sidebar-tags ul li a:hover {
    color: #fff;
    background-color: #e31e24
}

.widget-blog-sidebar .sidebar-archive ul li {
    margin-bottom: 15px
}

.widget-blog-sidebar .sidebar-archive ul li a {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px
}

.widget-blog-sidebar .sidebar-archive ul li:last-child {
    margin-bottom: 0
}

.widget-blog-sidebar .sidebar-archive ul li a:hover {
    color: #e31e24
}

.widget-blog-single h5 {
    margin-bottom: 20px
}

.widget-blog-single .single-media .media-gallery a {
    display: block;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-blog-single .single-detail {
    padding: 40px;
    background-color: #fff
}

.widget-blog-single .single-detail .detail-head {
    padding: 20px 40px;
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #f5f5f5;
    font-family: 'Playfair Display regular', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    color: #818a9c;
    text-transform: uppercase;
    margin-bottom: 20px
}

.widget-blog-single .single-detail .detail-head a {
    color: #e31e24
}

.widget-blog-single .single-detail .detail-head .fa {
    margin-left: 10px;
    margin-right: 5px
}

.widget-blog-single .single-detail .detail-content {
    font-family: 'Playfair Display regular', sans-serif;
    text-align: justify
}

.widget-blog-single .single-detail .detail-content p:last-child {
    margin-bottom: 0
}

.widget-blog-single .single-detail .detail-tags {
    margin-top: 40px;
    margin-bottom: -10px
}

.widget-blog-single .single-detail .detail-tags ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.widget-blog-single .single-detail .detail-tags ul li a {
    display: inline-block;
    font-family: 'Playfair Display regular', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #f5f5f5
}

.widget-blog-single .single-detail .detail-tags ul li a:hover {
    color: #fff;
    background-color: #e31e24
}

.widget-blog-single .single-comments {
    padding: 0 40px 40px 40px;
    background-color: #fff
}

.widget-blog-single .single-comments .comments-list {
    margin-bottom: -30px
}

.widget-blog-single .single-comments .comments-list .comment {
    position: relative;
    padding-left: 90px
}

.widget-blog-single .single-comments .comments-list .comment .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.widget-blog-single .single-comments .comments-list .comment .comment-avatar img {
    width: 100%
}

.widget-blog-single .single-comments .comments-list .comment .comment-info {
    margin-bottom: 30px;
    font-family: 'Playfair Display regular', sans-serif
}

.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date, .widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply, .widget-blog-single .single-comments .comments-list .comment .comment-info .comment-user {
    text-transform: uppercase
}

.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date, .widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply {
    font-weight: 700
}

.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date, .widget-blog-single .single-comments .comments-list .comment .comment-info .comment-message {
    margin-bottom: 10px
}

.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-user {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px
}

.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date {
    font-size: 10px;
    color: #818a9c;
    margin-top: 5px
}

.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply a {
    font-size: 10px;
    color: #e31e24
}

.widget-blog-single .single-comments .comments-form {
    padding-top: 100px;
    margin-bottom: -20px
}

.widget-contact-form {
    position: relative;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 100px 40px 40px 40px;
    margin-top: -100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .1)
}

.widget-contact-form h5 {
    margin-bottom: 20px
}

.widget-contact-form:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(33, 30, 25, .1) -100%, rgba(0, 0, 0, 0) 100%)
}

.widget-contact-form .data-form {
    margin-top: 20px;
    margin-bottom: -20px
}

.widget-contact-form .data-form .note {
    line-height: 40px;
    margin: 0
}

.widget-contact-form .data-form input[type=password], .widget-contact-form .data-form input[type=text], .widget-contact-form .data-form select, .widget-contact-form .data-form textarea {
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    -moz-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1)
}

.widget-contact-info {
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 400
}

.widget-contact-info h5 {
    margin-bottom: 20px
}

.widget-contact-info a:hover {
    color: #e31e24
}

.widget-contact-info > ul > li {
    margin-bottom: 40px
}

.widget-contact-info > ul > li ul li {
    margin-bottom: 10px
}

.widget-contact-info ul li:last-child {
    margin-bottom: 0
}

.widget-contact-review {
    margin-top: 100px;
    margin-bottom: -30px
}

.widget-contact-review .review-item {
    height: 130px;
    font-family: 'Playfair Display regular', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 30px;
    border: 10px solid #fff
}

.widget-contact-review .review-item .item-inner {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-contact-review .review-item .item-inner .fa {
    position: relative;
    top: 10px;
    margin-right: 10px;
    font-size: 33px
}

.widget-contact-review .review-item .item-inner a:hover {
    color: #e31e24
}

.widget-contact-info table,
.widget-contact-info table td {
    border: none;
}

.widget-contact-info a {
    text-decoration: none;
}

.flex-adress {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-adress img {
    width: 60px;
}

.flex-contact-table {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-contact-table img {
    width: 150px;
}

.flex-contact-table .col-sm-6 {
    text-align: center;
}

.widget-contact-info {
    color: #000;
}

.header-nav ul.nav-left li ul,
.header-nav ul.nav-right li ul {
  display: none;
  position: absolute;
}
.header-nav ul.nav-left li:hover ul,
.header-nav ul.nav-right li:hover ul {
  display: block;
  background: rgba(0,0,0, .5);
}

.short_content p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px !important;
}

.widget-newsletter input[type=text] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 64px 0 20px;
    color: #fff;
    background-color: #fff;
}

@media (max-width: 768px){
    .scrolled_table{
        display: block;
        overflow-x: auto;
        max-width: 100%;
    }
  .widget-rooms-detail .room-desc {
      margin-top: 40px;
      text-align: center;
  }

    .widget-rooms-detail .room-desc ul{
        text-align: justify;
    }

    .flex-contact-table {
        flex-direction: column;
    }
    .col-sm-6 {
    	width: 100%;
    }
    .widget-about-promo .widget-inner .mb0{
        margin-bottom: 0;
    }
    .widget-about-promo .widget-inner .mb20{
        margin-bottom: 20px;
    }
    .mob_hide{
        display: none;
    }
    .for_lists_padding img{
        width: 100%!important;
    }
    .site-main .section .for_lists_padding ol{
        padding-left: 0;
    }
    .site-main .section .widget-about-promo .wrapper-inner .for_lists_padding ol li{
        margin-left: 15px;
    }
    .mob_float_none{
        float: none!important;
    }
    .child_images_mob_adapt img{
        width: 100%!important;
        height: auto!important;
        margin: 0!important;
        margin-bottom: 10px!important;
    }
}

.section-white {
    background-color: #fff
}

.section-grey {
    background-color: #f5f5f5
}

.wrapper {
    max-width: 1300px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto
}

.wrapper-inner {
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px
}

.widget-features-grid .wrapper-inner {
    padding: 0
}

.wrapper-full {
    max-width: 100%
}

.wrapper-full-inner {
    padding-top: 50px;
    padding-bottom: 100px
}

.site-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff
}

.site-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    margin-left: -8px;
    margin-top: -8px
}

.site-backtop {
    position: fixed;
    bottom: 0;
    right: 40px;
    z-index: 999;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-color: #fff
}

.site-header {
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: #24324a
}

.site-header .header-top {
    padding-top: 10px;
    padding-bottom: 50px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    color: #818a9c
}
.site-header .header-top .header-contact a.header-contact__email {
    color: #fff;
    text-transform: uppercase;
}
.site-header .header-top a {
    color: #818a9c
}

.site-header .header-top .header-contact {
    float: left
}

.site-header .header-top .header-contact ul li {
    float: left;
    line-height: 20px;
    margin-right: 20px;
    text-transform: uppercase
}

.site-header .header-top .header-contact ul li a {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #9ca5b8
}

.site-header .header-top .header-contact ul li:hover a {
    color: #fff;
}
.site-header .header-top .header-contact ul li:hover a svg{
    fill: #fff;
}

.site-header .header-top .header-contact ul li:last-child {
    margin-right: 0
}

.site-header .header-top .header-lang {
    float: right;
    margin-right: 60px;
}

.site-header .header-top .header-lang ul li {
    float: left;
    margin-right: 20px
}

.site-header .header-top .header-lang ul li a {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase
}

.site-header .header-top .header-lang ul li.active a, .site-header .header-top .header-lang ul li:hover a {
    color: #fff
}

.site-header .header-top .header-lang ul li:last-child {
    margin-right: 0;
}

.site-header .header-bottom {
    position: relative;
    min-height: 130px
}

.site-header .header-bottom .header-logo {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 220px;
    -webkit-transform: translateX(-38%);
    -moz-transform: translateX(-38%);
    -ms-transform: translateX(-38%);
    -o-transform: translateX(-38%);
    transform: translateX(-38%)
}

.site-header .header-bottom .header-logo img {
    width: 80%
}

.site-header .header-bottom .header-nav {
    text-align: center
}

.site-header .header-bottom .header-nav ul li a {
    display: block;
    /* height: 44px; */
    line-height: 44px;
    padding: 0 6px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff
}

.site-header .header-bottom .header-nav ul li:hover > a {
    color: #e31e24
}

.site-header .header-bottom .header-nav ul li.sub {
    position: relative;
    z-index: 1
}

.site-header .header-bottom .header-nav ul li.sub > ul {
    display: none
}

.site-header .header-bottom .header-nav ul li.sub:hover > ul {
    display: block
}

.site-header .header-bottom .header-nav > ul {
    display: inline-block
}

.site-header .header-bottom .header-nav > ul > li {
    float: left
}

.site-header .header-bottom .header-nav > ul > li.sub ul li a {
    min-width: 120px;
    font-size: 11px;
    white-space: nowrap;
    text-align: left;
    background-color: #1a2436
}

.site-header .header-bottom .header-nav > ul > li.sub ul li ul {
    position: absolute;
    top: 0;
    left: 100%
}

.site-header .header-bottom .header-nav > ul > li.sub:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    display: none;
    background-color: #e31e24
}

.site-header .header-bottom .header-nav > ul > li.sub > a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.site-header .header-bottom .header-nav > ul > li.sub > ul {
    position: absolute;
    top: 100%;
    left: 0
}

.site-header .header-bottom .header-nav > ul > li.sub:hover:before {
    display: block
}

.site-header .header-bottom .header-nav > ul > li.sub:hover > a {
    color: #fff;
    background-color: #1a2436
}

.site-header .header-bottom .header-nav > ul.nav-left {
    width: 540px;
    float: left
}

.site-header .header-bottom .header-nav > ul.nav-right {
    padding-left: 150px;
    width: 610px;
    float: right
}

.site-header .header-bottom .header-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #e31e24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.site-header.header-over {
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(36, 50, 74, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(36, 50, 74, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(36, 50, 74, .65) 0, rgba(0, 0, 0, 0) 100%)
}

/*.site-main {*/
/*    background-color: #f5f5f5*/
/*}*/
.site-main .section.short-content{
    background-color: #f5f5f5;
}

.site-footer .footer-top {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #344157
}

.site-footer .footer-top:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #24324a
}

.site-footer .footer-top h5, .site-footer .footer-top h6 {
    color: #fff
}

.site-footer .footer-top h5 {
    margin-bottom: 20px
}

.site-footer .footer-top h6 {
    margin-bottom: 0
}

.site-footer .footer-top .widget-newsletter, .site-footer .footer-top .widget-social-icons {
    margin-top: 40px
}

.site-footer .footer-top div[class*=col-]:last-child {
    text-align: right
}

.btn-fix { display: none; }

@media only screen and (max-width: 768px) {
    .btn-fix { display: none; position: fixed; z-index: 9999; bottom: 60px; left: 10px; height: 55px; line-height: 55px; font-size: 14px; }
    .btn-fix.active { display: block; }
}


.site-footer .footer-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: 'Playfair Display regular', sans-serif;
    font-size: 11px;
    font-weight: 900;
    color: #818a9c;
    letter-spacing: 2px;
    text-align: center;
    background-color: #24324a !important;
}

.site-footer .footer-bottom a {
    color: #818a9c
}

.site-footer .footer-bottom p:last-child {
    margin-bottom: 0
}

.site-footer .footer-bottom .footer-logo {
    display: inline-block;
    width: 100%
}

.site-footer .footer-bottom .footer-logo {
    margin-top: -30px
}

@media (max-width: 476px) {
    .site-footer .footer-bottom .footer-logo {
        width: 80%
    }

    .site-footer .footer-bottom .footer-logo {
        margin-top: 20px
    }
}

.site-footer .footer-bottom .footer-contact, .site-footer .footer-bottom .footer-copyright, .site-footer .footer-bottom .footer-nav {
    text-align: left
}

.site-footer .footer-bottom .footer-contact ul, .site-footer .footer-bottom .footer-nav ul {
    display: inline-block;
    width: 100%
}

@media (min-width: 476px) and (max-width: 768px) {
    .site-footer .footer-bottom .footer-contact, .site-footer .footer-bottom .footer-copyright {
        text-align: center
    }

    #TA_rated333 #CDSWIDFRR {
        margin: 10px auto
    }
}

@media (max-width: 475px) {
    #TA_rated333 #CDSWIDFRR {
        margin: 10px auto
    }
}

.site-footer .footer-bottom .footer-contact ul li, .site-footer .footer-bottom .footer-nav ul li {
    margin: 15px
}

.site-footer .footer-bottom .footer-contact ul li:last-child {
    margin: 0
}

@media (min-width: 1000px) and (max-width: 1025px) {
    .site-footer .footer-bottom .footer-contact ul li:last-child, .site-footer .footer-bottom .footer-contact ul li:nth-child(3) {
        margin: 0;
        float: none;
        clear: both
    }
}

.site-footer .footer-bottom .footer-nav ul li:last-child {
    float: none;
    clear: both;
    left: 50%
}

.site-footer .footer-bottom .footer-contact ul li a, .site-footer .footer-bottom .footer-nav ul li a {
    display: block
}

.site-footer .footer-bottom .footer-contact ul li a:hover {
    color: #fff
}

.site-footer .footer-bottom .footer-nav ul li a {
    color: #fff;
    text-transform: uppercase
}

.site-footer .footer-bottom .footer-nav ul li a:hover {
    color: #e31e24
}

.text-more {
    display: none
}

.widget-rooms-list > div {
    margin-bottom: 40px !important
}

.widget-services-list .list-view > div {
    margin-bottom: 100px !important
}

/*.header-contact li:first-child,.header-contact li:first-child a{color:#fff!important;text-transform:none;font-size:13px}*/
.footer-contact, .footer-contact a, .slider-booking h5 {
    color: #fff !important
}

@media (max-width: 1280px) and (min-width: 1200px) {
    .site-header .header-bottom .header-nav ul li a {
        font-size: 12px
    }

    .site-header .header-bottom .header-nav > ul.nav-left {
        width: 488px
    }

    .site-header .header-bottom .header-nav > ul.nav-right {
        width: 540px
    }
}

@media (max-width: 1199px) {
    .site-header .header-bottom .header-nav > ul.nav-left, .site-header .header-bottom .header-nav > ul.nav-right {
        width: 100%;
        float: none;
        padding: 0
    }
}

.item-inner .b-price {
    font-size: 26px;
    margin-bottom: 10px;
    color: #24324a !important;
    font-family: inherit;
    line-height: 1.1
}

.site-main .section:nth-child(2) .widget-filter-top ul li {
    list-style-type: none !important
}

.site-main .section:nth-child(2) .col-md-8 ul li {
    list-style-type: disc !important;
    margin-left: 30px
}

.site-main .section:nth-child(2) .col-md-12 ul li {
    list-style-type: disc !important;
    margin-left: 30px
}

.site-main .section:nth-child(2) .col-md-8 ol li {
    list-style-type: decimal !important;
    margin-left: 30px
}

.site-main .section:nth-child(2) .col-md-12 ol li {
    list-style-type: decimal !important;
    margin-left: 30px
}

#icon-datepicker1, #icon-datepicker2 {
    cursor: pointer
}

#specialAction {
    margin-top: 20px;
    margin-bottom: 50px;
    background: #f5f5f5
}

.widget-slider .widget-carousel .slider-item .item-inner span.h2 {
    position: relative;
    display: block;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
}

.widget-slider .widget-carousel .slider-item .item-inner span.h2:after, .widget-slider .widget-carousel .slider-item .item-inner span.h2:before {
    position: absolute;
    top: 60%;
    width: 10px;
    height: 1px;
    content: "";
    display: inline-block
}

.widget-slider .widget-carousel .slider-item .item-inner span.h2:before {
    left: 0
}

.widget-slider .widget-carousel .slider-item .item-inner span.h2:after {
    right: 0
}

span.h3 {
    font-size: 24px;
    font-weight: 400
}

span.h5 {
    font-family: 'Playfair Display regular', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #e31e24;
    display: block
}

.wrapper-inner .text p {
    text-align: justify
}

.wrapper-inner .text img {
    width: 68%;
    display: block;
    margin: auto
}

#sitemap h1, #sitemap span, #sitemap ul li a {
    color: #fff
}

#sitemap {
    padding-left: 30px
}

.widget-rooms-list .rooms-item .item-price .price-inner span.h3 {
    font-size: 32px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    display: block
}

.widget-rooms-list .rooms-item .item-price .price-inner span.h2 {
    font-size: 24px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    display: block
}

.widget-title h2, .widget-title h5 {
    margin-bottom: 0
}

span.h5 {
    font-size: 12px;
    font-weight: 900;
    color: #e31e24;
    font-family: 'Playfair Display regular', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block
}

.widget-title span.h2 {
    font-size: 24px
}

span.h6 {
    font-size: 11px;
    font-weight: 400;
    font-family: 'Playfair Display regular', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff
}

span.h1 {
    font-size: 60px;
    margin-bottom: 20px;
    display: block
}

.services-item .item-photo {
    cursor: pointer
}

.field-bronform-adults select, .field-bronform-children select {
    position: absolute;
    z-index: 99;
    background: 0 0 !important
}

.field-bronform-adults, .field-bronform-children {
    background: #5c677b;
    display: block;
    height: 40px;
    width: 148px;
    margin-top: -10px
}

#wrap .container {
    text-align: center
}

#wrap a.gallery img {
    height: 115px;
    width: 175px;
    display: inline-block;
    margin: 5px
}

#wrap .row:nth-child(3) > a.gallery > img {
    width: 115px;
    height: 175px
}

.fancybox-nav.fancybox-prev {
    background: url(/fancybox/fancy_left.png) no-repeat;
    background-position-y: 270px
}

.fancybox-nav.fancybox-next {
    background: url(/fancybox/fancy_right.png) no-repeat;
    background-position: 290px 270px
}

.fancybox-item.fancybox-close {
    background: url(/fancybox/fancy_closebox.png) no-repeat;
    background-position: 0 0
}

@media (max-width: 480px) {
    .item-inner .h1, .item-inner h1 {
        font-size: 30px !important
    }

    .item-inner h1 {
        margin-top: 20px !important
    }

    .item-inner .h2, .item-inner h2 {
        font-size: 20px !important
    }
}

.header-lang {
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: 'Playfair Display regular', sans-serif;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    color: #818a9c;
    position: absolute;
    right: 20px;
    z-index: 9999
}

.header-lang li {
    display: inline-block;
    margin: 0 10px
}

.header-lang a {
    color: #818a9c
}
.header-lang .custom-header-contacts {
    color: #fff;
    display: flex;
}


.close {
    top: -7px !important;
    right: -6px !important
}

.color: before {
    color: red
}

table td {
    padding: 5px
}

@media (max-width: 360px) {
    .b-scroll-for-mobile {
        width: 260px;
        overflow: scroll
    }
}

#main_rooms {
    margin-top: 0
}

body {
    overflow-x: hidden
}

#main_rooms .rooms-item {
    padding: 0
}

#main_features .col-lg-3.col-md-3.col-sm-6 {
    padding-right: 0;
    padding-left: 0
}

#main_features .col-lg-3.col-md-3.col-sm-6 .features-item {
    border: 0;
    margin-bottom: -35px
}

@media (max-width: 990px) {
    #main_rooms .owl-item {
        float: none
    }

    .owl-dots {
        display: none
    }

    #main_features .col-lg-3.col-md-3.col-sm-6 .features-item {
        border: 0;
        margin-bottom: 0
    }
}

.section .widget-offers-grid {
    width: 100%
}

#main_features > div > div:nth-child(4) {
    margin-bottom: 35px
}

span.h5.serv {
    padding-top: 35px
}

.item-photo {
    padding: 0
}

.photo-big, .photo-small {
    background-position: 50% 50% !important
}

.section.test22 {
    margin-top: 15px
}

.button-menu {
    border: 2px solid #24324a;
    color: #24324a;
    display: inline-block;
    float: right;
    margin: 10px;
    padding: 5px 10px;
    text-align: center;
    width: 200px
}

.lp_widget_buttons {
    display: block;
    text-align: center;
    margin: 7px 0 0 -68px;
    position: absolute;
    left: 50%
}

.item-price .price-inner i {
    color: #e31e24;
    font-weight: 300;
    font-size: 24px;
    font-style: normal
}

* {
    box-sizing: border-box
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto
}

.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px Tahoma, Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s
}

.popup h2, .popup h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd
}

.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, .9);
    cursor: pointer;
    outline: 0;
    opacity: 1;
    background: transparent none repeat scroll 0 0 !important
}

.close:before {
    color: red;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, .9);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.close:hover {
    background-color: rgba(252, 20, 0, .8)
}

.popup img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.pl-left, .pl-right {
    width: 25%;
    height: auto
}

.pl-right {
    float: right;
    margin: 5px 0 5px 15px
}

.pl-left {
    float: left;
    margin: 5px 18px 5px 0
}

@-moz-keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media (max-width: 1199px) {
    .widget-title p {
        max-width: 70vw
    }

    .widget-rooms-detail .room-booking h2, .widget-rooms-detail .room-features h2 {
        font-size: 28px
    }

    .widget-contact-form {
        padding-top: 40px;
        margin-top: 100px
    }

    .widget-contact-form:after {
        display: none
    }

    .site-header .header-bottom {
        min-height: inherit;
        padding-bottom: 60px
    }

    .site-header .header-bottom .header-logo {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .site-header .header-bottom .header-logo img {
        max-width: 220px
    }

    .site-header .header-bottom .header-nav {
        display: none;
        padding-top: 40px;
        margin-left: -60px;
        margin-right: -60px;
        text-align: left
    }

    .site-header .header-bottom .header-nav ul li a {
        padding: 0 40px;
        text-align: center
    }

    .site-header .header-bottom .header-nav ul li.sub:after {
        position: absolute;
        top: 12px;
        right: 20px;
        content: "\f107";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        color: #828b9d;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .site-header .header-bottom .header-nav > ul {
        display: block
    }

    .site-header .header-bottom .header-nav > ul > li {
        float: none
    }

    .site-header .header-bottom .header-nav > ul > li.sub > ul {
        width: 100%;
        position: static;
        top: auto;
        left: auto
    }

    .site-header .header-bottom .header-nav > ul > li.sub:before, .site-header .header-bottom .header-nav > ul > li.sub:hover:before {
        display: none
    }

    .site-header .header-bottom .header-nav > ul > li.sub ul li a {
        text-align: center
    }

    .site-header .header-bottom .header-nav > ul > li.sub ul li ul {
        position: static;
        top: auto;
        left: auto
    }

    .site-header .header-bottom .header-nav > ul.nav-left {
        padding-right: 0
    }

    .site-header .header-bottom .header-nav > ul.nav-right {
        padding-left: 0
    }

    .site-header .header-bottom .header-toggle {
        display: inline-block
    }

    .site-header.nav-open {
        background: #24324a
    }

    .site-header.nav-open .header-bottom .header-nav {
        display: block
    }

    .site-footer .footer-top:before {
        display: none
    }

    .site-footer .footer-top div[class*=col-], .site-footer .footer-top div[class*=col-]:last-child {
        text-align: center;
        margin-top: 40px
    }

    .site-footer .footer-top div[class*=col-]:first-child {
        margin-top: 0
    }

    .site-footer .footer-top .widget-social-icons ul {
        display: inline-block
    }
}

@media (max-width: 991px) {
    .wrapper, .wrapper-inner {
        padding-left: 40px;
        padding-right: 40px
    }

    .widget-slider .widget-carousel .owl-nav .owl-prev {
        left: 40px
    }

    .widget-slider .widget-carousel .owl-nav .owl-next {
        right: 40px
    }

    .widget-slider.has-rooms .slider-booking {
        display: none
    }

    .widget-about-promo {
        background-image: none !important
    }

    .widget-about-grid .widget-inner {
        display: block;
        -webkit-flex-flow: none;
        flex-flow: none;
        margin: 0
    }

    .widget-about-grid .widget-inner .widget-item {
        width: 100%;
        -webkit-flex: none;
        flex: none;
        padding: 0;
        margin-bottom: 100px
    }

    .widget-about-grid .widget-inner .widget-item:last-child {
        margin-bottom: 0
    }

    .widget-rooms-list .rooms-item {
        padding-left: 0;
        padding-right: 0
    }

    .widget-rooms-list .rooms-item .item-photo {
        position: static;
        top: auto;
        left: auto;
        width: 100%
    }

    .widget-rooms-list .rooms-item .item-photo a {
        /* padding-top: 100%; */
        height: auto
    }

    .widget-rooms-list .rooms-item .item-price {
        top: 20px;
        right: 20px;
        width: auto;
        height: inherit;
        border-left: 0;
        background-color: #fff
    }

    .widget-rooms-list .rooms-item .item-price:after {
        display: none
    }

    .widget-rooms-list .rooms-item .item-price .price-inner {
        position: static;
        top: inherit;
        padding: 40px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .widget-rooms-detail .room-booking, .widget-rooms-detail .room-features {
        margin-top: 50px
    }

    .widget-rooms-detail .room-booking h2, .widget-rooms-detail .room-features h2 {
        font-size: 42px
    }

    .widget-offers-grid .offers-item {
        width: 100%;
        float: none;
        margin-bottom: 40px
    }

    .widget-offers-grid .offers-item .item-inner {
        padding-top: 0
    }

    .widget-offers-grid .offers-item .item-inner .item-photo {
        width: 40%
    }

    .widget-offers-grid .offers-item .item-inner .item-desc {
        position: relative;
        width: 100%;
        padding: 40px;
        padding-left: calc(40% + 30px)
    }

    .widget-offers-grid .offers-item .item-inner .item-desc .btn-link {
        position: relative;
        padding: 0;
        left: inherit;
        bottom: inherit;
        height: auto;
        line-height: normal;
        margin-top: 20px
    }

    .widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before {
        display: none
    }

    .widget-offers-grid .offers-item:first-child {
        padding-left: 0
    }

    .widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo, .widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo {
        left: 0;
        right: inherit
    }

    .widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc, .widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc {
        right: inherit;
        left: inherit
    }

    .widget-offers-grid .offers-item:last-child {
        margin-bottom: 0
    }

    .widget-offers-grid .offers-item:last-child:before {
        display: none
    }

    .widget-offers-grid .wrapper-inner {
        padding-bottom: 100px
    }

    .widget-services-list .services-item .item-photo {
        position: relative;
        width: 100%;
        padding-top: 100%
    }

    .widget-services-list .services-item .item-photo:after {
        display: none
    }

    .widget-services-list .services-item .item-photo .photo-small {
        bottom: 0;
        right: 0;
        border-width: 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .widget-services-list .services-item .item-desc {
        padding-left: 60px;
        padding-top: 40px
    }

    .widget-services-list .services-item:nth-child(even) .item-photo .photo-small {
        left: 0
    }

    .widget-services-list .services-item:nth-child(even) .item-desc {
        padding-right: 60px
    }

    .widget-booking-form .booking-detail {
        margin-top: 100px
    }

    .widget-blog-sidebar {
        margin-top: 100px
    }

    .site-header .header-bottom .header-nav {
        margin-left: -40px;
        margin-right: -40px
    }

    .site-footer .footer-bottom .footer-contact ul li, .site-footer .footer-bottom .footer-nav ul li {
        float: none;
        margin-bottom: 10px
    }

    .site-footer .footer-bottom .footer-contact ul li:last-child, .site-footer .footer-bottom .footer-nav ul li:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
	.header-nav ul.nav-left li ul, .header-nav ul.nav-right li ul {
		position:relative
	}
    .wrapper-full-inner, .wrapper-inner {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .wrapper-full .widget-title, .wrapper-full-inner .widget-title {
        padding-left: 40px;
        padding-right: 40px
    }

    .widget-title {
        margin-bottom: 40px
    }

    .widget-title h2 {
        font-size: 34px
    }

    .widget-title p {
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px
    }

    .widget-newsletter {
        width: 100%
    }

    .widget-contact-info {
        text-align: center
    }

    .widget-contact-form {
        padding: 20px;
        margin-top: 40px;
        text-align: center
    }

    .widget-contact-form .btn {
        display: block;
        width: 100%
    }

    .widget-contact-review {
        margin-top: 40px
    }

    .widget-google-map .map-title {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .widget-breadcrumb {
        display: block;
    }
    .mobile-flex-column {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .mobile-flex-column h1 {
        order: 2;
    }
    .mobile-flex-column .widget-breadcrumb {
        order: 1;
    }

    .widget-pager {
        margin-top: 40px
    }

    .widget-page-title {
        text-align: center;
        margin-bottom: 32px
    }

    .widget-page-title h1, .widget-page-title h5, .widget-page-title p {
        width: 100%;
        margin-top: 20px
    }

    .widget-page-title h1 {
        font-size: 34px
    }

    .widget-page-title p {
        font-size: 14px;
        line-height: 26px
    }

    .widget-page-title .widget-background {
        display: none
    }

    .widget-page-title .wrapper-inner {
        padding-top: 20px
    }

    .widget-filter-top {
        margin-bottom: 40px
    }

    .widget-filter-top ul li {
        float: none;
        margin-right: 0
    }

    .widget-filter-top ul li a {
        width: 100%;
        text-align: center
    }

    .widget-filter-top ul li:last-child {
        margin-bottom: 0
    }

    .widget-slider .widget-carousel .slider-item {
        padding-top: 240px
    }

    .widget-slider .widget-carousel .slider-item .item-inner {
        padding-left: 0;
        padding-right: 0
    }

    .widget-slider .widget-carousel .slider-item .item-inner h1 {
        font-size: 42px;
        margin-bottom: 10px
    }

    .widget-slider .widget-carousel .slider-item .item-inner h2 {
        font-size: 24px
    }

    .widget-slider .widget-carousel .owl-nav {
        position: absolute;
        left: 0;
        bottom: 120px;
        width: 100%
    }

    .widget-slider .widget-carousel .owl-nav [class*=owl-] {
        position: static;
        top: inherit;
        margin: 0 10px
    }

    .widget-slider .widget-carousel .owl-nav .owl-prev {
        left: auto
    }

    .widget-slider .widget-carousel .owl-nav .owl-next {
        left: auto
    }

    .widget-about-promo .widget-inner h2, .widget-about-promo .widget-inner h5, .widget-about-promo .widget-inner .h2, .widget-about-promo .widget-inner .h5 {
        text-align: center
    }

    .widget-about-promo .widget-inner h2, .widget-about-promo .widget-inner .h2 {
        font-size: 34px;
        margin-bottom: 40px
    }

    .widget-about-promo .widget-inner p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 40px
    }

    .widget-about-promo .widget-inner .btn {
        display: block;
        width: 100%;
        margin-top: 40px
    }

    .widget-about-grid .widget-inner .widget-item {
        margin-bottom: 40px
    }

    .widget-about-grid .widget-inner .widget-item h2, .widget-about-grid .widget-inner .widget-item h5 {
        text-align: center
    }

    .widget-history-timeline ul:after {
        display: none
    }

    .widget-history-timeline ul {
        padding: 0
    }

    .widget-history-timeline ul li {
        text-align: center;
        margin-bottom: 40px
    }

    .widget-history-timeline ul li:after {
        display: none
    }

    .widget-history-timeline ul li h5 {
        position: static;
        top: inherit;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 5px
    }

    .widget-history-timeline ul li:nth-child(odd) {
        padding-left: 0
    }

    .widget-history-timeline ul li:nth-child(odd) h5 {
        left: inherit
    }

    .widget-history-timeline ul li:nth-child(even) {
        padding-right: 0;
        text-align: center
    }

    .widget-history-timeline ul li:nth-child(even) h5 {
        right: inherit
    }

    .widget-history-timeline ul li:nth-child(even) h5 {
        right: inherit
    }

    .widget-offers-grid .offers-item .item-inner .item-photo {
        position: relative;
        width: 100%;
        padding-top: 100%
    }

    .widget-offers-grid .offers-item .item-inner .item-desc {
        padding: 20px;
        text-align: center
    }

    .widget-offers-grid .wrapper-inner {
        padding-bottom: 40px
    }

    .widget-features-grid .features-item {
        border-width: 10px
    }

    .widget-features-grid .features-item a {
        padding: 60px 20px 20px
    }

    .widget-features-grid .features-item h3 {
        margin-bottom: 0;
        text-align: center
    }

    .widget-features-grid .features-item p {
        display: none
    }

    .widget-rooms-carousel .rooms-item .item-desc {
        padding: 20px 20px 40px
    }

    .widget-rooms-list .rooms-item .item-desc {
        padding: 20px;
        text-align: center
    }

    .widget-rooms-list .rooms-item .item-desc p {
        font-size: 14px;
        line-height: 26px
    }

    .widget-rooms-list .rooms-item .item-desc .desc-features ul li {
        float: none;
        width: 100%;
        text-align: left
    }

    .widget-rooms-list .rooms-item .item-price {
        position: static;
        top: auto;
        right: auto;
        padding: 20px;
        border-top: 1px solid #e1e1e1
    }

    .widget-rooms-list .rooms-item .item-price .price-inner {
        padding: 0
    }

    .widget-rooms-detail .room-slider a {
        height: 300px
    }

    .widget-rooms-detail .room-slider .room-price {
        font-size: 18px
    }

    .widget-rooms-detail .room-slider .room-price small {
        top: -1px
    }

    .widget-rooms-detail .room-thumbnails {
        display: none
    }

    .widget-rooms-detail .room-booking h2, .widget-rooms-detail .room-features h2 {
        font-size: 28px
    }

    .widget-rooms-detail .room-booking, .widget-rooms-detail .room-features {
        padding: 20px;
        margin-top: 40px
    }

    .widget-services-list .services-item {
        margin-bottom: 50px
    }

    .widget-services-list .services-item .item-photo .photo-big {
        border-width: 20px
    }

    .widget-services-list .services-item .item-photo .photo-small {
        display: none
    }

    .widget-services-list .services-item .item-photo .btn {
        left: 20px;
        right: 20px;
        bottom: 20px
    }

    .widget-services-list .services-item .item-desc {
        text-align: center;
        padding: 5px 20px 20px 20px
    }

    .widget-services-list .services-item .item-desc h2, .widget-services-list .services-item .item-desc h5 {
        text-align: center
    }

    .widget-services-list .services-item .item-desc h2 {
        margin-bottom: 20px;
        font-size: 28px
    }

    .widget-services-list .services-item .item-desc p {
        font-size: 14px;
        line-height: 26px
    }

    .widget-services-list .services-item:nth-child(even) .item-photo .btn {
        left: 20px;
        right: 20px;
        bottom: 20px
    }

    .widget-services-list .services-item:nth-child(even) .item-desc {
        padding: 5px 20px 20px 20px
    }

    .widget-gallery-carousel .widget-carousel:after, .widget-gallery-carousel .widget-carousel:before {
        display: none
    }

    .widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 0 solid #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2);
        -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2);
        box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2)
    }

    .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev {
        left: 0
    }

    .widget-gallery-carousel .widget-carousel .owl-nav .owl-next {
        right: 0
    }

    .widget-blog-carousel .blog-item .item-desc {
        text-align: center
    }

    .widget-blog-list .blog-item {
        padding-left: 0
    }

    .widget-blog-list .blog-item .item-media {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        height: auto;
        padding-top: 100%
    }

    .widget-blog-list .blog-item .item-media:after {
        display: none
    }

    .widget-blog-list .blog-item .item-desc {
        padding: 5px 20px 20px 20px;
        text-align: center
    }

    .widget-blog-list .blog-item .item-desc h2 {
        font-size: 24px
    }

    .widget-blog-list .blog-item .item-desc h5 {
        line-height: 20px
    }

    .widget-blog-single .single-detail {
        padding: 20px
    }

    .widget-blog-single .single-detail .detail-head {
        padding: 20px;
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        line-height: 20px
    }

    .widget-blog-single .single-comments {
        padding: 20px
    }

    .widget-blog-single .single-comments .comments-list .comment {
        padding-left: 0
    }

    .widget-blog-single .single-comments .comments-list .comment .comment-avatar {
        display: none
    }

    .widget-blog-single .single-comments .comments-form {
        padding-top: 30px
    }

    .widget-blog-single .single-comments .comments-form .btn {
        display: block;
        width: 100%
    }

    .widget-blog-sidebar {
        margin-top: 40px;
        padding-left: 0
    }

    .widget-booking-form .booking-complete, .widget-booking-form .booking-detail, .widget-booking-form .booking-form {
        padding: 20px
    }

    .widget-booking-form .booking-form h2 + p {
        margin-bottom: 20px
    }

    .widget-booking-form .booking-form .btn {
        display: block;
        width: 100%
    }

    .widget-booking-form .booking-form .data-form div[class*=col-]:last-child {
        margin-bottom: 0
    }

    .widget-booking-form .booking-detail {
        margin-top: 40px
    }

    .widget-booking-form .booking-help {
        margin-top: 40px;
        padding: 20px
    }

    .widget-booking-form .booking-help h3 {
        font-size: 18px
    }

    .site-header .header-top {
        display: none
    }

    .site-header .header-bottom {
        padding-top: 60px
    }

    .site-header .header-bottom .header-toggle {
        top: inherit;
        right: inherit;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .site-footer .footer-top {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    height: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;

    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.widget-rooms-detail .room-slider .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 1px 0 0;
    padding: 0;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #24324a;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots {
    margin-top: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-carousel .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.services-item p.h2 {
    line-height: 33px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important
}

.abs {
    position: absolute
}

.block {
    top: 26px;
    left: 50px;
    right: 40px;
    bottom: 20px;
    display: none
}

ul.circle {
    list-style-type: none;
    top: 284px;
    left: 98px
}

ul.circle li {
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #222;
    font-size: 28px;
    padding-right: 56px;
    padding-top: 24px;
    margin-right: 10px;
    display: inline
}

a:hover {
    color: #000
}

a:visited {
    font-weight: 700
}

.tabs {
    background: #ededed;
    font-family: monostace;
    top: 58px;
    width: 520px;
    height: 270px
}

.tabs p {
    top: 16px;
    font-family: monostace
}

/*#one {*/
/*    display: block*/
/*}*/

div:target {
    display: block
}

div[id*=tab]:target {
    display: block
}

div[id*=tab]:target ~ #tab {
    display: block
}

div[id*=t]:target ~ #one {
    display: none
}

.hide {
    display: none
}

.subscriber-wrapper {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center
}

.subscriber-wrapper .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001
}

.subscriber-form {
    width: 500px;
    background: #253245e0;
    border-radius: 5px;
    box-shadow: 4px 3px 6px #e31e2459;
    padding: 20px;
    position: relative;
    z-index: 1002
}

.subscriber-form p {
    color: #fff;
    font-size: 18px;
    font-family: Lato, sans-serif;
    text-align: center
}

.subscriber-form .inner-holder {
    width: 80%;
    margin: auto
}

.btn-holder {
    text-align: center
}

.subscriber-content {
    color: #fff;
    font-size: 20px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-family: Lato, sans-serif;
    width: 80%
}

.subscriber-wrapper .close-button {
    font-size: 28px;
    color: #e31e24;
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #fff
}

.subscriber-wrapper .close-button:hover {
    text-shadow: none;
    top: 6px;
    right: 19px
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-caption {
        padding: 12px
    }

    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.clients {
    overflow: auto
}

.auth-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(authchoice.png) no-repeat
}

.auth-icon.google, .auth-icon.google_oauth, .auth-icon.google_openid {
    background-position: 0 -34px
}

.auth-icon.twitter {
    background-position: 0 -68px
}

.auth-icon.yandex, .auth-icon.yandex_oauth, .auth-icon.yandex_openid {
    background-position: 0 -102px
}

.auth-icon.vkontakte {
    background-position: 0 -136px
}

.auth-icon.facebook {
    background-position: 0 -170px
}

.auth-icon.mailru {
    background-position: 0 -204px
}

.auth-icon.moikrug {
    background-position: 0 -238px
}

.auth-icon.odnoklassniki {
    background-position: 0 -272px
}

.auth-icon.linkedin {
    background-position: 0 -306px
}

.auth-icon.github {
    background-position: 0 -340px
}

.auth-icon.live {
    background-position: 0 -372px
}

.auth-link:focus .auth-icon i, .auth-link:hover .auth-icon i {
    display: block;
    width: 32px;
    height: 32px;
    background: url(authchoice.png) 0 0 no-repeat
}

.auth-clients {
    margin: 0 0 1em;
    list-style: none;
    overflow: auto
}

.auth-client {
    float: left;
    margin: 0 1em 0 0
}

.auth-clients .auth-client .auth-link {
    display: block;
    width: 58px
}

.auth-client .auth-link .auth-icon {
    margin: 0 auto
}

.auth-client .auth-link .auth-title {
    display: block;
    margin-top: .4em;
    text-align: center
}

.review-item a {
    text-transform: uppercase
}

.phone-header {
    font-size: 15px;
}

.header-lang .custom-header-contacts {
    color: #fff;
}

.header-lang {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}
.header-languages{
    align-self: center;
}
.header-phones{
    width: 230px;
    margin-top: 5px;
    z-index: 99999999999999999999;
}
.header-phones__title{
    cursor: pointer;
    line-height: 20px;
    font-weight: 900;
    overflow: hidden;
    border: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    text-transform: uppercase;
    text-decoration: underline;
    border-radius: 0;
    text-align: center;
    color: #24324a;
}
.header-phones__icon{
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    background: none;
}
.site-header .header-top .header-lang ul.header-phones__list li a{
    display: none;
    text-transform: none;
    background-color: #fff;
    font-weight: 400;
    text-align: center
}
.header-phones__list{
    display: none;
    text-transform: none;
    background-color: #fff;
    font-weight: 400;
    text-align: center;
    position: absolute;
    width: 230px;
    z-index: 9999999999999999;
}
.header-phones__list li a, .header-phones__list li a span{
    color: #24324a;
}
.site-header .header-top .header-lang ul.header-phones__list li{
    margin: 0;
    padding-top: 10px;
    float: none;
}
.site-header .header-top .header-contact.custom-header-contacts ul.header-phones__list li a{
    color: #24324a;
}
.site-header .header-top .header-contact.custom-header-contacts ul li a {

    color: #fff;
}
.site-header .header-top .header-contact.custom-header-contacts ul li a {

    color: #fff;
}

.site-header .header-top .header-contact.custom-header-contacts {
    float: none;
}

.header-address {
    margin-top: 35px;
    font-size: 14px;
    color: #fff;
}

.class-content-text p span {
    font-size: 16px !important;
}

.contacts-under-logo span,
.contacts-under-logo a {
    color: #fff;
}

.map-block iframe {
    width: 100%;
}

.prices-table {
    margin: auto;

}

@media screen and (max-width: 768px) {
    .prices-table {
        margin: auto;
        width: 100%;
    }

    table.prices-table tr:first-of-type {
        display: none;
    }

    table.prices-table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table.prices-table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    table.prices-table td:last-child {
        border-bottom: 0;
    }


    table.prices-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    table.prices-table tr:first-of-type {
        display: none;
    }

    .site-header .header-bottom .flex-menu-contacts .header-toggle {
        position: relative;
        left: 0;
        bottom: 0;
        display: block;
        margin-right: 30px;
    }
    .flex-menu-contacts {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100vw;
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 769px) {
    .custom-wrapper-flex{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .custom-wrapper-flex>div{
        position: relative;
    }
    .header-top .custom-wrapper-flex.wrapper:before,
    .header-top .custom-wrapper-flex.wrapper:after{
        display: none;
    }

}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span{
    width: 17px;
 }
.widget-rooms-detail .room-booking .data-form input::placeholder{
    color: #24324a;
}
.custom-booking-form select,
.custom-booking-form input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #5c677b;
    font-family: Playfair Display regular, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
   color: #fff;
    margin: 0;
    border: none;
    outline: 0;
    border-radius: 0;
}
.custom-booking-form input::placeholder{
    color: #fff;
}
.widget-about-promo .widget-inner .custom-booking-form .btn{
    margin-top: 0;
}
.custom-form-booking-row{
    padding: 20px;
    background-color: rgba(129, 138, 156, .3);
    -webkit-box-shadow: 0 0 30px 0 rgba(34, 30, 24, .5);
    -moz-box-shadow: 0 0 30px 0 rgba(34, 30, 24, .5);
    box-shadow: 0 0 30px 0 rgba(34, 30, 24, .5);
}
.site-header .header-top .header-booking-button{
    margin-left: 10px;
    margin-top: 5px;
    color: #fff;
}
.widget-slider .slider-booking ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.main__listing{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    /*justify-content: center;*/
    align-items: baseline;
}
.list____item{
    /*width: 15%;*/
    /*text-align: center;*/
    /*margin-bottom: 25px;*/
    /*margin-top: 4px;*/
    /*margin-left: 15px;*/
    width: 18%;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 4px;
    margin-left: 20px;
}
.list____item-img{
    width: 20%!important;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.lst__item--title {
    display: block;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 11px;
}
.lst__item--desc {
    font-family: Microsoft Sans Serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.section-chess-content, .section-chess-content-2{
    padding: 60px 0;
}
.section-chess-content{
    background: #f5f5f5;
}

.section-chess-content .info-block {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 75px;
    column-gap: 25px;
}
.section-chess-content .class-content-text .info-block:nth-child(even){
    flex-direction: row-reverse;
}
.section-chess-content .info-block .img-wr {
    width: 597px;
    height: 404px;
}
.section-chess-content .info-block .img-wr img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-chess-content .info-block__text {
    max-width: 572px;
    align-self: center;
}
.section-chess-content .info-block__text-title{
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 700;
    color: #24324A;
    margin-bottom: 37px;
}
.section-chess-content .info-block__text-content {
    font-family: Microsoft Sans Serif;
    font-size: 16px;
    font-weight: 400;
}

.section-chess-content-2 .info-block {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 75px;
    column-gap: 121px;
}
.section-chess-content-2 .class-content-text .info-block:nth-child(even){
    flex-direction: row-reverse;
}
.section-chess-content-2 .info-block .img-wr {
    width: 597px;
    height: 320px;
}
.section-chess-content-2 .info-block .img-wr img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-chess-content-2 .info-block__text {
    max-width: 454px;
    align-self: center;
}
.section-chess-content-2 .info-block__text-title{
    font-family: 'Playfair Display';
    font-size: 20px;
    font-weight: 700;
    color: #24324A;
    margin-bottom: 7px;
}
.section-chess-content-2 .info-block__text-content {
    font-family: 'Microsoft Sans Serif';
    font-size: 16px;
    font-weight: 400;
}

.section-content-text-with-image, .section-content-text-with-image-2{
    background: #f5f5f5;
    padding: 60px 0;
}
.section-content-text-with-image .info-block {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 75px;
    column-gap: 12px;
}
.section-content-text-with-image-2 .info-block {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 75px;
    column-gap: 123px;
}
.section-content-text-with-multiple-images-2 .class-content-text .info-block:nth-child(even),
.section-content-text-with-image .class-content-text .info-block:nth-child(even),
.section-content-text-with-image-2 .class-content-text .info-block:nth-child(even){
    flex-direction: row-reverse;
}
.section-content-text-with-image .info-block .img-wr {
    width: 454px;
    height: 358px;
}
.section-content-text-with-image-2 .info-block .img-wr {
    width: 508px;
    height: 400px;
}
.section-content-text-with-image .info-block .img-wr img, .section-content-text-with-image-2 .info-block .img-wr img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-content-text-with-image .info-block__text {
    max-width: 706px;
    align-self: center;
}
.section-content-text-with-image-2 .info-block__text {
    max-width: 460px;
    align-self: center;
}
.section-content-text-with-image .info-block__text-title, .section-content-text-with-image-2 .info-block__text-title{
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 700;
    color: #24324A;
    margin-bottom: 38px;
}
.section-content-text-with-image .info-block__text-content, .section-content-text-with-image-2 .info-block__text-content {
    font-family: Microsoft Sans Serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.section-content-text-with-multiple-images{
    margin: 80px 0;
}
.section-content-text-with-multiple-images .info-block {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 75px;
    column-gap: 12px;
    align-items: center;
}
.section-content-text-with-multiple-images .info-block__text {
   max-width: 709px;
}
.section-content-text-with-multiple-images .info-block__text-title{
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 700;
    color: #24324A;
    margin-bottom: 38px;
}

.section-content-text-with-multiple-images .info-block .img-wr {
    height: 230px;
    margin-bottom: 20px;
}
.section-content-text-with-multiple-images .info-block .img-wr img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-content-text-with-multiple-images .info-block__text-content ol{
    margin-top: 30px;
}

.section-content-text-with-multiple-images-2{
    margin: 80px 0;
}
.section-content-text-with-multiple-images-2 .info-block {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 75px;
    align-items: center;
    column-gap: 113px;
}
.section-content-text-with-multiple-images-2 .info-block__text {
    max-width: 462px;
}
.section-content-text-with-multiple-images-2 .info-block__text-title{
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 700;
    color: #24324A;
    margin-bottom: 38px;
}

.section-content-text-with-multiple-images-2 .info-block .img-wr {
    width: 569px;
    height: 307px;
    margin-bottom: 24px;
}
.section-content-text-with-multiple-images-2 .info-block .img-wr img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-content-text-with-multiple-images-2 .info-block__text-content ol{
    margin-top: 30px;
}

.info-block__text-content p{
    margin: unset;
}
.info-block__text-content ul, .info-block__text-content ol {
    font-family: 'Playfair Display regular';
    font-size: 16px;
    line-height: 25px;
}

.info-block__text-content li{
    list-style: unset;
    margin: unset;
    padding: unset;
}
.info-block:last-child{
    margin-bottom: unset;
}
.section-services{
    background: #f5f5f5;
    padding: 100px 0 80px 0;
}
.services{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 35px;
    row-gap: 38px;
}
.services__service {
    width: 31%;
}
.services__service-title{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: #fff;
}
.services__service-title a{
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    max-width: 250px;
    color: #fff;
    font-family: Microsoft Sans Serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.78px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: end;
}
.services__service-img{
    position: relative;
    overflow: hidden;
}
.services__service-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(36, 50, 74, 0.5), rgba(36, 50, 74, 0.5));
    z-index: 1; /* Чтобы градиент был выше изображения */
}
.services__service-img img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.services__service a{
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.section-aqua-zone{
    margin-top: 25px;
}
.section-aqua-zone__text{
    color: #24324A;
}
.section-aqua-zone__text-title{
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.62px;
    text-align: center;
    margin-bottom: 32px;
}
.section-aqua-zone__text-subtitle{
    font-family: Microsoft Sans Serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.02px;
    text-align: center;
    margin-bottom: 32px;
}
.section-aqua-zone__cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 37px;
    row-gap: 50px;
}
.section-aqua-zone__cards-card{
    width: 31%;
}
/*.section-aqua-zone__cards-card-img{*/
/*    width: 365px;*/
/*    height: 263px;*/
/*}*/
.section-aqua-zone__cards-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-aqua-zone__cards-card-title {
    margin-top: 35px;
    font-family: Microsoft Sans Serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.02px;
    text-align: center;
}
@media screen and (max-width: 980px){
    .list____item {
        width: 100%;
    }
}

.custom-booking-packages{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.custom-booking-packages__package{
    width: 20%;
    border: 1px solid red;
    padding: 5px 20px;
    color: red;
    text-align: center;
    margin: 0 20px;
}
.custtom-booking-packages__button-container .posts-booking-button{
    margin: 0 20px;
    padding: 10px 10px;
}
.posts-booking-button{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-family: 'Playfair Display regular',sans-serif;
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    background-color: #e31e24;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 20px;
}
@media only screen and (max-width: 1024px){
    .custom-booking-packages__package{
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 767px){
    .custom-booking-packages__package{
        padding: 5px 20px;
        font-size: 16px;

    }
}
@media only screen and (max-width: 575px){
    .custom-booking-packages{
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .custom-booking-packages__package{
        padding: 5px;
        font-size: 20px;
        width: 100%;
        margin: 10px 20px;
    }
}
@media only screen and (min-width: 769px){
    .header-button-container{
        text-align: center;
    }
    .posts-button-container{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}
.hide-date-picker{
    display: none;
}

.custom-booking-form .dates-camp-form .fa{
    position: absolute;
    top: 10px;
    left: calc(100% - 40px);
    z-index: 1;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.room-booking  ul li input[type=text],
.room-booking  ul li select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #5c677b;
    color: #fff;
}
.room-booking  ul li{
    position: relative;
}
.room-booking  ul li input[type=text]::placeholder,
.room-booking  ul li select::placeholder {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #5c677b;
    color: #fff;
}

.room-booking  ul li .fa {
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .site-header .header-bottom{
        padding-top: 30px   ;
    }
    .flex-menu-contacts .header-booking-button{
        margin-top: 10px;
    }
    .flex-menu-contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0px 15px;
    }
    .site-header .header-bottom .flex-menu-contacts .header-toggle {
        position: relative;
        left: 16%;
        bottom: -9px;
        display: block;
    }
    .owl-item .item-inner{
        padding-top: 80px;
    }
}
@media only screen and (min-width: 769px) {
    .flex-menu-contacts .header-booking-button{
        display: none;
    }
}

@media (min-width:968px) {
    .video {
        position: relative;
        width: 70%;
        margin: auto;
        padding-bottom: 40%;
    }

    .video iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width:967px) {
    .video {
        position: relative;
        width: 100%;
        margin: auto;
        padding-bottom: 40%;
    }

    .video iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media (min-width:968px) {
    .images-block {
        width: 100%;
        margin: auto;
    }

    .images-block img {
        width: 800px;
        display: block;
        margin: 25px auto;
    }
}

@media (max-width:967px) {
    .images-block {
        width: 100%;
        margin: auto;
    }

    .images-block img {
        width: 100%;
        display: block;
        margin: 25px auto;
    }
}
@media only screen and (max-width:767px) {
    .addressicon{
        width: 61px;
    }
    .class-content-text img {
       width: 100%;
   }
}
.accommodation-options{
    margin-top: 55px;
    margin-bottom: 55px;
}
.section-accommodation-options .accommodation-options__desc{
    margin-bottom: 50px;
}
.accommodation-options__title{
    text-align: center;
}
.accommodation-options__items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.accommodation-options__item{
    width: 31%;
    margin: 0 10px;
    border: 1px solid #a5a5a5;
    padding-bottom: 30px;
}
.accommodation-options__more-btn{
    text-align: center;
}
.accommodation-options__photo{
    height: 268px
}
.accommodation-options__photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accommodation-options__desc{
    font-family: 'Microsoft Sans Serif';
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
}
.accommodation-options__desc a{
    text-decoration: none;
}
@media only screen and (max-width: 767px){
    .accommodation-options__item{
        width: 100%;
    }
}
/* Prices Table styles */

.prices-table-navigation .nav-tabs{
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.prices-table-navigation .nav-tabs li{
    display: block;
    border: none;
    /*border-right: 1px solid #fff;*/
    width: 25%;
    text-align: center;
    background: #fe0000;
    margin-left:0!important;
}
.prices-table-navigation .nav-tabs li:last-of-type{
    border: none;
}
.prices-table-navigation .nav-tabs li a{
    font-weight: 700;
    color: #fff;
}
.prices-table-navigation .nav-tabs>li.active>a{
    display: block;
    border: none;
    color: #fff;
    background-color: #fe0000;
}
.prices-table-navigation .nav-tabs>li>a {
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    margin-right: 0;
}
.prices-table-navigation .nav-tabs>li>a:hover{
    background-color: #fe0000;
    color: #fff;
}
.period-dates{
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 7px 0px 8px;
    padding: 10px 0px;
    border-bottom: 1px solid #D2BD7F;
}

.categories-packages{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid #D2BD7F;
    padding-bottom: 15px;
}
.categories-packages div.title {
    width: 25%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.categories-packages div{
    color: #000;
    font-size: 16px;
    padding: 15px 0px 17px;
}
.room-info .ravis-title-t-2 .title{
    text-align: left;
}
.count-places-desc{
    color: #000;
    font-size: 16px;
    font-style: italic;
}
.count-places-desc span{
   font-weight: 700;
}
.prices-table .table-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #D2BD7F;
}

.prices-table .table-row div.count-places{
    width: 25%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}
.prices-table .table-row div.count-places img{
    margin-right: 3px;
}

.prices-table .table-row div{
    color: #000;
    font-size: 16px;
    padding: 15px 0px 17px;
    text-align: center;
}
.prices-table .table-row div.price-boxes {
    font-size: 2.0em;
    vertical-align: text-bottom;
    color: #d55;
    font-family: georgia,times,serif;
}
#room-booking-form input[type="text"]:not([class*="select2"]){
    color: #543D1B;
}

#room-booking-form input[type="text"]:not([class*="select2"])::placeholder{
    color: #543D1B;
}
#room-booking-form .select2-container .select2-choice > .select2-chosen{
    color: #543D1B;
}


body .event-desc form.booking-form .field-row > i{
    color: #d2bd7f;
    position: absolute;
    right: 20px;
    top: 17px;
}
.room-seasons-price {
    width: 100%;
    background: rgba(248, 246, 243, 0.8);
    border: 2px solid rgba(248, 246, 243, 0.8);
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
}
.room-seasons-price .title-room-prices{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #D2BD7F;
}
.room-seasons-price .room-price{
   display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #D2BD7F;
    padding: 10px 0 11px;
}

.room-seasons-price .room-price .price span{
    color: #DF5F5F;
    font-family: georgia,times,serif;
    font-size: 2.0em;
    vertical-align: text-bottom;

}
.room-seasons-price .room-price .period{
    color: #543D1B;
}
.room-seasons-price .room-price .price{
    color: #543D1B;
    text-transform: lowercase;
}

.prices-container {
    display:none;
}
.material-new-custom-view .pc-prices{
    width: 50%;
    margin: 0 auto;
}
.material-new-custom-view .offers__title, .material-new-custom-view .accommodation-options__title, .material-new-custom-view .advantages__title{
    font-family: 'Playfair Display';
    text-align: center;
    font-size: 20px;
    color: #24324A;
    font-weight: 700;

}
.material-new-custom-view  .section-content-text-with-multiple-images-2{
    margin: unset;
}
.material-new-custom-view .section-content-text-with-multiple-images-2 .wrapper-inner{
    padding-top: 20px;
}
.material-new-custom-view .short-content .wrapper-inner{
    padding-bottom: 20px;
}
.section-advantages .texs_d{
    margin-top: 70px;
}
.section-accommodation-options{
    background: #f5f5f5;
}
.section-offers, .section-advantages{
    margin: 50px 0;
}
.offers {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    column-gap: 110px;
}
@media (min-width: 769px) {
    .offers > div {
        width: calc(50% - 55px);
    }
}
.offers .offers__title {
    text-align: unset;
    margin-bottom: 20px;
}
.offers__offer {
    display: flex;
    margin-bottom: 20px;
}
.offers__offer-img {
    width: 32px;
    height: 30px;
    margin-right: 10px;
}
.offers__offer-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offers__offer-name {
    font-family: Microsoft Sans Serif;
    font-size: 16px;
    font-weight: 400;
    /*max-width: 440px;*/
    max-width: 100%;
    width: calc(100% - 42px);
}
a.btn-prices, a.btn-more {
    text-decoration: none;
    color: white;
    padding: 20px 77px;
    background: #E31E24;
    font-family: Microsoft Sans serif;
    text-transform: uppercase;
    display: block;
    max-width: 290px;
    margin: 0 auto;
}
.pc-prices tr:nth-child(1) {
    background: #e31e24 !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

.pc-prices, .pc-prices td {
    border: #d9434f solid 1px;
}

.pc-prices td {
    padding: 5px;
}

.pc-prices tr:nth-child(odd) {
    background: #fff;
}
.material-new-custom-view .pc-prices.pc-prices-new{
    width: 93%;
}
.pc-prices.pc-prices-new thead tr:nth-child(1) {
    background: #e31e24 !important;
}
.pc-prices.pc-prices-new thead td {
    text-decoration: underline;
}
.pc-prices.pc-prices-new tbody tr:nth-child(1) {
    color: #24324a;
    font-weight: 400;
}
.pc-prices.pc-prices-new tr:nth-child(odd) {
    background: #fff !important;
}
.pc-prices.pc-prices-new td {
    text-align: center;
}

.site-header .header-top .header-lang > ul > li a{
    font-size: 13px;
}

.widget-contact-info .contact_widget_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.widget-contact-info .contact_widget_col img{
    max-width: 100%;
    margin: 0;
    width: 200px;
}

.widget-contact-info .contact_widget_col{
    background: #fff;
    padding: 21px;
    max-width: 312px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 40px;
    margin-left: 40px;
}

.widget-contact-info .contact_widget_col p{
    margin-bottom: 0;
}

.widget-contact-info .contact_widget_col a{
    font-size: 19px;
}

.widget-contact-info .contact_widget_col .contact_widget_wrapper{
    background: #fff;
    text-align: center;
    padding: 5px;
}

@media only screen and (max-width: 768px){
    .widget-contact-info .contact_widget_col{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .pc-prices{
        overflow-x: scroll;
    }
    .b-scroll-for-mobile{
        overflow-x: scroll;
    }
    .prices-container {
        display:block;
        margin-left: -35px;
        margin-right: -35px;
    }

    span.price-unit {
        position: absolute;
        right: 0;
    }
    .table-grid-for-mobile{
        display:flex;
        flex-direction: row;
        justify-content: space-between;

    }
    .table-grid-for-mobile .categories-packages{
        display:flex;
        flex-direction: column;


    }

    .table-grid-for-mobile .categories-packages .packages{
        font-size: 0.9em;
        border: 1px solid #b5b5b5;
        padding: 10px;

    }
    .categories-packages div.title{
        padding: 0px;
        vertical-align: center;
        font-size: 0.9em;
    }
    .categories-packages div.title,
    .table-grid-for-mobile .prices-table .table-row div.count-places{
        height: 30px;
        margin-bottom: 15px;
    }
    .table-grid-for-mobile .prices-table{
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 65%
    }
    .table-grid-for-mobile .prices-table .table-row {
        display:flex;
        flex-direction: column;
        margin-right: 8px;
    }

    .table-grid-for-mobile .prices-table .table-row div.count-places {
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        padding: 0;

    }
    .table-grid-for-mobile .prices-table .table-row div.count-places img{
        height: 20px;
        width: auto;
    }
    .table-grid-for-mobile .prices-table .table-row div.price-boxes{
        padding: 0px;
    }
    .table-grid-for-mobile .categories-packages .packages,
    .table-grid-for-mobile .prices-table .table-row div.price-boxes{
        height: 50px;
    }

    .table-grid-for-mobile .categories-packages .packages a{
        line-height: 1.2;
    }

    .prices-table .table-row div.price-boxes {
        font-size: 1.3em;
        vertical-align: middle;
        color: #d55;
        font-family: georgia,times,serif;
    }
    .prices-table-navigation .nav-tabs{
        display: flex;
        flex-direction: column;
    }
    .prices-table-navigation .nav-tabs li{
        width: 100%;
    }
    .prices-table-navigation .nav-tabs li a{
        border-bottom: 2px solid #fff;
    }
    .prices-table-navigation .nav-tabs>li.active>a{
        border-bottom: 2px solid #fff;
    }
    .prices-table-navigation .nav-tabs li:last-of-type a{
        border-bottom: none
    }
}
.category-item{
    min-height: 300px;
}

@media only screen and (min-width: 769px) {
  .site-header .header-top .header-lang .custom-header-contacts ul li a {
      display: inline;
  }
  .site-header .header-bottom {
      position: relative;
      min-height: 80px;
  }
}
@media only screen and (max-width: 480px) {
    .b-mark {
        left: 10%;
        right: unset;
        top: unset;
        bottom: -25px;
        width: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .header-phones__title {
        line-height: 30px;
    }
    .header-bottom .header-contact a .phone-header{
        font-size: 17px;
    }
    .header-phones{
        margin-top: 14vh
    }
	.header-bottom .header-logo, .header-bottom .header-contact { width: 50% !important; float: left; padding: 5px; }
	.header-bottom .header-logo { line-height: 85px; }
	.view .b-mark, .test .b-mark, .camp-booking .b-mark { top: 85px; left: 5%; }
	.view .site-header .header-bottom .flex-menu-contacts .header-toggle,
	.camp-booking .site-header .header-bottom .flex-menu-contacts .header-toggle,
	.test .site-header .header-bottom .flex-menu-contacts .header-toggle { right: 0; top: -50px; }
	.flex-menu-contacts .header-booking-button { margin-top: 10px; margin-left: 15px; }
	.header-nav { position: absolute; top: 200px; text-align: center; background: #000; margin: auto; background: #24324a; width: 100%; padding: 0 !important; margin: 0 !important; left: 0; }

	.btn-fix { display: none; position: fixed; z-index: 9999; bottom: 60px; left: 10px; height: 55px; line-height: 55px; font-size: 14px; }
	.btn-fix.active { display: block; }
}
.fixed-header .header-phones{
    width: 230px;
}
.fixed-header .header-phones__list{
    left: auto;
}
@media only screen and (max-width: 575px) {
    .header-phones{
        width: 165px;
        margin-top: 12vh
    }
    .header-phones__list{
        left: 36%;
    }
}
@media only screen and (max-width: 480px) {

    .header-phones {
        width: 145px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 420px) {

    .header-phones {
        width: 145px;
        margin-top: 33px;
    }
}
@media only screen and (max-width: 375px) {

    .header-phones{
        width: 145px;
        margin-top: 30px;
    }
    .header-phones__list{
        left: 30%;
    }
}
@media (max-width: 320px) {
    .flex-menu-contacts .header-booking-button { letter-spacing: normal; }
    .header-phones{
        width: 115px;
        margin-top: 24px;
    }
    .header-phones__list{
        left: 25%;
    }
}
.services-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.services-block .item-media {
    width: 33%;
    padding: 10px;
}
.services-block .item-media .item-desc {
    text-align: left;
}
.services-block .item-media .item-desc a {
    display: block;
}

@media only screen and (max-width: 768px) {
    .services-block .item-media {
        width: 100%;
    }
}

.telegram-icon {
    content: url(https://krasna.com.ua/images/icons/telegram-brands.png);
    width: 45px;
    height: 45px;
}
.telegram-icon:hover {
    content: url(https://krasna.com.ua/images/icons/telegram-brands_h.png);
    width: 45px;
    height: 45px;
}

.images-container{

}
.images-container img{
    width: 100%;
    height: auto;
}

.widget-services-list p.h2 ,
.widget-services-list p.h2 a{
    font-size: 30px;
}
.preview-item-text p.h2 {
    text-align: center;
    font-size: 24px;
}

.preview-item-text {
    height: 100px;
}

.columns-2 {
  column-count: 2;
  margin-bottom: 40px;
}
.columns-3 {
  column-count: 3;
  margin-bottom: 40px;
}
.columns-2 p,
.columns-3 p {
  text-align: center;
}

.bloglist-3 {
  display: flex;
  margin-bottom: 40px;
}
.bloglist-3 div.col-sm-4 {
  padding: 0 40px;
}

.bloglist-3 .bloglist-img {
  background-size: cover;
  width: 100%;
  height: 320px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.bloglist-3 .bloglist-img img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

@media (max-width: 768px){
    .columns-2,
    .columns-3 {
        column-count: 1;
    }
    .bloglist-3 {
        flex-direction: column;
    }
    .bloglist-3 div {
        margin-bottom: 40px;
    }
    .bloglist-3 .bloglist-img {
        height: auto;
    }
    .table-grid-for-mobile .categories-packages .b-scroll-for-mobile {
        width: 100%;
    }
    .table-grid-for-mobile .categories-packages .b-scroll-for-mobile .pc-prices {
        display: table;
        width: 100%;
    }
}


.img-5, .img-4, .img-3, .img-2, .img-1 {
    clear: both;
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.img-5 div {
    width: 19%;
}
.img-4 div {
    width: 24%;
}
.img-4 > img {
    width: 24%;
}
.img-3 div {
    width: 33%;
}
.img-3 > img {
    width: 33%;
}
.img-2 div {
    width: 49%;
}
.img-2 > img {
    width: 49%;
}
.img-1 div {
    width: 100%;
}
@media (max-width: 768px) {
    .img-2 div,
    .img-2 > img,
    .img-3 div,
    .img-3 > img,
    .img-4 div,
    .img-4 > img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin: 10px 0;
    }
}

.h1-fix {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 28px;
}
.h2-fix {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 24px;
}


.watch-rooms,
.tiles-pools,
.tiles-services {
    margin: 30px 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.watch-rooms > div,
.tiles-pools > div,
.tiles-services > div {
    width: 30%;
}
.watch-rooms .item-photo a,
.tiles-pools .item-photo a,
.tiles-services .item-photo a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.watch-rooms .item-photo a[href*='cottages'] {
    background-image: url("/storage/cache/15450312364005-500x500.jpg");
}
.watch-rooms .item-photo a[href*='apartments'] {
    background-image: url("/storage/cache/15218089035350-500x500.jpg");
}
.tiles-pools .item-photo a[href*='karpatsky-chany_banya'] {
    background-image: url("/storage/images/karpatsky-chany_banya-05.jpg");
}
.tiles-pools .item-photo a[href*='bassein'] {
    background-image: url("/storage/cache1/IMG_2983.jpg");
}
.tiles-services .item-photo a[href*='lignayashkola'] {
    background-image: url("/storage/K.Ikavets-66-min.jpg");
}
.tiles-services .item-photo a[href*='pitanie'] {
    background-image: url("/storage/images/pitanie-09.jpg");
}
.tiles-services .item-photo a[href*='bassein'] {
    background-image: url("/storage/cache1/IMG_2983.jpg");
}
.tiles-services .item-photo a[href*='home-st-nick'] {
    background-image: url("/storage/251-z40L3pehrRg.jpg");
}
.tiles-services .item-photo a[href*='family-summer-camp'] {
    background-image: url("/storage/images/family-summer-camp/chervona_kalina.jpg");
}
.tiles-services .item-photo a[href*='animation-rest'] {
    background-image: url("/storage/imgonline-com-ua-Compressed-J5NGFrTSHUM.jpg");
}
.watch-rooms .item-desc > span,
.tiles-pools .item-desc > span,
.tiles-services .item-desc > span {
    display: block;
}
@media (max-width: 768px) {
    .watch-rooms,
    .tiles-pools,
    .tiles-services {
        gap: 30px;
    }
    .watch-rooms > div,
    .tiles-pools > div,
    .tiles-services > div {
        width: 100%;
    }
}

.copyright_sprava {
    margin-left: 15px;
    color: #ffffff;
    font-family: Playfair Display regular;
}
.copyright_sprava img {
    width: 90px;
    margin-bottom: 2px;
}
.section.contacts-section .widget-contact-form{
    margin-top: 0;
}
.section.contacts-section .h1{
    font-family: 'Playfair Display',sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px;
}
.section.contacts-section .wrapper-inner{
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;

}
.section.contacts-section .widget-contact-info .contact_widget_col:last-of-type{
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px){
    .section.contacts-section .widget-contact-form{
        margin-top: 30px;
    }
}


/* Header fixed */

.site-header.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #24324a;

}
.site-header.fixed-header .header-contact:not(.custom-header-contacts) > ul{
    display: none;
}
.site-header.fixed-header .header-contact.custom-header-contacts > ul li a:last-of-type,
.site-header.fixed-header .b-mark,
.site-header.fixed-header .header-lang > ul> li{
    display: none;
}

.site-header.fixed-header .header-contact.custom-header-contacts{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
.site-header.fixed-header .header-contact.custom-header-contacts .header-button-container{
    position: relative;
    width: auto;
}
.site-header.fixed-header .header-bottom{
    min-height: 70px;
}
.site-header.fixed-header .header-top{
    padding: 0;
}
.site-header.fixed-header .header-address{
    margin-top: 10px;
}
.site-header.fixed-header .header-lang{
    padding-bottom: 10px;
}
.site-header.fixed-header .header-bottom .header-logo{
    /* display: none; */
}
.site-header.fixed-header .header-bottom .header-logo img{
    width: 80%;
}

.two-column {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}
.two-column div {
    width: 50%;
}

.prices-wrapper span.red {
	color: red;
}
.prices-wrapper span.crossed {
	text-decoration: line-through;
}

@media only screen and (max-width: 1199px){
    .site-header.fixed-header .header-bottom .header-logo{
        top: 0;
    }
}

@media only screen and (max-width: 768px){

	.prices-wrapper td p {
		display: flex;
		flex-direction: column;
	}
	.site-header.fixed-header .header-bottom .header-logo{
	    display: block;
	}
	.two-column div {
	    width: 100%;
	}
	.two-column {
		flex-direction: column;
	}
    .site-header .b-mark{
        display: none !important;
    }
    .site-header .header-bottom .header-logo{
        line-height: 0;
    }
    .site-header .header-bottom{
        padding-top: 20px;
    }
    .header-bottom .header-logo, .header-bottom .header-contact{
        width: 40%!important;
    }
    .site-header .header-top .header-contact ul,
    .site-header .header-top .header-lang,
    .site-header .header-contact.custom-header-contacts > ul li a:last-of-type{
        display: none;
    }
    .site-header .header-top{
        display: block;
        padding: 0;
        margin: 0;
    }
    .site-header .header-address{
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 15px;
        width: 50%;
        line-height: 16px;
        font-size: 13px;
    }
    .site-header .header-bottom .flex-menu-contacts .header-toggle,
    .material-home .site-header .header-bottom .flex-menu-contacts .header-toggle{
        top: -15vw;
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 54% !important;
        margin-right: 0;
    }
    .flex-menu-contacts .header-booking-button{
        position: absolute;
        right: 15px;
    }
    .site-header .header-bottom{
        padding-bottom: 15px;
    }
    .site-header .header-bottom .header-logo{
        padding-left: 0px;
    }
    .header-nav{
        top: 144px;
    }
    .site-header.fixed-header .header-top{
        display: none;
    }
    .site-header.fixed-header .flex-menu-contacts .header-booking-button{
        display: none;
    }
    .site-header.fixed-header .flex-menu-contacts{
        padding: 0;
        height: 0;
    }
    .site-header.fixed-header .header-lang > ul> li{
        display: inline-block;
    }
    .site-header.fixed-header .header-nav{
        top: 94px;
    }
    .site-header.fixed-header .header-bottom .flex-menu-contacts .header-toggle,
    .material-home .site-header.fixed-header .header-bottom .flex-menu-contacts .header-toggle{
        left: 41%;
    }
    .header-lang{
        padding-bottom: 0;
    }
    .site-header .wrapper, .site-header .wrapper-inner {
        padding-left: 20px;
        padding-right: 20px;
        position: unset;
    }


}
@media only screen and (max-width: 373px){

    .site-header .header-bottom .flex-menu-contacts .header-toggle, .material-home .site-header .header-bottom .flex-menu-contacts .header-toggle{
        z-index: 999;
    }
    .header-nav {
        top: 130px;
    }
    .site-header.fixed-header .header-nav {
        top: 81px;
    }
    .site-header .header-bottom .flex-menu-contacts .header-toggle, .material-home .site-header .header-bottom .flex-menu-contacts .header-toggle{
        left: 56% !important;
    }
}

/* Header fixed */

.custom-title{
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.62px;
    text-align: center;
    color: #24324A;
}
.short-content__buttons{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-top: 25px;
}
.short-content__buttons a.btn-prices{
    text-decoration: none;
    color: white;
    padding: 20px 53px;
    background: #E31E24;
    font-family: Microsoft Sans serif;
    text-transform: uppercase;
    display: block;
    max-width: 330px;
    margin: unset;
}
a.btn-bron{
    text-decoration: none;
    color: white;
    padding: 20px 77px;
    background: #E31E24;
    font-family: Microsoft Sans serif;
    text-transform: uppercase;
    display: block;
    max-width: 290px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 31px;
    height: 100%;
}
@media only screen and (max-width: 768px) {
    .site-header .header-bottom .flex-menu-contacts .header-toggle, .material-home .site-header .header-bottom .flex-menu-contacts .header-toggle {
        top: -21vw;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .site-header .header-bottom .flex-menu-contacts .header-toggle, .material-home .site-header .header-bottom .flex-menu-contacts .header-toggle {
        left: 54% !important;
        margin-right: 0;
    }
    .offers{
        flex-direction: column;
        /*align-items: center;*/
        align-items: flex-start;
    }
    .offers__offer-name{
        /*max-width: 200px;*/
        max-width: 100%;
        width: calc(100% - 42px);
    }
    .accommodation-options__items{
        row-gap: 20px;
    }
    .accommodation-options__item{
        width: 100%;
    }
    .accommodation-options__photo{
        height: auto;
    }
    .info-block{
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 30px;

    }
    .section-services{
        padding: 50px 0 40px 0;
    }
    .section-content-text-with-image, .section-content-text-with-image-2{
        padding: 30px 0;
    }
    .section-content-text-with-multiple-images-2 .class-content-text .info-block:nth-child(even),
    .section-chess-content .class-content-text .info-block:nth-child(even),
    .section-chess-content-2 .class-content-text .info-block:nth-child(even){
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
        text-align: center;
    }
    .section-content-text-with-image{
        padding: 60px 0;
    }
    .services{
        justify-content: space-around;
    }
    .section-aqua-zone__cards{
        flex-direction: column;
        align-items: center;
    }
    .section-aqua-zone__cards-card{
        width: 100%;
    }
    .section-aqua-zone__cards-card-img{
        max-width: 700px;
        width: unset;
    }
    .services__service{
        width: 47%;
    }
   .services__service-img{
        width: 340px;
    }
}
@media only screen and (max-width: 575px) {
    .services__service-img{
        width: 100%;
    }
    .services__service{
        width: 100%;
    }
    .short-content__buttons{
        row-gap: 30px;
        flex-direction: column;
    }
    .offers{
        flex-direction: column;
        /*align-items: center;*/
        align-items: flex-start;
    }
    .accommodation-options__items{
        row-gap: 20px;
    }
    .accommodation-options__item{
        width: 100%;
    }
    .accommodation-options__photo{
        height: auto;
    }
    .info-block{
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 30px;

    }
    .section-chess-content .class-content-text .info-block:nth-child(even),
    .section-chess-content-2 .class-content-text .info-block:nth-child(even),
    .section-content-text-with-multiple-images-2 .class-content-text .info-block:nth-child(even),
    .section-content-text-with-image .class-content-text .info-block:nth-child(even),
    .section-content-text-with-image-2 .class-content-text .info-block:nth-child(even){
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
        text-align: center;
    }
    .section-content-text-with-image{
        padding: 60px 0;
    }
    .services{
        justify-content: unset;
        flex-direction: column;
        align-items: center;
    }
    .offers__offer-name{
        /*max-width: 200px;*/
        max-width: 100%;
        width: calc(100% - 42px);
    }
}


.mb-30 {
    margin-bottom: 30px;
}