body {
  font-family: "Open Sans",sans-serif;
}
#main-menu ul.menu > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2d3e52;
}
.chaser ul.menu > li > a {
  color: #2d3e52;
  font-family: "Open Sans", sans-serif;

}
#main-menu ul.menu > li, .chaser ul.menu > li {
  padding-left: 15px;
  padding-right: 15px;
}
#main-menu ul.menu > li.active > a, .chaser ul.menu > li.active > a {
  font-weight: 400;
}

#header .topnav {
  height: 20px;
}
#header .main-header {
  background: #fff;
}
#header .mobile-menu-toggle {
  background:   url('../img/icons/menu.png') no-repeat center center #01b7f2;
  float: right;
  border-left: 2px solid #284E88;
  position: relative;
}
#header .search_btn {
  background:   url('../img/icons/search.png') no-repeat center center #01b7f2;
  padding: 0;
margin: 0;
height: 45px;
width: 66px;
padding: 22px;
float: right;
border-left: 2px solid #284E88;
text-indent: -9999px;
display:none;
}
#header .mobile-menu-toggle {
  height: 45px;
}
.sticky_search {
  position: fixed;
  top: -100px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*display: none;*/
  opacity: 0;
}
.sticky_search.fixed {
  opacity: 1;
  top: 48px;
  z-index: 99;
}
/*hotel item box*/
.hotel_item figure {
  height: 160px;
}
.hotel_item .feedback {
  font-size: 12px;
  text-transform: none;
font-size: 12px;
}
.hotel_item figure .mobile_img {
  display: none;
}
/*************
  most hotels
**************/
.most_hotel .action .button:last-child {
  float: none;
}

