.bonus-table .subtitle {
    font-size: 18px;
}

.bonus-table .lnk-hotel-bonuses {
    font-size: 16px;
    color: inherit;
    text-decoration: underline;
    margin-left: 20px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .bonus-table .lnk-hotel-bonuses {
        font-size: 14px;
    }
}

.hotel-wrap .hotel-notice {
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 35px;
    vertical-align: top;
}

.hotel-wrap .hotel-title-wrap {
    position: relative;
}

.hotel-wrap .hotel-title-wrap .icons {
    margin-left: 35px;
}

.hotel-wrap .hotel-title-wrap .icons > div + div {
    margin-left: 30px;
}

.hotel-wrap .hotel-title-wrap .icons .bonus {
    background: url(/images/bonus_plus_large.png) center no-repeat;
    width: 80px;
    height: 72px;
    float: left;
}

.hotel-wrap .hotel-title-wrap .icons .info-tour {
    background: url(/images/info_tour_big) center no-repeat;
    width: 160px;
    height: 72px;
    float: left;
}

.hotel-wrap .hotel-title-wrap .icons .hello-hotel {
    background: url(/images/HelloHotel_big.png) center no-repeat;
    background-size: contain;
    width: 160px;
    height: 72px;
    float: left;
}

.hotel-wrap .hotel-title-wrap .icons .free-info-tour {
    background: url(/images/free_info_tour_big.png) center no-repeat;
    width: 160px;
    height: 72px;
    float: left;
}

.hotel-wrap .hotel-title-wrap .icons .bonus-forum {
    background: url(/images/bonus_forum_big.png) center no-repeat;
    width: 160px;
    height: 72px;
    float: left;
}

.hotel-wrap .hotel-tbl-block {
    position: relative;
    overflow: hidden;
}

.hotel-wrap .hotel-tbl-block:after {
    content: '';
    width: 15px;
    height: 100%;
    z-index: 3;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE

        /* pointer-events: none; */
}

.hotel-wrap .year-choose-select {
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 8px;
    width: 130px !important;
    height: 35px !important;
    background: url(/images/select_triangle.png) #f3f3f3 96% center no-repeat !important;
}

.hotel-wrap .blue-bg {
    padding: 5px 15px;
}

.hotel-wrap .hotel-left-tbl-cont {
    width: 10%;
    float: left;
    margin-right: 2%;
    border: 1px solid #c5c5c5;
    background: #f3f3f3;
}

.hotel-wrap .hotel-left-tbl-cont .hotel-left-tbl-row {
    padding: 6px 0 5px 6px;
    border-bottom: 1px solid #8b8b8b;
    color: #016da6;
    font-weight: 600;
    font-size: 18px;
}

.hotel-wrap .hotel-left-tbl-cont .hotel-left-tbl-row:last-of-type {
    border: none;
}

.hotel-wrap .hotel-left-tbl-cont .hotel-left-tbl-row.head-hotel {
    font-weight: 500;
    font-size: 13px;
    color: #8b8b8b;
    height: 82px;
    overflow: hidden;
    text-transform: uppercase;
}

.hotel-wrap .hotel-middle-tbl-cont {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.hotel-wrap .hotel-right-tbl-cont {
    display: inline-block;
    width: 20%;
    margin: 0 1%;
}

.hotel-wrap .hotel-right-tbl-cont .hotel-right-tbl-head {
    height: 35px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 9px;
    border: 1px solid #c5c5c5;
    text-align: center;
    font-size: 15px;
    color: #0b0b0b;
}

.hotel-wrap .hello-hotel .hotel-right-tbl-cont {
    margin: 0;
}

.hotel-wrap .hotel-right-tbl {
    border: 1px solid #c5c5c5;
    font-weight: 600;
    color: #0b0b0b;
}

.hotel-wrap .hotel-right-tbl .hotel-right-tbl-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
}

.hotel-wrap .hotel-right-tbl .hotel-right-tbl-row:last-of-type {
    border: none;
}

.hotel-wrap .hotel-right-tbl .hotel-right-tbl-row .hotel-right-tbl-cell {
    display: table-cell;
    padding: 7px 0;
    text-align: center;
    width: 50%;
    vertical-align: middle;
    border-right: 1px solid #c5c5c5;
}

.hotel-wrap .hotel-right-tbl .hotel-right-tbl-row .hotel-right-tbl-cell:last-of-type {
    border: none;
}

