@media (min-width: 1200px) {
    #filter .room-info-row {
        display: none;
    }

    .btn-region {
        width: 16.666%;
    }
}

@media (max-width: 1200px) {
    .btn-region {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    #map_info {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991px) {
    #map, #map_info {
        padding: 0;
    }

    #slider-range {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        padding-top: 10px;
        padding-left: 35px;
    }

    html {
        overflow-y: scroll;
    }

    #filter .room_address_link {
        display: none;
    }

    #filter .room-info-spacer {
        display: block;
    }

    #filter .room-info-row {
        position: relative;
        left: 41%;
        max-width: 55%;
    }
}

.pad-right {
    padding-right: 0;
}

.navbar {
    margin-bottom: 5px;
}

.navbar-nav {
    margin: 0;
}

.btn {
    padding: 3px 12px;
}

@media (max-width: 767px) {
    .region-check {
        top: 2px;
    }

    .btn-region {
        width: 50%;
        font-size: 0.8em;
    }

    .nav .nav-button {
        text-align: center;
    }

    .panel-title {
        font-size: 15px;
    }

    #filter {
        padding-left: 5px;
        padding-right: 5px
    }

    #regions {
        padding-left: 5px;
        padding-right: 5px
    }

    #filter .room-info-top {
        font-size: 0.8em;
    }

    .room-info-row p {
        font-size: 0.8em
    }

    .phone_number {
        display: none;
    }
}

[id^=room_].disabled:hover, [id^=room_]:hover {
    cursor: pointer;
}

.list-group-item.disabled {
    cursor: pointer;
}

.btn[disabled] {
    cursor: default;
}

[id^=room_].disabled span {
    text-decoration: line-through;
}

.city-heading.disabled .city-name {
    text-decoration: line-through;
    color: gray;
}

.city-panel .panel-body {
    padding: 0;
}

.city-name {
    font-weight: bold;
}

.panel-title {
    margin-left: -25px;
}


#notification_email :invalid{
    box-shadow: 5px 5px 5px 1px red;
}

.control-label.invalid {
    color: red;
}

#notification_email :focus:invalid{
    outline: none;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.city-heading {
    height: 35px;
    padding-top: 8px;
}

.city-badge, .filter-badge {
    height: 20px;
    width: 50px;
}

#old_data {
    cursor: pointer;

}


.navbar .fa {
    font-size: 20px;
}

.float-left {
    float: left !important;
}
p {
    overflow: hidden;
    margin-bottom: 0px;
}

img + p {
    padding-left: 5px;
}

.fa + p {
    padding-left: 5px;
}

.room-info-row {
    margin-top: 10px;
}

XXX .list-group-item:hover {
    background: #f5f5f5;
}


.info-button {
    cursor: pointer;
}

.padding-10 {
    padding-right: 10%;
    padding-left: 10%;
}

a.room-phone {
    color: black;
}
a.room-phone:hover {
    text-decoration: none;
}


.fa-map-marker, .fa-info-circle, .fa-facebook-official, .fa-phone-square,
.fa-tripadvisor, .fa-globe, .star, .fa-trash, .fa-plus, .fa-user, .fa-hashtag
{
    font-size: 22px;
    text-decoration: none !important;
}

.fa-hashtag {
    color: #337ab7;
}


.fa-map-marker {
    color: red;
}

.fa-info-circle {
    color: darkblue;
}

.fa-facebook-official {
    color: darkblue;
}

.fa-trash {
    color: red;
}

.fa-phone-square, .fa-plus {
    color: green;
}

.fa-tripadvisor {
    color: green;
}

.fa-globe {
    color: darkblue;
}

.star-success {
  color: mediumseagreen;
}

.star-warning {
  color: #f5dd34;
}

.star-danger {
  color: red;
}

@keyframes blinker {
  50% {
    transform: scale(1.5);
  }
}

.star-blink {
    animation: blinker 1.5s cubic-bezier(1, 1.24, 0, -1.35) infinite;
    color: mediumseagreen;
}

.star {
    font-size: 15px;
    top: 2px;
    position: relative;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    left: 15px;
    right: auto;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    padding-left: 20px;
}

.room-info-row span, .room-info-row img {
    padding-left: 5%;
}

.phone_number {
    float: left;
}

.review-label {
    display: inline-block;
    float: left;
}

.room_escape_logo {
    height: 20px;
    top: 1px;
    position: relative;
}

a.disabled {
    pointer-events: none;
}


.checkbox {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 0px;
  font-size: 10px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.filter-button {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 80px;
    font-size: 0.9em;
}

.config-row {
    margin-bottom: 10px;
}

.lang-icons {
    position: absolute;
    left: auto;
    right: 18px;
    padding-top: 18px;
}
.lang-icons  a {
    padding: 5px;
}

.sale-stack {
    position: relative;
    display: inline-block;
    height: 1em;
    left: 1px;
}

.sale-link {
    display:inline-block;
    width: 40px;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.sale-stack .fa, .sale-stack .sale-amount {
    position: absolute;
}

.fa-certificate {
    color: red;
    transform: scaleX(2);
    -webkit-transform: scaleX(2);
    left: 5px;
    top: -2px;
    font-size: 29px;
}

.sale-amount {
    top: 2px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.group-region {
    text-align: center;
}

.btn-region {
    border-radius: 0 !important;
    margin-left: 0 !important;
}

.region-check {
    position: absolute;
    left: 10px;
    color: #2EBF30;
    font-size: 20px;
}

.region-badge {
    font-size: 10px;
    position: absolute;
    right: 10px;
}

.hidden {
    display: none !important;
}

.btn-filter {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 12px;
    padding: 0px;
    width: 100%;
    outline: none !important;
}

.fa-toggle-filter {
    padding-right: 10px;
    position: relative;
    font-size: 20px;
    top: 3px;
}

#filter_panel_top {
    margin-bottom: 0px;
}

#filter_panel_bottom {
    margin-bottom: 0px;
}

#filter_cities {
    margin-bottom: 10px;
}

#filter_panel {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px
}

.list-city {
    float: right;
}

.time_btn {
    background-color: white;
    border: 1px solid darkgrey;
    margin: 2px;
}

.time_btn_discount {
    background-color: red;
    color: white;
    border: 1px solid red;
    margin: 2px;
}

.time-label {
    color: #555;
    margin-top: 3px;
    margin-bottom: 0;
}

.time_input {
    width: 150px;
    border:0;
    color:#f6931f;
    font-weight:bold;
}

.date_div {
    margin-top: 12px;
}

.data_label {
    margin-right: 3px;
}

.date_select {
    padding: 0;
    height: 25px;
    font-weight: 700;
}

label.date_select {
    width: 25px;
}

input.date_select {
    text-align: center;
}

.not_selected {
    background-color: rgba(221, 221, 221, 0.35);
}