.most_hotel .box figure .mobile_img {
  display: none;
}
.most_hotel .image-box .box .details {
  min-height: 180px;
}
.most_hotel .image-box .box .details a {
  display: block;
  min-height: 42px;
}
.image-box .box .action a {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.image-box .box .box-title {
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #2d3e52;
  font-size: 16px;
}

.image-box.flight .box .box-title {
  -webkit-line-clamp: 1;
}
.most_hotel .feedback {
  margin-top: 0;
  border: 0;
  display: inline-block;
}
.image-box.style5 figure {
  cursor: default;
}
/*new styles*/
.badge-rating {
  float: right;
  background: #a7a7a7;
  color: #fff;
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  font-size: 18px;
  padding: 5px 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  /*margin-right: 15px;*/
}
.most_hotel .destination_location {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #2d3e52;
}
.intro {
  padding: 15px 0 5px 0;
}
.intro p {
  display: inline-block;
  max-width: 124px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #838383;
  line-height: normal;
}
p.price {
  font-size: 36px;
  color: #01b7f2;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  float: none;
  text-align: inherit;
}
p.price:after {
  content: 'лв';
  display: inline-block;
  text-transform: lowercase;
  font-size: 20px;
}
.intro .price {
  float: right;
  text-align: right;
}
.box figure {
  position: relative;
}
.box .badge-top,
.badge-top {
  position: absolute;
  left: -12px;
  top: 15px;
  width: 95%;
  background: #01b7f2;
  opacity: 0.85;
  padding: 0 10px 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  min-height: 43px;
}
.box .badge-top:before,
.badge-top:before  {
content: '';
  width: 0;
	height: 0;
	border-top: 12px solid #a7a7a7;
	border-left: 12px solid transparent;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.box .badge-top p,
.badge-top p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  max-width: 225px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.box .badge-top span,
.badge-top span {
  font-size: 10px;
  color: #fff;
  display: block;
  max-width: 225px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.hot-btns,
.result_filters {
  display: none;
}
.result_filters {
  background: #2d3e52;
  padding: 10px 25px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}
.result_filters > div {
  background: #fff;
}
.result_filters > div h3 {
  font-size: 14px;
  margin: 0;
  color: #2d3e52;
  height: 34px;
  padding:8px 3px 0 10px;
}
.result_filters > div p {
  background: #f5f5f5;
  border-top: 1px solid #e4e6e7;
  margin: 0;
  font-size: 12px;
  color: #838383;
  padding: 3px 3px 3px 10px;
}
.result_filters > p {
  color: #fff;
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.sort_mobile {
  display: none;
}
.hot_buttons {
  text-align: center;
  padding: 20px 0;
}
.hot_buttons a.unlock {
  color: #01b7f2;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.hot_buttons a.find {
  display: none;
  font-size: 12px;
  color: #838383;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  width: 270px;
  margin: 0 auto;
  background: #fff;
  height: 33px;
  line-height: 33px;
  position: relative;
}
.hot_buttons a.find:after {
  content: '';
  background: url("../img/icons/arrow_right.png") center center no-repeat;
  background-size: 100%;
  height: 33px;
  width: 10px;
  /*display: inline-block;*/
  /*vertical-align: middle*/
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hot_buttons a.find:before {
  content: '';
  background: url("../img/icons/home.png") center center no-repeat;
  background-size: 100%;
  height: 33px;
  width: 15px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hot_buttons a.unlock:after {
  content: '';
  background: url("../img/expand-button.png") center center no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.hot-btns li {
  float: left;
  padding: 0 2px;
  width: 33.3333%
}
.hot-btns li a {
  background: #a7a7a7;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  display: block;
  font-weight: 600;

}
.dark-grey-area {
  background: #ebebeb;
}
.image-box .box .box-title span {
  display: block;
  font-size: 10px;
  color: #838383;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.image-box .box .box-title a {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e52;
}
.image-box.style5 .details .detail {
  border-top: 3px solid #f5f5f5;
}
.image-box.style5 .details .detail .box-title {
  line-height: normal;
  padding: 0;
}
.detail .price {
  font-size: 16px;
  padding-left: 5px;
  float: right;
  text-transform: lowercase;
}
.detail .price p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #838383;
}
.detail .price span {
  color: #01b7f2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.detail .price span:after {
  content: 'лв';
  display: inline-block;
  padding-left: 3px;
}
.box .badge-bottom {
  background: #2d3e52;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 23px;
  min-height: 60px;
}
.box .badge-bottom p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: normal;
}
.box .badge-bottom span {
  font-size: 12px;
  color: #01b7f2;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.listing-style1.flight figure img {
  height: 100%;
  width: 100%;
}
.listing-style1.flight .box {
  padding: 0;
}
.image-box.flight .box .box-title {
  padding-left: 15px;
}
.image-box.flight .box .feedback {
  padding-left: 15px;
  text-transform: none;
  font-size: 12px;
}

.box .head-box {
  min-height: 80px;
}
.box .restaurant-info{
	min-height: 170px;
}
.restaurant-info div {
  position: relative;
}
/*****************
  search boxes
*********************/

.search-content {
  background: #2d3e52;
  opacity: 1;
  padding: 30px;
}
.search-content > h2 {
  color: #fff;
  font-size: 18px;
  display: none;
}
button.orange-btn,
input[type="button"].button.orange-btn,
a.button.orange-btn {
  background: #ff9100;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 0;
}
button.orange-btn:hover,
input[type="button"].button.orange-btn:hover,
a.button.orange-btn:hover {
  background: #e68300;
}
button.orange-btn {
  height: 43px;
  line-height: 43px;
}
.search-box {
  margin-top: 0;
}

.search-box-wrapper {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
.search_group {
padding: 0 15px;
}
.search_group > span {
  color: #fff;
  font-size: 14px;
  margin-right: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  float: left;
  height: 45px;
}
button.blue-btn, input[type="button"].button.blue-btn, a.button.blue-btn {
  background: #01b7f2;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
button.blue-btn:hover,
input[type="button"].button.blue-btn:hover,
a.button.blue-btn:hover {
  background: #07a5d8;
}
button.btn-bottom {
  height: 43px;
  line-height: 43px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-title-container {
  height: 70px;
  background: #284e88;
}
.page-title-container .container {
  height: 70px;
}
.page-title-container form {
  padding-top: 5px;
}
.page-title-container .form-group {
  min-height: 54px;
  position: relative;
  margin-bottom: 0;
}
.reservation_box {
  background: #284e88;
}
.reservation_box label {
  font-size: 11px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
}
.datepicker-wrap input.input-text {
  font-size: 14px;
  color: #838383;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-left: 35px;
}
.datepicker-wrap .ui-datepicker-trigger,
.datepicker-wrap:after {
  left: 0;
}

/*checkboxes*/

ul.check-square li.active:before {
  color: #2d3e52;
}
.check {
  display: inline-block;
}
.search_group .check {
  margin-right: 30px;
}
input[type="checkbox"] {
    display: none;
}
    input[type="checkbox"] + label {
      color: #fff;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      cursor: pointer;
      vertical-align: middle;
      text-transform: none;
    }
      input[type="checkbox"] + label span {
        width: 15px;
        height: 15px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid ;
        position: relative;
        background: #fff;
        margin-right: 10px;
      }
      input[type="checkbox"] + label p, input[type="checkbox"] + label div {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        line-height: normal;
        font-size: 14px;
      }

      input[type="checkbox"]:checked + label span:after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url('../img/checked.png') center center no-repeat;
        background-size: 100%;
      }

    .filters-option input[type="checkbox"] + label {
      width: 100%;
    }
    .filters-option input[type="checkbox"] + label span {
      border: 1px solid #838383;
      margin-right: 5px;
    }
    .filters-option input[type="checkbox"] + label p, .filters-option input[type="checkbox"] + label div {
      color: #838383;
      font-size: 11px;
    }
    .filters-option input[type="checkbox"] + label small {
      color: #838383;
    }
  .filters-option  .active input[type="checkbox"] + label p, .filters-option  .active input[type="checkbox"] + label div,
.filters-option  .active  input[type="checkbox"] + label small {
      color: #fff;
    }

.filters-container ul.filters-option li {
  padding: 8px 15px;
}
/*********************
 sliders
*********************/

.home_slider li .container {
  position: absolute;
  top: 10%;
  -webkit-transform: translate(0, -10%);
  -moz-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  transform: translate(0, -10%);
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
}
.home_slider li p {
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fbfbfb;
  text-align: center;
  margin: auto;
}

.home_slider li .dark-text {
  color: #2d3e52;
}
.hotel_slider_lg {
  position: relative;
}
.hotel_slider_lg .badge-top {
  top: 120px;
  width: auto;
  padding-right: 20px;
  z-index: 2;
  height: 70px;
  display: table;
}
.hotel_slider_lg .badge-top p {
  font-size: 16px;
}
.hotel_slider_lg .badge-top span {
  font-size: 14px;
}
.hotel_slider_lg .gallery-pager {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

.hotel_slider_lg .gallery-pager a, .hotel_slider_lg .gallery-pager span {
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor:pointer;
}
.hotel_slider_lg .gallery-pager a img {
  width: 100%;
}
.hotel_slider_lg .gallery-pager a.active {
  border: 2px solid rgba(	1, 183, 242,1);

}
/*.photo-gallery .flex-control-nav > li a {
  width: 10px;
  height: 10px;
  border: none;
  background: #d9d9d9;
}
.photo-gallery .flex-control-nav {
  left: 0;
  right: 0;
  bottom: 10px;
  margin:  auto;
  text-align: center;
  height: 10px;
  bottom: 15px;
}
.photo-gallery .flex-control-nav > li a.flex-active {
  background: #fff;
  border: none;
}
.photo-gallery .flex-control-nav > li {
  float: none;
  display: inline-block;
}*/
.box .action .button:hover,
.box.hover-box:hover .action .button{
  background: #ff9100;
}
.box.hover-box {
  cursor: pointer;
}
.container h2,.container .dh2 {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 25px;
  font-weight: 600;
}
.image-box .box img, .image-box.box img {
  width: 100%;
  height: 100%;
}
      /****************
          most profitable section
      ******************/
.most_profitable .image-box .box .box-title {
    min-height: auto;
  }
.most_profitable .time span.skin-color {
  font-size: 10px;
}
.most_profitable .feedback .hotel_stars {
  vertical-align: middle;
}
.most_profitable .box figure .desktop_img {
  display: block;
  width: 100%;
}
.most_profitable .box figure .mobile_img {
  display: none;

}
.most_profitable .primary_info {
  margin-top: 17px;
  display: none;
}
.most_profitable .primary_info p {
  color: #01b7f2;
  margin: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1;
  font-size: 11px;
}
.most_profitable .primary_info p > span {
  font-size: 9px;
}
.most_profitable .primary_info p > span:before {
  content: 'от';
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #838383;
}
/****************
    most restaurant section
******************/
.most_restaurants.image-box .box .box-title {
  max-width: 190px;
}
.most_restaurants.image-box .feedback span {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #2d3e52;
}
.most_restaurants.image-box .feedback a {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #838383;
}
.most_restaurants.image-box .feedback a:hover {
  color: #01b7f2;
}

.restaurant-info i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #838383;
  text-align: center;
  width: 17px;
}
.restaurant-info p {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #838383;
}
.restaurant-info .work-time p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #838383;
}
/****************
    most landmarks section
******************/
.most_landmarks .image-box .box .box-title {
    -webkit-line-clamp: 1;
    min-height: 20px;
}
.most_landmarks .image-box .feedback span {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #2d3e52;
}
.most_landmarks .image-box .feedback a {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #838383;
}
.most_landmarks .image-box .feedback a:hover {
  color: #01b7f2;
}
/******************
preferred destinations section
********************/
#destination_list .col-sm-6 {
  display: none;
}
.transperant_box .box {
  border: 2px solid #01b7f2;
  background: transparent;
  padding: 10px 15px 0 20px;
}
.transperant_box .box h4, .transperant_box .box .dh4 {
  font-size: 26px;
  color: #01b7f2;
  font-family: 'Open Sans', sans-serif;
}
.transperant_box .box p {
  font-size: 14px;
  color: #01b7f2;
  font-family: 'Open Sans', sans-serif;

}
.transperant_box .button {
  font-size: 14px;
  font-weight: 700;
}

.transperant_box.hotel_offers .box h4 {
  font-size: 18px;
}
.transperant_box.hotel_offers .box p {
 font-size: 12px;
}
/**************************
holidays offers section
****************************/
.image-box.style5 figure {
  overflow: inherit;
}
.holidays_offers .box figure a {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #2d3e52;
  color: #fff;
  font-size: 14px;
  /*width: 50%;*/
  height: 30px;
  line-height: 30px;
  padding: 2px 10px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.holidays_offers .image-box .badge-bottom a:hover {
  color: #01b7f2;
}
.holidays_offers .box figure:hover  a {
  display: block;
}
.holidays_offers .box figure a:hover {
  color: #01b7f2;
}
.holidays_offers figure .mobile_img {
  display: none;
}
.holidays_offers .box .details .detail > span {
  display: block;
font-size: 10px;
color: #838383;
line-height: normal;
text-transform: uppercase;
font-weight: 400;
font-family: 'Open Sans', sans-serif;

}
/*********************
    most_profitable
**********************/
.most_profitable .details .destination-info p.duration {
  text-align: left;
  color: #01b7f2;
  font-size: 12px;
  text-transform: none;
  padding-left: 15px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.most_profitable .details .destination-info p {
  padding: 0 15px;
  color: #838383;
  font-size: 12px;
  line-height: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.listing-style1.flight .details .time {
  text-align: center;
  border-top: none;
  border-bottom: none;
}
.listing-style1.flight .details .time > div:first-child {
  border-right: 2px solid #f5f5f5;
}
.listing-style1.flight .details .time > div + div {
  padding-left: 0;
}
.listing-style1.flight .details .time p {
  margin-bottom: 0;
  text-transform: none;

}
.listing-style1.flight .details .time p:last-child {
  color: #2d3e52;
  font-size: 10px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.listing-style1.flight .details .time p.skin-color {
  font-size: 20px;
  text-transform: none;
  line-height: normal;
  font-family: "Open Sans", sans-serif;

}
.listing-style1.flight .details .time p.skin-color span {
  font-size: 36px;
  font-weight: 600;
}

.listing-style1.flight figure > span {
  display: block;
  position: relative;
}
.box .badge-right {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 135px;
  background: #fff;
}
.box .badge-right p {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.hover_content {
  position: relative;
  min-height: 280px;
}
.hover_off,
.hover_on {
  min-height: 280px;
  position: absolute;
  top: 0;
  right: 0;
  bottom:0;
  left: 0;
}

.hover_off .action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hover_on {
min-height: 280px;
padding: 10px 15px 3px 15px;
display: none;
}
.hover_on h5 {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #01b7f2;
  margin-bottom: 7px;
}
.hover_on p {
  margin-bottom: 10px;
}
.hover_on p span {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #838383;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
  text-transform: none;
}
.hover_on .action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

}
.hover_on .action a {
    letter-spacing: 0;
}
.hover_on.block {
  display: block;
}
/*********************
footer
***********************/
#footer .container h2, #footer .container .dh2 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.sub_footer {
  padding: 25px 0;
}
.sub_footer ul.triangle li a {
  font-size: 12px;
}
.sub_footer ul.triangle li {
  height: 30px;
  line-height: 30px;
}
ul.triangle li {
  width: 100%;
  line-height: 2.6667em;
  font-size: 1.0833em;
  padding-left: 15px;
  padding-right: 15px;
}
ul.triangle li a {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
ul.triangle li:hover a {
  color: #01b7f2;
}
#footer .container p {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
/************
sidebar
****************/
#sidebar {
  position: relative;
}
#sidebar .btn-close {
  position: fixed;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../img/icons/close-light.png") center center no-repeat;
  background-size: 100% 100%;
  display: none;
}
.sidebar_box {
  background: #fff;
  padding: 30px 15px 15px 15px;
  margin-bottom: 5px;
}
.sidebar_box.primary_box {
  border: 1px solid #01B7F2;
}
.sidebar_box h4, .sidebar_box .dh4 {
  font-size: 17px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  color: #2D3E52;
}
.sidebar_box > div a {
  display: inherit;
  width: 100%;
}
.sidebar_box > div a:hover {
  color: inherit;
}

.sidebar_box div span.skin-color {
      color: #01B7F2;
      font-weight: 600;
}
.primary_box > div  {
   border-bottom: 1px solid #F5F5F5;
   height: 35px;
   line-height: 35px;
   margin: 2px 0;
}
.primary_box > div span {
float: left;
width: 15%;
color: #2D3E52;
font-size: 12px;
font-weight: 700;
font-family: "Open Sans",sans-serif;
text-align: center;
}
.primary_box > div span img {
  max-width: 20px;
}
.primary_box > div span:first-child {
float: left;
width: 40%;
text-align: left;
}
.primary_box > div span:last-child {
float: left;
width: 30%;
text-align: right;
font-weight: 700;
}
.primary_box  .button {
  float: right;
  margin-top: 15px;
}
.near_box {
  background: #fff;
  padding: 30px 15px 15px 15px;
  margin-bottom: 5px;
}
.near_box > div {
  display: table;
  border-bottom: 1px solid #F5F5F5;
  padding: 5px 0;
  width: 100%;

}
.near_box > div span {
  width: 25%;
  float: left;
  color: #2D3E52;
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.near_box > div span:first-child {
  width: 130px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  line-height: normal;
}
.near_box > div span.table-cell  {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
a.button.grey-btn {
  background: #a7a7a7;
  float: right;
  margin-top: 15px;
}
a.button.grey-btn:hover{
  background: #9a9a9a;
}
.near_box > div p {
  height: 30px;
  line-height: 30px;
  margin:0;
  font-size: 12px;
  color: #2D3E52;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-width: 160px;
  float: left;
}
.most_viewed_box {
  background: #fff;
    padding: 30px 15px 15px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.most_viewed_box > div {
  border-bottom: 1px solid #F5F5F5;
  padding: 15px 0;
}
.most_viewed_box > div:last-child {
  border-bottom: 0;
}
.most_viewed_box h4 {
  font-size: 17px;
font-family: "Open Sans",sans-serif;
font-weight: 600;
color: #2D3E52;
}
.most_viewed_box .img-left {
  float: left;
}
.most_viewed_box .desc {
  float: left;
  padding-left: 15px;
  width: 180px;
}
.most_viewed_box .desc p {
  margin: 0;
}
.most_viewed_box .desc p:first-child {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.most_viewed_box  span {
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  color: #838383;
}
.most_viewed_box .desc p span:first-child {
  float: left;
}
.most_viewed_box .desc p span.skin-color {
  float: right;
  /*color: #01B7F2;*/
}
.modify-search-panel {
  background: #284e88;
  padding: 20px 10px 15px 10px;
}
.modify-search-panel h4,.modify-search-panel .dh4 {
  color: #fff;
  font-size: 26px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
.modify-search-panel .panel-content label {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  padding-left: 2px;
}
.modify-search-panel .check label {
  letter-spacing: 0;
  height: 15px;
  margin-bottom: 15px;
}
.modify-search-panel form button {
  float: right;
  padding: 12px 15px;
}
.dest_location {
  margin: 30px 0;
  position: relative;
}
.dest_location img {
  width: 100%;
}
.dest_location .btn_view_map {
  background: #01b7f2;
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.filters-container ul.filters-option li {
  background: transparent;
}
.filters-container ul.filters-option li a {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #838383;
}
.filters-container ul.filters-option li small {
  font-size: 10px;
}
.toggle-container .panel .panel-title a,
.search-results-title {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/*****************************************************/

/*************
  dropdown
**********/
.drop {
  position: relative;
}
.drop ul {
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.drop.drop-hover > ul {
  display: block;
}
.drop.drop-hover > a {
  font-weight: 600;
}
/***************************************************/
/***************
sticky navigation
*****************/

#sticky-nav.fixed {
  position: fixed;
  width: 270px;
  top: 60px;
}
.sticky-nav h4 {
  font-size: 17px;
  font-weight: 600;
  color: #2D3E52;
  padding-left: 15px;
}
.sticky-nav li {
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  height: 40px;
  line-height: 40px;
}
.sticky-nav li a {
  font-size: 14px;
  font-weight: 400;
  color: #2D3E52;
  display: block;
}
.sticky-nav  ul li a {
  padding-left: 15px;
}
.sticky-nav  ul li ul a {
  padding-left: 30px;
  color: #838383;
}
#sticky-nav .most_viewed_box {
  margin-top: 0;
}
/***************************************************/
/******************
  tabs
*******************/
.tab-container.sort_result ul.tabs li {
  min-width: 25%;
}
.tab-container.sort_result ul.tabs li a {
text-align: center;
background: #d9d9d9;
color: #838383;
font-size: 14px;
font-family: "Open Sans",sans-serif;
font-weight: 400;
letter-spacing: 0;
padding: 0 5px;
}
.tab-container.sort_result ul.tabs li.active a,
.tab-container.sort_result ul.tabs li:hover a {
  background: #fff;
  color: #01b7f2;
}
.about_region .tab-container ul.tabs li a {
  background: #d9d9d9;
  color: #2d3e52;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.about_region .tab-container ul.tabs li.active > a,
.about_region .tab-container ul.tabs li:hover > a {
  background: #fff;
  color: #2d3e52;
}
.tab-container.style1 ul.tabs {
  border: 0;
}
#hotel-main-content.tab-container.style1 ul.tabs li {
  min-width: 160px;
  text-align: center;
}
#hotel-main-content.tab-container.style1 ul.tabs li a {
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  font-size: 12px;
}
.tab-container .tab-content .sub_tab {
  padding: 12px 20px;;
}
.tab-container .tab-content .sub_tab a {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
  color: #838383;
  background: #F5F5F5;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
}
.tab-container .tab-content .sub_tab a:hover,
.tab-container .tab-content .sub_tab a.active {
  background:  #838383;
  color: #fff;
}
/*************************************************/
.sort-by-section .sort-bar li.active .sort-by-container > span:after {
  background: #01b7f2;
}
.sort-by-section .sort-bar .sort-by-container > span {
  color: #9e9e9e;
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
}
.tab-container .tab-content .tab-pane,
.sort-by-section {
  padding: 0;
}
.sort-by-section .col-md-9 {
  padding-left: 0;
}
.sort-by-section li {
  padding: 15px 10px 15px 0;
}
.sort-by-section .col-md-3 p {
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  color: #2d3e52;
  padding: 20px 5px 5px 5px;;
}
.sort-by-section .sort-bar .sort-by-container:hover > span:after {
  background: #01b7f2;
}
/********************
hotel list view
**********************/

.hotel-list.listing-style .box {
  background: #fff;
  min-height: 270px;
  margin-bottom: 10px !important;
}
.hotel-list.listing-style figure {
  width: 270px;
  float: left;
  padding: 0;
}
.hotel-list.listing-style .details {
  width: 600px;
  float: left;
}
.hotel-list.listing-style .box > .row {
  margin-left: 0;
  margin-right: 0;
  width: 600px;
  float: left;
}
.hotel-list.listing-style figure img {
  width: 100%;
  height: auto;
  display: block;
}
.hotel-list.listing-style  .box-title {
  margin: 0;
  float: left;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  width: 320px;
}
.hotel-list.listing-style .hotel_stars {
  float: right;
  margin-top: 5px;
}
i.star {
  display: block;
  float: left;
  line-height: 1;
  background: url("../img/icons/star.png") center center no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
}
i.star_lg {
  display: block;
  float: left;
  line-height: 1;
  background: url("../img/icons/star_lg.png") center center no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.feedback .hotel_stars {
  display: inline-block;
}
.hotel-list.listing-style .valuation p {
  display: inline-block;
  text-transform: uppercase;
  color: #01b7f2;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin:5px 0 0 0;
  line-height: normal;
}
.hotel-list.listing-style .valuation {
  display: table;
  width: 100%;
}
.hotel-list.listing-style .valuation p {
  display: table-cell;
  vertical-align: middle;
}
.hotel-list.listing-style .aminities p { 
  line-height: normal;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 380px;
  
}
.hotel-list.listing-style .aminities span {
  display: inline-block;
  color: #838383;
  font-size: 14px;
  margin-right: 10px;
}

.hotel-list.listing-style .old_price {
  position: relative;
  width: 100%;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: line-through;
  color: #d9d9d9;
  margin: 0;
  padding-bottom: 0;
  top: 17px;
}
.hotel-list.listing-style .old_price:after {
  content: 'лв';
  display: inline-block;
  text-transform: lowercase;
  font-size: 14px;
}
.hotel-list.listing-style .old_price span {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  color: #fff;
  background: #a7a7a7;
  font-family: "Open Sans", sans-serif;
}
.hotel-list.listing-style .old_price span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #a7a7a7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin:auto;
}
.hotel-list.listing-style .details small {
  font-size: 12px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  color: #2d3e52;
  letter-spacing: normal;
}
.hotel-list.listing-style .details small a {
  margin-left: 5px;
  color: #2d3e52;
  display: inline-block;
  vertical-align: top;
}
.hotel-list.listing-style .details small a:hover {
  color: #01b7f2;
}
.special_offer {
  border-top: 2px solid #d9d9d9;
  border-left: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  height: 50px;
}
.details .content-left > p {
  font-size: 12px;
  font-weight: 600;
}
.hotel-list.listing-style .content-left.no-padding-right {
  padding-right: 0;
}
.special_offer p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #2d3e52;
  margin: 0;
  line-height: normal;
  padding-left: 15px;
  font-weight: 600;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
max-width: 403px;
}
.special_offer span {
  font-size: 10px;
  color: #838383;
  font-family: "Open Sans", sans-serif;
  padding-left: 15px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
max-width: 403px;
}
.special_offer_price {
  border-top: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  height: 50px;
  display: table;
  width: 100%;
}
.special_offer_price > span {
  display: none;
}
.special_offer_price p.price {
  display: table-cell;
  vertical-align: middle;
}
.hotel-list.listing-style .content-right.no-padding-left {
  padding-left: 0;
}
.hotel-list.listing-style .content-right.no-padding-bottom {
  padding-bottom: 0;
}
.padding-top {
  padding-top:15px;
}
/*grid for hotel list*/
.hotel-list.listing-style .content-left {
  width: 425px;
  float:left;
  min-height: 67px;
  display: table;
  padding:10px 20px;
}
.hotel-list.listing-style .content-right {
  width: 175px;
  float: left;
  background: #fbfbfb;
  text-align: center;
  min-height: 67px;
  display: table;
  padding:10px 20px;
}
.hotel-list.listing-style .content-left > *  {
  display: table-cell;
  vertical-align: middle;
}
.details .row {
  margin-left: 0;
  margin-right: 0;
}
.hotel-list.listing-style article:hover .special_offer,
.hotel-list.listing-style article:hover .special_offer_price {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.hotel-list.listing-style article:hover .old_price span {
  background: #01b7f2;
}
.hotel-list.listing-style article:hover .old_price span:after {
  border-top: 7px solid #01b7f2;
}

.change_text {
  display: none;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 403px;
  font-size: 12px;
}
.hotel-list.listing-style .orange-btn {
  font-weight: 600;
}
/*slider hotel list*/
.hotel-list.listing-style .flex-control-nav{
  display: none;
}
.hotel-list.listing-style .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hotel-list.listing-style .flex-direction-nav li:first-child {
  position: absolute;
  left: 2px;
}
.hotel-list.listing-style .flex-direction-nav li:last-child {
  position: absolute;
  right: 2px;
}
.hotel-list.listing-style .flex-direction-nav li {
  /*width: 20px;
  height: 35px;
  background: transparent;*/
  opacity: 0.6;
}
.hotel-list.listing-style .flex-direction-nav li a.flex-prev {
  background: url("../img/icons/arrow_prev.png") center center no-repeat;
  width: 20px;
  height: 35px;
  background-size: 100%;
}
.hotel-list.listing-style .flex-direction-nav li a.flex-prev:before,
.hotel-list.listing-style .flex-direction-nav li a.flex-next:before {
  display: none;
}
.hotel-list.listing-style .flex-direction-nav li a.flex-next {
  background: url("../img/icons/arrow_next.png") center center no-repeat;
  width: 20px;
  height: 35px;
  background-size: 100%;
}
.hotel-list.listing-style .photo-gallery:hover .flex-direction-nav li {
  opacity: 1;
}
/********************
  nearness hotels
*********************/
.nearness-hotels  .heading h2 {
  color: #95989a;
  padding: 0 70px;
  margin: 0;
  border-bottom: 3px solid #95989a;
  line-height: 0;
  padding: 0;
  margin: 40px 0;
}
.nearness-hotels  .heading h2 span {
  padding: 0 70px;
  background: #f5f5f5;
}
.hotel-list.listing-style .details small.bold_blue,
.hotel-list.listing-style .valuation p.bold_blue {
  font-weight: 600;
  color: #01b7f2;
}
.hotel-list.listing-style .details small > span {
  max-width: 280px;
  /*display: inline-block;*/
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
}
.hotel-list.listing-style .content-left.no-padding-right.warning .special_offer {
  border-top: 2px solid #d60000;
  border-left: 2px solid #d60000;
  border-bottom: 2px solid #d60000;
}
.hotel-list.listing-style .content-right.no-padding-left.warning .special_offer_price {
  border-top: 2px solid #d60000;
  border-right: 2px solid #d60000;
  border-bottom: 2px solid #d60000;
}
.warning .special_offer p {
  color: #d60000;
}
.nearness-hotels .block  {
  margin-top: 200px;
}
/********************
pagination
*********************/
.nearness-hotels .pagination {
  display: block;
}
.nearness-hotels .pagination li.prev,
.nearness-hotels .pagination li.next {
  width: auto;
}
.nearness-hotels .pagination li {
  width: 43px;
  height: 43px;
}
.pagination > li > a,
.pagination > li > span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 43px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
}
.pagination > li.active > a {
  background: #01b7f2 !important;
}
 .nearness-hotels .pagination>.active>a,
  .nearness-hotels .pagination>.active>a:focus,
  .nearness-hotels .pagination>.active>a:hover,
   .nearness-hotels .pagination>.active>span,
    .nearness-hotels .pagination>.active>span:focus,
  .nearness-hotels .pagination>.active>span:hover {
   background-color: #01b7f2;
 }
 .nearness-hotels .pagination > li > a:hover,
  .nearness-hotels .pagination > li > a:focus,
   .nearness-hotels .pagination > li > span:hover,
    .nearness-hotels .pagination > li > span:focus {
         background-color: #01b7f2;
    }
    .nearness-hotels .pagination > li.disabled > span:hover,
    .nearness-hotels .pagination > li.disabled > span:focus,
    .nearness-hotels .pagination > li.disabled > a:hover,
    .nearness-hotels .pagination > li.disabled > a:focus {
       background-color: #d9d9d9;
       color: #fff;
     }
    .pagination > li.first > a,
     .pagination > li.prev > a,
      .pagination > li.next > a,
       .pagination > li.last > a {
         background-color: #d9d9d9;
       }
       .hotel-list.listing-style .details:hover .warning .special_offer {
          background: #fff;
        }

         .hotel-list.listing-style .details:hover .warning .special_offer_price {
           background: #fbfbfb;
         }

.about_region .region-map {
  height: 400px;
}
.about_region .tab-container .tab-pane {
  padding: 30px 15px;
}
.region_filters {
  background: #fff;
  padding-bottom: 20px;
}
.region_filters .filters-container.toggle-container .panel.style1 {
  background: #f5f5f5;
}

.region-map.block {
  margin: 0;
}
.useful_info {
  background: #fff;
  margin-top: 45px;
  padding:30px  25px;
}
.useful_info p {
  line-height: normal;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  margin: 0;
  text-align: justify;
  text-indent: 5px;
  color: #2D3E52;
}

/************
  tooltip
*************/

#price-on-hover {
  width: 435px;
  padding: 20px;
}
#price-on-hover .head {
  border-bottom: 2px solid #d9d9d9;
}
#price-on-hover .head p {
  background: #a7a7a7;
  color: #fff;
  font-size: 9px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
}
#price-on-hover .head h4 {
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
}
#price-on-hover .head h4 > span {
  float: right;
  display: inline-block;
  position: relative;
  color: #fff;
  background: #01b7f2;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
}
#price-on-hover .head h4 > span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right:7px solid #01b7f2;
  left: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#price-on-hover .content_offer {
  padding-top: 15px;
}
#price-on-hover .content_offer p {
  color: #838383;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/******************
  page detailed hotels
******************/

/*sidebar*/
.contact_box {
  margin-bottom: 10px;
  position: relative;
}
.contact_box li {
  width: 33.33%;
  float: left;
  text-align: center;
  padding-right: 5px;

}
.contact_box li:last-child {
  padding-right: 0;
}
.contact_box a {
  background: #fff;
  color: #838383;
  font-size: 12px;
  text-align: center;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  padding: 5px;
  position: relative;
}
.contact_box a span {
  display: block;
}

/*******************************************/
.fast_buttons {
  border-bottom: 2px solid #d9d9d9;
}
.fast_buttons li{
  width: 25%;
  float: left;
  padding-right: 5px;
}
.fast_buttons li:last-child {
  padding-right: 0;
}
.fast_buttons li a {
  background: #fff;
  font-size: 14px;
  color: #a7a7a7;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
}
.fast_buttons li a:hover {
  color: #818181;
}

#hotel-main-content {
  margin-bottom:  30px;
}
.hotel_heading {
  padding: 30px 0 25px 0;
  position: relative;
}
.hotel_heading .badge_report {
  float: right;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 5px 0 0 5px;
}
.hotel_heading .badge_report div span {
  color: #808080;
}
.hotel_heading h2, .hotel_heading h1 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  color: #2D3E52;
  font-family: "Open Sans ",sans-serif;
  margin-right: 30px;
}
.hotel_heading p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #2D3E52;
  font-weight: 400;
  margin: 0;
}
.hotel_heading .hotel_stars {
  display: inline-block;
}
.hotel_description  {
  margin-bottom: 35px;
}
.hotel_description  {
  padding:0 5px 0 0;
  width: 600px;
  float: left;
}
.hotel_report {
  width: 270px;
  float: left;
  padding: 0;
}
.hotel_description  > div,
.hotel_report > div {
  background: #fff;
}
.hotel_description > div {
  padding: 25px 20px;
}
.hotel_report  > div {
  padding: 20px 18px;
}
.hotel_description p {
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  color: #2D3E52;
  margin-bottom: 20px;
  line-height: normal;
}
.hotel_report .badge_report  {
  display: table;
  width: 100%;
}
.badge_report div p {
    color: #003580;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    text-align: right;
    padding-right: 18px;
}
.badge_report div span {
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  display: block;
  text-align: right;
  padding-right: 18px;
}
.badge_report span.rating {
  background: #003580;
  width: 40px;
  height: 40px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hotel_report ul {
  margin-top: 30px;
}
.hotel_report ul li {
  margin-bottom: 10px;
}
/*.hotel_report .info_bottom {
  background: #A7A7A7;
  position: relative;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
}
.hotel_report .info_bottom:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin:auto;
  width: 0;
 height: 0;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;

 border-bottom: 7px solid #a7a7a7;
}*/
.progress-rating {}
.progress-rating p {
  color: #2D3E52;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
.progress-rating .progress_bar {
  background: #d9d9d9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 7px;
  width: 190px;
  position: relative;
  display: inline-block;
  vertical-align: middle;

}
.progress-rating .progress_bar .spinner {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #01b7f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible !important;
}
.progress-rating .counter {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 40px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  color: #01B7F2;
}
.priority {
  margin-top: 35px;
}
.priority h3 {
  font-size: 18px;
  color: #2D3E52;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
}
.priority p {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  color: #2D3E52;
  margin-bottom: 5px;
}
.priority p i {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}
.priority p i img {
  width: 100%;
  vertical-align: bottom;
}
.priority a.button {
  margin-top: 15px;
  text-transform: uppercase;
}
.reservation_lg {
   color: #01B7F2;
   font-size: 14px;
   font-family: "Open Sans",sans-serif;
}
.reservation_lg p {
  display: inline-block;
  padding-right: 50px;
  font-weight: 600;
}

.reservation_lg a {
  border: 1px solid #01B7F2;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 10px;
  font-size: 9px;
}
.reservation_lg a:hover {
  background: #01B7F2;;
  color: #fff;
}
.booking_box {
  position: relative;
  background: #284E88;
  padding: 20px 10px;
  margin-bottom: 20px;
  display: none;
}
.booking_box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  padding: 0 0 30px 10px;
}
.booking_box .hide_booking_form {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  position: absolute;
  top: 20px;
  right: 20px;
}

.booking_box .reservation_box .row {
  margin: 0;
}
.booking_box .reservation_box .form-group {
  padding: 0 10px;
  min-height: 54px;
  position: relative;
}
#offer_reduction {
  border-bottom: 5px solid #284E88;
}
.table_rooms .table {
  border-left: 5px solid #284E88;
  border-bottom: 1px solid #95989a;
  border-right: 5px solid #284E88;
  margin-bottom: 0;
}
.table_rooms .table thead {
  background: #284E88;
}
.table_rooms .table thead th{
  height: 40px;
  vertical-align: middle;
  text-align: center;
}
.table_rooms .table thead th:first-child {
  text-align: left;
  padding-left: 15px;
}
.table_rooms .table tr td,
.table_rooms .table thead th h3{
  vertical-align: middle;
}
.table>thead>tr>th,
.table>tfoot>tr>td {
  border: 0;
}
.table_rooms .table>tbody>tr>td {
  border: 0;
  padding: 0;
  text-align: center;
}
.table_rooms .table thead h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  margin: 0;
}
.table_rooms .table tbody tr {
  background: #f5f5f5;
  padding-left: 15px;
  height: 63px;
}
.table_rooms .table tbody tr:hover .view_offer {
      background: #e68300;
}
.table_rooms .table tbody tr td:first-child {
  padding-left: 15px;
  text-align: left;
}
.table_rooms .table tbody tr.wbg {
  background: #fff;
} 
.table_rooms .table tbody tr.rezform{display:none;}
.table_rooms .table tbody tr:last-child {
  border-bottom: 2px solid  #F5F5F5;
}
.table_rooms .table p {
  margin: 0;
  color: #2D3E52;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
}
.table_rooms .table p.depleted {
  color: #d60000;
}

.table_rooms .table .additional_info p {
	font-size:12px;
	font-weight:normal;
}
.table_rooms .table span {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  color: #01B7F2;
}
.table_rooms .table a {
  display: inline-block;
}
.table_rooms .table .view_offer {
  background: #FF9100;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  padding: 5px 10px;
  text-transform: uppercase;
}
.table_rooms .table .booking_site {
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 5px 2px;
  width: 135px;
}
.table_rooms .table .booking_site.bordered {
  border: 2px solid #01B7F2;
  font-weight: 600;
  color: #01B7F2;
  font-size: 12px;
  padding: 5px;
  width: 135px;
}
.table_rooms .table tfoot tr td {
  position: relative;
  height: 40px;
  background: #fff;
}
.table_rooms .table tfoot tr td a {
  background: #284E88;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 160px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 9px;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.table_bottom {
  position: relative;
  padding-top: 20px;
  border-left: 5px solid #284E88;
border-right: 5px solid #284E88;
}
.table_bottom  a{
  background: #284E88;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 160px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.inquiries {
  /*border-left: 5px solid #284E88;
  border-right: 5px solid #284E88;*/
  padding: 15px 0;
  display: none;
}
.inquiries form label {
  color: #2d3e52;
  font-size: 12px;
  padding-left: 3px;
  text-transform: none;
  margin-bottom: 3px;
}
.inquiries form div.clearfix {
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: 15px;
}
.inquiries form div.clearfix span {
  float: left;
  width: 50%;
  padding: 0 9px;
}

.inquiries form input {
  color: #2d3e52;
  font-size: 13px;
  border: 2px solid #d3d3d3;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding-left: 15px;
  width: 100%;
}
.inquiries form input::-webkit-input-placeholder {
 color: #2d3e52;
}
.inquiries form input:-ms-input-placeholder {
 color: #2d3e52;
}
.inquiries form input::-moz-placeholder {
 color: #2d3e52;
}
.inquiries form input:-moz-placeholder {
 color: #2d3e52;
}
.inquiries form textarea {
  width: 100%;
  background: #fff;
  min-height: 120px;
  border: 2px solid #d3d3d3;
  resize: vertical;
  outline: none;
}
.warning_text {
  color: #d60000;
}
.additional_info {
  position: relative;
  min-height: 280px;
}
.additional_info h4 {
  font-size: 12px;
  color:#2d3e52;
  text-align: center;
}
.additional_info p {
  font-size: 13px;
  margin: 0 0 5px 0;
  line-height: normal;
  color: #8f8f8f;
}
.additional_info .warning_text {
  color: #d60000;
}
.additional_info .check {
  margin-top: 20px;
}
.additional_info .check p{
  font-size: 12px;
}
.additional_info input[type="checkbox"] + label span {
  background: #d9d9d9;
}
.additional_info a {
  background: #01b7f2;
  text-transform: uppercase;
  font-size: 19px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  display: block;
  max-width: 255px;
  margin:0 auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.additional_info .scrollbar {
  height: 120px;
  overflow-y: scroll;
}
.additional_info a:hover {
  background: #07a5d8;
}
.reservation_sm {
  margin: 35px 0;
}
.reservation_sm .row {
  margin-left: -10px;
  margin-right: -10px;
}
.reservation_sm .col-md-6,
.reservation_sm .col-md-4 {
  padding: 0 10px;
}
/*.reservation_sm > .row > .col-md-6 {
  min-height: 272px;
}*/

.reservation_sm .quick_booking,
.reservation_sm .quote {
  border: 1px solid #ff9100;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  height: 100%;
  min-height: 272px;
}
.reservation_sm .quote {
  background: #fff;
}
.reservation_sm .quick_booking {
  background: #febb02;
}
.reservation_sm h3 {
  color: #2d3e52;
  font-weight: 600;
  line-height: normal;
  margin:0 0 15px 0;
}
.reservation_sm h3 p{
display: inline-block;
color: #284e88;
font-weight: 700;
margin: 0;
}
.reservation_sm h3 p span {
  color: #0077cc;
}
.reservation_sm .quick_booking h3 {
  font-size: 22px;
}
.reservation_sm .quick_booking label {
  font-size: 11px;
color: #2d3e52;
font-family: "Open Sans", sans-serif;
font-weight: 400;
text-transform: none;
}
.reservation_sm .quick_booking .row p {
  font-size: 11px;
color: #2d3e52;
font-family: "Open Sans", sans-serif;
font-weight: 400;
margin: 0;
}
.reservation_sm .quick_booking a {
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0077cc;
  height: 43px;
  line-height: 43px;
  width: 100%;
  display: block;
  text-align: center;
}
.reservation_sm .quick_booking a:hover {
  background: #0068b3;
}
.reservation_sm .quick_booking .row:last-child {
  margin-top: 20px;
}
.reservation_sm .quick_booking .datepicker-wrap:after{
  background: #0077cc;
}
.reservation_sm .quick_booking select {
  outline: none;
  color: #2d3e52;
}
.reservation_sm .quote h3 {
  font-size: 20px;
}
.reservation_sm .quote div {
  margin-bottom: 15px;
}
.reservation_sm .quote div:last-child {
  margin-bottom: 0;
}
.reservation_sm .quote div p {
  font-weight: 700;
  color: #01b7f2;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 14px;
}
.reservation_sm .quote div span {
display: block;
color: #838383;
line-height: normal;
font-size: 12px;
}

.near_hotels {
  background: #fff;
  padding: 30px 20px;
  margin-top: 45px;
}
.near_hotels .title-md {
  margin: 0;
}
.near_hotels .col-md-4 {
  padding: 0 10px;
}
.near_hotels .icon-box {
padding: 10px 0;
border-bottom: 1px solid #F5F5F5;
}
.near_hotels .icon-box .img-left {
position: absolute;
}
.near_hotels .icon-box .desc{
  position: relative;
  padding-left: 75px;
  width: 100%;
}
.near_hotels .icon-box .desc p {
  position: relative;
}
.near_hotels .icon-box .desc p:first-child {
  margin: 0;
  font-size: 14px;
  color: #2D3E52;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
  width: 95%;
}
.near_hotels .icon-box .desc p:last-child {
  margin: 5px 0 0 0;
}
.near_hotels .icon-box span {
  font-size: 10px;
  color: #A7A7A7;
  text-transform: none;

}
/* .near_hotels .icon-box span:first-child{
  float: left;
} */
.near_hotels .icon-box span:last-child {
  color: #01B7F2;
  float: right;
}
.convenience {
  padding: 30px 20px;
  margin-top: 45px;
}
.row-md {
  margin-left: -7px;
  margin-right: -7px
}
.convenience .col-md-4 {
  margin-bottom: 20px;
  padding: 0 7px;
  min-height:47px;
}

.convenience .icon-box {
  background: #F5F5F5;
  display: table;
  width: 100%;
  height: 42px;
  padding-left: 14px;
}
.convenience .icon-box i {
  width: 20px;
}
.convenience .icon-box i img {
  width: 100%;
}
.convenience .icon-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #2D3E52;
  text-transform: none;
  padding-left: 10px;
}
.convenience .convenience-item {
  border-top: 1px solid #f5f5f5;
  height: 60px;
  display: table;
}
.convenience .convenience-item:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.convenience .convenience-item h4 {
  font-size: 18px;
  color: #2D3E52;
  font-weight: 400;
  width: 280px;
}
.convenience .convenience-item p {
  font-size: 12px;
  color: #2D3E52;
  font-weight: 400;
  margin: 0;
}
/*Helpful classes */
.clear {
	clear: both;
	height: 0;
}
.title-md {
  font-size: 26px;
  font-weight: 600;
  color: #2D3E52;
  margin-bottom: 25px;
  line-height: normal;
}
.accordion-title {
  font-weight: 600;
  color: #2d3e52;
font-size: 21px;
line-height: normal;
}
.accordion-title span.badge {
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 3px;
  background: #284e88;
}
.panel-title span.badge {
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 3px;
  background: #284e88;
}
.accordion-title.none {
  display: none;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.light-bg {
  background: #fff;
}
.no-padding {
  padding: 0;
}
i.mail {
  background: url("../img/icons/email.png") center center no-repeat;
}
i.phone {
  background: url("../img/icons/phone.png") center center no-repeat;
}
i.web {
  background: url("../img/icons/home.png") center center no-repeat;
}
i.icon_baseline {
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
i.icon_middle {
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.region_mobile {
  display: none;
}
.region_mobile .region-map2 {
  height: 300px;
}
.accordion-mobile {
  display: none;
}
/* toggle container */
.toggle-container.box {
  display: none;
}
.toggle-container .panel.style1 .panel-title > a:before {
  display: none;
}
.toggle-container .panel.style1 .panel-title > a:after {
  content: '';
  background-image: url('images/up-arrow-blue.png');
  position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}
.toggle-container .panel.style1 .panel-title > a.collapsed:after {
  content: '';
  background-image: url('images/down-arrow-blue.png');
}
.toggle-container .panel.style1 .panel-title > a:hover,
.toggle-container .panel.style1 .panel-title > a:focus {
  color: #23527c;
}
.toggle-container .panel.style1 .panel-content {
  padding: 15px 10px;
}
.toggle-container.box .hotel_description {
  width: 100%;
  padding: 0;
}
.toggle-container.box .hotel_description > div {
  padding: 0;
}
/* refactoring responsive*/
@media only screen and (max-width: 1240px) and (min-width: 300px) {
  .most_viewed_box .desc {
    width: auto;
    padding-left: 5px;
    width: 75%;
  }
  .most_viewed_box .img-left {
    width: 25%;
  }
    .most_viewed_box .img-left img {
      width: 100%;
    }
  .container > h2 {
    text-align: center;
    padding: 0 5px;
  }
  .md-section .container {
    width: 100%;
  }
  .md-section .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
    #footer .container h2, #footer .container .dh2 {
      text-align: left;
    }
  .most_hotel .row,
  .holidays_offers .row,
  .most_profitable .row,
  .most_restaurants .row,
  .most_landmarks .row,
  .transperant_box .row {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  #footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .most_hotel .col-md-3 {
      width: 300px;
      display: inline-block;
      float: none;
  }

  .holidays_offers .col-sm-4 {
    width: 400px;
    float: none;
    display: inline-block;
    padding: 0;
  }
  .most_profitable .col-md-3 {
    width: 300px;
    float: none;
    display: inline-block;
  }
  .most_restaurants .col-md-3 {
    width: 300px;
    float:none;
    display: inline-block;
  }
  .most_landmarks .col-md-4 {
    width: 400px;
    float: none;
    display: inline-block;
  }
  /*************************
    page hotels
  ************************/
  /*.tab-container.sort_result .tabs,
  .tab-container.sort_result .tab-content {
    display: none;
  }
  .hot-btns {
    display: block;
  }*/
  /*#sidebar .dest_location,
  #sidebar .modify-search-panel {
    display: none;
  }
  #sidebar {
    display: none;
  }
  #sidebar .btn-close {
    display: block;
  }
  #sidebar.active {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    z-index: 99999;
    display: block;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #sidebar > div {
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }*/
  .ui-datepicker {
    z-index: 99999 !important;
  }
  /*#right_content.col-md-9 {
    width: 900px;
    margin: 0 auto;
    float: none;
  }*/
  .page-title-container form {
    padding-top: 0;
  }
/*detailed hotel*/
.hotel_description {
  width: 70%;
}
.hotel_report {
  width: 30%;
}
.progress-rating .progress_bar {
  width: 80%;
}
.progress-rating .counter {
  width: 20%;
  float: right;
}
#most_profitable {
  text-align: center;
}
#most_profitable .col-md-4 {
  width: 300px;
  padding: 0 5px;
  display: inline-block;
  float: none;
}
}
@media only screen and (max-width: 1240px) and (min-width: 576px) {
  .slider-large,
  .slider-small {
    padding: 0 40px;
  }
  .hotel_slider_lg .badge-top {
    top: 30px;
    height: 60px;
  }
  .hotel_slider_lg .badge-top p {
    font-size: 14px;
  }
  .hotel_slider_lg .badge-top span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 300px) {
.reservation_sm .quick_booking label {
  display: block;
}
 .reservation_sm .col-md-4 {
   text-align: center;
 }
 .reservation_sm .quick_booking h3 {
   font-size: 20px;
 }
 .reservation_sm .quote h3 {
   font-size: 17px;
 }
 .reservation_sm .quick_booking a {
   font-size: 12px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .sticky_search {
    position: relative;
    top: 0;
    opacity: 1;
  }
  .sticky_search.fixed {
    position: fixed;
    top: 48px;
  }
  .hotel_slider_lg {
    width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 300px) {
  .tab-container.sort_result .tabs,
  .tab-container.sort_result .tab-content {
    display: none;
  }
  .hot-btns {
    display: block; margin-top: 4px;
  }
  .hotels_listing .container {
    padding: 0;
  }
  #sidebar .dest_location,
  #sidebar .modify-search-panel {
    display: none !important;
  }
  #sidebar {
    display: none;
  }
  #sidebar .btn-close {
    display: block;
  }
  #sidebar.active {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    z-index: 99999;
    display: block;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #sidebar > div {
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }
  #right_content.col-md-9 {
    width: 100%;
  /* padding-right: 0; */
    /* padding-left: 0; */
  }
  .nearness-hotels .block {
    text-align: center;
  }
  .nearness-hotels .pagination {
    display: inline-block;
  }
  .table_rooms .table .view_offer {
    font-size: 12px;
  }
  .table_rooms .table p {
    font-size: 16px;
  }
  .hotel_description > div,
  .hotel_report  > div {
    padding: 15px 10px;
  }
  .hotel_description {
    width: 60%;
  }
  .hotel_report {
    width: 40%;
  }
  .hotel_description p {
    font-size: 12px;
  }
  .fast_buttons {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 576px) {
  .sticky_search {
    position: relative;
    top: 0;
    opacity: 1;
    padding: 10px 0;
    min-height: 80px;
  }
  .sticky_search.fixed {
    top: 0;
    position: fixed;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  #header .main-header {
    background: #01B7F2;
  }
  #header .logo {
    height: 45px;
    padding-top: 10px;
  }
  .search-content .search_group {
    display: none;
  }
  .home_slider {
    display: none;
  }
    .sticky_search .container {
      padding-left: 0;
      padding-right: 0;
    }
  .sticky_search form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-title-container .form-group {
    width: 25%;
    float: left;
    padding: 0 5px;
  }
  button.btn-bottom {
    left: 5px;
    right: 5px;
  }
  .sort_mobile .sort-by-section {
    text-align: center;
  }
    .sort_mobile .sort-by-section > div {
      padding: 0;
    }
  .sort_mobile .sort-bar {
    display: inline-block;
  }
  .near_hotels .icon-box span:first-child img {
    margin: 0 auto;
    display: block;
  }
  .fast_buttons li a {
    font-size: 10px;
  }
  /* .filters-container.toggle-container .panel.style1 .panel-content {
    padding: 10px 5px 5px;
  } */
  .filters-container ul.filters-option li {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 300px) {

  .hotel-list.listing-style .details,
  .hotel-list.listing-style .box > .row   {
    width: auto;
  }
  .tab-container.sort_result {
    width: 740px;
    margin: 0 auto;
  }
  .tab-container.sort_result ul.tabs li a {
    font-size: 12px;
  }
  .hotel-list.listing-style .box {
    /*width: 766px;*/
    width: 740px;
    margin: 0 auto;
    min-height: 231px;
  }
  .hotel-list.listing-style figure {
    width: 231px;
  }
  .hotel-list.listing-style .content-left {
    /*width: 360px;*/
    width: 333px;
    min-height: 57px;
    padding: 5px 10px;
  }
  .hotel-list.listing-style  .box-title {
    width: 260px;
  }
  .hotel-list.listing-style .hotel_stars {
    margin-top: 2px;
  }
  .hotel-list.listing-style .details small {
    float: left;
  }
  .hotel-list.listing-style .details small > span {
    max-width: 240px;
  }
  .hotel-list.listing-style .content-right {
    padding: 5px 10px;
    min-height: 57px;
  }
  .box .badge-top p,
  .badge-top p {
    font-size: 12px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  .nearness-hotels  .heading h2 {
    border: 0;
    padding: 0;
    line-height: normal;
    margin: 5px 0;
  }
  .nearness-hotels  .heading h2 span {
    padding: 0;
    display: block;
    text-align: center;
  }
  .box .badge-top, .badge-top {
    padding: 0 5px 0 14px;
  }
  .tab-container.sort_result {
    width: 650px;
    margin: 0 auto;
  }
  .tab-container ul.tabs li {
    float: left;
    padding-right: 2px;
  }
.tab-container.sort_result ul.tabs li a {
      font-size: 10px;
    }
    .tab-container .tab-pane .col-xs-3,
    .tab-container .tab-pane .col-xs-9 {
      padding-left: 0;
      padding-right: 0;
    }
  .hotel-list.listing-style figure {
    width: 200px;
  }
  .hotel-list.listing-style .box {
    min-height: 200px;
    width: 650px;
  }
  .hotel-list.listing-style .content-left {
    width: 310px;
    min-height: 47px;
    padding: 3px 5px;
  }
  .hotel-list.listing-style  .box-title {
    width: 240px;
    font-size: 16px;
  }
  .hotel-list.listing-style .aminities span {
    font-size: 12px;
  }
  .hotel-list.listing-style .details small {
    font-size: 10px;
  }
  .hotel-list.listing-style .details small > span {
    max-width: 215px;
  }
  .special_offer p {
    font-size: 13px;
  }
  .special_offer_price p.price {
    font-size: 33px;
  }
  .hotel-list.listing-style .old_price {
    font-size: 23px;
  }
  .hotel-list.listing-style .old_price span {
    top: -13px;
    height: 15px;
    line-height: 15px;
  }
  .hotel-list.listing-style .content-right {
    min-height: 47px;
    padding: 3px 5px;
    width: 140px;
  }
  .hotel-list.listing-style .old_price {
    top: 12px;
  }
  .hotel-list.listing-style .orange-btn {
    height: 35px;
    line-height: 35px;
  }
  .valuation .badge-rating {
    font-size: 14px;
    padding: 2px 3px;
  }
  .nearness-hotels  .heading h2 {
    font-size: 23px;
    padding: 0 20px;
  }
 .sticky_search form input.input-text {
   font-size: 11px;
 }
 .table_rooms .table p {
   font-size: 14px;
 }
 .table_rooms .table span {
   font-size: 10px;
 }
 .table_rooms .table .view_offer {
   font-size: 10px;
 }
 .table_rooms .table .booking_site.bordered {
   font-size: 10px;
   width: 115px;
 }

}
@media only screen and (max-width: 766px) and (min-width: 300px){
  .reservation_sm .quick_booking {
    margin-bottom: 10px;
  }

}
@media only screen and (max-width: 685px) and (min-width: 300px){
.tab-container.sort_result {
  width: 560px;
}
.hotel-list.listing-style figure {
  width: 160px;
}
.hotel-list.listing-style .box {
  min-height: 160px;
  width: 560px;
}
.box .badge-top, .badge-top {
  min-height: 33px;
}
.box .badge-top p, .badge-top p {
  font-size: 9px;
}
.box .badge-top span, .badge-top span {
  font-size: 8px;
}
  .hotel-list.listing-style .content-left {
min-height: 40px;
padding: 0 5px;
  height: 40px;
    width: 260px;
  }
  .hotel-list.listing-style  .box-title {
  width: 195px;
    font-size: 15px;
  }
  .special_offer p {
    font-size: 12px;
  }

    .hotel-list.listing-style .content-right {
min-height: 40px;
padding: 0 5px;
    height: 40px;
    }

.special_offer p {
  padding-top: 3px;
}
.special_offer p,
  .special_offer span{
  padding-left: 10px;
  /*line-height: 1;*/
}
.hotel-list.listing-style .old_price {
  top: 3px;
}
.special_offer_price,
.special_offer {
  height: 40px;
}
.special_offer_price p.price {
  font-size: 28px;
}
.hotel-list.listing-style .orange-btn {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin-top: 5px;
}
.hotel-list.listing-style .details small > span {
  max-width: 165px;
}
}
@media only screen and (max-width: 650px) and (min-width: 576px) {
  .hotel_heading .badge_report {
    display: inline-block;
    float: none;
    position: relative;
    margin-top: 15px;
  }
  .convenience .col-md-4 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) and (min-width: 576px) {
  .tab-container.sort_result {
    width: 520px;
  }
  .tab-container.sort_result ul.tabs li a {
    font-size: 9px;
}
  .hotel-list.listing-style .box {
    width: 520px;
    min-height: 140px;
  }
  .hotel-list.listing-style figure {
    width: 140px;
  }
  .hotel-list.listing-style .content-left {
    width: 250px;
    height: 35px;
    min-height: 35px;
  }
  .special_offer p {
    padding-top: 0;
  }
  .hotel-list.listing-style .aminities p {
    line-height: 1;
  }
  .special_offer_price, .special_offer {
    height: 35px;
    line-height: 1;
  }

  .hotel-list.listing-style .content-right {
    height: 35px;
    min-height: 35px;
    width: 130px;
  }
  .hotel-list.listing-style  .box-title {
    width: 185px;
  }
  .hotel-list.listing-style .orange-btn {
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
  }
  .hotel-list.listing-style .old_price {
    top: 5px;
    font-size: 21px;
  }
.hotel-list.listing-style .details small > span {
  max-width: 156px;
}
}
@media only screen and (max-width: 991px) and (min-width: 300px) {

  /***************
    search content
  **************/
  .home_slider {
    display: none;
  }
  .search-content .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .search-content {
    padding: 20px;
  }
  .search-content .col-xs-6,
  .search-content .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .datepicker-wrap input.input-text {
    padding-right: 5px;
  }
  .search-box-wrapper {
    position: static;
  }
  .search-box-wrapper .search-box {
    padding: 0;
    width: 100% !important;
  }
  .search-content > h2 {
    display: block;
  }
  .search-content button.orange-btn {
    text-transform: uppercase;
  }
  .search-content input.input-text  {
    font-size: 12px;
  }
}
/******************
mobile
*******************/

@media only screen and (max-width: 576px) and (min-width: 300px) {
  .about_region,
  .useful_info {
    display: none;
  }
  .toggle-container.box {
    display: block;
  }
  .toggle-container.box .useful_info {
    display: block;
  }
  .toggle-container.box .offers_sm .img-left {
    position: absolute;
  }
  .toggle-container.box .offers_sm .desc {
    padding-left: 65px;
  }
.panel-content  .useful_info {
  padding: 0;
  }
  #sidebar > div {
    width: 100%;
    padding: 0 30px;
  }
  .hotel_heading {
    padding-left: 5px;
  }
  section#content {
    min-height: auto;
  }
  #hotel-main-content {
    margin: 0;
  }
  .about_region {
    display: none;
  }
