.item {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.17); 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hotel_h.new {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  padding: 10px 30px;
  text-shadow: 0 0 5px #FFF, 0 0 20px black, 0 0 30px black, 0 0 4px black;
}
@media (min-width: 992px) {
  #sidebar {margin-top:0px !important;}
}
#carousel_img_small img {
    width: 100%;
    height: auto;
    display: block;
}
.hotel_adress_text {
    display:flex;
}
.area_hotel_descriptions {
    border: 0 !important;
    padding: 0px 20px 0px 20px !important;
}
.slick-slide {
    margin-right: 7px;
    margin-left: 7px;
}
.slick-prev:before, .slick-next:before {
    color: #828282 !important;
}

element.style {
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-list {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.slick-prev {
    left: -15px !important;
}
.slick-next {
    right: -15px !important;
}
.hotel_adress {
    font-size:16px;
    color:black;
    margin-left: 10px;
}
.hotel_adress_block {
    display:flex;
}
.hotel_adress_map,
.hotel_adress_map a {
    color:#69B26C;
    font-size:16px;
    font-weight:600;
    margin-left:15px;
}
.exclusive_benefits_item {
    width: 30%;
    margin-right: 12px;
    /*padding: 10px;*/
}
.exclusive_benefits_items {
    display:flex;
    justify-content: space-between;
}
.exclusive_benefits_title {
    color:#085C8B;
    font-size:25px;
    font-weight:500;
    text-transform:uppercase;
    text-align: center;
}
.exclusive_benefits_item_title {
    color:#085C8B;
    font-size:20px;
    font-weight:500;
    margin-left:10px;
}
.exclusive_benefits_item_1 {
    display:flex;
    align-items: center;
}
.exclusive_benefits_item_descr {
    color:black;
    font-size:14px;
    font-weight:400;
    padding-right:30px;
}
.hotel_general {
    display:flex;
    flex-wrap: wrap;
    /*margin-left: -12px;
    margin-right: -12px;*/
    justify-content: space-between;
}
.hotel_general_item {
    width:30%;
    display:flex;
    align-items: center;
    border:1px solid black;
    margin-right:0px;
    /*margin-left:12px;*/
    padding:10px;
}
.hotel_general_item_text {
    font-size:16px;
    color:black;
    margin-left:20px;
}
.hotel_general_item_icon {
    display:flex;
}
.hotel_description {
    font-size:14px;
    color:black;
}
.suggestion_section h2 {
    color:black !important;
    font-size:25px !important;
    font-weight:500;
    text-transform:uppercase;
    text-align: center;
}
.suggestion-pack-hotel {
    border:1px solid black !important;
}
.panel-heading.taylor-heading.type_other {
    background-color:#F4F4F5 !important;
}
.suggestion-tailor-title,
.suggestion-pack-hotel-title-value,
.hp-tailor-date,
.suggestion_text {
    color:black !important;
}
.same_type.same_type_black {
    border-top: 1px solid black !important;
}
.hotel_facilities_items,
.hotel_facilities_items2 {
    display:flex;
    justify-content: space-between;
}
.hotel_facilities_title {
    color:black;
    font-size:25px;
    font-weight:500;
    text-transform:uppercase;
    text-align: center;
}
.hotel_facilities_item_block {
    display:flex;
}
.hotel_facilities_item_title {
    color:black;
    font-size:20px;
    font-weight:500;
    margin-left:5px;
}
.hotel_facilities_item,
.hotel_facilities_item2 {
    width:33.3%;
    padding-left:20px;
    padding-right:20px;
}
.hotel_facilities_item_text,
.hotel_facilities_item_text2 {
    color:black;
    font-size:14px;
}
.hotel_facilities_item_text ul {
    padding-left:25px;
}
.suggestion-arrow-up::before {
    display:none;
}
.hotel_facilities_item_title2 {
    color:black;
    font-size:14px;
    font-weight:500;
}
.hotel_facilities_item2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hotel_facilities_check {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.hotel_facilities_check_item {
    display:flex;
    align-items: flex-start;
    flex-direction: column;
}
#book_this_hotel_content {
    border:none !important;
    padding: 30px 40px !important;
    background-color:#F4F4F5 !important;
}
.book_this_hotel_title {
    font-size:16px;
    color:black !important;
    font-weight:500 !important;
}
.hotel_booking input,
.hotel_booking select, 
.hotel_booking .sel_room {
    color:black;
}
.hotel_booking .bt-show-all-rooms {
    background-color:#085C8B;
    border:none;
    border-radius:0px;
    font-size:16px;
    font-weight:600;
}
.hotel_booking .bt-show-all-rooms:hover,
.hotel_booking .bt-show-all-rooms:focus,
.hotel_booking .bt-show-all-rooms:active,
.hotel_booking .bt-show-all-rooms:active:focus {
    background-color:#69B26C;
    border:none;
    border-radius:0px;
    font-size:16px;
    font-weight:600;
    outline: none;
    outline-offset: 0px;
}
.gc-near-by-ht, 
.ht-near-by-ht,
.hotel_reviews {
    border:none !important;
    padding: 30px 40px !important;
    background-color:#F4F4F5 !important;
}
.gc-near-by-ht-title, 
.ht-near-by-ht-title,
.hotel_reviews_title {
    color:black;
    font-weight:500;
    text-transform: uppercase;
    font-size: 25px;
}
.gc-near-by-ht p,
.gc-near-by-ht span,
.ht-near-by-ht p,
.ht-near-by-ht span {
    color:black;
}
.gc-near-by-ht h2,
.ht-near-by-ht h2 {
    margin-bottom:15px;
}
.social_area {
    display:none;
}
.gc-near-by-ht-more, 
.ht-near-by-ht-more {
    background-color:#085C8B !important;
    border-top:none !important;
}
#carousel_reviews {
    margin-top:20px;
}
.review_item span,
.review_item p {
    color:black;
}
.hotel_reviews .slick-slide {
    height: 150px;
    overflow: overlay;
    padding-right: 10px;
}
.hotel_reviews_read_more {
    text-align: center;
}
.gc-near-by-ht-more:hover,
.ht-near-by-ht-more:hover {
    color:#69B26C !important;
}
.popup_reviews.btn-primary {
    max-width: 210px;
    display: block;
    margin: 0 auto;
    padding: 13px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    background-color:#085C8B;
    color:white;
    border:none;
    text-transform:uppercase;
    margin-top: 20px;
}
.popup_reviews.btn-primary:hover, 
.popup_reviews.btn-primary:active, 
.popup_reviews.btn-primary:focus, 
.popup_reviews.btn-primary.active.focus, 
.popup_reviews.btn-primary.active:focus, 
.popup_reviews.btn-primary.active:hover, 
.popup_reviews.btn-primary:active.focus, 
.popup_reviews.btn-primary:active:focus, 
.popup_reviews.btn-primary:active:hover {
    background-color:#69B26C;
    border:none;
    border-radius:0px;
    outline: none;
    outline-offset: 0px;
}
.popup_overlay_reviews {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.77);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup_reviews {
  background: white;
  padding: 50px;
  border-radius: 10px;
  width: 70%;
  height: auto;
  position: relative;
  text-align: center;
  border-radius:0;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.popup_reviews_title {
    color: black;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.popup_reviews p,
.popup_reviews span {
    color:black;
}
#map_w_panel {
    width: 100%;
    height: 300px !important;
    border: none !important;
}
.area_hotel_desc_sidebar {
    display:none;
}
footer {
    margin-top:150px;
}
.hotel_title_blocks {
    display: flex;
    justify-content: space-between;
}
.hotel_title_block2 {
    display:flex;
}
.hotel_title_text {
    color:black;
    font-size:25px;
    font-weight:500;
    text-transform:uppercase;
    text-align: start;
}
.pack-tailor-arrow::before {
    color:black;
}
@media (max-width:1064px) {
    .hotel_title_text {
    font-size: 20px;
    }
    .exclusive_benefits_item_img svg,
    .hotel_general_item_icon svg {
        width:35px;
    }
}
@media (min-width:768px) {
    .mobile_version,
    .hotel_adress_block_m,
    .hotel_title_section_m,
    #separator-imgs_m,
    .hotel_adv_mob,
    .hotel_description_mobile,
    .check_avail_mob {
        display:none;
    }
    .exclusive_benefits_item {
    width: 30%;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-align: center;
    }
    .exclusive_benefits_item_descr {
        padding-right:0px;
    }
}
@media (max-width:767px) {
    #carousel_top,
    #carousel_top img {
        height:300px !important;
    }
    .hotel_h.new {
        font-size: 30px;
        padding: 0px 10px;
        background-color: #0000004a;
        padding: 10px 0px;
    }
    .overlay {
        background:none;
    }
    #book_this_hotel_content {
        padding: 20px 10px !important;
        margin-top:20px;
    }
    #book_this_hotel_content > div:not(:last-child) {
        width: 43%;
        margin-right: 10px;
        margin-left: 10px;
    }
    .suggestion-ht-pack-title {
        color: black !important;
        font-size: 20px !important;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 !important;
        margin-bottom: 25px !important;
        margin-top: 10px;
    }
    .suggestion-pack-hotel-title-value {
        font-size:20px !important;
    }
    .gc-near-by-ht, .ht-near-by-ht, .hotel_reviews {
    padding: 20px 20px !important;
    }
    .hotel_title_text {
        font-size: 17px;
        line-height: 1.2em;
    }
    .icon_video_ht {
        width: 25px !important;
    }
    .hotel_price_from {
    margin-top: 0px !important;
    margin-right: 0px !important;
    }
    .hotel_title_block1 .stars {
        margin-left:0px;
    }
    .hotel_adress_map, .hotel_adress_map a {
    font-size: 13px;
    line-height: 1em;
    text-align: end;
    }
    .hotel_adress {
        font-size: 14px;
    }
    .exclusive_benefits_title,
    .hotel_facilities_title {
        font-size: 20px;
    }
    .exclusive_benefits_items {
        flex-direction: column;
    }
    .exclusive_benefits_item {
        width:100%;
        margin-right:0px;
    }
    .exclusive_benefits_item:nth-child(2),
    .exclusive_benefits_item:nth-child(3) {
        margin-top:10px;
        width: 50%;
    }
    .exclusive_benefits_item_descr {
        padding-right:10px;
    }
    .exclusive_benefits_item_img {
        height:45px;
    }
    .exclusive_benefits_item_title {
        font-size:16px;
    }
    .exclusive_benefits_item_img svg, 
    .hotel_general_item_icon svg {
        width:25px;
    }
    .hotel_general_item {
        width:48%;
    }
    .hotel_general_item_text {
    font-size: 14px;
    margin-left: 7px;
    }
    .hotel_general_item {
    padding: 0px 10px;
    }
    .hotel_general_item.mt25 {
        margin-top:15px !important;
    }
    .hotel_facilities_item_text, .hotel_facilities_item_text2 {
    font-size: 12px;
    }
    .hotel_facilities_item, .hotel_facilities_item2 {
    padding-left: 0px;
    padding-right: 0px;
    }
    h2.hotel_facilities_title {
        margin-bottom:20px;
    }
    .hotel_facilities_items.mt20 {
        margin-top:0px;
    }
    .hotel_facilities_item2:nth-child(1),
    .hotel_facilities_item2:nth-child(2) {
        width:50%;
    }
    .hotel_facilities_item2:nth-child(3) {
        width:100%;
    }
    .hotel_facilities_items2 {
    flex-wrap: wrap;
    }
    .hotel_facilities_check {
    justify-content: flex-start;
    margin-top: 30px;
    }
    .hotel_facilities_check_item:nth-child(2) {
        margin-left: 31%;
    }
    footer {
    margin-top: 50px;
    }
    .hotel_facilities_item_title {
        font-size:16px;
    }
    .area_hotel_descriptions .exclusive_benefits,
    .area_hotel_descriptions .hotel_general,
    .area_hotel_descriptions {
        display:none;
    } 
    .popup_reviews {
    padding: 10px;
    width: 70%;
    height: 70%;
    overflow: scroll;
    }
   .hotel_general {
    margin:0px;
    padding-bottom:30px;
   }
   .hotel_general_item:nth-child(2),
   .hotel_general_item:nth-child(4),
   .hotel_general_item:nth-child(6) {
    margin-right:0px !important;
   }
   .exclusive_benefits_items {
    flex-direction: row !important;
    flex-wrap: wrap;
    margin-top:10px;
    }
    .slick-slide img {
        height: auto;
        object-fit: contain;
        width: 100%;
    }
    #separator-imgs_m {
        padding: 10px 20px 20px 20px !important;
    }
    .hotel_adress_map,
    .area_hotel_descriptions_mobile,
    .exclusive_benefits_items {
        margin-bottom:20px;
    }
    .hotel_adv_mob {
        width:100%;
        display:flex;
    }
    .hotel_description_mobile {
        text-align: left;
        margin-bottom: 20px;
    }
    .hotel_booking {
        display: none;
    }
    .check_avail_button_mob {
        background-color: var(--main_color_hover);
        border-color: var(--main_color_hover);
        border-radius: 25px;
        color:white;
        border: none;
        text-align: center;
        padding: 10px 20px;
        width: 100%;
    }
    .check_avail_mob {
        text-align:center;
    }
    .hotel_adress_block_m {
        display: flex;
        justify-content: space-between;
    }
    .hotel_adress_block_m .hotel_adress_text {
        display: flex;
        width: 75%;
    }
    .hotel_adress_block_m .hotel_adress_map {
        width: 25%;
        text-wrap: wrap;
    }
    .check_avail_mob {
        margin-top:20px;
    }
}
.hotel_reviews_read_more {
    display:none;
}
.panel-collapse.collapse {
    background-color: #F4F4F5;
}
.panel-default {
    border-color: #ddd;   
}
[id^="collapse"] p:not(.sel_rd_hp_txt) {
  color:black;
}
.panel-collapse.collapse .form_hotel_stars {
    display:none;
}
.dop_shadow_for_collapse {
    border: 1px solid #085C8B;
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.3);
    overflow: visible;
    position: relative;
    z-index: 1;
}
#map_w_panel {
  scroll-margin-top: 80px; 
}
    