#header.header-v3 .header_top {
  padding: 10px 0;
}

.header_top {
  z-index: 9999;
}

.section-check-availability.availability-style-2 {
  display: block;
  clear: both;
}

.check-availability .availability-form {
  margin-top: 0;
}
.section-check-availability.availability-style-2 .check-availability {
  margin-top: 10px;
}

.home_slider {
  margin-top: 200px;
}

.home_slide {
  background-size: cover;
  position: relative;
}

.home_slide_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-align: center;
  width: 100%;
  max-width: 750px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px 20px;
  margin: 0 auto;
}

.home_slide_text h2 {
  color: white;
  padding: 10px 20px;
}

.ui-datepicker {
  z-index: 99999 !important;
}

.header_mobile {
  z-index: 9999;
}

.header_mobile .header_menu {
  background-color: #8b1a37;
  top: 0 !important;
  z-index: 9999;
}

.header_mobile .header_menu .fa {
  color: white !important;
}

.mobile_menu_overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  z-index:9998;
  display:none;
}
.mobile_menu_overlay.active {
  display: block;
}

@media (min-width: 768px) {
  .section-our-best .col-sm-4:nth-of-type(4),
  .section-our-best .col-sm-4:nth-of-type(7),
  .section-our-best .col-sm-4:nth-of-type(10) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .section-our-best .col-sm-4:nth-of-type(odd) {
    clear: left;
  }
}


@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 900px;
  }
  .hcom-w-badge-1 {
    position: static !important;
    margin: 0 auto 20px;
    display: none !important;
  }
}

@media (max-width: 767px) {
  .bookroom-label {
    clear: both;
    display: block;
    text-align: left;
    padding-bottom:10px;
  }
  .check-availability .availability-form .awe-calendar-wrapper {
    width: 33%;
  }
  .availability-form .awe-btn {
    top: 0;
  }
  #header.header-v3.header-sticky {
    margin-top: -56px !important;
  }
  .availability-form .awe-calendar-wrapper:first-of-type {
    padding-left: 0;
  }
  .availability-form .awe-btn {
    font-size: 14px !important;
  }
  #footer .pull-left,
  #footer .pull-right {
    float: none !important;;
  }
  #footer .copyright .social {
    text-align: center;
  }
  .room-item-style-2 h2 {
    font-size: 18px;
  }
  p {
    font-size: 14px !important;
  }
  .room-item-style-2 p {
    font-size: 14px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 650px) {
  #header.header-v3.header-sticky {
    margin-top: -100px !important;
  }
  .check-availability .availability-form {
    display: block;
    padding: 0 10px;
  }
  .check-availability .availability-form .awe-calendar-wrapper {
    width: 50%;
    margin-bottom:10px;
  }
  .availability-form .awe-btn {
    display: block;
    width: 200px;
    clear: both;
    margin-top: 10px;
  }
  #header .availability-form * {
    display: none;
  }
  #header .availability-form button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    line-height: 30px;
  }
  #header .check-availability .check-dates {
    margin-bottom: 10px;
  }
  .header_left,
  .header_right {
    float: none;
    width: 100%;
    text-align:center;
  }
}

@media (max-width: 480px) {

}