.accordion-mobile .about_region {
  display: block;
}
  /*accordions*/
  .accordion {
    background: #fff;
  }
.accordion-title.none {
  display: block;
  }
  .accordion-title.blue {
    color: #284e88;
    font-size: 20px;
    font-weight: 600;
  }
  .panel-title .blue {
    color: #284e88;
    font-size: 20px;
    font-weight: 600;
  }
  .ui-accordion  .region_filters.ui-accordion-header {
    display: none !important;
  }
  .region_filters,
  .about_region .tabs  {
    display: none;
  }
  .useful_info {
    padding: 20px;
    margin-top: 0;
  }
  .useful_info p {
    font-size: 12px;
  }
  .about_region .tab-container .tab-pane {
    padding: 20px;
  }
  .gray-area {
    background: #fff;
  }
  .container {
    padding: 0;
  }

  .most_hotel .row,
  .holidays_offers .row,
  .most_profitable .row,
  .most_restaurants .row,
  .most_landmarks .row,
  .transperant_box .row {
    text-align: left;
  }
  .hot_buttons {
    padding: 25px;
    background: #7c8692;
  }
  .hot_buttons  a.unlock{
    display: none;
  }
  .hot_buttons a.find {
    display: block;
  }
  .container h2, .container .dh2 {
    font-size: 18px;
    text-align: left;
  }
  .md-section {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .md-section.hotels_listing {
    padding-top: 0;
  }
  /************
  most hotels
  **************/
  .most_hotel .col-md-3 {
    width: 100%;
    padding: 0;
  }
  .most_hotel .box .badge-top {
    display: none;
  }
  .hotel_item.box figure {
      width: 60px;
      height: 60px;
      position: relative;
      float: left;
    }
    .hotel_item.box figure .desktop_img {
      display: none;
    }
    .hotel_item.box figure .mobile_img {
      display: block;
    }
    .most_hotel .image-box .box .box-title {
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      margin:0 25px 0 0;
	  height:auto;
    }
	.image-box .box .box-title{height:auto;}
    .most_hotel .image-box .box > .details {
      padding: 0 20px 0 65px;
    }
    .most_hotel .image-box .box{
      margin: 0;
      border-bottom: 1px solid #F5F5F5;
      position: relative;
      padding: 9px 0;
    }
    .badge-rating {
      padding: 1px 3px;
      background: #284E88;
      font-size: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }
    .most_hotel .feedback {
      display: block;
    }
.most_hotel .feedback .hotel_stars {
  vertical-align: middle;
  display: block;
  margin-top: 3px;
}

    .intro .price,
    p.price:after {
      font-size: 10px;
      margin: 0;
    }
    .most_hotel .image-box .box > .details a {
      display: block;
      min-height: auto;
    }
    .most_hotel .image-box .box .details {
      min-height: inherit;
      height: 60px;
    }
    .most_hotel .intro p:first-child {
      display: none;
    }
    .most_hotel .action {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 20px;
    }
    .most_hotel .image-box .box .action a {
      background: url('../img/icons/arrow_right.png') center center no-repeat;
      width: 16px !important;
      text-indent: -9999px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: inherit;
    }
    .most_hotel .intro {
      padding: 0;
      position: absolute;
      right: 25px;
      bottom: 5px;
    }
    .most_hotel .destination_location {
      position: absolute;
      left: 65px;
      bottom: 5px;
      padding: 0;
      color: #838383;
    }
    /*************
        most_profitable
    *************/
    .most_profitable .col-md-3 {
      width: 100%;
      padding: 0;
    }
    .most_profitable .box .badge-right {
      display: none;
    }
    .most_profitable .image-box .box .box-title {
      font-size: 13px;
      font-weight: 700;
      padding: 0;
      margin-bottom: 3px;
    }
    .most_profitable .box.hover-box .feedback span {
      color: #838383;
    }
    .listing-style1.flight .details {
      padding: 0 25px 0 0 !important;
    }
    .most_profitable .box figure {
      float: left;
      width: 60px;
      margin-right: 5px;
    }
    .most_profitable .box figure .desktop_img {
      display: none;
    }
    .most_profitable .box figure .mobile_img {
      display: block;

    }
    .most_profitable .hover_content {
      min-height: auto;
    }
    .most_profitable .hover_off .action {
      position: absolute;
      top: -70px;
      right: -20px;
      bottom: 0;
      width: 20px;
      height: 110px;
      left: auto;
    }
    .most_profitable .hover_off .action a {
      background: url('../img/icons/arrow_right.png') center center no-repeat;
      width: 16px !important;
      text-indent: -9999px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: inherit;
    }
    .box .action .button:hover,
    .box.hover-box:hover .action .button{
      background: url('../img/icons/arrow_right.png') center center no-repeat;
    }
    .listing-style1.flight .details .time,
    .most_profitable .details .destination-info p.duration {
      display: none;
    }
    .hover_off {
      position: static;
    }
    .most_profitable .box.hotel_item {
      height: 110px;
      margin-bottom: 0;
      border-bottom: 1px solid #F5F5F5;
      padding: 10px 0;
    }
    .image-box.flight .box .feedback {
      line-height: 1;
    }
    .most_profitable .details .destination-info p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding: 0;
      margin: 0;
    }
    .most_profitable .primary_info {
      display: block;
    }
    .box.hover-box {
      cursor: default;
    }
