@charset "UTF-8";
/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow .slick-prev, .slick-next {
  display: block;
  height: 50px;
  width: 50px;
  z-index: 20; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 92px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 20px; }
  .slick-prev:before {
    content: url("img/arrow-prev.png"); }
    [dir="rtl"] .slick-prev:before {
      content: url("img/arrow-next.png"); }
.slick-prev {
left: 110px;
}
.slick-next {
  right: 110px; }
  [dir="rtl"] .slick-next {
    left: 110px;
    right: auto; }
  .slick-next:before {
    content: url("img/arrow-next.png"); }
    [dir="rtl"] .slick-next:before {
      content: url("img/arrow-prev.png"); }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * AweBooking Theme
 */
.apb-product_thumb .owl-prev, .awebooking .apbfc-prev > span,
.awebooking .ui-datepicker-prev > span,
.ui-datepicker.apb-datepicker .apbfc-prev > span,
.ui-datepicker.apb-datepicker .ui-datepicker-prev > span, .apb-fc-prev,
.apb-product_thumb .owl-next,
.awebooking .apbfc-next > span,
.awebooking .ui-datepicker-next > span,
.ui-datepicker.apb-datepicker .apbfc-next > span,
.ui-datepicker.apb-datepicker .ui-datepicker-next > span,
.apb-fc-next {
  font-family: 'Awebooking';
  color: #b7b7b7; }

.apb-product_thumb .owl-prev:after, .awebooking .apbfc-prev > span:after,
.awebooking .ui-datepicker-prev > span:after,
.ui-datepicker.apb-datepicker .apbfc-prev > span:after,
.ui-datepicker.apb-datepicker .ui-datepicker-prev > span:after, .apb-fc-prev:after,
.apb-product_thumb .owl-next:after,
.awebooking .apbfc-next > span:after,
.awebooking .ui-datepicker-next > span:after,
.ui-datepicker.apb-datepicker .apbfc-next > span:after,
.ui-datepicker.apb-datepicker .ui-datepicker-next > span:after,
.apb-fc-next:after {
  font-size: 12px; }

.apb-product_thumb .owl-prev:after, .awebooking .apbfc-prev > span:after,
.awebooking .ui-datepicker-prev > span:after,
.ui-datepicker.apb-datepicker .apbfc-prev > span:after,
.ui-datepicker.apb-datepicker .ui-datepicker-prev > span:after, .apb-fc-prev:after {
  content: "\e901"; }

.apb-product_thumb .owl-next:after, .awebooking .apbfc-next > span:after,
.awebooking .ui-datepicker-next > span:after,
.ui-datepicker.apb-datepicker .apbfc-next > span:after,
.ui-datepicker.apb-datepicker .ui-datepicker-next > span:after, .apb-fc-next:after {
  content: "\e900"; }

/* Fonts */
@font-face {
  font-family: 'Awebooking';
  src: url("../fonts/apbf.ttf?7wxjk4") format("truetype"), url("../fonts/apbf.woff?7wxjk4") format("woff"), url("../fonts/apbf.svg?7wxjk4#apbf") format("svg");
  font-weight: normal;
  font-style: normal; }
.apbf {
  font-family: 'Awebooking' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.apbf-calendar:before {
  content: "\f133"; }

.apbf-select:before {
  content: "\e902"; }

.apbf-next:before {
  content: "\e900"; }

.apbf-prev:before {
  content: "\e901"; }

/* APB RESET CSS
----------------------------------*/
.awebooking,
.apb-datepicker,
.awebooking-widget {
  font-family: brandon-grotesque, sans-serif;
  line-height: 1.42857;
  color: #333;
  font-size: 14px;
  font-weight: 400; }

.awebooking h1, .awebooking h2, .awebooking #eModal-1.emodal .emodal-title, #eModal-1.emodal .awebooking .emodal-title, .awebooking .emodal .emodal-title, .emodal .awebooking .emodal-title, .awebooking h3, .awebooking h4, .awebooking h5, .awebooking h6,
.apb-datepicker h1,
.apb-datepicker h2,
.apb-datepicker #eModal-1.emodal .emodal-title,
#eModal-1.emodal .apb-datepicker .emodal-title,
.apb-datepicker .emodal .emodal-title,
.emodal .apb-datepicker .emodal-title,
.apb-datepicker h3,
.apb-datepicker h4,
.apb-datepicker h5,
.apb-datepicker h6,
.awebooking-widget h1,
.awebooking-widget h2,
.awebooking-widget #eModal-1.emodal .emodal-title,
#eModal-1.emodal .awebooking-widget .emodal-title,
.awebooking-widget .emodal .emodal-title,
.emodal .awebooking-widget .emodal-title,
.awebooking-widget h3,
.awebooking-widget h4,
.awebooking-widget h5,
.awebooking-widget h6 {
  margin-top: 0;
  font-family: inherit;
  font-weight: 700; }

.awebooking a,
.awebooking a:focus,
.apb-datepicker a,
.apb-datepicker a:focus,
.awebooking-widget a,
.awebooking-widget a:focus {
  text-decoration: none; }

.awebooking a:active,
.awebooking a:hover,
.apb-datepicker a:active,
.apb-datepicker a:hover,
.awebooking-widget a:active,
.awebooking-widget a:hover {
  outline: 0;
  text-decoration: none; }

.awebooking ul, .awebooking ol,
.apb-datepicker ul,
.apb-datepicker ol,
.awebooking-widget ul,
.awebooking-widget ol {
  margin-left: 0; }

.awebooking img,
.apb-datepicker img,
.awebooking-widget img {
  border: 0;
  max-width: 100%;
  height: auto; }

.awebooking button,
.apb-datepicker button,
.awebooking-widget button {
  overflow: visible; }

.awebooking button,
.awebooking input[type="reset"],
.awebooking input[type="submit"],
.apb-datepicker button,
.apb-datepicker input[type="reset"],
.apb-datepicker input[type="submit"],
.awebooking-widget button,
.awebooking-widget input[type="reset"],
.awebooking-widget input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

.awebooking button::-moz-focus-inner,
.awebooking input::-moz-focus-inner,
.apb-datepicker button::-moz-focus-inner,
.apb-datepicker input::-moz-focus-inner,
.awebooking-widget button::-moz-focus-inner,
.awebooking-widget input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.awebooking input[type="checkbox"],
.awebooking input[type="radio"],
.apb-datepicker input[type="checkbox"],
.apb-datepicker input[type="radio"],
.awebooking-widget input[type="checkbox"],
.awebooking-widget input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.awebooking textarea,
.apb-datepicker textarea,
.awebooking-widget textarea {
  overflow: auto; }

/* APB Form
----------------------------------*/
.apb-select,
.apb-input.apb-calendar {
  background-color: #FFF;
  border-color: #e4e4e4;
  border-width: 1px;
  border-style: solid;
  color: #333;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 1.42857;
  background-image: none; }

.apb-select:focus, .apb-select:active,
.apb-input.apb-calendar:focus,
.apb-input.apb-calendar:active {
  outline: 0;
  border-color: #CACA97;
  background-color: #FFF; }

/* Icons Input */
.apb-select,
.apb-input.apb-calendar {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px; }

/* APB Field */
.apb-field {
  margin-bottom: 20px; }

.apb-field > label {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.apb-field-group {
  position: relative; }

.apb-field-group .fa,
.apb-field-group .apbf,
.apb-field-group .icon {
  top: 10px;
  right: 10px;
  position: absolute;
  font-size: 14px;
  color: #b7b7b7; }

.apb-field-group .apbf-select {
  top: 12px;
  right: 12px;
  font-size: 10px; }

/* APB Button
----------------------------------*/
.awebooking .apb-btn {
  border: none;
  transition: all 0.25s ease;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 19px;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1; }

.awebooking .apb-btn, .awebooking .apb-btn:visited {
  color: #FFF;
  background-color: #CACA97;
  font-family: brandon-grotesque;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 19px;
  border-radius: 0 !important;
  letter-spacing: 2px; }

.awebooking .apb-btn:hover, .awebooking .apb-btn:focus {
  border: none;
  box-shadow: none;
  background-color: #000 !important;
  letter-spacing: 2px;
  color: #fff;
  background-image: none; }

.awebooking .apb-btn:active {
  padding: 12px 19px; }

.apb-alert {
  font-size: 14px;
  padding: 15px 20px;
  background-color: #f7f7f7; }

.apb-alert.success {
  color: #48710e;
  background-color: #f2fae3; }

.apb-alert.alert {
  color: #e28327;
  background-color: #fffceb; }

.apb-modal-title {
  text-transform: uppercase; }

.apb-modal-body {
  padding: 0; }

.apb-modal-body .apb-list-price {
  margin-bottom: 15px; }

.apb-modal-body .apb-list-price h6 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #f7f7f7; }

.apb-modal-body .apb-list-price-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: hidden; }

.apb-modal-body .apb-list-price-list li {
  padding: 5px 15px;
  width: 50%;
  float: left; }

.apb-modal-body .list-price-item span {
  font-weight: 700;
  color: #CACA97; }

/* APB OwlCarousel
----------------------------------*/
/* Preloader */
.apb-product_image:not(.apb-owl-carousel),
.apb-product_thumb:not(.apb-owl-carousel) {
  overflow: hidden;
  position: relative;
  z-index: 5; }

.apb-product_image:not(.apb-owl-carousel):after,
.apb-product_thumb:not(.apb-owl-carousel):after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/loading.gif") no-repeat center rgba(255, 255, 255, 0.95);
  background-size: 32px; }

.apb-product_image:not(.apb-owl-carousel) .apb-product_thumb_item,
.apb-product_image:not(.apb-owl-carousel) .apb-product_image_item,
.apb-product_thumb:not(.apb-owl-carousel) .apb-product_thumb_item,
.apb-product_thumb:not(.apb-owl-carousel) .apb-product_image_item {
  float: left; }

.apb-product_image:not(.apb-owl-carousel) {
  height: 550px; }

.apb-product_image:not(.apb-owl-carousel) .apb-product_image_item {
  width: 100%; }

.apb-product_thumb:not(.apb-owl-carousel) {
  height: 80px; }

/* APB Product Carousel */
.apb-product_image {
  margin-bottom: 10px; }

.apb-product_image .apb-product_image_item {
  background-color: #f7f7f7;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px; }

.apb-product_thumb .apb-product_thumb_item {
  padding-left: 5px;
  padding-right: 5px; }

.apb-product_thumb .apb-product_thumb_item > a {
  display: block;
  position: relative; }

.apb-product_thumb .apb-product_thumb_item > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease; }

.apb-product_thumb .apb-product_thumb_item > a img {
  width: 100%; }

.apb-product_thumb .owl-item.synced > .apb-product_thumb_item > a:after {
  opacity: 1;
  visibility: visible; }

.apb-product_thumb .owl-next,
.apb-product_thumb .owl-prev {
  top: 0;
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -100px;
  transition: all 0.25s ease; }

.apb-product_thumb .owl-prev {
  left: 0; }

.apb-product_thumb .owl-next {
  right: 0; }

@media (min-width: 992px) {
  .apb-product_thumb .owl-next,
  .apb-product_thumb .owl-prev {
    opacity: 0;
    visibility: hidden; }

  .apb-product_thumb .owl-prev {
    transform: translateX(10px); }

  .apb-product_thumb .owl-next {
    transform: translateX(-10px); }

  .apb-product_thumb:hover .owl-next, .apb-product_thumb:hover .owl-prev {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); } }
/* APB Heading
----------------------------------*/
.apb-heading {
  font-family: brandon-grotesque;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #e4e4e4; }

/* APB Datepicker
----------------------------------*/
/* APB-Datepicker */
.apb-calendar_wrap {
  padding: 7px 15px 15px 15px;
  background-color: #f7f7f7; }

@media (min-width: 768px) {
  .apb-calendar_wrap {
    padding: 10px 20px 20px 20px; } }
/* APB Datepicker */
.apb-calendar .ui-datepicker,
.ui-datepicker.apb-datepicker {
  padding: 0;
  border: none;
  border-radius: 0; }

.apb-calendar .ui-datepicker.ui-widget-content,
.ui-datepicker.apb-datepicker.ui-widget-content {
  color: inherit;
  background-image: none !important; }

.apb-calendar .ui-datepicker .ui-widget-header,
.ui-datepicker.apb-datepicker .ui-widget-header {
  background-image: none;
  background-color: transparent;
  border: none; }

.apb-calendar .ui-datepicker .ui-widget-header .ui-icon,
.ui-datepicker.apb-datepicker .ui-widget-header .ui-icon {
  font-size: 0;
  text-indent: 0;
  background-image: none; }

.apb-calendar .ui-datepicker table,
.ui-datepicker.apb-datepicker table {
  margin: 0;
  border: none;
  line-height: 1;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

.apb-calendar .ui-datepicker th,
.ui-datepicker.apb-datepicker th {
  color: #333;
  background-color: transparent;
  text-transform: uppercase; }

.apb-calendar .ui-datepicker td,
.ui-datepicker.apb-datepicker td {
  padding: 3px; }

.apb-calendar .ui-datepicker td a,
.apb-calendar .ui-datepicker td span,
.apb-calendar .ui-datepicker th span,
.ui-datepicker.apb-datepicker td a,
.ui-datepicker.apb-datepicker td span,
.ui-datepicker.apb-datepicker th span {
  background-image: none;
  font-size: 12px; }

.apb-calendar .ui-datepicker td a,
.ui-datepicker.apb-datepicker td a {
  color: #333; }

.apb-calendar .ui-datepicker td a:focus,
.ui-datepicker.apb-datepicker td a:focus {
  outline: 0; }

.apb-calendar .ui-datepicker td span,
.ui-datepicker.apb-datepicker td span {
  opacity: 0.2; }

.apb-calendar .ui-datepicker .ui-datepicker-title,
.ui-datepicker.apb-datepicker .ui-datepicker-title {
  text-transform: uppercase;
  color: #333;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px; }

.apb-calendar .ui-datepicker .ui-datepicker-title, .apb-calendar .ui-datepicker .ui-datepicker-title span,
.ui-datepicker.apb-datepicker .ui-datepicker-title,
.ui-datepicker.apb-datepicker .ui-datepicker-title span {
  font-size: 14px;
  font-weight: 400; }

.apb-calendar .ui-datepicker .ui-datepicker-prev,
.apb-calendar .ui-datepicker .ui-datepicker-next,
.ui-datepicker.apb-datepicker .ui-datepicker-prev,
.ui-datepicker.apb-datepicker .ui-datepicker-next {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: solid 1px #b7b7b7; }

.apb-calendar .ui-datepicker .ui-datepicker-prev:hover, .apb-calendar .ui-datepicker .ui-datepicker-prev:focus,
.apb-calendar .ui-datepicker .ui-datepicker-next:hover,
.apb-calendar .ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker.apb-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.apb-datepicker .ui-datepicker-prev:focus,
.ui-datepicker.apb-datepicker .ui-datepicker-next:hover,
.ui-datepicker.apb-datepicker .ui-datepicker-next:focus {
  border: solid 1px #CACA97;
  color: #CACA97; }

.apb-calendar .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.apb-calendar .ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker.apb-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker.apb-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.1; }

.apb-calendar .ui-datepicker .ui-datepicker-prev,
.ui-datepicker.apb-datepicker .ui-datepicker-prev {
  top: 3px;
  left: 3px; }

.apb-calendar .ui-datepicker .ui-datepicker-prev:hover, .apb-calendar .ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker.apb-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.apb-datepicker .ui-datepicker-prev:focus {
  top: 3px;
  left: 3px; }

.apb-calendar .ui-datepicker .ui-datepicker-next,
.ui-datepicker.apb-datepicker .ui-datepicker-next {
  top: 3px;
  right: 3px; }

.apb-calendar .ui-datepicker .ui-datepicker-next:hover, .apb-calendar .ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker.apb-datepicker .ui-datepicker-next:hover,
.ui-datepicker.apb-datepicker .ui-datepicker-next:focus {
  top: 3px;
  right: 3px; }

/* Calendar Icons */
.awebooking .apbfc-next > span,
.awebooking .apbfc-prev > span,
.awebooking .ui-datepicker-prev > span,
.awebooking .ui-datepicker-next > span,
.ui-datepicker.apb-datepicker .apbfc-next > span,
.ui-datepicker.apb-datepicker .apbfc-prev > span,
.ui-datepicker.apb-datepicker .ui-datepicker-prev > span,
.ui-datepicker.apb-datepicker .ui-datepicker-next > span {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  line-height: 24px;
  text-align: center; }

.awebooking .apbfc-next > span:hover:after,
.awebooking .ui-datepicker-next > span:hover:after,
.ui-datepicker.apb-datepicker .apbfc-next > span:hover:after,
.ui-datepicker.apb-datepicker .ui-datepicker-next > span:hover:after {
  color: #CACA97; }

.awebooking .apbfc-prev > span:hover:after,
.awebooking .ui-datepicker-prev > span:hover:after,
.ui-datepicker.apb-datepicker .apbfc-prev > span:hover:after,
.ui-datepicker.apb-datepicker .ui-datepicker-prev > span:hover:after {
  color: #CACA97; }

/* Inline datepicker */
.apb-calendar .ui-datepicker-inline {
  background-color: transparent; }

.apb-calendar .ui-datepicker-inline td a,
.apb-calendar .ui-datepicker-inline td span {
  border: none;
  padding: 8px;
  background-color: #FFF; }

@media (min-width: 768px) {
  .apb-calendar .ui-datepicker-inline td a,
  .apb-calendar .ui-datepicker-inline td span {
    padding: 10px; } }
.apb-calendar .ui-datepicker-inline td a:hover,
.apb-calendar .ui-datepicker-inline td a:focus,
.apb-calendar .ui-datepicker-inline td.apb-highlight a {
  color: #fff;
  background-color: #CACA97; }

@media (max-width: 767px) {
  .apb-calendar .ui-datepicker-inline.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%; } }
/* Popup datepicker */
.ui-datepicker.apb-datepicker {
  width: 20em;
  padding: 5px 10px 10px;
  background-color: #FFF;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1); }

.ui-datepicker.apb-datepicker td a,
.ui-datepicker.apb-datepicker td span {
  padding: 7px;
  text-align: center;
  border: solid 1px #e4e4e4;
  background-color: transparent; }

.ui-datepicker.apb-datepicker td a:hover,
.ui-datepicker.apb-datepicker td a:focus,
.ui-datepicker.apb-datepicker td.apb-highlight a {
  color: #CACA97;
  border-color: #CACA97; }

.ui-datepicker.apb-datepicker.ui-datepicker-multi td a,
.ui-datepicker.apb-datepicker.ui-datepicker-multi td span {
  padding: 5px; }

.ui-datepicker.apb-datepicker .ui-datepicker-header {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: solid 1px #e4e4e4; }

.ui-datepicker.apb-datepicker .ui-datepicker-title {
  padding-left: 50px;
  padding-right: 50px; }

.ui-datepicker.apb-datepicker .ui-datepicker-prev {
  left: 18px; }

.ui-datepicker.apb-datepicker .ui-datepicker-prev:hover, .ui-datepicker.apb-datepicker .ui-datepicker-prev:focus {
  left: 18px; }

.ui-datepicker.apb-datepicker .ui-datepicker-next {
  right: 18px; }

.ui-datepicker.apb-datepicker .ui-datepicker-next:hover, .ui-datepicker.apb-datepicker .ui-datepicker-next:focus {
  right: 18px; }

.ui-datepicker.apb-datepicker
.fc-toolbar h2, .ui-datepicker.apb-datepicker
.fc-toolbar #eModal-1.emodal .emodal-title, #eModal-1.emodal .ui-datepicker.apb-datepicker
.fc-toolbar .emodal-title, .ui-datepicker.apb-datepicker
.fc-toolbar .emodal .emodal-title, .emodal .ui-datepicker.apb-datepicker
.fc-toolbar .emodal-title {
  font-size: 16px;
  text-transform: uppercase; }

.apb-fc-nav {
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  border: solid 1px #eee;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center; }

.apb-fc-nav:hover, .apb-fc-nav:focus {
  border-color: #333; }

.apb-fc-next {
  float: right; }

.apb-fc-prev {
  float: left; }

/* APB Loading
----------------------------------*/
.apb-loading {
  background-color: rgba(255, 255, 255, 0.95); }

.apb-loading > span {
  background: url(../img/loading.gif) no-repeat center center;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  overflow: hidden;
  text-indent: -2048px;
  display: inline-block; }

/* APB TABs
----------------------------------*/
.apb-product_tab-header {
  margin: 0 0 30px;
  padding-left: 0;
  text-align: center;
  border-bottom: solid 2px #f7f7f7; }

.apb-product_tab-header > li > a {
  font-weight: 700;
  padding: 10px 15px;
  color: #333;
  text-transform: uppercase; }

.apb-product_tab-header > li.active > a:after {
  content: '';
  height: 2px;
  background-color: #CACA97;
  display: block;
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0; }

/* APB Steper
----------------------------------*/
.apb-step {
  color: #b7b7b7;
  padding: 12px 25px;
  background-color: #f7f7f7;
  margin-bottom: 40px; }
  @media (max-width: 1308px) {
    .apb-step {
      font-size: 12px; } }

.apb-step ul > li {
  text-align: center;
  text-transform: uppercase; }

.apb-step ul > li > span {
  color: #fff;
  background-color: #b7b7b7;
  font-size: 12px;
  display: inline-block;
  width: 25px;
  letter-spacing: 1px;
  height: 25px;
  line-height: 25px;
  margin-right: 12.5px;
  text-align: center;
  border-radius: 50%; }

@media (max-width: 767px) {
  .apb-step ul > li {
    font-size: 11px; } }
.apb-step ul > li.active,
.apb-step ul > li.step-complete {
  color: #CACA97; }

.apb-step ul > li.active > span,
.apb-step ul > li.step-complete > span {
  background-color: #CACA97; }

.apb-step ul > li.step-complete {
  overflow: hidden; }

.apb-step ul > li.step-complete > span {
  text-indent: -1000px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABm1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////861ouVAAAAiHRSTlMAAQIDBQYHCAoLDQ4PEBETFBcaGxweHyAhIiMnKCkrNTw/QUJERkhOUFFSVFVcXl9iZWZna2xub3B0dXh5e3x9fn+AhoeJiouMj5CRk5WXmJmcnaCnqayur7GytLW2vL2+wMLDxMfJy83Oz9HT1dbX2Nnb3N3e4OLj6Ors7fDx8/T19/j5+vv92LIm4AAAAXhJREFUeAFt0en3CnEcxfGrEmWXJUl2k1DIUnaiiJJIMtFiSVkqJVmSLLl/tt/pOzPNMq8nc895nzMPPl9o9lxv/+H8H2fPzm2G2d4m+TIbDx9LFLvkw+3Gep/fE1ugCNwhT2NpTYs3V0Fn02MWoHL3eBAmSZbU2WYQFlHeFSPHQ7BxjRJWhJiBrc7UBaD1A/b8vAoEeNZa1l6OAaj9Bm7QY6nuJp8AOMB9eP/GUh11jnYBcDKNvxlLrXEsjtptgHFT9TY43ilmeYS5ZKzbeuz4IWQmmIcXa3XxoqhDvvZCkfsGJkQmUwB8Q75wQ1X9iF95MSUyjY0DNl3QjGQ0xhAiZOEd67q6jhdwhlshHCdZcWApxiDW8x4UR7/I0Ot9BvBoeVUxVIcZAbCBVdhx/uwvvqd43i7L3CFGgVFrfcAT6iwxZX7wMpPQZPlqt76GZ8YfShM+PaLc2nfyA1tBGHiuTMm3ldt5uU/2I7Daf+v5p8nXQeVSCJr/85ZbETTRHpAAAAAASUVORK5CYII=); }

.apb-pagination > li > a,
.apb-pagination > li > span {
  color: #b7b7b7;
  line-height: 1.42857;
  background-color: #f7f7f7;
  border: 1px solid transparent; }

.apb-pagination > li > a:hover, .apb-pagination > li > a:focus,
.apb-pagination > li > span:hover,
.apb-pagination > li > span:focus {
  color: #b7b7b7;
  background-color: #f7f7f7; }

.apb-pagination > li.active > a,
.apb-pagination > li.active > span {
  color: #b7b7b7;
  background-color: #f7f7f7; }

/* APB Sidebar
----------------------------------*/
.room-detail_book,
.awebooking-wrapper {
  background-color: #f7f7f7; }

.room-detail_form,
.apb-content {
  padding: 20px; }

.apb-content-area .apb-content {
  padding: 0; }

.apb-content-area .apb-content .apb-heading {
  background-color: #f7f7f7; }

.apb-sidebar_title {
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 25px; }

.apb-sidebar_title:first-child {
  padding-top: 0; }

/* Sidebar group */
.apb-sidebar_group .label-group {
  float: left;
  font-weight: 700;
  font-size: 12px;
  width: 55px;
  position: relative;
  top: 26px; }

/* */
.room-detail_total {
  padding: 20px;
  border-bottom: solid 1px #e4e4e4; }

.room-detail_total h6 {
  margin-bottom: 15px;
  font-size: 16px; }

.room-detail_total .price {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 10px; }

.room-detail_total .price .amount {
  font-size: 40px;
  font-weight: bold; }

/* Room select */
.apb-room-selected {
  margin-bottom: 30px;
  background-color: #f7f7f7; }

.apb-room-selected_item,
.apb-room-seleted_current {
  padding: 20px; }

.apb-room-selected_item.apb-bg_blue,
.apb-room-seleted_current.apb-bg_blue {
  color: #CACA97; }

.apb-room-selected_item h6,
.apb-room-seleted_current h6 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px; }

.apb-room-selected_item span,
.apb-room-seleted_current span {
  font-size: 14px;
  display: block; }

/**/
.apb-room-selected_item h6 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 10px 0 0;
  line-height: 1.428em; }

.apb-room-selected_item .apb-option {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.428em;
  font-size: 12px; }

.apb-room-selected_item .apb-room-seleted_name {
  overflow: hidden;
  margin-top: 10px; }

.apb-room-selected_item .apb-room-seleted_name h2, .apb-room-selected_item .apb-room-seleted_name #eModal-1.emodal .emodal-title, #eModal-1.emodal .apb-room-selected_item .apb-room-seleted_name .emodal-title, .apb-room-selected_item .apb-room-seleted_name .emodal .emodal-title, .emodal .apb-room-selected_item .apb-room-seleted_name .emodal-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 80px;
  float: left;
  margin: 0; }
  @media (max-width: 1000px) {
    .apb-room-selected_item .apb-room-seleted_name h2, .apb-room-selected_item .apb-room-seleted_name #eModal-1.emodal .emodal-title, #eModal-1.emodal .apb-room-selected_item .apb-room-seleted_name .emodal-title, .apb-room-selected_item .apb-room-seleted_name .emodal .emodal-title, .emodal .apb-room-selected_item .apb-room-seleted_name .emodal-title {
      width: 100%;
      float: none; } }

.apb-room-selected_item .apb-room-seleted_name h2 a, .apb-room-selected_item .apb-room-seleted_name #eModal-1.emodal .emodal-title a, #eModal-1.emodal .apb-room-selected_item .apb-room-seleted_name .emodal-title a, .apb-room-selected_item .apb-room-seleted_name .emodal .emodal-title a, .emodal .apb-room-selected_item .apb-room-seleted_name .emodal-title a {
  color: #333; }

.apb-room-selected_item .apb-room-seleted_name h2 a:hover, .apb-room-selected_item .apb-room-seleted_name #eModal-1.emodal .emodal-title a:hover, #eModal-1.emodal .apb-room-selected_item .apb-room-seleted_name .emodal-title a:hover, .apb-room-selected_item .apb-room-seleted_name .emodal .emodal-title a:hover, .emodal .apb-room-selected_item .apb-room-seleted_name .emodal-title a:hover {
  color: #f7f7f7; }

.apb-room-selected_item .apb-room-seleted_name .apb-amount {
  font-weight: bold;
  font-size: 14px;
  float: left;
  width: 100%;
  color: #CACA9A; }

.apb-room-selected_item .apb-room-seleted_name.has-package h2, .apb-room-selected_item .apb-room-seleted_name.has-package #eModal-1.emodal .emodal-title, #eModal-1.emodal .apb-room-selected_item .apb-room-seleted_name.has-package .emodal-title, .apb-room-selected_item .apb-room-seleted_name.has-package .emodal .emodal-title, .emodal .apb-room-selected_item .apb-room-seleted_name.has-package .emodal-title {
  font-size: 16px; }

.apb-room-selected_item .apb-room-seleted_name.has-package h2 a, .apb-room-selected_item .apb-room-seleted_name.has-package #eModal-1.emodal .emodal-title a, #eModal-1.emodal .apb-room-selected_item .apb-room-seleted_name.has-package .emodal-title a, .apb-room-selected_item .apb-room-seleted_name.has-package .emodal .emodal-title a, .emodal .apb-room-selected_item .apb-room-seleted_name.has-package .emodal-title a {
  color: #f7f7f7; }

.apb-room-selected_item .apb-room-seleted_change {
  color: #b7b7b7;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin-top: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.apb-room-selected_item .apb-room-seleted_change:hover {
  text-decoration: underline; }

.apb-room-selected_item .apb-room-seleted_package {
  border-top: 1px solid #f7f7f7;
  margin-top: 15px;
  padding-top: 5px; }

.apb-room-selected_item .apb-room-seleted_package ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  margin-top: 5px; }

.apb-room-selected_item .apb-room-seleted_package ul li {
  font-size: 12px;
  overflow: hidden;
  padding: 5px 0; }

.apb-room-selected_item .apb-room-seleted_package ul li .apb-amount {
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.apb-room-selected_item .apb-room-seleted_package ul + ul {
  border-top: 1px solid #f7f7f7;
  padding-top: 8px; }

.apb-room-selected_item .apb-room-seleted_total-room {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #f7f7f7;
  padding-top: 15px;
  padding-bottom: 10px; }

.apb-room-selected_item .apb-room-seleted_total-room .apb-amount {
  float: right; }

.apb-room-selected_item .apb-room-seleted_date {
  float: left; }

.awebooking ::-webkit-input-placeholder {
  color: #333; }

.awebooking :-moz-placeholder {
  color: #333; }

.awebooking ::-moz-placeholder {
  color: #333;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

.awebooking :-ms-input-placeholder {
  color: #333; }

/* APB Room Item
----------------------------------*/
.apb-room_name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 50px;
  margin-top: 0;
  margin-bottom: 30px; }

.apb-room_name a,
.apb-room_name a:visited {
  color: #333;
  transition: all 0.25s ease; }

.apb-room_name a:hover,
.apb-room_name a:focus {
  color: #CACA97;
  text-decoration: none; }

.apb-room_heading .apb-room_price {
  float: right; }
  @media (max-width: 1000px) {
    .apb-room_heading .apb-room_price {
      float: none; } }

.apb-room_price {
  font-size: 14px;
  margin: 0 0 0 0; }

.apb-room_price .apb-room_amount {
  font-weight: bold;
  font-size: 30px;
  margin-left: 15px; }

.readmore-price {
  cursor: pointer;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
  text-decoration: underline !important; }

.apb-room_view-more {
  display: inline-block;
  clear: both;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px;
  font-style: italic;
  text-decoration: underline !important; }

.apb-room_desc.apb-extra {
  padding-top: 15px; }

/* Package more */
.apb-room_package-more {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #b7b7b7;
  transition: all 0.25s ease;
  padding: 15px;
  position: relative; }

.apb-room_package-more:hover, .apb-room_package-more:focus {
  color: #CACA97;
  border-color: #CACA97;
  outline: 0; }

.apb-room_package-more:after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: all 0.25s ease;
  background: url(data:image/gif;base64,R0lGODlhIQATAKIFAO/v7xAQEM/Pz5+fnwAAAP///wAAAAAAACH5BAEAAAUALAAAAAAhABMAAANfWCWi/jBGpkQITWptMQgEgW2kY4VBMYRiVkpnOCgr6r4mKD91i+esGaQ3wsUIwgjxxtEhSUvSMbmJwpxUKKv4mP5o25v3C7ZVsGReeJx2ENHtISsYl/SedfsurxlkSQkAOw==) no-repeat center center;
  background-size: 16px;
  position: absolute;
  right: 15px; }

.apb-room_package-more[aria-expanded="true"]:after {
  transform: rotate(90deg); }

/* Room package */
.apb-room_package {
  padding-top: 30px;
  overflow: hidden;
  clear: left; }

.apb-room_package a {
  color: #b7b7b7; }

.apb-room_package-content {
  padding: 0 30px; }

/* Room package item */
.apb-package_item {
  overflow: hidden;
  padding-top: 25px; }

.apb-package_item + .apb-package_item {
  margin-top: 25px;
  border-top: solid 1px #e4e4e4; }

.apb-package_img {
  float: left;
  margin-right: 30px; }

.apb-package_img img {
  width: 100%; }

.apb-package_text {
  overflow: hidden;
  position: relative; }

.apb-package_text h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

.apb-package_text h4 a {
  color: #333; }

.apb-package_text h4 a:hover, .apb-package_text h4 a:focus {
  color: #CACA97;
  text-decoration: none; }

.apb-package_text p {
  margin-bottom: 15px;
  font-size: 12px; }

.apb-select-package input[type="text"] {
  width: 80px;
  margin-right: 15px;
  float: left;
  border: solid 1px #e4e4e4; }

.apb-package_book-price {
  display: inline-block;
  vertical-align: middle; }

.apb-package_book-price .apb-package_price {
  margin: 0;
  font-size: 12px; }

.apb-package_book-price .apb-package_price .amount {
  font-size: 20px;
  font-weight: 700; }

/* APB ROOM SELECT */
.apb-room-select-item {
  padding: 28px 12px;
  border-bottom: 1px solid #E4E4E5;
  overflow: hidden;
  background: #F7F7F7; }

.apb-room-select-item:after {
  content: '';
  display: table;
  clear: both; }

.apb-room-select-item .img {
  float: left;
  width: 22%;
  padding: 0 12px; }
  @media (max-width: 1000px) {
    .apb-room-select-item .img {
      width: 100%;
      padding: 0 12px 0; } }

@media (max-width: 1000px) {
  .apb-room-selected_content {
    width: 100%; } }

.apb-room-select-item .room-select-th {
  text-transform: uppercase;
  font-size: 18px;
  font-family: brandon-grotesque;
  font-weight: 700;
  display: block; }

.apb-room-select-item .apb-desc {
  float: left;
  padding: 0 12px;
  width: 25%; }
  @media (max-width: 1000px) {
    .apb-room-select-item .apb-desc {
      width: 100%;
      padding: 20px 12px 20px; } }

.apb-room-select-item .apb-desc h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 12px; }

.apb-room-select-item .apb-desc p {
  font-size: 14px;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding-bottom: 0;
  line-height: 2em; }

.apb-room-select-item .apb-room-select-package {
  float: left;
  padding: 0 12px;
  width: 30%; }
  @media (max-width: 1000px) {
    .apb-room-select-item .apb-room-select-package {
      width: 100%;
      padding: 0 12px 20px; } }

.apb-room-select-item .apb-room-select-package span {
  text-transform: uppercase;
  font-size: 18px;
  font-family: brandon-grotesque;
  font-weight: 700; }

.apb-room-select-item .apb-room-select-package ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 18px; }

.apb-room-select-item .apb-room-select-package ul li {
  font-size: 14px; }

.apb-room-select-item .apb-room-select-package ul li:before {
  content: '-';
  margin-right: 5px; }

.apb-room-select-item .apb-room-select-package ul li span {
  color: #CACA97;
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px; }

.apb-room-select-item .apb-room-select-price {
  float: left;
  width: 20%; }
  @media (max-width: 1000px) {
    .apb-room-select-item .apb-room-select-price {
      width: 100%;
      padding: 0 12px 20px; } }

.apb-room-select-item .apb-room-select-price .price {
  color: #CACA97;
  font-size: 16px;
  font-weight: bold;
  margin-top: 18px;
  display: block; }

.apb-room-select-item .apb-room-select-price a {
  font-style: italic;
  font-size: 12px;
  margin-top: 15px;
  display: inline-block; }

.apb-room-select-item .apb-room-select-price a:hover {
  text-decoration: underline; }

.apb-room-select-footer {
  padding: 20px 25px;
  overflow: hidden;
  background-color: #f7f7f7; }
  @media (max-width: 1000px) {
    .apb-room-select-footer {
      text-align: center;
      padding-bottom: 0; } }

.apb-room-select-footer .link-other-room {
  font-style: italic;
  font-size: 12px;
  color: #b7b7b7;
  margin-top: 11px;
  display: inline-block; }
  @media (max-width: 1000px) {
    .apb-room-select-footer .link-other-room {
      display: block;
      margin-bottom: 20px; } }

.apb-room-select-footer .link-other-room:hover {
  text-decoration: underline; }

.apb-room-select-footer .apb-btn {
  float: right;
  color: #fff; }
  @media (max-width: 1000px) {
    .apb-room-select-footer .apb-btn {
      float: none; } }

/*# sourceMappingURL=apb-theme.css.map */
/**
 * AweBooking Layout
 */
.apb-layout::after {
  content: '';
  display: table;
  clear: both; }

/* box-sizing set to border-box as default */
.awebooking *,
.awebooking *:after,
.awebooking *:before,
.awebooking-widget *,
.awebooking-widget *:after,
.awebooking-widget *:before {
  box-sizing: border-box; }

/* Container */
.apb-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.apb-container::after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 768px) {
  .apb-container {
    width: 750px; } }
@media (min-width: 992px) {
  .apb-container {
    width: 970px; } }
@media (min-width: 1200px) {
  .apb-container {
    width: 1170px; } }
/* Layouts */
.apb-layout {
  margin-left: -15px;
  margin-right: -15px; }

.apb-widget-area,
.apb-content-area {
  width: 100%;
  min-height: 1px;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.apb-total-price-wrapper {
  margin: 10px 0;
  float: right; }
  @media (max-width: 1000px) {
    .apb-total-price-wrapper {
      float: none;
      text-align: center;
      width: 100%; } }
  .apb-total-price-wrapper .apb-room_amount {
    width: 100%;
    text-align: right; }
  .apb-total-price-wrapper .readmore-price {
    width: 100%;
    display: block;
    text-align: right; }
    @media (max-width: 1000px) {
      .apb-total-price-wrapper .readmore-price {
        text-align: center;
        margin-top: 10px; } }

.apb-action-wrapper {
  margin-top: 25px;
  float: left; }
  @media (max-width: 1000px) {
    .apb-action-wrapper {
      float: none;
      text-align: center;
      width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .apb-widget-area {
    width: 33.33333333%; }

  .apb-content-area {
    width: 66.66666667%; }

  .apb-sidebar-left .apb-widget-area {
    right: 66.66666667%; }

  .apb-sidebar-left .apb-content-area {
    left: 33.33333333%; } }
@media (min-width: 1200px) {
  .apb-widget-area {
    width: 25%; }

  .apb-content-area {
    width: 75%; }

  .apb-sidebar-left .apb-widget-area {
    right: 75%; }

  .apb-sidebar-left .apb-content-area {
    left: 25%; }

  .apb-content-area .apb-content {
    display: block; } }
/* Sidebar tweak */
.awebooking-widget select,
.awebooking-widget input[type="text"],
.awebooking-widget input[type="email"],
.awebooking-wrapper select,
.awebooking-wrapper input[type="text"],
.awebooking-wrapper input[type="email"],
.apb-widget-area select,
.apb-widget-area input[type="text"],
.apb-widget-area input[type="email"] {
  width: 100%; }

.awebooking-widget button,
.awebooking-widget input[type="button"],
.awebooking-widget input[type="submit"],
.awebooking-wrapper button,
.awebooking-wrapper input[type="button"],
.awebooking-wrapper input[type="submit"],
.apb-widget-area button,
.apb-widget-area input[type="button"],
.apb-widget-area input[type="submit"] {
  width: 100%; }

/* Reset Field */
.apb-field {
  margin-top: 0;
  margin-bottom: 15px; }

/* Fix inline calendar width */
.apb-calendar .ui-datepicker-inline {
  width: 100% !important; }

/* Theme Layouts */
#awe-plugin-booking {
  margin: 30px 0; }

.checkout_head.apb-heading h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 16px; }

.apb-checkout-page .apb-widget-area {
  right: 0;
  padding-left: 0;
  width: 33%; }
  @media (max-width: 1000px) {
    .apb-checkout-page .apb-widget-area {
      width: 100%;
      width: calc(100% - 30px);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 15px;
      padding-right: 0; } }

.apb-checkout-page .apb-content-area {
  left: 0;
  padding: 0px;
  background: #F7F7F7;
  width: 67%; }
  @media (max-width: 1000px) {
    .apb-checkout-page .apb-content-area {
      width: 100%;
      width: calc(100% - 30px);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 15px; } }
  .apb-checkout-page .apb-content-area .apb-content-booking-form {
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
    .apb-checkout-page .apb-content-area .apb-content-booking-form .inner_field_col {
      width: calc( 50% - 5px);
      float: left;
      margin-right: 5px;
      margin-bottom: 20px; }
      .apb-checkout-page .apb-content-area .apb-content-booking-form .inner_field_col.second {
        margin-right: 0;
        margin-left: 5px; }
      .apb-checkout-page .apb-content-area .apb-content-booking-form .inner_field_col.full {
        width: 100%;
        float: left; }
    .apb-checkout-page .apb-content-area .apb-content-booking-form input, .apb-checkout-page .apb-content-area .apb-content-booking-form textarea {
      margin-top: 10px; }

/**
 * Bootstrap Transition.
 */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.tab-content > .tab-pane {
  display: block;
  overflow-y: hidden;
  height: 0; }

.tab-content > .active {
  height: auto; }

/**
 * Bootstrap Collapse.
 */
.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

/**
 * Bootstrap Modal.
 */
.apb-modal-open {
  overflow: hidden; }

.apb-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.35); }

.apb-modal .apb-modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out; }

.apb-modal.in .apb-modal-dialog {
  transform: translate(0, 0); }

.apb-modal-open .apb-modal {
  overflow-x: hidden;
  overflow-y: auto; }

.apb-modal-dialog {
  position: relative;
  width: auto;
  margin: 15px; }

.apb-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #eee;
  background-clip: padding-box;
  outline: 0; }

.apb-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  position: relative; }

.apb-modal-header .close {
  margin-top: -2px; }

.apb-modal-title {
  margin: 0;
  line-height: 1.42857143; }

.apb-modal-body {
  position: relative;
  padding: 15px; }

.apb-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

@media (min-width: 601px) {
  .apb-modal-dialog {
    margin: 50px 30px; } }
@media (min-width: 783px) {
  .apb-modal-dialog {
    width: 600px;
    margin: 120px auto 30px; }

  .apb-modal-content {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15); } }
.abp-close-modal {
  color: #999;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-family: serif;
  border-radius: 2px; }

.abp-close-modal:hover, .abp-close-modal:focus {
  outline: 0;
  background-color: #f9f9f9; }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Popup datepicker */
.ui-datepicker.apb-datepicker {
  background-color: white; }

/* APB Month */
.fc-widget-header table {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .apb-month {
    float: left;
    padding: 10px;
    width: 49%; } }
/* Fix fullcalendar */
.fc-day-grid .fc-row {
  height: 42px; }

@media (min-width: 480px) {
  .fc-day-grid .fc-row {
    height: 58px; } }
.apb-loading {
  z-index: 1994;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* APB TABs
----------------------------------*/
.apb-product_tab {
  padding-top: 30px;
  padding-bottom: 30px; }

.apb-product_tab-panel {
  overflow: hidden; }

.apb-product_tab-header {
  margin: 0 0 30px;
  padding-left: 0;
  list-style: none; }

.apb-product_tab-header > li {
  display: inline-block; }

.apb-product_tab-header > li > a {
  position: relative;
  display: inline-block; }

.apb-product_tab-header > li > a:focus, .apb-product_tab-header > li > a:hover {
  outline: 0;
  text-decoration: none; }

.apb-step ul {
  display: table;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }
  @media (max-width: 1000px) {
    .apb-step ul {
      display: block;
      width: 100%; } }

.apb-step ul > li {
  width: 1%;
  display: table-cell;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative; }
  @media (max-width: 1000px) {
    .apb-step ul > li {
      display: block;
      text-align: left;
      width: 100%;
      margin: 15px 0px; } }

.apb-pagination {
  margin: 25px 0;
  padding-left: 0;
  border-radius: 0;
  display: inline-block; }

.apb-pagination > li {
  display: inline; }

.apb-pagination > li > a,
.apb-pagination > li > span {
  float: left;
  position: relative;
  padding: 7px 14px;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px; }

/* Sidebar group */
.apb-sidebar_group {
  margin-bottom: 20px; }

.apb-sidebar_group .label-group {
  display: block; }

.apb-sidebar_group .apb-field_group {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px; }

.apb-sidebar_group .apb-field {
  float: left;
  width: 50%;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 480px) {
  .awebooking-wrapper.inline .apb-field {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px; }

  .awebooking-wrapper.inline .apb-btn {
    width: auto;
    display: inline-block;
    padding: 8px 15px;
    vertical-align: middle;
    position: relative;
    top: -1px; } }
/* APB Room Item
----------------------------------*/
/* Room Item */
.apb-room_item {
  margin-bottom: 50px; }
  @media (max-width: 1000px) {
    .apb-room_item .apb-room_name, .apb-room_item .apb-room_heading {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    .apb-room_item .apb-room_name {
      margin-bottom: 10px; }
    .apb-room_item .apb-room_img {
      text-align: center; } }

.apb-room_item::after {
  content: '';
  display: table;
  clear: both; }

.apb-room_img {
  position: relative; }

.apb-room_img a {
  display: block;
  transition: all 0.25s ease; }

.apb-room_img a:empty {
  display: none; }

.apb-room_img a:hover, .apb-room_img a:focus {
  opacity: 0.85; }

.apb-room_img img {
  width: 100%; }

@media (min-width: 768px) {
  .apb-room_img {
    width: 100%;
    float: left;
    margin-right: 30px; } }
@media (max-width: 767px) {
  .apb-room_img {
    margin-bottom: 15px; } }
.apb-sale-icon {
  position: absolute;
  display: inline-block;
  width: 64px;
  top: 0;
  left: 0; }

.apb-room_text {
  overflow: hidden;
  width: 100%;
  line-height: 1.567;
  text-align: left; }

.apb-room_text ul {
  padding-left: 15px; }

/*# sourceMappingURL=apb-layout.css.map */
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 11:12 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
   * Overrides qTip2:
   * .qtip-titlebar .qtip-close{
   *   [...]
   *   right: 4px;
   *   top: 50%;
   *   [...]
   *   border-style: solid;
   * }
   */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
   * Overrides qTip2:
   * .qtip-default .qtip-icon {
   *   border-color: #CCC;
   *   background: #F1F1F1;
   *   color: #777;
   * }
   */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
   * Overrides qTip2:
   * .qtip-icon .ui-icon{
   *   width: 18px;
   *   height: 14px;
   * }
   */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !important; }

body, html, .container-wrap {
  color: #231F20;
  background: #EFF0F2 !important;
  font-size: 15px;
  line-height: 22px; }

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

.text_align_centre {
  text-align: center; }

.page-header-no-bg .col.section-title {
  border-bottom: 0 !important; }

@media (max-width: 1000px) {
  .csbwfs-social-widget {
    display: none; } }

.sub_text_heading {
  font-family: brandon-grotesque;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vert_center_container {
  width: 100%;
  display: table;
  height: 100%; }
  .vert_center_container .inner_vert_center_container {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }

h1, h2, #eModal-1.emodal .emodal-title, .emodal .emodal-title, h3 {
  color: #000;
  letter-spacing: 9px; }

h1, h2, #eModal-1.emodal .emodal-title, .emodal .emodal-title, h3, h4, h5, h6 {
  font-family: kepler-std-display;
  font-weight: normal; }
  h1.grey_heading, h2.grey_heading, #eModal-1.emodal .grey_heading.emodal-title, .emodal .grey_heading.emodal-title, h3.grey_heading, h4.grey_heading, h5.grey_heading, h6.grey_heading {
    color: #444444 !important; }

h2, #eModal-1.emodal .emodal-title, .emodal .emodal-title {
  font-size: 32px;
  line-height: 33px; }

#page-header-bg h1 {
  text-transform: none !important;
  letter-spacing: 1px !important; }

.portfolio-items .col .work-item.style-3 .vert-center h3 {
  text-transform: none !important;
  letter-spacing: 1px !important; }

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
  padding: 14px 10px !important; }

select {
  -webkit-appearance: menulist-button;
  height: 47px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }

.qtip_ui_beachfront {
  background: #CACA9A;
  padding: 10px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: .3em;
  font-weight: 700;
  font-family: brandon-grotesque;
  border: 1px solid #b8b879; }

/* Buttons */
.button, input[type="submit"], button {
  display: inline-block;
  background: transparent;
  font-family: brandon-grotesque;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #CACA9A;
  padding: 9px 35px;
  border: solid #CACA9A 1px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .button.white_trans, input[type="submit"].white_trans, button.white_trans {
    color: #fff; }
  .button:hover, .button.active, input[type="submit"]:hover, input[type="submit"].active, button:hover, button.active {
    background: #CACA9A;
    color: #fff;
    text-decoration: none; }

.heading_main {
  padding: 80px 0 45px; }
  .heading_main h1, .heading_main h2, .heading_main #eModal-1.emodal .emodal-title, #eModal-1.emodal .heading_main .emodal-title, .heading_main .emodal .emodal-title, .emodal .heading_main .emodal-title, .heading_main h3 {
    color: #000; }
  @media (max-width: 1000px) {
    .heading_main {
      padding: 40px 0 5px; } }

.container-wrap ul {
  margin-top: 20px; }
  .container-wrap ul li {
    list-style: none;
    text-indent: -10px;
    margin-bottom: 10px; }
    .container-wrap ul li:before {
      margin-left: -17px;
      padding-right: 18px;
      content: "\f0da";
      font-family: 'FontAwesome';
      color: #000; }

#header-outer[data-transparent-header="true"].transparent > header #logo img.dark-version, #header-outer[data-transparent-header="true"].light-text > header #logo img.dark-version {
  width: 0; }
  @media (max-width: 1000px) {
    #header-outer[data-transparent-header="true"].transparent > header #logo img.dark-version, #header-outer[data-transparent-header="true"].light-text > header #logo img.dark-version {
      width: 200px;
      height: auto; } }

body header#top #logo {
  margin-top: 10px; }
  @media (max-width: 1308px) {
    body header#top #logo img {
      width: 80% !important;
      height: auto !important;
      margin-top: 15px; } }
  @media (max-width: 1000px) {
    body header#top #logo img {
      width: auto !important;
      height: 41px !important;
      margin-top: 15px; } }
@media (max-width: 1308px) {
  body header#top .logo {
    width: 20% !important; }
    body header#top .logo #logo {
      width: 100%;
      margin-top: 10px;
      height: auto; }
      body header#top .logo #logo img {
        width: 100%;
        height: auto !important; } }
@media (max-width: 1200px) {
  body header#top .logo {
    width: 18% !important; } }
@media (max-width: 1000px) {
  body header#top .logo {
    width: 23.5% !important; }
    body header#top .logo #logo {
      margin-top: -2px !important; }
      body header#top .logo #logo img.dark-version {
        height: 41px !important;
        width: auto; } }
body header#top nav {
  position: relative;
  z-index: 9; }
  body header#top nav > ul > li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: brandon-grotesque;
    opacity: 1 !important;
    font-size: 16px;
    padding: 25px 22px 35px !important; }
    @media (max-width: 1308px) {
      body header#top nav > ul > li a {
        font-size: 16px !important; } }
    @media (max-width: 1200px) {
      body header#top nav > ul > li a {
        font-size: 14px !important;
        padding-left: 4px !important;
        padding-right: 4px !important; } }
  body header#top nav > ul > li ul li.current-menu-item a {
    backgroun-color: #231F20 !important; }
  body header#top nav > ul > li ul li a {
    padding: 14px 15px !important;
    min-width: 200px; }
    @media (max-width: 1308px) {
      body header#top nav > ul > li ul li a {
        font-size: 16px !important; } }
    @media (max-width: 1200px) {
      body header#top nav > ul > li ul li a {
        font-size: 14px !important;
        padding-left: 14px !important;
        padding-right: 14px !important; } }
    body header#top nav > ul > li ul li a:hover {
      background: #231F20 !important; }

header#top .sf-menu li ul li.current-menu-item > a {
  background: #231F20 !important; }

body #header-outer {
  background: #000; }
  body #header-outer[data-format="centered-menu"] header#top .span_9, body #header-outer[data-format="centered-menu"] header#top .span_9 .sf-menu {
    text-align: RIGHT !important; }
  body #header-outer[data-format="centered-menu"].scrolled-down header#top .span_9, body #header-outer[data-format="centered-menu"].scrolled-down header#top .span_9 .sf-menu {
    text-align: right !important; }
  body #header-outer[data-format="centered-menu"].transparent header#top .span_9, body #header-outer[data-format="centered-menu"].transparent header#top .span_9 .sf-menu {
    text-align: center !important; }
  @media (max-width: 1000px) {
    body #header-outer {
      background: black !important; } }

#slide-out-widget-area .inner .off-canvas-menu-container li a {
  color: #fff !important;
  font-size: 18px;
  opacity: 1 !important; }

.wpb_row.homebanner_container {
  margin-bottom: 0; }
  .wpb_row.homebanner_container .homebanner {
    position: relative; }
    .wpb_row.homebanner_container .homebanner:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9;
      background-color: rgba(0, 0, 0, 0.4); }
    .wpb_row.homebanner_container .homebanner:after {
      content: url("img/logo.png");
      width: 638px;
      height: 74px;
      position: absolute;
      z-index: 99;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      top: 0; }
      @media (max-width: 1000px) {
        .wpb_row.homebanner_container .homebanner:after {
          width: 70%;
          height: 80px;
          content: '';
          background: url("img/logo.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; } }

/* Home - CTA Black Container */
.cta_black_container {
  background: #000;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 9px;
  font-family: kepler-std-display;
  font-weight: 400;
  padding: 45px 0;
  margin-bottom: 30px !important;
  text-align: center; }
  .cta_black_container.no_b {
    margin-bottom: 0 !important; }
  .cta_black_container .w_highlighted_box strong, .cta_black_container .w_highlighted_box a {
    display: inline-block;
    padding: 30px 23px;
    margin: 0 25px;
    letter-spacing: 9px;
    font-weight: 300;
    font-size: 28px;
    font-family: kepler-std-display;
    border: 1px solid #CACA9A;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .cta_black_container .w_highlighted_box a:hover {
    background: #CACA9A;
    color: #fff; }
  @media (max-width: 1308px) {
    .cta_black_container {
      font-size: 20px;
      letter-spacing: 5px; }
      .cta_black_container .w_highlighted_box strong, .cta_black_container .w_highlighted_box a {
        font-size: 20px;
        padding: 20px 10px;
        margin: 0 15px;
        letter-spacing: 5px; } }
  @media (max-width: 1000px) {
    .cta_black_container {
      padding: 25px 0; }
      .cta_black_container .w_highlighted_box {
        font-size: 15px; }
        .cta_black_container .w_highlighted_box strong, .cta_black_container .w_highlighted_box a {
          font-size: 22px;
          padding: 10px;
          margin: 0;
          width: 80%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          margin: 20px 10%; } }

/* Home Featured House */
.featured_houses {
  margin-bottom: 20px; }
  .featured_houses ._house {
    overflow: hidden;
    position: relative;
    width: 25%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center; }
    .featured_houses ._house:before {
      padding-top: 80%;
      display: block;
      content: ''; }
      @media (max-width: 1889px) {
        .featured_houses ._house:before {
          padding-top: 80%; } }
      @media (max-width: 1000px) {
        .featured_houses ._house:before {
          padding-top: 100%; } }
    .featured_houses ._house ._house_content_box {
      position: absolute;
      padding: 20px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      color: #fff;
      background: transparent;
      -webkit-backface-visibility: hidden;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .featured_houses ._house ._house_content_box .vert_center_container {
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        border: 1px solid transparent;
        padding: 20px 40px; }
        @media (max-width: 1889px) {
          .featured_houses ._house ._house_content_box .vert_center_container {
            padding: 20px; } }
        .featured_houses ._house ._house_content_box .vert_center_container h2, .featured_houses ._house ._house_content_box .vert_center_container #eModal-1.emodal .emodal-title, #eModal-1.emodal .featured_houses ._house ._house_content_box .vert_center_container .emodal-title, .featured_houses ._house ._house_content_box .vert_center_container .emodal .emodal-title, .emodal .featured_houses ._house ._house_content_box .vert_center_container .emodal-title {
          color: #fff;
          margin-bottom: 0;
          margin-top: -10px;
          -webkit-backface-visibility: hidden;
          -moz-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        .featured_houses ._house ._house_content_box .vert_center_container ._house_hidden {
          opacity: 0;
          margin-top: 40px;
          position: relative;
          margin-bottom: -220%;
          -webkit-backface-visibility: hidden;
          -moz-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          font-size: 20px;
          font-family: kepler-std-display;
          line-height: 1.6em; }
          @media (max-width: 1889px) {
            .featured_houses ._house ._house_content_box .vert_center_container ._house_hidden {
              margin-top: 10px;
              line-height: 1.4em;
              font-size: 17px; } }
          @media (max-width: 1348px) {
            .featured_houses ._house ._house_content_box .vert_center_container ._house_hidden p {
              display: none; } }
    .featured_houses ._house:hover ._house_content_box {
      background: rgba(0, 0, 0, 0.5); }
      .featured_houses ._house:hover ._house_content_box .vert_center_container {
        border: 1px solid #CACA9A; }
        .featured_houses ._house:hover ._house_content_box .vert_center_container h2, .featured_houses ._house:hover ._house_content_box .vert_center_container #eModal-1.emodal .emodal-title, #eModal-1.emodal .featured_houses ._house:hover ._house_content_box .vert_center_container .emodal-title, .featured_houses ._house:hover ._house_content_box .vert_center_container .emodal .emodal-title, .emodal .featured_houses ._house:hover ._house_content_box .vert_center_container .emodal-title {
          margin-top: 0;
          color: #CACA9A; }
        .featured_houses ._house:hover ._house_content_box .vert_center_container ._house_hidden {
          opacity: 1;
          margin-bottom: 0; }
          .featured_houses ._house:hover ._house_content_box .vert_center_container ._house_hidden a.button {
            font-weight: 700;
            letter-spacing: 3px; }
    @media (max-width: 1308px) {
      .featured_houses ._house {
        width: 50%; }
        .featured_houses ._house ._house_content_box .vert_center_container ._house_hidden p {
          display: block; } }
    @media (max-width: 690px) {
      .featured_houses ._house {
        width: 100%; } }

/* Our Retreats Features */
.our_retreats_feature {
  padding: 33px 0 35px; }
  .our_retreats_feature h2, .our_retreats_feature #eModal-1.emodal .emodal-title, #eModal-1.emodal .our_retreats_feature .emodal-title, .our_retreats_feature .emodal .emodal-title, .emodal .our_retreats_feature .emodal-title {
    text-align: center;
    font-weight: 400;
    margin-bottom: 32px; }
  .our_retreats_feature .our_retreats_box {
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding: 30px; }
    .our_retreats_feature .our_retreats_box img {
      margin-bottom: 40px; }
    .our_retreats_feature .our_retreats_box h3 {
      text-transform: uppercase;
      font-family: brandon-grotesque;
      font-weight: 700;
      font-size: 21px;
      margin-bottom: 40px;
      line-height: 1.3em; }
    .our_retreats_feature .our_retreats_box p {
      color: #666666;
      font-family: kepler-std-display;
      font-size: 18px;
      line-height: 1.6em; }
    @media (max-width: 1308px) {
      .our_retreats_feature .our_retreats_box {
        width: 100%;
        padding: 20px; } }

/* testimonials */
.testimonial_banner {
  text-align: center;
  padding: 30px 0; }
  .testimonial_banner .testimonial_banner_slide .testimonial_quote {
    background: url("img/quote-left.png") no-repeat;
    background-position: left center;
    background-position: left center -20px; }
    .testimonial_banner .testimonial_banner_slide .testimonial_quote .testimonial_inner_quote {
      background: url("img/quote-right.png") no-repeat;
      background-position: right center;
      background-position: right center -20px;
      padding: 0 120px; }
      .testimonial_banner .testimonial_banner_slide .testimonial_quote .testimonial_inner_quote p {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.7em; }
    @media (max-width: 1308px) {
      .testimonial_banner .testimonial_banner_slide .testimonial_quote {
        background-size: 40px; }
        .testimonial_banner .testimonial_banner_slide .testimonial_quote .testimonial_inner_quote {
          padding: 0px 70px;
          background-size: 40px; } }
    @media (max-width: 1000px) {
      .testimonial_banner .testimonial_banner_slide .testimonial_quote {
        background-size: 30px; }
        .testimonial_banner .testimonial_banner_slide .testimonial_quote .testimonial_inner_quote {
          padding: 0px 50px;
          background-size: 30px; }
          .testimonial_banner .testimonial_banner_slide .testimonial_quote .testimonial_inner_quote p {
            font-size: 14px;
            line-height: 1.7em; } }
  .testimonial_banner .testimonial_banner_slide .testi_by {
    font-family: brandon-grotesque;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    font-weight: 700; }
    .testimonial_banner .testimonial_banner_slide .testi_by:before {
      content: '- '; }

/* Instagram Feed */
.insta_feed {
  background: #fff;
  text-align: center;
  padding: 50px 0; }
  .insta_feed h2, .insta_feed #eModal-1.emodal .emodal-title, #eModal-1.emodal .insta_feed .emodal-title, .insta_feed .emodal .emodal-title, .emodal .insta_feed .emodal-title {
    font-weight: 400;
    margin-bottom: 40px; }
    @media (max-width: 1000px) {
      .insta_feed h2, .insta_feed #eModal-1.emodal .emodal-title, #eModal-1.emodal .insta_feed .emodal-title, .insta_feed .emodal .emodal-title, .emodal .insta_feed .emodal-title {
        font-size: 18px;
        letter-spacing: 2px; } }

/* Footer */
#footer-outer {
  background: #333333;
  padding: 50px 0; }
  @media (max-width: 1000px) {
    #footer-outer {
      padding: 15px 0 25px 0; } }
  #footer-outer a {
    color: #fff; }
  #footer-outer .inner_footer_info {
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px; }
    @media (max-width: 1308px) {
      #footer-outer .inner_footer_info {
        font-size: 12px; } }
    @media (max-width: 1000px) {
      #footer-outer .inner_footer_info {
        text-align: center; } }
    #footer-outer .inner_footer_info strong {
      font-size: 20px;
      margin-right: 10px;
      color: #CACA9A;
      text-transform: uppercase;
      font-weight: 700; }
      @media (max-width: 1308px) {
        #footer-outer .inner_footer_info strong {
          font-size: 16px; } }
      @media (max-width: 1000px) {
        #footer-outer .inner_footer_info strong {
          width: 100%;
          display: block;
          margin: 20px 0; } }
    #footer-outer .inner_footer_info a.button {
      float: right;
      margin-top: -28px;
      padding: 13px 15px;
      color: #fff;
      font-family: brandon-grotesque; }
      #footer-outer .inner_footer_info a.button:hover {
        color: #fff !important; }
      @media (max-width: 1308px) {
        #footer-outer .inner_footer_info a.button {
          font-size: 15px; } }
      @media (max-width: 1000px) {
        #footer-outer .inner_footer_info a.button {
          float: none;
          margin-top: 30px; } }
  #footer-outer .copyright_container, #footer-outer .footer_menu {
    text-align: right;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff; }
    @media (max-width: 1308px) {
      #footer-outer .copyright_container, #footer-outer .footer_menu {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.2em; } }
    @media (max-width: 1000px) {
      #footer-outer .copyright_container, #footer-outer .footer_menu {
        text-align: center; } }
  #footer-outer #copyright {
    background: none !important; }
    #footer-outer #copyright .footer_menu {
      text-align: left; }
      #footer-outer #copyright .footer_menu #menu-footer-menu {
        float: left; }
        #footer-outer #copyright .footer_menu #menu-footer-menu li {
          margin-left: 0;
          margin-right: 10px; }
          #footer-outer #copyright .footer_menu #menu-footer-menu li a {
            font-weight: 600;
            font-size: 16px; }
      @media (max-width: 1000px) {
        #footer-outer #copyright .footer_menu {
          text-align: center; }
          #footer-outer #copyright .footer_menu #menu-footer-menu {
            float: none; }
            #footer-outer #copyright .footer_menu #menu-footer-menu li {
              margin-right: 0px;
              display: block;
              width: 100%;
              text-align: center; } }