.hotel-wrap.supervisor .hotel-right-tbl .hotel-right-tbl-row .hotel-right-tbl-cell {
    width: 20%;
}

.hotel-wrap.country_manager .hotel-right-tbl .hotel-right-tbl-row .hotel-right-tbl-cell {
    width: 33%;
}

.hotel-wrap .cost-table .hotel-left-tbl-cont .hotel-left-tbl-row {
    height: 40px;
}

.hotel-wrap .cost-table .hotel-left-tbl-cont .hotel-left-tbl-row.head-hotel {
    height: 37px;
    line-height: 25px;
}

.hotel-wrap .cost-table .hotel-right-tbl {
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.hotel-start-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hotel-start-wrap > div {
    margin-bottom: 15px;
}

.hotel-start-wrap .hotel-name {
    margin-right: 10px;
}

.hotel-start-wrap .hotel-views {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 15px;
    color: #999;
}

.hotel-start-wrap .hotel-stars {
    margin-right: 10px;
}

.hotel-start-wrap .hotel-actions {
    margin-left: 30px;
    margin-bottom: 15px;
}

.hotel-start-wrap .hotel-views:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url('/images/icon_view.png') center no-repeat;
    margin-right: 10px;
}

.hotel-start-wrap .hotel-types {
    display: flex;
    align-items: center;
}

.hotel-start-wrap .hotel-type {
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #cf5919;
    height: 22px;
    border-radius: 3px;
    font-size: 13px;
    padding: 0 10px;
}

.hotel-wrap .hotel-additional-info {
    font-size: 16px;
    margin-bottom: 10px;
}

.hotel-title-inner {
    display: flex;
}

.hotel-title-inner .col-left {
    margin-right: 35px;
}

.hotel-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.hotel-icons img {
    margin-right: 20px;
}

.hotel-icons .online-hotel-link {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.hotel-icons .online-hotel-link:before {
    content: '';
    display: block;
    background: url(/images/menu/booking_icon.svg) center no-repeat;
    width: 42px;
    height: 42px;
    min-width: 35px;
    margin-right: 5px;
}

.hotel-icons .online-hotel-link:hover {
    color: #ff9b0b;
}

.hello-hotel.bonus-table .subtitle-second {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    height: auto;
}

.hello-hotel.bonus-table .subtitle-second:before {
    display: block;
    margin-right: 10px;
    content: '';
    width: 31px;
    height: 27px;
    background: url(/images/bonus/hello.png) no-repeat;
    min-width: 31px;
}

.hotel-wrap .hotel-title.bonus .hotel-title-inner:after {
    right: 0;
    bottom: -32px;
    background: url(/images/bonus_plus_large.png) center no-repeat;
}

.hotel-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
}