/*************
most_restaurants
****************/
.most_restaurants {
  background: #fff;
  padding-top: 25px;
}
.most_restaurants .col-md-3 {
  width: 100%;
  padding: 0;
}
.most_restaurants .badge-rating  {
  display: none;
}
.image-box .box > .details {
  padding: 0 30px 0 0;
}
.restaurant-info div {
  display: none;
}
.restaurant-info div.comfort {
  display: block;
  margin-top: 7px;
  padding-left:77px;
}
.most_restaurants .image-box .box .box-title {
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.most_restaurants .feedback a,
.most_restaurants .feedback i {
  display: none;
}
.most_restaurants .box .head-box {
  min-height: auto;
}
.most_restaurants .hotel_item.box figure {
  margin-right: 5px;
}
.restaurant-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  margin: 0;
}
.restaurant-info i {
  left: 60px;
  top: auto;
  bottom: 0;
}
.most_restaurants .action {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 80px;

}
.most_restaurants .action a {
  background: url(../img/icons/arrow_right.png) center center no-repeat;
width: 16px !important;
text-indent: -9999px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: inherit;
}
.most_restaurants .image-box .box {
  height: 80px;
  border-bottom: 1px solid #F5F5F5;
  padding: 10px 0;
  margin: 0;
}
    /*most_landmarks*/
    .most_landmarks {
      display: none;
    }
    /*transperant_box*/
    .transperant_box .col-sm-6 {
      width: 100%;
      padding: 0;
    }
    .transperant_box .box h4, .transperant_box .box .dh4 {
      font-size: 16px;
      font-weight: 600;
      line-height: normal;
      margin: 0 0 5px 0;
    }
    .transperant_box .box p {
      font-size: 12px;
      line-height: normal;
      margin: 0;
      font-weight: 600;
    }
    .transperant_box .box {
      padding: 8px;
    }
    .transperant_box .image-box .box {
      margin-bottom: 5px;
    }
    .transperant_box  a.button.grey-btn {
      font-size: 14px;
      margin-top: 0;
    }
    /******************
      holidays_offers
    *******************/
    .holidays_offers h2 {
      display: none;
    }
    /*.holidays_offers .col-sm-4 {
      width: 100%;
      display: block;
      padding: 0;
    }*/
    .holidays_offers figure .desktop_img {
      display: none;
    }
    .holidays_offers figure .mobile_img {
      display: block;
    }
    .holidays_offers .box figure:hover  a {
      display: none;
    }
    .holidays_offers .image-box .box figure {
      /*max-width: 160px;*/
      float: left;
      z-index: 2;
    }
    .holidays_offers .badge-bottom {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: auto;
      padding-left: 5px;
    }
    .holidays_offers .badge-bottom p {
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      padding-right: 70px;
    }
    .box .badge-bottom span {
      font-size: 10px;
    }
    .holidays_offers .image-box .box .box-title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      padding-right: 5px;
      padding-left: 5px !important;
      height: 22px;
    }
    .holidays_offers .box .details .detail > span {
      font-size: 9px;
      line-height: 1;
      margin-left: 5px;
      display: inline-block;
      position: absolute;
      bottom: 5px;
    }
    .holidays_offers .detail .price {
      float: none;
      position: absolute;
      right: 5px;
      bottom: 5px;
      font-size: 12px;
    }
    .holidays_offers .detail .price p{
      margin: 0;
      line-height: 1;
    }
      .holidays_offers  .image-box .box {
        padding-top: 60px;
      }
  .holidays_offers  .image-box .box > .details .detail {
      padding: 5px 0;
      height: 55px;
      position: relative;
    }
  .holidays_offers  .image-box .box > .details {
    /*float: left;*/
    padding: 0;
  }
    /***************
      footer
    ****************/