/* Css Styles form editor*/
#header-outer.transparent header#top nav > ul > li > a {
  opacity: 1 !important; }

#header-outer.transparent header#top nav > ul > li > a:hover {
  opacity: 0.7 !important; }

.cta_black_container.white {
  background: #000;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 0px !important; }

.makeright {
  padding-right: 10px; }

.slides {
  padding-top: 30px; }

.makeright {
  display: inline;
  padding-right: 10px;
  line-height: 0;
  position: relative;
  bottom: 10px;
  padding-left: 10px; }

.slides .span_3 {
  height: 60px;
  margin-right: 1% !important; }

.amenityarea {
  margin-bottom: 45px;
  margin-top: 15px; }

/* Social Share Bar */
.csbwfs-social-widget {
  width: 60px;
  right: 0 !important; }
  .csbwfs-social-widget .sidebar_book_now {
    display: block;
    color: #CACA9A;
    height: 160px;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    letter-spacing: 2px;
    line-height: 1.2em;
    font-weight: 700;
    background: url("img/booknow_button.png") no-repeat center center #000;
    position: relative; }
    .csbwfs-social-widget .sidebar_book_now:hover {
      background-color: #262626; }
  .csbwfs-social-widget .csbwfs-sbutton {
    background: none;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 60px;
    position: relative;
    width: 60px;
    text-align: center;
    background: #333; }
    .csbwfs-social-widget .csbwfs-sbutton a {
      width: 60px;
      height: 60px;
      border-bottom: 0;
      margin-right: 0px;
      -webkit-backface-visibility: hidden;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      cursor: pointer; }
      .csbwfs-social-widget .csbwfs-sbutton a:hover {
        background: #404040 !important; }
      .csbwfs-social-widget .csbwfs-sbutton a img {
        padding: 18px 0; }

/* Properties view page */
#awe-plugin-booking {
  margin-bottom: 0; }

.custom_product_banner {
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  height: 433px; }
  .custom_product_banner h1 {
    text-align: center;
    font-size: 70px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0px; }
    @media (max-width: 1000px) {
      .custom_product_banner h1 {
        line-height: 1.1em;
        font-size: 50px; } }
  @media (max-width: 1308px) {
    .custom_product_banner {
      height: 340px; } }
  @media (max-width: 1000px) {
    .custom_product_banner {
      height: 240px; } }

.cta_grey_container {
  background: #f1f1f1;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 0px !important;
  padding: 50px 0; }
  @media (max-width: 1000px) {
    .cta_grey_container {
      padding-bottom: 0px; } }
  .cta_grey_container h3 {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 9px;
    margin-bottom: 30px;
    color: #000 !important;
    font-family: kepler-std-display; }
  .cta_grey_container .cta_grey_container_inner {
    padding: 0 12%; }
    @media (max-width: 1000px) {
      .cta_grey_container .cta_grey_container_inner .slides .span_3 {
        height: auto !important; } }
    .cta_grey_container .cta_grey_container_inner strong {
      margin-top: 30px;
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: brandon-grotesque;
      color: #000;
      letter-spacing: 2px; }

.white_container {
  background: #FFFFFF; }

.single .apb-widget-area {
  width: 33%;
  padding-right: 0; }
  @media (max-width: 1000px) {
    .single .apb-widget-area {
      width: 100%;
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  .single .apb-widget-area .apb-select:focus, .single .apb-widget-area .apb-select:active, .single .apb-widget-area .apb-input.apb-calendar:focus, .single .apb-widget-area .apb-input.apb-calendar:active {
    border-color: #000; }
  .single .apb-widget-area .room-detail_book {
    padding: 20px; }
    .single .apb-widget-area .room-detail_book .room-detail_total {
      margin-top: 10px;
      border-bottom: 0;
      padding-bottom: 0; }
      .single .apb-widget-area .room-detail_book .room-detail_total h6 {
        font-family: kepler-std-display;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.4em; }
      .single .apb-widget-area .room-detail_book .room-detail_total .price_con, .single .apb-widget-area .room-detail_book .room-detail_total .price_con p.price {
        display: inline;
        font-size: 16px;
        font-weight: bold;
        font-family: brandon-grotesque;
        letter-spacing: 2px;
        text-transform: uppercase; }
        .single .apb-widget-area .room-detail_book .room-detail_total .price_con .amount, .single .apb-widget-area .room-detail_book .room-detail_total .price_con p.price .amount {
          font-size: inherit; }
    .single .apb-widget-area .room-detail_book .apb-single-check-avb-form label {
      display: none; }
    .single .apb-widget-area .room-detail_book .apb-single-check-avb-form .apb-field {
      margin-bottom: 12px; }
    .single .apb-widget-area .room-detail_book .apb-single-check-avb-form button.apb-btn.apb-single-checkavb-js {
      background: #000;
      letter-spacing: 2px;
      padding: 20px 35px;
      font-size: 16px;
      font-weight: 600;
      font-family: brandon-grotesque;
      -webkit-backface-visibility: hidden;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .single .apb-widget-area .room-detail_book .apb-single-check-avb-form button.apb-btn.apb-single-checkavb-js:hover {
        background: #fff !important;
        color: #000; }
    .single .apb-widget-area .room-detail_book .allfeatures {
      margin-top: 0;
      padding: 10px 20px 0; }
      .single .apb-widget-area .room-detail_book .allfeatures h3 {
        font-size: 16px;
        font-weight: bold;
        font-family: brandon-grotesque;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .single .apb-widget-area .room-detail_book .allfeatures ul {
        margin-top: 20px; }
        .single .apb-widget-area .room-detail_book .allfeatures ul li {
          margin-bottom: 15px;
          font-weight: 600;
          font-family: brandon-grotesque;
          letter-spacing: 2px;
          padding-left: 35px;
          color: #4D4D4D;
          line-height: 1.2em;
          font-size: 13px; }
          .single .apb-widget-area .room-detail_book .allfeatures ul li:before {
            content: url("img/tick_ic.png");
            margin-left: -35px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            height: 25px; }

.single .apb-content-area {
  padding: 40px 0;
  width: 67%; }
  @media (max-width: 1000px) {
    .single .apb-content-area {
      width: 100%;
      padding: 40px; } }
  .single .apb-content-area h3, .single .apb-content-area .h3 {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 9px;
    margin-bottom: 30px;
    color: #000 !important;
    font-family: kepler-std-display; }
  .single .apb-content-area .amenityarea h3 {
    margin-bottom: 10px; }
  @media (max-width: 1000px) {
    .single .apb-content-area .amenityarea .slides .col.span_3 {
      width: 49% !important; } }
  .single .apb-content-area .amenityarea .amenity {
    padding-bottom: 20px; }
    .single .apb-content-area .amenityarea .amenity .amenity_ic {
      vertical-align: middle;
      max-width: 45px;
      width: 27%;
      text-align: center;
      display: inline-block; }
    .single .apb-content-area .amenityarea .amenity .amenity_ic_txt {
      width: 70%;
      display: inline-block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 10px;
      font-size: 13px;
      color: #666666;
      font-family: brandon-grotesque;
      font-weight: 600; }
  .single .apb-content-area .retreat_desc {
    color: #666;
    font-size: 17px;
    font-family: kepler-std-display;
    line-height: 1.7em; }
    .single .apb-content-area .retreat_desc .retreat_excerpt {
      margin-bottom: 35px; }
    .single .apb-content-area .retreat_desc .sh-link {
      text-transform: uppercase;
      font-family: brandon-grotesque !important;
      font-weight: 600;
      letter-spacing: 3px;
      font-size: 17px; }

.apb-widget-area .room-detail_book {
  background: #CACA9B; }

.property_slider {
  max-height: 750px;
  overflow: hidden;
  margin-bottom: 0; }
  .property_slider .slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .property_slider .slide:before {
      content: '';
      padding-top: 33%;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      max-height: 750px; }
      @media (max-width: 1000px) {
        .property_slider .slide:before {
          padding-top: 60%; } }
  .property_slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 99; }
    .property_slider .slick-dots li {
      margin: 0 2px; }
      .property_slider .slick-dots li button:before {
        height: 11px;
        width: 11px;
        opacity: 1;
        content: '';
        border: 2px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .property_slider .slick-dots li button:hover:before {
        background-color: rgba(255, 255, 255, 0.5); }
      .property_slider .slick-dots li.slick-active button:before {
        background-color: #fff; }

#awe-plugin-booking .featured_houses {
  margin-bottom: 0; }
  #awe-plugin-booking .featured_houses ._house {
    width: 33.33%;
    margin-bottom: 0; }
    #awe-plugin-booking .featured_houses ._house:before {
      padding-top: 60%; }
      @media (max-width: 1000px) {
        #awe-plugin-booking .featured_houses ._house:before {
          padding-top: 80%; } }
    @media (max-width: 1000px) {
      #awe-plugin-booking .featured_houses ._house {
        width: 100%; } }
    #awe-plugin-booking .featured_houses ._house ._house_content_box {
      background: rgba(0, 0, 0, 0.3); }
      #awe-plugin-booking .featured_houses ._house ._house_content_box h2, #awe-plugin-booking .featured_houses ._house ._house_content_box .emodal .emodal-title, .emodal #awe-plugin-booking .featured_houses ._house ._house_content_box .emodal-title {
        font-family: kepler-std-display; }
      @media (max-width: 1000px) {
        #awe-plugin-booking .featured_houses ._house ._house_content_box p {
          display: none; } }
    #awe-plugin-booking .featured_houses ._house:hover ._house_content_box {
      background: rgba(0, 0, 0, 0.5); }

.featured_testimonials_prop {
  padding: 80px 0 60px; }
  .featured_testimonials_prop h2, .featured_testimonials_prop #eModal-1.emodal .emodal-title, #eModal-1.emodal .featured_testimonials_prop .emodal-title, .featured_testimonials_prop .emodal .emodal-title, .emodal .featured_testimonials_prop .emodal-title {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 9px;
    margin-bottom: 60px;
    color: #000 !important;
    font-family: kepler-std-display;
    text-align: center; }
  .featured_testimonials_prop .testimonial_prop_banner {
    margin-bottom: 0; }
    .featured_testimonials_prop .testimonial_prop_banner .testimonial_banner_slide {
      text-align: center;
      font-size: 17px;
      line-height: 1.7em;
      padding: 0 5%;
      color: #666666;
      font-family: kepler-std-display; }
      .featured_testimonials_prop .testimonial_prop_banner .testimonial_banner_slide .trip_name {
        margin-bottom: 20px; }
      .featured_testimonials_prop .testimonial_prop_banner .testimonial_banner_slide .stars {
        text-align: center;
        margin-top: 50px;
        display: inline-block; }
    .featured_testimonials_prop .testimonial_prop_banner .slick-prev, .featured_testimonials_prop .testimonial_prop_banner .slick-next {
      margin-top: -35px;
      width: 45px;
      height: 45px; }
    .featured_testimonials_prop .testimonial_prop_banner .slick-prev:before {
      content: url("img/left-arrow.png"); }
    .featured_testimonials_prop .testimonial_prop_banner .slick-next:before {
      content: url("img/right-arrow.png"); }

#map {
  height: 550px;
  background: #666; }
  @media (max-width: 1000px) {
    #map {
      height: 300px; } }

/* Booking System */
.apb-field-group .apbf-select {
  top: 19px !important; }

.apb-field-group .apbf {
  top: 16px; }

.apb-heading-content {
  background: #F7F7F7;
  text-align: center;
  padding: 10px 12px;
  border-bottom: 1px solid #E4E4E5; }
  .apb-heading-content p {
    padding-bottom: 0 !important;
    font-size: 16px; }

.estimate_notice_box {
  background: #F7F7F7;
  padding: 10px 12px;
  border-bottom: 1px solid #E4E4E5; }

.non_avaliable_dates {
  background: #F7F7F7;
  padding: 20px 25px;
  text-align: left; }
  .non_avaliable_dates .i_msg {
    width: 12%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    @media (max-width: 1308px) {
      .non_avaliable_dates .i_msg {
        width: 15%; } }
    @media (max-width: 1000px) {
      .non_avaliable_dates .i_msg {
        width: 30%; } }
    .non_avaliable_dates .i_msg i {
      margin-top: 15px;
      margin-left: 10px;
      font-size: 60px;
      color: #ffcccc; }
  .non_avaliable_dates .txt_msg {
    width: 88%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    @media (max-width: 1308px) {
      .non_avaliable_dates .txt_msg {
        width: 85%; } }
    @media (max-width: 1000px) {
      .non_avaliable_dates .txt_msg {
        width: 70%; } }
    .non_avaliable_dates .txt_msg h2, .non_avaliable_dates .txt_msg #eModal-1.emodal .emodal-title, #eModal-1.emodal .non_avaliable_dates .txt_msg .emodal-title, .non_avaliable_dates .txt_msg .emodal .emodal-title, .emodal .non_avaliable_dates .txt_msg .emodal-title {
      letter-spacing: 2px;
      text-transform: uppercase; }
    .non_avaliable_dates .txt_msg p {
      font-size: 16px;
      padding-bottom: 0px; }
  .non_avaliable_dates.is_av {
    margin-bottom: 30px; }
    .non_avaliable_dates.is_av .i_msg i {
      color: #CACA97; }

#room_select_panel, #apb_calendar, #calendar_wrap_outer {
  display: none !important; }

/* Easy Modal */
#eModal-1.emodal .emodal-title, .emodal .emodal-title {
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase; }
#eModal-1.emodal > .emodal-close, .emodal > .emodal-close {
  font-family: brandon-grotesque !important;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  #eModal-1.emodal > .emodal-close:hover, .emodal > .emodal-close:hover {
    background: #000 !important;
    color: #fff !important; }
#eModal-1.emodal .emodal-content, .emodal .emodal-content {
  font-family: "Open Sans" !important; }

/* Date Picker Mods */
#ui-datepicker-div {
  z-index: 99 !important; }

#ui-datepicker-div .ui-datepicker-unselectable.ui-state-disabled.undefined .ui-state-default {
  background: #ff9999; }

/*# sourceMappingURL=style.css.map */




.gform_wrapper .top_label .ginput_container_date input.datepicker {
width: 100%!important;
}
#gform_submit_button_1 {
background:black;
color: white;
border-color:black;
}
#gform_submit_button_1:hover
 {
	border-color: #CACA9A;
}