.hotel-video-item {
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.hotel-video .vjs-poster {
    background-size: cover;
}

.hotel-video-title {
    padding: 20px 10px;
    font-weight: 600;
}

.hotel-reviews h2 {
    margin-bottom: 20px;
}

.hotel-add-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-wrap form button,
.hotel-add-review-header button {
    width: 175px;
    max-width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-wrap form button {
    margin: 0 auto;
}

.hotel-add-review-form button {
    margin: 30px auto;
}

.hotel-add-review-form .columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.hotel-add-review-form .rating-md {
    font-size: 18px;
}

.hotel-review-stars {
    display: flex;
    align-items: center;
}

.hotel-review-stars label {
    font-weight: normal;
    margin-right: 20px;
}

.hotel-wrap form textarea,
.hotel-wrap form input,
.hotel-wrap form select {
    border-radius: 0;
    color: black;
}

.hotel-wrap form input,
.hotel-wrap form select {
    height: 45px;
}

.hotel-add-review-form textarea {
    height: 110px;
}

.hotel-review-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hotel-add-review {
    margin-bottom: 50px;
}

.hotel-wrap .hotel-reviews .stars {
    margin-bottom: 0;
    margin-left: 20px;
}

.hotel-wrap .hotel-reviews h2 .stars {
    height: 22px;
}

.hotel-wrap .hotel-reviews .hotel-review-item-stars .stars {
    height: 16px;
}

.hotel-reviews h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hotel-review-item {
    margin-bottom: 30px;
}

.hotel-review-item:not(:last-child) {
    border-bottom: 1px solid #555;
    padding-bottom: 30px;
}

.hotel-review-item-date {
    margin-left: auto;
}

.hotel-review-item-header > *:not(:last-child) {
    margin-right: 20px;
}

.hotel-review-item-title {
    font-weight: 600;
}

.hotel-review-item-body {
    margin-bottom: 20px;
}

.hotel-review-item .btn-toggle-hotel-reply {
    border: none;
    outline: none;
    background: transparent;
    text-decoration: underline;
    padding: 0;
}

.hotel-reply-review-form .columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.hotel-review-reply-item .hotel-review-item-body {
    padding-left: 60px;
}

.hotel-review-status-filter {
    margin-bottom: 30px;
}

.hotel-review-status-filter select {
    margin-left: 25px;
}

.hotel-review-select {
    width: 265px;
    height: 40px;
    border: 1px solid #c5c5c5;
    padding: 0 15px;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
}

.hotel-review-item-living {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hotel-review-status {
    margin-right: 15px;
    font-size: 14px;
}

.hotel-reviews {
    color: black;
}

.hotel-review-list [data-status="2"] {
    color: #767676;
}

.hotel-review-list [data-status="0"] .hotel-review-status {
    color: red;
}

.hotel-reviews-empty-list {
    font-style: italic;
}

.hotel-add-review-form {
    margin-top: 20px;
}

.hotel-review-status-explanation {
    margin-bottom: 20px;
    font-style: italic;
}

.hotel-wrap .avg-rating {
    margin-left: 10px;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

.hotel-info-available {
    margin-bottom: 20px;
}

.hotel-info-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    color: white;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
}

.hotel-info-badges > * {
    padding: 5px 10px;
    border-radius: 5px;
}

.hotel-info-badges .searchable {
    background: #1ccc78;
}

.hotel-info-badges .admin-panel {
    background: #3c763d;
}

.hotel-info-badges .bonus-nights {
    background: #cf5919;
}

.hotel-info-badges .credit-nights {
    background: #016da6;
}

.hotel-map-block iframe {
    width: 100% !important;
    height: 450px !important;
}

@media (min-width: 1200px) {
    .hotel-wrap.regional_manager .hotel-right-tbl-cont,
    .hotel-wrap.hotel_manager .hotel-right-tbl-cont,
    .hotel-wrap.agency .hotel-right-tbl-cont {
        width: 12%;
    }
}

@media (max-width: 1199px) {
    .wrapper-main .hotel-wrap .hotel-title-wrap .icons > div {
        float: right;
    }
    .wrapper-main .hotel-wrap .hotel-title-wrap .icons > .bonus {
        float: left;
    }
    .hotel-map-block iframe {
        width: 100%;
    }
    .hotel-wrap .hotel-title-wrap .icons {
        display: block;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hotel-wrap .content-block {
        padding-bottom: 105px;
        position: relative;
        margin-bottom: 24px;
    }
    .hotel-wrap .content-block .slick-slider {
        height: 424px;
    }
    .hotel-wrap .content-block .left-cont-block {
        margin-bottom: 20px;
    }
    .hotel-wrap .content-block .full-at-devices {
        width: 100%;
    }
    .hotel-wrap .content-block .right-cont-block .slick-preview-block {
        text-align: center;
        height: 428px;
    }
    .hotel-wrap .content-block .right-cont-block .slick-preview-block .slick-preview-item {
        display: inline-block;
        text-align: center;
        float: none;
        margin-left: 8px;
    }
    .hotel-wrap .content-block .right-cont-block .vote-hotel-info {
        position: absolute;
        left: 0;
        right: 0;
    }
    .hotel-wrap .content-block .right-cont-block .vote-hotel-info .vote-area {
        float: none;
    }
    .hotel-wrap .content-block .right-cont-block .vote-hotel-info .vote-area > * {
        display: inline-block;
        float: none;
        margin-bottom: 8px;
        vertical-align: middle;
    }
    .hotel-wrap .content-block .right-cont-block .vote-hotel-info .vote-area.voting .lnk-hotel-vote {
        display: none;
    }
    .hotel-action-buttons {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .hotel-action-buttons a {
        width: 200px;
        margin: 0 5px;
    }
    .hotel-wrap .content-block .right-cont-block .site-btn.blue {
        left: 0;
    }
    .hotel-wrap .hotel-left-tbl-cont {
        width: 16%;
    }
    .hotel-wrap.supervisor .hotel-right-tbl-cont {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .hotel-info-badges {
        flex-direction: column;
    }
    .hotel-title-inner {
        flex-direction: column;
    }
    .hotel-wrap .hotel-title.bonus .hotel-title-inner:after {
        width: 41px;
        height: 32px;
        right: 0;
        bottom: -18px;
        background: url(/images/bonus_plus_small.png) center no-repeat;
    }
    .hotel-wrap .content-block {
        margin-bottom: 10px;
    }
    .hotel-wrap .left-cont-block,
    .hotel-wrap .right-cont-block {
        width: 100%;
    }
    .hotel-wrap .left-cont-block {
        margin-bottom: 15px;
    }
    .hotel-wrap .left-cont-block.slick-slider {
        height: 196px;
    }
    .hotel-wrap .left-cont-block.slick-slider li.slick-slide {
        height: 196px;
    }
    .hotel-wrap .right-cont-block .slick-preview-block {
        height: 270px;
        max-width: 325px;
        margin: 0 auto 10px auto;
    }
    .hotel-wrap .right-cont-block .slick-preview-block .slick-preview-item {
        width: 48%;
        height: 84px;
        position: relative;
        line-height: 84px;
        margin-bottom: 6px;
        overflow: hidden;
    }
    .hotel-wrap .right-cont-block .slick-preview-block .slick-preview-item img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        max-width: none;
        max-height: none;
    }
    .hotel-wrap .right-cont-block .slick-preview-block .slick-preview-item:nth-of-type(2n) {
        margin-left: 2%;
    }
    .hotel-wrap .right-cont-block .hotel-map-block {
        height: 320px;
    }
    .hotel-wrap .right-cont-block .vote-hotel-info {
        margin-bottom: 10px;
    }
    .hotel-wrap .right-cont-block .vote-hotel-info .vote-area {
        float: none;
    }
    .hotel-wrap .right-cont-block .vote-hotel-info .vote-area > * {
        display: inline-block;
        float: none;
        margin-bottom: 8px;
        vertical-align: middle;
    }
    .hotel-wrap .right-cont-block .vote-hotel-info .vote-area.voting .lnk-hotel-vote {
        display: none;
    }
    .hotel-wrap .hotel-right-tbl-cont {
        width: 40%;
    }
    .hotel-wrap .hotel-right-tbl-cont .hotel-right-tbl-head {
        font-size: 10px;
    }
    .hotel-wrap .hotel-right-tbl .hotel-right-tbl-row .hotel-right-tbl-cell {
        font-size: 12px;
    }
    .hotel-wrap .hotel-left-tbl-cont {
        width: 16%;
        text-align: center;
    }
    .hotel-wrap .hotel-left-tbl-cont .hotel-left-tbl-row {
        height: 36px;
    }
    .hotel-wrap .hotel-left-tbl-cont .hotel-left-tbl-row.head-hotel {
        height: 75px;
        font-size: 9px;
        line-height: 9px;
        text-align: center;
        overflow: hidden;
        text-transform: capitalize;
        padding-left: 2px;
    }
    .hotel-wrap .hotel-left-tbl-cont .hotel-left-tbl-row .hotel-right-tbl-cell {
        font-size: 11px;
    }
    .hotel-wrap .hotel-left-tbl-cont .hotel-left-tbl-row {
        font-size: 10px;
        height: 32px;
        line-height: 32px;
        padding: 4px 2px;
    }
    .hotel-wrap.supervisor .hotel-right-tbl-cont {
        width: 83%;
    }
    .hotel-video {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .hotel-video video {
        height: 100% !important;
    }
    .hotel-add-review-form .columns {
        grid-template-columns: 1fr;
    }
    .hotel-reply-review-form .columns {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .hotel-review-item-living {
        flex-direction: column;
    }
    .hotel-review-item-living > div:first-child {
        margin-bottom: 10px;
    }
    .hotel-review-reply-area {
        text-align: center;
    }
    .hotel-review-status-filter select {
        margin-left: 0;
    }
    .hotel-add-review-header {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .hotel-add-review-header span {
        margin-bottom: 10px;
    }
    .hotel-video-poster .video-js {
        height: 235px;
    }
    .hotel-wrap .nav-tabs > li > a,
    .hotel-wrap .nav-tabs > li > a:hover,
    .hotel-wrap .nav-tabs > li > a:focus {
        padding: 0 10px 5px 10px
    }
}