#footer .sub_footer {
  display: none;
}
#footer .row > div {
  display: none;
}
#footer .row > div.login_user,
#footer .row > div.footer_menu {
  display: block;
}
#footer .footer-wrapper {
  padding: 30px 0 10px 0;
}
#footer ul.triangle li {
  padding-left: 0;
}
/* boxes*/
.hotel_item .feedback {
  color: #838383;
}
/***********************
hotels listing
***********************/
.hotels_listing.gray-area {
  background: #f5f5f5;
}
.hotels_listing .container {
  padding: 0;
}
.hotels_listing .container > h2 {display: none;}
#right_content.col-md-9 {
  padding: 0;
}
.tab-container.sort_result {
  width: 100%;
}

.hotel-list.listing-style .box {
  width: 100%;
  padding-right: 20px;
  padding: 5px 20px 0 5px;
  position: relative;
}
.box .badge-top, .badge-top {
  display: none;
}
.hotel-list.listing-style figure {
  position: absolute;
  width: 100px;
}
.hotel-list.listing-style .details > .row {
  padding-left: 100px;
}
.hotel-list.listing-style .details {
  height: 100px;
}
.hotel-list.listing-style .box > .row  {
  width: 100%;
  margin-top: 8px;
  position: relative;
}
/*.hotel-list.listing-style .box > .row {
  margin-top: 8px;
}*/
.hotel-list.listing-style .content-right.no-padding-bottom {
  display: none;
}
.hotel-list.listing-style .content-right.no-padding-bottom.sights_btm {
  display: block;
}
.hotel-list.listing-style .aminities p {font-size:12px;}
.hotel-list.listing-style .box > .row .content-left,
.hotel-list.listing-style .box > .row .content-right {
  background: transparent;
  padding: 0;
}
.hotel-list.listing-style .box > .row .content-left {
  width: 75%;
}
.hotel-list.listing-style .box > .row .content-right {
  width: 25%;
}
.hotel-list.listing-style .details .content-left {
  width: 100%;
}
.hotel-list.listing-style .details.events .content-left {
  width: calc( 100% - 59px);
}
.hotel-list.listing-style  .box-title {
  width: 75%;
  float: left;
  min-height: 30px;
}

.hotel-list.listing-style .hotel_stars {
  /*float: left;*/
  position: absolute;
  /*width: 20%;*/
  right: 20px;
}
.hotel-list.listing-style .valuation p.bold_blue {
  color: #284E88;
  text-transform: none;
  font-size: 10px;
  display: none;
}
.hotel-list.listing-style .content-right {
  width: auto;
  height: 0;
  min-height: 0;
}
.hotel-list.listing-style .content-left .aminities{
  display: block;
  margin-top: 10px;
}
.hotel-list.listing-style .details small > span {
  max-width: 330px;
  padding-top: 6px;
  padding-right: 110px;
}
.hotel-list.listing-style .valuation {
  position: absolute;
  right: 20px;
  width: auto;
  top: 25px;
}
.valuation .badge-rating {
  margin-left: 3px;
}
.special_offer p {
  padding-top: 0;
}
.special_offer_price p.price {
  font-size: 20px;
  display: block;
  margin: 0;
}
.special_offer_price  > span {
  font-size: 10px;
  color: #838383;
  display: block;
}
.special_offer_price {
  border-top: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  background: #fbfbfb;
}
.special_offer {
    border-top: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    background: #fbfbfb;
  }
.hotel-list.listing-style .orange-btn  {

    background: url('../img/icons/arrow_right.png') center center no-repeat;
    background-color: transparent;
    width: 16px !important;
    text-indent: -9999px;
    position: absolute;
    top: -105px;
    right: -20px;
    margin: auto;
    height: inherit;
  }
 .hotel-list.listing-style .sights_btm .orange-btn  { right:11px; }
  .hotel-list.listing-style .orange-btn:hover {
    background: url('../img/icons/arrow_right.png') center center no-repeat;
    background-color: transparent;
  }
  .hotel-list.listing-style .details small a {
    display: none;
  }
  .change_text {
    position: absolute;
    top: 8px;
  }
  .warning .special_offer p {
    position: absolute;
    top: 8px;
  }
.nearness-hotels .block{margin-top:0;    padding: 0 10px}
  .nearness-hotels .pagination li {
    display: block; margin-bottom: 5px;
  }
  .nearness-hotels .pagination > li.prev,
  .nearness-hotels .pagination > li.next {
    display: block;
  }
  .nearness-hotels .pagination > li.prev a,
  .nearness-hotels .pagination > li.next a {
    background: #a7a7a7;

  }
  .nearness-hotels .pagination li.prev a:hover,
  .nearness-hotels .pagination li.next a:hover {
    background: #a7a7a7;
  }
  .nearness-hotels .pagination li.prev {
    float: left;
  }
    .nearness-hotels .pagination li.next {
      float: right;
    }
    .region_mobile {
      display: block;
    }
    /* #sidebar .modify-search-panel {
      display: block;
    } */
  /*#sidebar .btn-close {
    display: block;
    background: url('../img/icons/close-light.png') center center no-repeat;
  }*/
  #sidebar {
    width: 100%;
    max-width: 100%;
  }
  #sidebar .btn-close {
    right: 5px;
  }
  /* .toggle-container .panel .panel-title a {
    font-size: 14px;
    padding: 7px;
  } */
  .sort-by-section li {
    float: none;
  }
  .result_filters {
    display: block;
    margin: auto;
  }

  /*detailed hotel*/
  .accordion-mobile {
    display: block;
  }
  .fast_buttons,
  .hotel_heading .badge_report {
    display: none;
  }
  .hotel_heading p {
    font-size: 12px;
    color: #838383;
  }
  .tab-container .tab-content .sub_tab {
    display: none;
  }
  #snimki.tab-container .tab-content .sub_tab {
    display: block;
  }
  #hotel-main-content.tab-container.style1 ul.tabs li {
    width: 33.3333%;
    min-width: auto;
    padding-right: 0;
    position: relative;
  }
  #hotel-main-content.tab-container.style1 ul.tabs {
    padding: 0;
  }
.tab-container.style1 ul.tabs li.active > a,
.tab-container.style1 ul.tabs li:hover > a,
.tab-container.style1 ul.tabs li a {
    background: #fff;
    color: #2d3e52;
    padding: 0 5px;
  }
  .tab-container.style1 ul.tabs li {
    position: relative;
    bottom: -5px;
  }
  #hotel-main-content.tab-container.style1 ul.tabs {
    height: 35px;
    position: relative;
  }
  .tab-container.style1 ul.tabs li.active {
    position: relative;
    height: 35px;
    bottom: 0;
  }
  .tab-container.style1 ul.tabs li a {
    border-left: 1px solid #838383;
    border-top: 1px solid #838383;
    border-right: 1px solid #838383;
    height: 30px;
    line-height: 30px;
  }
  .tab-container.style1 ul.tabs li.active > a {
    border-left: 1px solid #01b7f2;
    border-top: 1px solid #01b7f2;
    border-right: 1px solid #01b7f2;
    color: #01b7f2;
    font-weight: 600;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
  }
  .hotel_slider_lg .badge-top {
    display: none;
  }
  #hotel_description,
  #convenience,
  .reservation_lg,
  .booking-box,
  #offer_reduction,
  .reservation_sm,
  #most_profitable,
  .transperant_box,
  #about_region,
  #near_hotels {
    display: none;
  }
  .toggle-container .reservation_sm {
    display: block;
    margin: 0;
  }
  .hotel_slider_lg .gallery-pager {
    display: none;
  }
  .accordion-mobile .hotel_report,
    .accordion-mobile .hotel_description  {
    width: 100%;
  }
  .convenience {
    margin-top: 0;
    padding: 0 5px;
  }
  .convenience .col-md-4 {
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding: 0;
  }
  .convenience .icon-box {
    background: #fff;
    height: 30px;
  }
    .convenience .convenience-item h4 {
      font-weight: 700;
      margin: 15px 0 5px 0;
    }
  .convenience .convenience-item h4,
  .convenience .convenience-item p {
    display: block;
    font-size: 12px;
    width: 100%;
    color: #838383;
    margin: 5px 0;
  }
  .accordion-mobile .convenience .icon-box p {
    line-height: normal;
    color: #838383;
  }
  .toggle-container .convenience .icon-box p {
    line-height: normal;
    color: #838383;
  }
    .toggle-container .convenience .icon-box {
      padding-left: 0;
    }
  .near_box {
    padding: 0 5px;
  }
  .near_box > div span {
    text-align: right;
  }
  .near_hotels .icon-box {
    padding: 5px 0;
  }
  .near_hotels {
    margin: 0;
    padding: 0 5px;
  }
  .near_hotels .icon-box {
    border: 0;
  }
  .near_box > div {
    border: 0;
  }
  .hotel_report ul {
    margin-top: 0;
  }
  .hotel_description,
  .hotel_report {
    float: none;
  }
  .hotel_description {
    margin-bottom: 0;
  }
  .accordion-mobile .reservation_lg {
    display: block;
    padding: 0 5px;
  }
  .accordion-mobile .reservation_lg p {
    color: #2d3e52;
    font-size: 12px;
  }
  .accordion-mobile .reservation_lg a {
    color: #838383;
    border: 0;
    text-transform: none;
    float: right;
  }
  .accordion-mobile .reservation_lg a:hover {
    background: transparent;
  }
  .accordion-mobile .booking_box {
    padding: 10px 10px 20px 10px;
  }
  .accordion-mobile .booking_box p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 10px;
  }
 .accordion-mobile .booking_box .reservation_box .form-group {
  min-height: 35px;
  }
  .accordion-mobile .booking_box .reservation_box .form-group:last-child {
    margin-bottom: 0;
  }
  .accordion-mobile button.btn-bottom {
    left: 0;
    right: 0;
    bottom:auto;
  }
  .accordion-mobile .booking_box .hide_booking_form {
    font-size: 10px;
  }
  .accordion-mobile .reservation_box button {
    text-transform: uppercase;
  }
  .accordion-mobile .table {
    border: 1px solid #284e88;
    margin-bottom: 0;
  }
  .toggle-container .table {
    border: 1px solid #284e88;
    margin-bottom: 0;
  }
  .table>tbody>tr>td {
    border: 0;
  }
  .toggle-container .table thead {
    background: #284e88;
    color: #fff;
    font-size: 12px;
  }
    .toggle-container .table tbody >tr {
      border-top: 1px solid #94a7c4;
      border-bottom: 1px solid #94a7c4;
    }
    .toggle-container .table tbody >tr p {
      margin: 0;
      font-size: 12px;
      color: #2d3e52;
      line-height: normal;
      margin-bottom: 5px;
    }
    .toggle-container .table tbody >tr p.skin-color {
      font-weight: 600;
      color: #01b7f2;
    }
    .toggle-container .table tbody >tr td:last-child {
      position: relative;
      display: table-cell;
      vertical-align: middle;
    }
    .toggle-container .table tbody >tr a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      width: 16px;
      height: 15px;
      background: url('../img/icons/arrow_right_blue.png') center center no-repeat;
      background-size: 100% 100%;
    }
    .toggle-container .table tbody >tr span {
      color: #838383;
      font-size: 12px;
      line-height: normal;
      display: block;
    }
    .toggle-container .table tbody >tr span.dark {
      color: #2d3e52;
    }
    .toggle-container a.view_more {
      color: #838383;
      position: relative;
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      display: inline-block;
      width: 100%;
      padding: 10px 0;
    }
    .toggle-container a.view_more:after {
      content: '';
      background: url('../img/icons/arrow-down.png') center center no-repeat;
      background-size: 100% 100%;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      margin-left: 10px;
    }
    .toggle-container .offers_sm p.lines {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: normal;
    }
    .offers_sm .img-left {
      float: left;
    }
    .offers_sm .clearfix {
      position: relative;
      border-bottom: 2px solid #fafafa;
      margin-bottom: 7px;
    }
    .offers_sm .desc {
      float: left;
      padding-left: 10px;
    }
    .offers_sm .desc p {
      color: #838383;
      font-size: 12px;
      margin: 0;
    }
    .offers_sm .desc p:first-child {
      font-size: 14px;
    }
    .offers_sm .desc p span {
      color: #01b7f2;
      display: inline-block;
    }
    .offers_sm p.lines {
      width: 100%;
      float: left;
      margin: 0;
      color: #838383;
      font-size: 12px;
    }
    .offers_sm .clearfix a {
      position: absolute;
      right: -10px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url('../img/icons/arrow_right.png') center center no-repeat;
      width: 15px;
      height: 15px;
      background-size: 100% 100%;
    }
    .offers_sm a.view_more {
      color: #284e88;
      padding: 15px 0;
    }
    .offers_sm a.view_more:after {
      background: url('../img/icons/down-arrow-blue.png');
      background-size: 100% 100%;
    }
    .toggle-container .transperant_box {
      display: block;
      padding: 0 5px;
    }
    .accordion-mobile .near_hotels .icon-box  {
      position: relative;
      border-bottom: 2px solid #fafafa;
      min-height: 70px;
    }
    .accordion-mobile .near_hotels .icon-box .img-left {
      width: auto;
    }
    .accordion-mobile .near_hotels .icon-box span:last-child {
      position: absolute;
      bottom: 0;
      right: 20px;
    }
    .toggle-container .near_hotels p:first-child {
      font-weight: 600;
      max-height: 35px;
    }
    .toggle-container .near_box > div {
      border-bottom: 2px solid #fafafa;
    }

}
@media only screen and (max-width: 400px) and (min-width: 300px) {
  .holidays_offers .col-sm-4 {
    width: 100%;
    display: block;
    padding: 0;
  }
}

/**/
/*************************
accordions
***********************/
/*.toggle-container .panel.style2 .panel-title > a.collapsed:after {

}*/

.toggle-container .panel.style2 .panel-title > a:after,
.toggle-container .panel.style2 .panel-title > a.collapsed:after {
  content: '';
  background: url("../img/icons/arrow-down.png") center center no-repeat;
  top: 0;
  margin: auto;
}
#accordion.toggle-container .panel .panel-title a {
  font-weight: 400;
  font-size: 14px;
  color: #2d3e52;
}
#accordion.toggle-container .panel .panel-title a:hover {
  color: #2d3e52;
}
#accordion.toggle-container .panel-content p {
  font-size: 12px;
  margin: 0;
  color: #838383;
}
.toggle-container .panel.style2 .panel-content {
  padding: 0 30px 30px 20px;
}
.toggle-container .panel .panel-title a {
  padding: 15px 25px 15px 15px;
}
.lines,
.line {
  display: block;
}
