@import url(https://fonts.googleapis.com/css?family=Assistant:400,600,700);.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
/********************************************
	BREAKPOINT WIDTHS
********************************************/
/********************************************
	FONTS
********************************************/
/********************************************
	COLOURS
********************************************/

.carousel-wrapper {
    margin-top: 20px;
}

.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    opacity: 0.8;
    font-family: 'RedAwning' !important;
    filter: alpha(opacity=40);
    position: absolute;
    z-index: 2;
    top: 20px;
    background: none;
    border: 0;
    font-size: 32px;
    cursor: pointer; }
    .carousel .control-arrow:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
      margin: 0 5px;
      display: inline-block;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      content: ''; }
    .carousel .control-disabled.control-arrow {
      opacity: 0;
      filter: alpha(opacity=0);
      cursor: inherit;
      display: none; }
    .carousel .control-prev.control-arrow {
      left: 0; }
      .carousel .control-prev.control-arrow:before {
        content:"\E910"; }
    .carousel .control-next.control-arrow {
      right: 0;
      z-index: 1;
    }
      .carousel .control-next.control-arrow:before {
        content:"\E912";}

  .carousel {
    position: relative;
    width: 100%;
    height:74px;
    max-height:74px;
  }
    .carousel * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .carousel button {
      outline: 0;
      border: 0;
      background: none; }
    .carousel img {
      width: 100%;
      display: inline-block;
      pointer-events: none; }
    .carousel .carousel {
      position: relative; }
    .carousel .control-arrow {
      top: 44%;
      margin-top: -13px;
      font-size: 18px; }
    .carousel .thumbs-wrapper {
      overflow: hidden; }
    .carousel .thumbs {
      -webkit-transition: all 0.15s ease-in;
      -moz-transition: all 0.15s ease-in;
      -ms-transition: all 0.15s ease-in;
      -o-transition: all 0.15s ease-in;
      transition: all 0.15s ease-in;
      -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);
      position: relative;
      list-style: none;
      white-space: nowrap;
      padding: 0px;
     }
    .carousel .thumb {

      -webkit-transition: border 0.15s ease-in;
      -moz-transition: border 0.15s ease-in;
      -ms-transition: border 0.15s ease-in;
      -o-transition: border 0.15s ease-in;
      transition: border 0.15s ease-in;
      cursor: pointer;
      display: inline-block;
      width: 107px;
      height:70px;
      background-color: black;
      white-space: nowrap;
      overflow: hidden;
      border: 0.5px solid #fff;
      opacity: 0.3;
      /* padding: 0.5px;  */
      position:relative;

    }
      .carousel .thumb.selected, .carousel .thumb:hover {
        /* border: 3px solid #333; */
        /* padding: 2px;  */
        opacity: 1;
      }

      .carousel .thumb.selected img {
        opacity: 1;
      }

      .carousel .thumb img {
        vertical-align: top;
        object-fit: cover;
        width:100%;
        height:100%;
      }
    .carousel.carousel-slider {
      position: relative;
      margin: 0;
      overflow: hidden;
      max-height:500px;
      height: 100%;
      height: -moz-available;          /* WebKit-based browsers will ignore this. */
      height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
      height: fill-available;
      background: #C6C6C6;
    }
      .carousel.carousel-slider .control-arrow {
        top: 45%;
        color: #fff;
        font-size: 26px;
        margin-top: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 8px 12px;
      }
        .carousel.carousel-slider .control-arrow:hover {
          background: rgba(0, 0, 0, 0.8); }
    .carousel .slider-wrapper {

      margin: auto;
      width: 100%;
      max-height: 500px;
      -webkit-transition: height 0.15s ease-in;
      -moz-transition: height 0.15s ease-in;
      -ms-transition: height 0.15s ease-in;
      -o-transition: height 0.15s ease-in;
      transition: height 0.15s ease-in; }
      .carousel .slider-wrapper.axis-horizontal .slider {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        height: 500px;
      }
        .carousel .slider-wrapper.axis-horizontal .slider .slide {
          flex-direction: column;
          flex-flow: column; 
          min-height: 500px;
        }
      .carousel .slider-wrapper.axis-vertical {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex; }
        .carousel .slider-wrapper.axis-vertical .slider {
          -webkit-flex-direction: column;
          flex-direction: column; }
    .carousel .slider {
      margin: 0;
      padding: 0;
      position: relative;
      list-style: none;
      width: 100%; }
      .carousel .slider.animated {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
    .carousel .slide {
      min-width: 100%;
      margin: 0;
      position: relative;
      text-align: center;
      background: #C6C6C6; }
      .carousel .slide div {
        width: 100%;
        height: 100%;
      }
      .carousel .slide img {
        object-fit: contain;
        height: 100%;
        vertical-align: top;
        border: 0; }
      .carousel .slide iframe {
        display: inline-block;
        width: calc(100% - 80px);
        margin: 0 40px 40px;
        border: 0; }
      .carousel .slide .legend {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        border-radius: 10px;
        background: #000;
        color: #fff;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        opacity: 0.25;
        -webkit-transition: opacity 0.35s ease-in-out;
        -moz-transition: opacity 0.35s ease-in-out;
        -ms-transition: opacity 0.35s ease-in-out;
        -o-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
    .carousel .control-dots {
      position: absolute;
      bottom: 0;
      margin: 10px 0;
      text-align: center;
      width: 100%; }
      @media (min-width: 960px) {
        .carousel .control-dots {
          bottom: 0; } }
      .carousel .control-dots .dot {
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        -ms-transition: opacity 0.25s ease-in;
        -o-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in;
        opacity: 0.3;
        filter: alpha(opacity=30);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
        background: #fff;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        cursor: pointer;
        display: inline-block;
        margin: 0 8px; }
        .carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
    .carousel .carousel-status {
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px;
      font-size: 10px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
      color: #fff; }
    .carousel:hover .slide .legend {
      opacity: 1; }

      @media(max-width:768px){
       .carousel.carousel-slider,.carousel .slider-wrapper{
         max-height: 360px;
       }

      }
.no-image-text{
    top: 42%;
    font-size: 42px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: bold
}

@media screen and (max-width: 576px) {
  .carousel .slider-wrapper.axis-horizontal .slider {
    height: 100%;
  }

  .carousel .slider-wrapper.axis-horizontal .slider .slide {
    min-height: 0;
  }
}/*---=======<<< GLOBAL >>>======---*/
/*---===<<< COLORS >>>===---*/
/*---===<<< TYPOGOGRAPHY & Styles >>>===---*/
/*---===<<< MEDIA QUERIES BREAKPOINTS >>>===---*/
@font-face {
  font-family: 'RedAwning';
  src: url(/b1048c186fea450c0d95cf42db41a97d.eot);
  src: url(/b1048c186fea450c0d95cf42db41a97d.eot#iefix) format('embedded-opentype'), url(/c96db9ede6768357076ab798745702d3.ttf) format('truetype'), url(/80aa593d63c968b3e335e7788b667449.woff) format('woff'), url(/5572c7aed01825d636faed33dde03d22.svg#RedAwning) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'RedAwning' !important;
  speak: none;
  font-size: 10px;
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-checkbox_check:before {
  content: "\E900";
}
.icon-Delete:before {
  content: "\E901";
}
.icon-drag_locator:before {
  content: "\E902";
}
.icon-not:before {
  content: "\E903";
}
.icon-selection_tip:before {
  content: "\E904";
}
.icon-showmore-arrow:before {
  content: "\E905";
}
.icon-wrong:before {
  content: "\E906";
}
.icon-yes:before {
  content: "\E907";
}
.icon-Previous:before {
  content: "\E908";
}
.icon-Next:before {
  content: "\E909";
}
.icon-Plus:before {
  content: "\E90A";
}
.icon-hrs:before {
  content: "\E90B";
}
.icon-act_fast:before {
  content: "\E90C";
}
.icon-adding_pic:before {
  content: "\E90D";
}
.icon-block:before {
  content: "\E90E";
}
.icon-check:before {
  content: "\E90F";
}
.icon-CHECK:before {
  content: "\2714";
}
.icon-left_arrow:before {
  content: "\E910";
}
.icon-list_style:before {
  content: "\E911";
}
.icon-right_arrow:before {
  content: "\E912";
}
.icon-map_locator_icon:before {
  content: "\E913";
}
.icon-ice_skating:before {
  content: "\E914";
}
.icon-boating:before {
  content: "\E915";
}
.icon-cycling:before {
  content: "\E916";
}
.icon-hiking:before {
  content: "\E917";
}
.icon-mountain_biking:before {
  content: "\E918";
}
.icon-swimming:before {
  content: "\E919";
}
.icon-hrose_riding:before {
  content: "\E91A";
}
.icon-fishing:before {
  content: "\E91B";
}
.icon-family_friendly:before {
  content: "\E91C";
}
.icon-hairdriyer:before {
  content: "\E91D";
}
.icon-iron:before {
  content: "\E91E";
}
.icon-coffee_mechine:before {
  content: "\E91F";
}
.icon-bread-toaster:before {
  content: "\E920";
}
.icon-kitchen_icon:before {
  content: "\E921";
}
.icon-parking:before {
  content: "\E922";
}
.icon-micro_wave:before {
  content: "\E923";
}
.icon-fire_place:before {
  content: "\E924";
}
.icon-no + smoking:before {
  content: "\E925";
}
.icon-internet:before {
  content: "\E926";
}
.icon-TV:before {
  content: "\E927";
}
.icon-wshing_mechine:before {
  content: "\E928";
}
.icon-dish_washer:before {
  content: "\E929";
}
.icon-pets:before {
  content: "\E92A";
}
.icon-like_icon:before {
  content: "\E92B";
}
.icon-share:before {
  content: "\E92C";
}
.icon-note_icon:before {
  content: "\E92D";
}
.icon-ski_area:before {
  content: "\E92E";
}
.icon-lakenearby:before {
  content: "\E92F";
}
.icon-Golf_nearby:before {
  content: "\E930";
}
.icon-kitchen:before {
  content: "\E931";
}
.icon-sleeps:before {
  content: "\E932";
}
.icon-bathrooms:before {
  content: "\E933";
}
.icon-bedrooms:before {
  content: "\E934";
}
.icon-sq.ft:before {
  content: "\E935";
}
.icon-checkout:before {
  content: "\E936";
}
.icon-Checkin:before {
  content: "\E937";
}
.icon-dwon_arrow:before {
  content: "\E938";
}
.icon-Cross:before {
  content: "\E939";
}
.icon-filter:before {
  content: "\E93A";
}
.icon-edit:before {
  content: "\E93B";
}
.icon-Calender:before {
  content: "\E93C";
}
.icon-property_details:before {
  content: "\E93D";
}
.icon-Settings_icon:before {
  content: "\E93E";
}
.icon-Pricing-availability_icon:before {
  content: "\E93F";
}
.icon-Properties_icon:before {
  content: "\E940";
}
.icon-Reservations:before {
  content: "\E941";
}
.icon-Website_icon:before {
  content: "\E942";
}
.icon-star:before {
  content: "\2605";
}
.icon-star-half:before {
  content: "\2606";
}
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Assistant", Arial, sans-serif;
  background-color: #F5F5F5;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
}
.big-title {
  color: #69c;
  font-size: 42px;
  line-height: 52px;
}
.tool-tip-info .svg-logo {
  width: 10px;
  height: 10px;
  margin: 3px 20px 7px 5px;
}
.tool-tip-info .white {
  background-color: white;
}
.clear {
  clear: both;
}
a {
  cursor: pointer;
}
.no-display {
  display: none;
}
.box {
  -webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}
.caret {
  cursor: pointer;
}
.left-col {
  padding-right: 10px;
}
.right-col {
  padding-left: 10px;
}
.dropdown-toggle {
  border-radius: 4px;
}
.page-col {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 50px;
  width: 100%;
  background-color: #dedede;
  text-align: center;
  z-index: 30000;
}
.cookie-banner h4 {
  margin: 10px 40px;
  font-weight: 800;
}
.cookie-banner .banner-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  font-weight: 800;
  border: none;
}
@media screen and (max-width: 768px) {
  .left-col,
  .right-col {
    padding: 0 15px;
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes verticalAnimate {
  0% {
    opacity: 0;
    display: none;
    height: 0px;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
    height: 335px;
  }
}
@keyframes verticalAnimateOff {
  0% {
    opacity: 1;
    display: block;
    height: 335px;
  }
  30% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 0;
    display: none;
    height: 0px;
  }
}
@keyframes fadeInImg {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes fadeOutImg {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes animateRight {
  0% {
    display: none;
    right: 0px;
    opacity: 0;
  }
  30% {
    display: block;
    right: 5px;
    opacity: 0;
  }
  100% {
    display: block;
    right: 10px;
    opacity: 1;
  }
}
@keyframes animateRightOut {
  0% {
    display: block;
    right: 10px;
    opacity: 1;
  }
  30% {
    opacity: 1;
    right: 5px;
  }
  100% {
    display: none;
    right: 0px;
    opacity: 0;
  }
}
@keyframes animateRightInModal {
  0% {
    display: none;
    right: -100px;
    opacity: 0;
  }
  60% {
    display: block;
    right: -50px;
    opacity: 0;
  }
  100% {
    display: none;
    right: 0px;
    opacity: 1;
  }
}
@keyframes animateRightOutModal {
  0% {
    display: block;
    right: 0px;
    opacity: 1;
  }
  50% {
    display: block;
    right: -50px;
    opacity: 0;
  }
  100% {
    display: none;
    right: -100px;
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    display: none;
    width: 0;
    opacity: 0;
  }
  60% {
    display: block;
    width: 50%;
    opacity: 0;
  }
  100% {
    display: block;
    width: max-content;
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    display: block;
    opacity: 1;
  }
  60% {
    display: block;
    width: 50%;
    opacity: 0;
  }
  100% {
    display: none;
    width: 0%;
    opacity: 0;
  }
}
@-webkit-keyframes fadeinTop {
  from {
    top: -30px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes fadeinTop {
  from {
    top: -30px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeoutTop {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: -30px;
    opacity: 0;
  }
}
@keyframes fadeoutTop {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes fadeinBottom {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}
@keyframes fadeinBottom {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes fadeoutBottom {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes fadeoutBottom {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
.title-container {
  overflow: hidden;
}
.title-container .page-title {
  margin-top: 20px;
}
.title-container .page-title h1 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 0px;
}
.title-container-wrap .title-layout {
  padding: 0 10px;
}
.top-items {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.title-bar {
  display: flex;
  padding: 10px 0;
}
.title-bar .title-right-content {
  flex-grow: 1;
}
.title-bar .top-left-content {
  flex-grow: 1;
}
.title-bar .breadcrumb {
  margin-bottom: 0;
  font-weight: bold;
  color: #999;
  padding: 0;
  background-color: transparent;
}
.title-bar .breadcrumb:after {
  padding: 0 10px;
  color: #ccc;
  content: "/\A0";
}
.title-bar .breadcrumb li {
  font-size: 13px;
}
.footer {
  bottom: 0;
  padding: 20px 40px;
  background: #0077CE;
  color: white;
  width: 100%;
}
.footer .text-center:first-of-type {
  justify-content: flex-start;
  display: flex;
}
.footer .footer-left {
  float: left;
  text-align: left;
}
.footer p {
  margin-bottom: 0;
}
.footer a {
  opacity: 0.5;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.footer .footer-right {
  top: -5px;
  display: flex;
  justify-content: flex-end;
}
.footer .footer-right img {
  margin-left: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  position: relative;
  top: -5px;
}
@media screen and (max-width: 560px) {
  .footer .footer-left {
    padding-top: 10px;
    margin-left: 10px;
  }
  .footer .footer-left,
  .footer .footer-right {
    color: white;
    text-align: left;
    float: none;
  }
  .footer a {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer .text-center:first-of-type {
    justify-content: center;
  }
  .footer .footer-right {
    text-align: center;
    float: none;
    margin-top: 20px;
    margin-right: 0;
    justify-content: center;
  }
  .footer .footer-right img {
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  .footer-right {
    margin-top: 20px;
  }
}
.privacyPolicy .container {
  max-width: 100%;
}
.privacyPolicy .main-container {
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.privacyPolicy .heder-text {
  font-size: 32px ;
  padding-top: 25px;
}
.privacyPolicy .body-text {
  font-size: 14px;
  margin-top: 15px ;
  width: 100% ;
}
.privacyPolicy .body-header {
  font-size: 18px ;
  font-weight: 700;
  margin-top: 15px ;
}
.privacyPolicy .body-text-data {
  font-size: 14px;
  width: 100% ;
}
.datepicker-grid-wrapper {
  position: absolute;
  z-index: 500;
  width: auto;
}
.CalendarDay__selected_span,
.CalendarDay__selected_span:hover {
  background: #0077CE;
  opacity: 0.5;
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #0077CE !important;
  color: #FFF !important;
  opacity: 0.5;
}
.DayPickerNavigation_button__default {
  background: #FFF;
}
.DateRangePicker_picker {
  z-index: 100;
}
.checkInOnly {
  background: linear-gradient(130deg, #F2DEDE 0%, #F2DEDE 50%, transparent 50%, transparent 100%);
  height: 100%;
  padding: 0;
  line-height: 39px;
}
.checkOutOnly {
  background: linear-gradient(-45deg, #F2DEDE 0%, #F2DEDE 50%, transparent 50%, transparent 100%);
  height: 100%;
  padding: 9px 0;
}
.DateRangePicker {
  width: 100%;
}
.DateRangePicker .CalendarDay__selected {
  background: #0077CE;
  border: 1px solid #0077CE;
}
.DateRangePicker .CalendarDay__selected:hover {
  background: #0077CE;
  opacity: 0.5;
}
.DateRangePicker .DateRangePickerInput .DateInput {
  width: 50%;
}
.DateRangePicker .DateRangePickerInput .DateInput_input__focused {
  border-bottom: 1px solid #FFF;
}
.DateRangePicker .DateRangePickerInput .DateRangePickerInput_arrow_svg {
  width: 0px;
  height: 0px;
}
.DateRangePicker .DateRangePickerInput .DateInput_input {
  font-size: 18px;
  padding-left: 20px;
  padding-top: 0px;
}
.DateRangePicker .DateRangePickerInput .DayPickerKeyboardShortcuts_show__bottomRight {
  background: #FFF;
  border: none;
}
.DateRangePicker .DayPicker .DayPickerKeyboardShortcuts_show__bottomRight {
  background: #FFF;
  border: none;
  outline: none ;
}
.DateRangePicker .CalendarDay__blocked_calendar,
.DateRangePicker .CalendarDay__blocked_calendar:hover {
  background: #F2DEDE;
  color: #AC2431;
  text-decoration: line-through;
}
.DateRangePicker .DateRangePickerInput__withBorder {
  border: none;
  border-bottom: 1px solid #f0f0f0 ;
  width: 100%;
}
.CalendarMonth_table.CalendarMonth_table_1 tbody * {
  border: none !important;
}
.CalendarDay__highlighted_calendar {
  background: #82E0AA;
  color: #186A3B;
}
.CalendarDay__highlighted_calendar:hover {
  background: #58D68D;
  color: #186A3B;
}
.CalendarDay__highlighted_calendar:active {
  background: #58D68D;
  color: #186A3B;
}
.datepicker-wrapper {
  text-align: left;
  padding: 0 10px;
  border-bottom: 1px solid #f0f0f0;
}
.datepicker-wrapper .date-row {
  height: 82px;
}
.datepicker-wrapper .icon-Calender {
  float: right;
  position: relative;
  top: -16px;
}
.datepicker-wrapper .datepicker-col {
  padding: 15px 15px 0 10px;
  height: 82px;
}
.datepicker-wrapper .datepicker-col .custom-search-header {
  margin: 0;
}
.datepicker-wrapper .datepicker-col .custom-search-header + input {
  padding: 0;
}
.datepicker-wrapper .datepicker-col .custom-search-header + input + img {
  top: -21px;
  margin-left: 10px;
  width: 13px;
  height: 11px;
}
.datepicker-wrapper .datepicker-col p {
  color: #1D1D1D;
  margin-left: 0;
  padding-left: 0;
}
.datepicker-wrapper .datepicker-col:nth-of-type(1) {
  border-right: 1px solid #f0f0f0;
}
.datepicker-wrapper .datepicker-col.check-out-selector {
  padding-left: 20px;
}
.datepicker-wrapper .datepicker-col.check-out-selector .svg-logo {
  left: 10px;
}
.datepicker-wrapper .react-datepicker-wrapper {
  padding-left: 0;
}
.datepicker-wrapper .react-datepicker__input-container input {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  border: none;
  margin-top: 0px;
  width: 100%;
}
.datepicker-wrapper .react-datepicker__input-container input:focus {
  outline: none;
}
.datepicker-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.date {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  border-radius: 3px;
}
.date-property {
  padding: 10px 5px;
}
.date-property:nth-of-type(2n+2) {
  border-left: 1px solid #f0f0f0;
}
.date-property .react-datepicker-wrapper {
  margin-left: 0;
}
.react-datepicker__triangle,
.react-datepicker__triangle::before {
  display: none;
}
.react-datepicker {
  width: 654px;
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(39, 74, 187, 0.1);
  color: #1A1A1A;
  font-family: "Assistant", Arial, sans-serif;
}
.react-datepicker__month-container {
  width: 325px;
  height: 350px;
  color: #1A1A1A;
}
.react-datepicker__month-container:nth-last-of-type(2n) {
  border-right: 1px solid #f0f0f0;
}
.react-datepicker__month-container .react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: white;
  margin: auto 15px;
  padding-top: 20px;
}
.react-datepicker__month-container .react-datepicker__header .react-datepicker__current-month {
  color: #1A1A1A;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 600;
}
.react-datepicker .react-datepicker__day-names,
.react-datepicker .react-datepicker__week {
  font-weight: 600;
  font-size: 12px;
}
.react-datepicker .react-datepicker__day-name,
.react-datepicker .react-datepicker__day,
.react-datepicker .react-datepicker__time-name {
  margin: 10px;
  color: #1A1A1A;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.react-datepicker .react-datepicker__day-name {
  font-weight: bold;
}
.react-datepicker .react-datepicker__day {
  font-weight: 600;
  margin-left: 6px;
  width: 28px;
  margin-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  height: 28px;
  padding-top: 5px;
  padding-left: 0px;
}
.react-datepicker .react-datepicker__day--selected,
.react-datepicker .react-datepicker__day--selected:hover,
.react-datepicker .react-datepicker__day--in-range,
.react-datepicker .react-datepicker__day--in-range:hover,
.react-datepicker .react-datepicker__day--in-selecting-range:hover,
.react-datepicker .react-datepicker__day:hover,
.react-datepicker .react-datepicker__day--selecting-range-start {
  background-color: #0077CE;
  border-radius: 50%;
  color: white;
  border: 1px solid #0077CE;
}
.react-datepicker .react-datepicker__day--disabled,
.react-datepicker .react-datepicker__day--disabled:hover {
  background: transparent;
  border: 1px solid transparent;
  color: rgba(67, 66, 93, 0.2);
  border-radius: 0;
  margin: 6px 0;
  width: 40px;
}
.react-datepicker .react-datepicker__day--selected {
  background: #0077CE;
  color: white;
  border: 1px solid #0077CE;
  border-radius: 50%;
}
.react-datepicker .react-datepicker__day--today {
  background: #FFF;
  color: #0077CE;
  border: 1px solid white;
  border-radius: 50%;
}
.react-datepicker .react-datepicker__navigation--next {
  border-left-color: black;
}
.react-datepicker .react-datepicker__navigation--previous {
  border-right-color: black;
}
.react-datepicker .react-datepicker__navigation--next,
.react-datepicker .react-datepicker__navigation--previous {
  margin-top: 17px;
  border-width: 7px;
}
.react-datepicker .react-datepicker__day--outside-month,
.react-datepicker .react-datepicker__day--outside-month,
.react-datepicker .react-datepicker__day--in-range.react-datepicker__day--outside-month {
  color: white;
  background: transparent;
  border-color: transparent;
  z-index: -10;
  pointer-events: none;
}
.react-datepicker .react-datepicker__day--outside-month:hover,
.react-datepicker .react-datepicker__day--outside-month:hover,
.react-datepicker .react-datepicker__day--in-range.react-datepicker__day--outside-month:hover {
  background: transparent;
  color: white;
  border-color: transparent;
  z-index: -10;
}
.react-datepicker__day--range-start,
.react-datepicker__day--selecting-range-start {
  background-color: #0077CE;
  border-radius: 50%;
  color: white;
  border: 1px solid #0077CE;
}
.date-logo {
  position: relative;
  top: -19px;
  float: right;
}
@media screen and (max-width: 824px) {
  .react-datepicker-popper[data-placement^="top"] {
    z-index: 5000;
  }
  .datepicker-grid-wrapper {
    width: auto;
  }
  .react-datepicker {
    width: 325px;
  }
  .react-datepicker__month-container {
    width: 100%;
  }
  .react-datepicker__triangle::before {
    display: none;
  }
}
@media screen and (max-width: 824px) and (orientation: landscape) {
  .react-datepicker-popper[data-placement^="top"] {
    z-index: 5000;
  }
}
@media screen and (min-width: 736px) and (max-width: 824px) and (orientation: landscape) {
  .react-datepicker-popper {
    top: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .property-detail-row-wrapper .datepicker-wrapper .datepicker-grid-wrapper {
    left: -320%;
    padding: 0;
  }
  .property-detail-row-wrapper .datepicker-wrapper .datepicker-grid-wrapper .row {
    width: auto;
  }
}
.filter-dropdown {
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
.filter-dropdown p {
  font-weight: 600;
}
.filter-dropdown p.facilities-header {
  font-weight: normal;
}
.drop-text {
  margin-top: 3px;
}
.dropdown-wrapper {
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.dropdown-wrapper p {
  color: #1D1D1D;
  margin-left: 10px;
  padding-left: 10px;
}
.dropdown-wrapper .drop-logo {
  padding-bottom: 0;
}
.dropdown-wrapper .dropdown {
  color: #353535;
  border: none;
}
.dropdown-wrapper .dropdown button:focus,
.dropdown-wrapper .dropdown button:visited,
.dropdown-wrapper .dropdown button:hover,
.dropdown-wrapper .dropdown button:active {
  background-color: transparent;
  border-color: dimgray;
  box-shadow: none;
}
.dropdown-wrapper .btn-block {
  background: transparent;
  padding-left: 10px;
}
.dropdown-wrapper .btn-block button {
  text-align: left;
  margin-left: 0;
  font-size: 20px;
  font-weight: bold;
}
.dropdown-wrapper .caret {
  color: #B3B3B3;
}
.dropdown-wrapper span.caret {
  float: right;
  clear: both;
  margin-top: 10px;
}
.dropdown-wrapper .open .dropdown-toggle {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.dropdown-wrapper .open .dropdown-toggle:focus,
.dropdown-wrapper .open .dropdown-toggle:hover,
.dropdown-wrapper .open .dropdown-toggle:active {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.dropdown-wrapper .open .dropdown-menu {
  display: block;
  width: 100%;
  border-radius: 0;
}
.dropdown-wrapper .open .dropdown-menu li > a {
  transition: 0.4s;
}
.dropdown-wrapper ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group.open .dropdown-toggle:active {
  outline: 0;
  background: transparent;
}
.sort-filter-wrapper {
  top: -6px;
  position: relative;
  margin-left: 10px;
}
.num-border {
  border-right: 1px solid #f0f0f0;
}
.num-dropdown button.btn-block {
  font-size: 16px;
  font-weight: 600;
}
.num-dropdown p {
  margin-bottom: 0;
}
.credit-card-form-container .dropdown-menu {
  padding: 0;
}
.credit-card-form-container .dropdown-menu .scrollbar {
  margin-bottom: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.credit-card-form-container .dropdown-menu .scrollbar li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.credit-card-form-container .dropdown-menu .scrollbar li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.credit-card-form-container .dropdown-menu .scrollbar li.active a:focus,
.credit-card-form-container .dropdown-menu .scrollbar li.active a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.input-range-wrapper {
  padding: 50px 15px 15px 5px;
}
.input-range__label-container {
  display: none;
}
.input-range__track.input-range__track--active {
  background: #0077CE;
  border: 1px solid #0077CE;
}
.input-range__slider {
  background: #ffffff;
  border: 4px solid #0077CE !important;
  border-radius: 30px;
  height: 16px;
  top: -2.5px;
  width: 16px;
}
.range-col .dropdown.btn-group {
  width: 100%;
  height: 24px;
}
.range-col .dropdown.btn-group button {
  padding: 1px;
  width: 60px;
  text-align: left;
  padding-left: 5px;
}
.range-col .glyphicon-menu-down {
  top: 0;
}
.range-col .dropdown-toggle {
  width: 100%;
  border-radius: 0 4px 4px 0;
}
.range-col .input-group-addon {
  border-radius: 4px 0 0 4px;
  padding: 0 6px;
  font-size: 14px;
  height: 24px !important;
  width: 40px;
}
.searchForm .range-col:nth-of-type(2n) {
  padding-left: 0;
}
.price-text {
  text-align: center;
  padding-top: 2x;
  padding-right: 15px;
  margin-left: 0;
}
.range-col-right-align {
  margin-left: -15px;
}
@media screen and (max-width: 769px) {
  .range-col .dropdown.btn-group button {
    padding: 1px;
    width: 100%;
    text-align: left;
  }
  .range-col .input-group {
    width: 100%;
  }
  .range-col-right-align {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .range-col-right-align {
    margin-left: -20px;
  }
}
.custom-checkbox label {
  padding-left: 0;
}
.custom-checkbox .checkbox-button {
  border-radius: 2px;
  border: 1px solid #707070;
  width: 12px;
  height: 12px;
  padding: 10px;
  margin: 5px;
}
.custom-checkbox .checkbox-button:focus,
.custom-checkbox .checkbox-button:hover,
.custom-checkbox .checkbox-button:active,
.custom-checkbox .checkbox-button:visited {
  background: #0077CE;
  width: 20px;
  height: 20px;
  outline: none !important;
}
.custom-checkbox .checkbox-button .glyphicon.glyphicon-ok {
  text-align: center;
  position: relative;
  top: -8px;
  right: 8px;
}
.custom-checkbox .checkbox-button .glyphicon.glyphicon-ok::before {
  color: white;
  font-size: 15px;
  font-weight: 200;
}
.custom-checkbox .checkbox-button .glyphicon.glyphicon-ok::before:focus {
  position: relative;
  top: -8px;
  right: 8px;
}
.checked-checkbox {
  background: #0077CE;
  color: white;
}
.checked-checkbox:focus,
.checked-checkbox:hover,
.checked-checkbox:active,
.checked-checkbox:visited {
  background: white;
  width: 20px;
  height: 20px;
  outline: none !important;
}
.property-filters-title-wrapper {
  height: 35px;
}
.search-form-wrapper {
  border-radius: 4px;
  margin: 15px auto;
  padding-right: 0;
}
.search-form-wrapper .zero-bottom-padding {
  padding-bottom: 0;
}
.search-form-wrapper .zero-bottom-padding .custom-search-header-active {
  color: #0077CE;
  font-weight: 600;
}
.search-form-wrapper .zero-bottom-padding .price-range {
  border-bottom: 0;
  margin: 20px;
}
.search-form-wrapper .zero-bottom-padding .price-range .btn-default {
  padding-left: 0;
  background: transparent;
}
.search-form-wrapper .zero-bottom-padding .price-range .btn-default:hover,
.search-form-wrapper .zero-bottom-padding .price-range .btn-default:focus {
  background: transparent;
}
.search-form-wrapper .zero-bottom-padding .price-range .glyphicon-menu-down,
.search-form-wrapper .zero-bottom-padding .price-range .glyphicon-menu-up,
.search-form-wrapper .zero-bottom-padding .price-range .drop-logo {
  margin-right: 5px;
  margin-top: -18px;
}
.search-form-wrapper .zero-bottom-padding.filter-dropdown .drop-logo,
.search-form-wrapper .zero-bottom-padding.price-input .drop-logo {
  float: right;
  margin-right: 20px;
  margin-top: -24px;
  padding-bottom: 5px;
}
.search-form-wrapper .zero-bottom-padding.filter-dropdown .drop-logo.range-logo,
.search-form-wrapper .zero-bottom-padding.price-input .drop-logo.range-logo {
  margin-top: -19px;
  margin-right: 5px;
  padding-bottom: 0;
}
.search-form-wrapper .row-search-wrap {
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.search-form-wrapper .row-search-wrap button.dropdown-toggle,
.search-form-wrapper .row-search-wrap ul.dropdown-menu {
  text-align: center;
}
.num-dropdown .drop-logo {
  float: right;
  margin-right: 20px;
  padding-bottom: 5px;
  margin-top: -20px;
}
.formHeader {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin: 15px 0 0;
}
.search-title {
  font-weight: 600;
  margin: 5px 0 0 0;
}
.search-title h2 {
  margin-top: 15px;
}
.search-field-title {
  padding-top: 15px;
}
.search-field-title.input-title {
  margin-bottom: 0;
}
.zero-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}
.searchForm {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.searchForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  opacity: 0.5;
  font-weight: normal;
  line-height: 23px;
}
.searchForm ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  opacity: 0.5;
  font-weight: normal;
  line-height: 23px;
}
.searchForm :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  opacity: 0.5;
  font-weight: normal;
  line-height: 23px;
}
.searchForm :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  opacity: 0.5;
  font-weight: normal;
  line-height: 23px;
}
.searchForm .search-input {
  border-radius: 0;
  padding-left: 20px;
  border: none;
  box-shadow: 0 0 0 0;
  font-size: 18px;
  font-weight: 600;
}
.searchForm .search-input-destination::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: black ;
  opacity: 1;
}
.searchForm .search-input-destination::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: black ;
  opacity: 1;
}
.searchForm .search-input-destination::-webkit-input-placeholder,
.searchForm .search-input-destination::-moz-placeholder,
.searchForm .search-input-destination:-moz-placeholder,
.searchForm .search-input-destination:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: black ;
  opacity: 1;
}
.searchForm p {
  color: #1D1D1D;
  margin-left: 10px;
  padding-left: 10px;
}
.searchForm .price-text p {
  padding-left: 0px;
  margin-left: 0px;
}
.keywords {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.keywords ::-webkit-input-placeholder,
.search-input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
.keywords ::-moz-placeholder,
.search-input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3;
}
.keywords :-ms-input-placeholder,
.search-input :-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a3a3;
}
.keywords :-moz-placeholder,
.search-input :-moz-placeholder {
  /* Firefox 18- */
  color: #a3a3a3;
}
.result-wrapper {
  padding: 0 10px;
}
.result-wrapper h2 {
  margin-top: 5px;
  padding-left: 10px;
}
.result-wrapper .row {
  margin-top: 10px;
}
.custom-button {
  height: 50px;
  width: 100%;
  border-radius: 0;
  border: 0;
  font-weight: 600;
}
.custom-button .svg-logo {
  margin-right: 15px;
  margin-bottom: 3px;
  width: 16px;
  height: 16px;
}
.btn.btn-default.red-button {
  border-radius: 0 0 4px 4px;
  background: #AC2431;
  color: white;
  border-color: #AC2431;
  transition: 0.4s;
}
.btn.btn-default.red-button:active,
.btn.btn-default.red-button:hover,
.btn.btn-default.red-button:visited,
.btn.btn-default.red-button:focus {
  box-shadow: inset 0 0 0 0;
  background: #AC2431;
  color: white;
  border-color: #AC2431;
  outline: none;
}
.btn.btn-default.red-button:hover {
  background: #842431;
}
.show-more {
  background: #d9d9d9;
  color: #4d4d4d;
  border-color: #d9d9d9;
}
.show-more:hover,
.show-more:focus {
  background-color: #d9d9d9;
  color: #337ab7;
  border: none;
}
#autocomplete {
  width: 100%;
}
#autocomplete::placeholder {
  font-size: 18px;
  opacity: 100;
}
.search-header {
  top: -15px;
  background: #F5F5F5;
  color: black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 50px;
}
.search-header h4 {
  padding-top: 17px;
  margin-top: 0;
  font-weight: 600;
}
.search-header a {
  top: 15px;
  right: 20px;
  color: white;
  text-decoration: underline;
}
.travel-div {
  padding: 0;
  border-radius: 4px;
  border: 0;
}
.travel-div img {
  width: 100%;
  height: 150px;
  background: gray;
  border-radius: 5px 5px 0 0;
}
.list-div li {
  display: block;
}
.list-div li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\E080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: 0;
  color: #CCCCCC;
}
.list-div li div {
  padding-left: 15px;
}
.f-wrapper .thumbnail {
  height: 320px;
}
.feature-info {
  max-height: 420px;
}
.glyphicon-menu-down,
.glyphicon-menu-up {
  float: right;
  margin-right: 22px;
  margin-top: -20px;
  top: -5px;
}
.glyphicon-menu-down::before,
.glyphicon-menu-up::before {
  color: #4D4D4D;
}
.full-image {
  border: 0;
}
.full-image img {
  height: 100%;
  border-radius: 5px;
}
.full-image .caption {
  height: 0;
  position: relative;
  top: -200px;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
}
.transparent {
  background: transparent;
  border: 0;
}
.reset-link {
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 0;
  transition: 0.4s;
}
.reset-link:hover {
  background: #842431;
}
.reset-btn {
  background: #AC2431;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
}
.list-group-item {
  margin: 5px 0;
}
.price-input {
  border-bottom: 1px solid #f0f0f0;
}
.price-input .search-field-title {
  cursor: pointer;
}
.price-input p {
  font-weight: 600;
}
.price-input .reset-btn {
  padding-left: 15px;
  padding-right: 15px;
}
.price-input .reset-link {
  right: 50px;
  top: 13px;
}
.price-input .glyphicon-menu-up,
.price-input .glyphicon-menu-down,
.price-input .drop-logo {
  cursor: pointer;
}
.custom-search-header {
  color: #1D1D1D;
  margin-left: 10px;
  padding-left: 2px;
  margin-top: 15px;
  cursor: pointer;
}
.no-padding .custom-search-header-cico {
  color: #1D1D1D;
  padding-left: 20px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  cursor: pointer ;
}
.filter-wrapper {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  background: white;
  height: 100%;
}
.filter-wrapper .svg-logo.search {
  margin: 0;
}
.filter-wrapper .moreLink-parent {
  margin: 20px auto;
}
.filter-wrapper .moreLink {
  color: #AC2431;
  text-decoration: underline;
  padding-left: 0px;
  font-weight: 600;
  font-size: 13px;
}
.filter-wrapper input {
  background: #d9d9d9;
}
.filter-wrapper .input-group {
  background: rgba(153, 153, 153, 0.1);
  border-radius: 4px;
  border: 1px solid transparent;
}
.filter-wrapper .input-group:hover,
.filter-wrapper .input-group:focus {
  border: 1px solid rgba(42, 72, 153, 0.3);
}
.filter-wrapper .input-group input {
  padding-left: 0;
}
.filter-wrapper .input-group .input-group-addon {
  border: none;
  background: rgba(153, 153, 153, 0.1);
  color: #1D1D1D;
}
.filter-wrapper .input-group .search-input {
  background: rgba(153, 153, 153, 0.1);
}
.filter-wrapper .input-group .search-input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1D1D1D;
}
.filter-wrapper .input-group .search-input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1D1D1D;
}
.filter-wrapper .input-group .search-input :-ms-input-placeholder {
  /* IE 10+ */
  color: #1D1D1D;
}
.filter-wrapper .input-group .search-input :-moz-placeholder {
  /* Firefox 18- */
  color: #1D1D1D;
}
.filter-wrapper .list-group-item {
  padding: 0;
  border: none;
  border-radius: 0;
  background: white;
}
.facilities-list {
  padding-left: 5px;
}
.facilities-checkbox:nth-of-type(2n+2) {
  padding-left: 0;
}
.facilities-checkbox .checkbox-wrap.checkbox-input input[type=checkbox] + .checkbox-label {
  color: #1D1D1D;
  font-weight: 600;
}
@media screen and (min-width: 300px) and (max-width: 990px) {
  #vacation-row {
    margin-left: 0;
    margin-right: 0;
  }
  #vacation-row h2 {
    padding-left: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .full-image .caption {
    top: -220px;
  }
}
@media screen and (max-width: 768px) {
  .search-form-wrapper {
    padding: 0 15px;
  }
}
.hide-adults-child-option {
  display: none;
}
.top-nav.navbar {
  background: #0077CE;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 0;
  border: 0;
}
.top-nav.navbar .navbar-collapse.collapse {
  display: block;
}
.top-nav.navbar .navbar-nav {
  float: left;
  margin-bottom: 0;
}
.top-nav.navbar .navbar-nav > li {
  float: left;
}
.top-nav.navbar .navbar-nav > li a {
  font-size: 14px;
  color: #FFF;
  padding: 6px 15px;
  line-height: 18px;
}
.top-nav.navbar .navbar-nav.navbar-right {
  float: right;
}
.top-nav.navbar .navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #0077CE;
}
@media (max-width: 768px) {
  .top-nav ul.navbar-right {
    margin-top: 0px;
  }
}
/*--------------------------------------*/
.main-nav.navbar {
  margin-bottom: 0;
  background-color: #FFF;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.main-nav.navbar .navbar-collapse {
  margin: 0;
  padding: 0;
}
.main-nav.navbar .navbar-brand {
  padding: 10px 15px 10px 0;
  height: 80px;
}
.main-nav.navbar .navbar-brand img {
  max-width: 100%;
  height: 100%;
}
.main-nav.navbar .navbar-brand h1 .text-theme-color1,
.main-nav.navbar .navbar-brand h1 .text-theme-color2 {
  font-weight: bold !important;
}
.main-nav.navbar .navbar-brand p {
  padding-left: 3px;
}
.main-nav.navbar .navbar-nav .glyphicon {
  top: 3px;
}
.main-nav.navbar .navbar-nav > li {
  transition: 0.4s;
  border-bottom: 3px solid transparent;
}
.main-nav.navbar .navbar-nav > li > a,
.main-nav.navbar .navbar-nav > li a:focus,
.main-nav.navbar .navbar-nav > li a:active {
  color: #1A1A1A;
  font-size: 16px;
  text-align: right;
  padding: 28px 15px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: transparent;
  line-height: 21px;
  background-color: #FFF;
}
.main-nav.navbar .navbar-nav > li:hover {
  border-bottom: 3px solid rgba(172, 36, 49, 0.7);
}
.main-nav.navbar .navbar-nav > li.active {
  border-bottom: 3px solid #AC2431;
}
.main-nav.navbar .navbar-nav > li.active > a {
  background-color: #FFF;
  color: #000;
  font-weight: 600;
}
.main-nav.navbar .navbar-nav .nav-logo {
  position: relative;
  bottom: 2px;
  margin-bottom: 0;
}
.main-nav.navbar .navbar-nav .user-profile {
  border-left: 1px solid #E6E6E6;
}
.main-nav.navbar .navbar-nav .user-profile a,
.main-nav.navbar .navbar-nav .user-profile a:hover,
.main-nav.navbar .navbar-nav .user-profile a:focus,
.main-nav.navbar .navbar-nav .user-profile a:active {
  color: #000;
  border-bottom: 0;
}
.main-nav.navbar .navbar-nav .user-logo {
  width: 24px;
  margin-left: 10px;
}
.main-nav.navbar #signOutNav {
  padding-top: 7px;
}
.main-nav.navbar #signOutNav button {
  border: 2px solid black;
}
/* Navbar tablet styles */
@media screen and (max-width: 767px) {
  .main-nav.navbar .navbar-brand {
    height: 70px;
    padding-left: 0;
  }
  .main-nav.navbar .navbar-header {
    position: relative;
  }
  .main-nav.navbar .navbar-header .navbar-toggle {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    margin: 0;
  }
  .main-nav.navbar .navbar-header .navbar-toggle .icon-bar {
    margin-right: 0;
  }
  .main-nav.navbar .navbar-collapse {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    margin: 0;
    z-index: 100;
    background: #FFF;
    padding: 0;
  }
  .main-nav.navbar .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .main-nav.navbar .navbar-collapse .navbar-nav li {
    border-left: 3px solid transparent;
    border-bottom: 0;
  }
  .main-nav.navbar .navbar-collapse .navbar-nav li > a {
    padding: 15px;
    border-bottom-width: 0;
    text-align: left;
  }
  .main-nav.navbar .navbar-collapse .navbar-nav li:hover {
    border-bottom: 0;
    border-left: 3px solid rgba(172, 36, 49, 0.7);
  }
  .main-nav.navbar .navbar-collapse .navbar-nav li.active {
    border-bottom: 0;
    border-left: 3px solid #AC2431;
  }
  .main-nav.navbar .navbar-collapse .navbar-nav .user-profile {
    float: none;
    border-top: 1px solid #E6E6E6;
  }
}
/*--------------------------------------*/
.header-container {
  overflow: hidden;
}
.header-container .header-inner {
  padding: 20px 25px 0;
}
.header-container .logo-wrap {
  width: 220px;
  float: left;
  margin-bottom: 10px;
}
.header-container .logo-wrap img {
  max-width: 100%;
}
.header-container .page-title {
  float: left;
  border-left: 2px solid #dedede;
  margin: 40px 0 0 15px;
  padding-left: 15px;
  padding-bottom: 10px;
}
.header-container .page-title h1 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #69c;
}
.header-container .navbar-default {
  background: transparent;
  border: none;
}
.header-container nav.navbar {
  background: transparent;
}
.header-container nav.navbar a {
  color: #FFF;
}
@media (min-width: 600px) and (max-width: 767px) {
  .header-container nav.navbar .navbar-header {
    float: left;
  }
}
.header-container nav.navbar .navbar-nav {
  margin-top: 6px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .header-container nav.navbar .navbar-nav {
    float: right;
  }
  .header-container nav.navbar .navbar-nav li {
    float: left;
  }
}
.header-container .navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
}
.header-container .header {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  background: #FFF;
}
.header-container .header-text {
  font-size: 30px;
  margin: 20px;
}
.header-container .navbar-brand {
  font-size: 40px;
  font-weight: 700;
  padding-left: 36px;
}
@media (max-width: 600px) {
  .header-container .navbar-brand {
    padding: 12px 0;
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .header-container .navbar-brand {
    font-size: 32px;
  }
}
.header-container .react-datepicker-wrapper {
  margin-bottom: 20px;
}
.main-container {
  height: 100vh;
  min-height: 100vh;
  background-color: #FFF;
}
.login-wrapper .navbar-brand {
  padding: 10px 15px 10px 0;
  height: 80px;
}
.login-wrapper .navbar-brand img {
  max-width: 100%;
  height: 100%;
}
.login-wrapper .navbar-brand h1 {
  font-size: 32px !important;
}
.login-wrapper .navbar-brand h1 .text-theme-color1,
.login-wrapper .navbar-brand h1 .text-theme-color2 {
  font-weight: bold;
}
.login-wrapper .navbar-brand p {
  padding-left: 3px;
}
.login-wrapper .navbar-brand span.rentals {
  font-size: 30px;
  color: #999999 !important;
}
.page-container.form-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80vh;
  background-position: -410px 0;
}
.page-container.form-wrap h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #dedede;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.page-container.form-wrap .form-horizontal {
  min-width: 600px;
  padding: 40px 30px 20px;
  background-color: #FFF;
}
.page-container.form-wrap .form-horizontal .form-control {
  border-radius: 4px;
}
.page-container.form-wrap .form-horizontal button.btn-default {
  background-color: #AC2431;
  color: #FFF;
  padding: 7px 0px;
  width: 100%;
  border-radius: 4px;
  border-color: transparent;
  outline: none;
}
.image-logo {
  width: 190px;
  margin-bottom: 10px;
}
.error-msg {
  color: #AC2431;
  margin-top: 5px;
}
.page-container {
  display: flex;
  align-items: stretch;
}
.page-container main {
  width: 100%;
  min-height: 100vh;
}
.page-container .main-container #content {
  padding: 25px;
  transition: all 0.3s;
}
.page-container .main-container.home-page .logo-wrap {
  width: 200px;
  margin: 70px auto;
  min-width: 200px;
}
.page-container .main-container.home-page .logo-wrap img {
  max-width: 100%;
}
.page-container .main-container.home-page .quick-links {
  margin: 150px auto 0;
  max-width: 350px;
  width: 100%;
  text-align: center;
}
.page-container .main-container.home-page .quick-links ul {
  margin: 0 auto;
  list-style: none;
  color: #85BEE8;
  font-size: 20px;
  text-align: center;
}
.page-container .main-container.home-page .quick-links ul li {
  margin-bottom: 15px;
}
.page-container .main-container.home-page .quick-links ul li a {
  background-color: #69c;
  padding: 12px;
  color: #FFF;
  display: inline-block;
  width: 100%;
  transition: 0.3s all;
}
.page-container .main-container.home-page .quick-links ul li a:hover {
  background-color: #AC2431;
  color: #FFF;
}
.page-container .main-container .homepage-hero {
  border-bottom: 2px solid #dedede;
  display: block;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  margin: -25px -25px 30px;
}
.page-container .main-container .homepage-hero img {
  width: 100%;
}
.page-container .main-container .homepage-hero .headline {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-container .main-container .page-content {
  padding: 10px 50px;
}
.page-container .main-container .list-content {
  max-width: 100%;
  margin-bottom: 80px;
}
.page-container .main-container .list-content h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #AC2431;
}
.page-container .main-container .list-content .img-wrap {
  margin-top: 30px;
  height: 105px;
}
.page-container .main-container .property-item {
  margin: 50px 0;
}
.page-container .main-container .property-item .property-img img {
  width: 100%;
}
.page-container .main-container .property-item .property-title {
  color: #69c;
  font-size: 20px;
  line-height: 18px;
}
.page-container .main-container .property-item .sub-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #494949;
}
.page-container .main-container .property-item .item-details {
  margin-bottom: 5px;
}
.page-container .main-container .property-item .item-details p {
  line-height: 17px;
  font-size: 15px;
  color: #494949;
  margin-bottom: 0;
}
.page-container .main-container .property-item .tag-container span {
  display: inline-block;
  background-color: #69c;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  margin-right: 5px;
  padding: 2px 5px;
}
.page-container .main-container .property-item .short-desc {
  font-size: 15px;
  color: #494949;
  line-height: 23px;
  margin: 10px 0;
}
.page-container .main-container .property-item .btn-secondary {
  background-color: #AC2431;
  color: #FFF;
  padding: 7px 25px;
  border-radius: 0;
  display: inline-block;
}
.page-container .api-container .btn-api {
  margin-bottom: 10px;
}
.page-container .api-container .form-group {
  max-width: 300px;
}
.page-container .api-container code {
  display: block;
  word-break: break-word;
}
.section-item {
  padding: 10px 0 10px 0;
}
.section-item .head-topic {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #000;
  margin-bottom: 10px;
}
.section-item .feature-important .overview-important-data {
  padding: 0;
  margin-bottom: 15px;
}
.section-item .feature-important .overview-important-text {
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  margin-left: 12px;
}
.section-item .feature-item {
  overflow: hidden;
}
.section-item .feature-item .amenities-data {
  padding: 0;
  float: left;
  margin-bottom: 15px;
}
.section-item .feature-item .amenities-data .overview-icon {
  float: left;
  font-size: 16px;
}
.section-item .feature-item .amenities-data .amenities-icon {
  font-size: 16px;
  float: left;
  margin-right: 10px;
  font-weight: 600;
}
.section-item .feature-item .amenities-data .amenities-text {
  font-size: 14px;
  font-weight: 100;
}
.section-item .feature-item-1 {
  overflow: hidden;
}
.section-item .feature-item-1 .amenities-data {
  padding: 0;
  float: left;
  margin-bottom: 15px;
}
.section-item .feature-item-1 .amenities-data .overview-icon {
  float: left;
  font-size: 16px;
}
.section-item .feature-item-1 .amenities-data .amenities-icon {
  font-size: 16px;
  float: left;
  margin-right: 10px;
  font-weight: 600;
}
.section-item .feature-item-1 .amenities-data .amenities-text {
  font-size: 14px;
  font-weight: 100;
}
.client-page {
  margin-top: 30px;
}
.client-page .search-container {
  position: relative;
}
.client-page .search-container .field-search-icon {
  color: #BDBDBD;
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 24px;
}
.client-page .search-container .form-field {
  background-color: transparent;
  border: 1px solid #D5D5D5;
  border-width: 0 0 1px;
  padding-left: 20px;
}
.client-page .search-container .form-field:focus {
  box-shadow: none;
}
.white-container {
  background: #FFF;
  padding: 20px;
  margin-bottom: 30px;
}
.svg-icon-blue path {
  fill: #0077CE;
  -webkit-filter: hue-rotate(220deg) saturate(5);
  filter: hue-rotate(220deg) saturate(5);
}
.blue-text-btn {
  background: #0077CE;
  color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 14px;
  border-radius: 3px;
}
.blue-text-btn:hover,
.blue-text-btn:focus {
  text-decoration: none;
  background: #0077CE;
  color: #FFF;
}
.path {
  stroke: #AC2431;
  stroke-dasharray: -1, 200;
  stroke-dashoffset: 0;
  animation: spin 2s linear infinite;
  stroke-linecap: round;
}
.loader {
  stroke: #AC2431;
  stroke-dasharray: -1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #0077CE;
  border-radius: 50%;
  position: fixed;
  z-index: 100000;
  top: 30%;
  left: 55%;
  width: 75px;
  height: 75px;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #AC2431 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.property-detail .loader {
  stroke: #AC2431;
  stroke-dasharray: -1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #0077CE;
  border-radius: 50%;
  position: absolute;
  z-index: 100000;
  top: 100%;
  left: 40%;
  width: 75px;
  height: 75px;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #AC2431 transparent transparent transparent;
}
.property-detail .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.property-detail .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.property-detail .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dropdown {
  min-width: 100%;
}
.dropdown button {
  width: 100%;
  float: left;
  text-align: left;
}
.dropdown button span.caret {
  top: 10px;
  position: relative;
  float: right;
}
.dropdown ul.dropdown-menu {
  padding: 2px 5px;
}
.dropdown ul.dropdown-menu a {
  width: 100%;
  display: block;
  color: #2D2D2D;
  padding: 2px 5px;
}
.dropdown ul.dropdown-menu a:hover {
  text-decoration: none;
  color: white;
  background-color: #0077CE;
}
.field-wrapper {
  margin-bottom: 10px;
}
.form-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.form-control {
  border-radius: 4px;
  border: 1px solid #999999;
}
.form-group {
  margin-bottom: 0;
}
.form-group label {
  color: #2D2D2D;
  opacity: 0.8;
  font-weight: normal;
}
textarea.form-field,
select.form-field,
input[type="text"].form-field,
input[type="password"].form-field,
input[type="number"].form-field,
input[type="email"].form-field,
input[type="url"].form-field,
input[type="search"].form-field,
input[type="tel"].form-field {
  width: 100%;
  display: inline-block;
  border: 2px solid #dedede;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 24px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #2D2D2D;
  font-weight: 600;
}
textarea.form-field:focus,
select.form-field:focus,
input[type="text"].form-field:focus,
input[type="password"].form-field:focus,
input[type="number"].form-field:focus,
input[type="email"].form-field:focus,
input[type="url"].form-field:focus,
input[type="search"].form-field:focus,
input[type="tel"].form-field:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
textarea.form-field::-webkit-input-placeholder,
select.form-field::-webkit-input-placeholder,
input[type="text"].form-field::-webkit-input-placeholder,
input[type="password"].form-field::-webkit-input-placeholder,
input[type="number"].form-field::-webkit-input-placeholder,
input[type="email"].form-field::-webkit-input-placeholder,
input[type="url"].form-field::-webkit-input-placeholder,
input[type="search"].form-field::-webkit-input-placeholder,
input[type="tel"].form-field::-webkit-input-placeholder,
textarea.form-field ::-moz-placeholder,
select.form-field ::-moz-placeholder,
input[type="text"].form-field ::-moz-placeholder,
input[type="password"].form-field ::-moz-placeholder,
input[type="number"].form-field ::-moz-placeholder,
input[type="email"].form-field ::-moz-placeholder,
input[type="url"].form-field ::-moz-placeholder,
input[type="search"].form-field ::-moz-placeholder,
input[type="tel"].form-field ::-moz-placeholder,
textarea.form-field :-ms-input-placeholder,
select.form-field :-ms-input-placeholder,
input[type="text"].form-field :-ms-input-placeholder,
input[type="password"].form-field :-ms-input-placeholder,
input[type="number"].form-field :-ms-input-placeholder,
input[type="email"].form-field :-ms-input-placeholder,
input[type="url"].form-field :-ms-input-placeholder,
input[type="search"].form-field :-ms-input-placeholder,
input[type="tel"].form-field :-ms-input-placeholder,
textarea.form-field :-o-input-placeholder,
select.form-field :-o-input-placeholder,
input[type="text"].form-field :-o-input-placeholder,
input[type="password"].form-field :-o-input-placeholder,
input[type="number"].form-field :-o-input-placeholder,
input[type="email"].form-field :-o-input-placeholder,
input[type="url"].form-field :-o-input-placeholder,
input[type="search"].form-field :-o-input-placeholder,
input[type="tel"].form-field :-o-input-placeholder {
  font-weight: 400;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.form-field-select {
  position: relative;
}
.form-field-select .caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.primary-btn {
  background-color: #4D4D4D;
  color: #FFF;
  padding: 10px 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  transition: background 0.1s linear;
  text-align: center;
}
.primary-btn.full-width {
  width: 100%;
}
.primary-btn:focus,
.primary-btn:hover,
.primary-btn:active {
  background-color: #4D4D4D;
  outline: 0;
  color: #FFF;
}
.primary-btn.blue-btn,
.primary-btn.secondary-btn {
  background-color: #69c;
}
.primary-btn.black-btn {
  background-color: #000;
  font-size: 12px;
}
.primary-btn.white-btn {
  background-color: #FFF;
  color: #000;
  border-color: #D5D5D5;
  font-size: 12px;
}
.primary-btn.grey-btn {
  background-color: #D5D5D5;
  color: #000;
  border-color: #D5D5D5;
  font-weight: 400;
  font-size: 12px;
}
.primary-btn.transparent-btn {
  background-color: transparent;
  color: #000;
  border-color: #D5D5D5;
  font-size: 12px;
}
.primary-btn.active-btn {
  border-color: #5AD888;
  background-color: #FFF;
  color: #5AD888;
  padding: 2px 11px 3px;
  font-size: 12px;
}
.primary-btn .icon {
  font-size: 8px;
  margin-left: 7px;
}
.primary-btn[disabled] {
  background: #D5D5D5;
  color: #000;
  border-color: #D5D5D5;
}
.blue-btn {
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  background: #0077CE;
  color: #FFF;
  transition: 0.4s;
}
.blue-btn:active,
.blue-btn:hover,
.blue-btn:visited,
.blue-btn:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #0077CE;
  border-color: #0077CE;
  outline: none;
}
.rte-inp {
  height: 200px;
  margin-bottom: 40px;
}
.badge-checkbox {
  margin: 0;
  text-transform: uppercase;
}
.badge-checkbox input {
  display: none;
}
.badge-checkbox input:checked + label {
  background-color: #69c;
  color: #FFF;
  text-decoration: none;
}
.badge-checkbox label {
  background-color: #F5F5F5;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  text-decoration: line-through;
}
.checkbox-wrap {
  display: inline-block;
  margin: 0px;
  padding: 6px;
}
.checkbox-wrap.checkbox-input input[type=checkbox] {
  display: none;
}
.checkbox-wrap.checkbox-input input[type=checkbox] + .checkbox-label {
  color: black;
  position: relative;
  margin-left: 22px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}
.checkbox-wrap.checkbox-input input[type=checkbox] + .checkbox-label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 1px;
  left: -28px;
  border-radius: 2px;
  border: 1px solid #707070;
  background-color: #FFF;
}
.checkbox-wrap.checkbox-input input[type=checkbox]:checked + .checkbox-label:before {
  background-color: #0077CE;
  border-color: #0077CE;
}
.checkbox-wrap.checkbox-input input[type=checkbox]:checked + .checkbox-label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: -24px;
  width: 10px;
  height: 5px;
  color: #FFF;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}
.div-grid-wrapper {
  width: 100%;
  background: white;
}
.div-grid-wrapper .print-header {
  display: none;
}
.div-grid-wrapper .print-gallery {
  display: none;
}
.div-grid-wrapper .property-table-wrapper {
  display: block;
}
.div-grid-wrapper .property-table-wrapper tbody {
  display: block;
}
.div-grid-wrapper .property-table-wrapper tbody tr,
.div-grid-wrapper .property-table-wrapper tbody td {
  display: block;
}
.div-grid-wrapper .property-table-wrapper thead,
.div-grid-wrapper .property-table-wrapper tfoot {
  display: none;
}
.div-grid-wrapper .property-table-wrapper thead tr,
.div-grid-wrapper .property-table-wrapper tfoot tr,
.div-grid-wrapper .property-table-wrapper thead td,
.div-grid-wrapper .property-table-wrapper tfoot td {
  display: block;
}
.div-grid-wrapper.property-detail {
  padding: 0;
}
.div-grid-wrapper.property-detail .map-section .property-map-wrapper {
  min-height: 646px;
  background: #f0f0f0;
}
.div-grid-wrapper.property-detail .map-loader-wrapper {
  position: relative;
  z-index: 200;
  padding: 0 auto;
  top: 0;
  left: 0;
  transform: none;
  height: 646px;
  display: flex;
  justify-content: center;
}
.div-grid-wrapper.property-detail .display-result .prop-card.prop-col-wrapper .wrapper {
  transition: 0.4s;
}
.div-grid-wrapper.property-detail .display-result .prop-card.prop-col-wrapper .wrapper:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
.div-grid-wrapper.property-detail .display-result .prop-card.prop-col-wrapper .feature-wrapper {
  padding-right: 0;
}
.div-grid-wrapper.property-detail .display-result .prop-card.prop-col-wrapper .property-hover img {
  animation: fadeInImg 400ms ease-out forwards;
}
.div-grid-wrapper.property-detail .display-result .prop-card.prop-col-wrapper .property-hover-leave img {
  animation: fadeOutImg 400ms ease-in forwards;
}
.div-grid-wrapper.property-detail .slick-arrow {
  width: 30px;
}
.div-grid-wrapper.property-detail .slick-arrow.slick-disabled {
  display: none !important;
}
.div-grid-wrapper.property-detail .slick-slide > div {
  display: flex;
  justify-content: center;
}
.div-grid-wrapper.property-detail .slick-slide img {
  display: inline;
}
.div-grid-wrapper .grid-wrapper {
  padding-bottom: 20px;
  background: white;
}
.div-grid-wrapper .title-grid-wrapper {
  background: whitesmoke;
}
.div-grid-wrapper .breadcrumb-wrapper {
  padding: 0;
  background: whitesmoke;
  border-bottom: 1px solid #DEDEDE;
}
.div-grid-wrapper .breadcrumb-wrapper .breadcrumb a {
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 600;
}
.route-title {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .route-title {
    padding: 0;
  }
}
.link-inline:last-child {
  margin-right: 0px;
}
.inline-span {
  margin-right: 5px;
}
.property-overview-icon {
  float: left;
  margin-top: 10px;
}
.property-overview-icon span {
  font-size: 30px;
}
.property-pull-left {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.property-overview-info {
  float: left;
  margin-left: 5px;
  margin-top: 0x;
}
.property-overview-num {
  font-size: 11px;
  font-weight: bold;
}
.property-overview-text {
  font-size: 10px;
}
.property-overview-extra,
.property-overview-feature {
  font-size: 10px;
  margin-top: 25px;
}
.property-nav .property-nav-wrapper {
  border-bottom: 1px solid #D5D5D5;
}
.property-nav .property-nav-wrapper ul {
  list-style-type: none;
  color: #1D1D1D;
}
.property-nav .property-nav-wrapper ul li a {
  color: #4D4D4D;
  text-decoration: none;
}
.property-nav .property-nav-wrapper ul li a:hover {
  color: black;
}
.property-nav .property-nav-wrapper ul li a:active {
  color: black;
}
.property-nav .property-nav-wrapper .right-list-buttons {
  margin-top: 3px;
}
.property-nav .property-nav-wrapper .right-list-buttons .link-inline {
  margin-right: 10px;
  top: 3px;
  height: 24px;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  align-items: center;
}
.property-nav .property-nav-wrapper .right-list-buttons .link-inline p {
  margin-bottom: 0;
}
.property-nav .property-nav-wrapper .right-list-buttons .property-nav-button-notes,
.property-nav .property-nav-wrapper .right-list-buttons .property-nav-button-folder {
  border: 1px solid #4D4D4D;
  border-radius: 4px;
  padding: 0 10px;
  color: #4D4D4D;
  font-size: 14px;
  transition: 0.4s;
  cursor: pointer;
}
.property-nav .property-nav-wrapper .right-list-buttons .property-nav-button-notes p,
.property-nav .property-nav-wrapper .right-list-buttons .property-nav-button-folder p {
  color: #4D4D4D;
  text-decoration: none;
}
.property-nav .property-nav-wrapper .right-list-buttons .property-nav-button-notes:hover,
.property-nav .property-nav-wrapper .right-list-buttons .property-nav-button-folder:hover {
  border-radius: 0;
  border: 1px solid #0077CE;
  box-shadow: 0px 0px 5px 0px rgba(0, 119, 206, 0.3);
}
.property-nav .property-nav-wrapper .right-list-buttons .property-nav-button-folder {
  border: 1px solid #0077CE;
  color: #0077CE;
}
.property-nav .property-nav-wrapper .right-list-buttons .property-nav-button-folder p {
  color: #0077CE;
}
.moreLink {
  cursor: pointer;
}
.span-right {
  float: right;
}
.full-width-col .checkbox-wrap {
  margin-bottom: 15px;
}
.full-width-col .overview-title {
  padding-left: 15px;
}
.full-width-col.credit-card-container {
  margin-top: 20px;
  padding: 0;
}
.full-width-col.credit-card-container .card-item {
  padding: 0;
}
.full-width-col.credit-card-container .card-item .card-logo {
  width: 60px;
  height: 40px;
}
.id {
  margin-top: 20px;
}
.left-list {
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.left-list .nav-logo {
  width: 16px;
  height: 16px;
}
.left-list ul[role="tablist"] {
  border: none;
}
.left-list ul[role="tablist"] a {
  font-size: 16px;
  color: #797979;
  border: none;
  font-weight: 600;
  line-height: 21px;
  border-bottom: 3px solid transparent;
  transition: 0.4s;
}
.left-list ul[role="tablist"] a[aria-selected="true"] {
  border: none;
  background: transparent;
  color: black;
  border-bottom: 3px solid #AC2431;
}
.left-list ul[role="tablist"] a[aria-selected="false"]:hover {
  background: transparent;
  border-bottom: 3px solid rgba(172, 36, 49, 0.7);
}
.right-list,
.right-list-buttons {
  float: right;
  margin: 10px 10px 0;
  height: 40px;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
}
.right-list .link-inline,
.right-list-buttons .link-inline {
  float: left;
  text-decoration: none;
  transition: 0.4s;
}
.right-list .link-inline.margin-right-20,
.right-list-buttons .link-inline.margin-right-20 {
  cursor: pointer;
}
.right-list .link-inline.margin-right-20:after,
.right-list-buttons .link-inline.margin-right-20:after {
  display: block;
  height: 10px;
  margin-bottom: 10px;
  content: "";
  border-bottom: 3px solid;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
  transform-origin: 0% 50%;
}
@media screen and (max-width: 992px) {
  .right-list .link-inline.margin-right-20:after,
  .right-list-buttons .link-inline.margin-right-20:after {
    height: 11px;
  }
}
.right-list .link-inline.margin-right-20:nth-of-type(1):after,
.right-list-buttons .link-inline.margin-right-20:nth-of-type(1):after {
  border-color: #1185E0;
}
.right-list .link-inline.margin-right-20:nth-of-type(2):after,
.right-list-buttons .link-inline.margin-right-20:nth-of-type(2):after {
  border-color: #F03B1F;
}
.right-list .link-inline.margin-right-20:nth-of-type(3):after,
.right-list-buttons .link-inline.margin-right-20:nth-of-type(3):after {
  border-color: #1A1A1A;
}
.right-list .link-inline.margin-right-20:hover:after,
.right-list-buttons .link-inline.margin-right-20:hover:after {
  transform: scaleX(1);
}
.right-list .svg-logo {
  width: 16px;
  height: 16px;
}
.right-list .email_to_client_logo {
  width: 20px;
}
.property-detail-row-wrapper {
  margin: 0;
}
.property-detail-row-wrapper + .display-result {
  margin: 0;
}
.property-detail-row-wrapper .prop-col-wrapper {
  padding: 0;
}
.property-detail-row-wrapper .datepicker-wrapper.date-property {
  padding: 20px 5px;
}
.property-detail-row-wrapper .datepicker-wrapper .react-datepicker__input-container input {
  background: transparent;
}
.property-detail-row-wrapper .datepicker-wrapper .datepicker-col {
  padding-top: 20px;
}
.property-detail-row-wrapper .datepicker-wrapper .datepicker-col .custom-search-header {
  font-size: 11px;
}
.property-detail-row-wrapper .datepicker-wrapper .datepicker-col .custom-search-header + input {
  border: none;
  box-shadow: inset 0 0 0 0;
  font-weight: 600;
  font-size: 16px;
  color: #1D1D1D;
}
.property-detail-row-wrapper .date {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.property-detail-row-wrapper .date .text-11 {
  padding-left: 10px;
}
.right-content-wrapper {
  position: sticky;
  top: 20px;
  z-index: 1;
}
.right-content-wrapper table tr {
  height: 39px;
  border-bottom: 1px solid #cccccc;
}
.right-content-wrapper table tr td {
  padding: 0;
}
.right-content-wrapper table thead {
  color: #959595;
  font-weight: normal;
}
.right-content-wrapper table tbody {
  color: black;
  font-weight: bold;
}
.right-content-wrapper .more-filters {
  text-align: right;
  padding-right: 1px;
}
.right-content-wrapper .more-filters a {
  color: #AC2431;
  font-size: 15px;
  font-weight: 600;
}
.right-content-wrapper .rate-info.rates-list {
  border-color: rgba(153, 153, 153, 0.3);
}
.right-content-wrapper .rate-info.rates-list .list-group-item {
  margin: 0;
}
.right-content-wrapper .rate-info.rates-list .list-group-item:nth-of-type(1) .span-left {
  font-size: 18px;
}
.right-content-wrapper .rate-info.rates-list .list-group-item .span-left {
  font-size: 16px;
}
.book-now-btn-wrapper {
  border: 0;
  border-bottom: 0;
  padding: 0;
}
.book-now-btn-wrapper button {
  width: 100%;
  border-radius: 0 0 4px 4px;
  border: none;
  background: #0077ce;
  color: white;
  height: 48px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.4s;
}
.book-now-btn-wrapper button:active,
.book-now-btn-wrapper button:hover,
.book-now-btn-wrapper button:visited,
.book-now-btn-wrapper button:focus {
  box-shadow: inset 0 0 0 0;
  background: #006DCE;
  color: white;
  border-color: white;
  outline: none;
}
.info {
  border: 1px solid #FFCE00;
  border-radius: 5px;
  background: rgba(255, 206, 0, 0.2);
  padding-top: 10px;
  color: #000000;
}
.info #note {
  margin-top: 5px;
}
.info .information-logo {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  width: 24px;
  height: 24px;
}
.property-content {
  padding: 0;
}
.property-content hr {
  border-top: 1px solid #E6E6E6;
}
.property-content .check {
  list-style-type: none;
}
.property-content .other-features-col-wrapper .overview-col {
  border-right: 0;
  padding-left: 0;
}
.property-content .other-features-col-wrapper .overview-col .overview-icon .svg-logo {
  width: 32px;
  height: 32px;
}
.property-content .other-features-col-wrapper .overview-col .overview-info {
  margin-top: 2px;
}
.property-content .other-features-col-wrapper .overview-col .overview-info .overview-text {
  font-size: 11px;
}
.property-content .other-features-col-wrapper .overview-col .overview-info .overview-number {
  font-size: 19px;
}
.property-content .general-info h2.title {
  font-weight: 600;
  color: #1D1D1D;
}
.property-content .general-info .link-inline {
  display: inline;
  margin: 10px;
  margin-left: 0;
  cursor: default;
  font-size: 16px;
  opacity: 0.7;
  font-weight: 600;
}
.property-content .general-info .location {
  font-size: 13px;
  color: #3F3F3F;
}
.property-content .other-features-col-wrapper .overview-title {
  margin-bottom: 30px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.map-note {
  margin: 30px 0;
}
.map-note p {
  color: #707070;
  margin-bottom: 0;
}
.map-note hr {
  margin-top: 0;
}
.breadcrumb {
  padding: 8px 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 8px 15px;
  }
}
.breadcrumb li:before {
  content: none !important;
}
.breadcrumb li + .svg-logo {
  width: 8px;
  height: 8px;
  margin: 5px;
}
.breadcrumb a:hover {
  color: blue;
}
.back-button {
  margin: 4px 15px 0 0;
  padding: 6px 0;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  float: right;
  color: #0077CE;
  background-color: none;
  background: none;
  transition: 0.4s;
}
.back-button .glyphicon {
  top: 2px;
}
.back-button:active,
.back-button:hover,
.back-button:visited,
.back-button:focus {
  box-shadow: inset 0 0 0 0;
  background: none;
  color: #0077CE;
  outline: none;
}
.back-button:hover {
  border-bottom: 3px solid #0096F6;
}
.property-content .react-calendar__navigation__arrow.react-calendar__navigation__next-button,
.property-content .react-calendar__navigation__arrow.react-calendar__navigation__next2-button,
.property-content .react-calendar__navigation__arrow.react-calendar__navigation__prev2-button,
.property-content .react-calendar__navigation__arrow.react-calendar__navigation__prev-button {
  display: none;
}
.custom-calendar {
  border: none;
}
.book-now {
  padding: 0;
  border: none;
}
.book-now button {
  width: 100%;
  border-radius: 0;
  color: white;
  background: #0077CE;
  border-top-width: 0px;
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.book-now button:hover,
.book-now button:focus {
  color: white;
  background: #0077CE;
}
.custom-caret {
  color: #b3b3b3;
  float: right;
  margin-right: 22px;
  margin-top: -20px;
}
@media screen {
  .availability-print-view,
  .static-map-view,
  .print-feature-image {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 440px) {
  .right-list {
    float: left;
    height: max-content;
  }
}
@media screen and (min-width: 1200px) {
  .prop-col-wrapper .wrapper .property-detail-overview {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .link-inline {
    display: inline-block;
  }
  .right-list-buttons {
    float: none;
    width: 100%;
  }
  .right-list-buttons,
  .right-list {
    margin-left: 0;
    padding-left: 0;
  }
  .property-nav-button.right-list {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .right-list {
    float: left;
  }
  .property-content .carousel-wrapper .thumbs-wrapper.axis-vertical .thumbs .thumb img {
    margin-top: 0;
  }
}
.shadow-box {
  box-shadow: 1px 0px 5px 0px rgba(182, 170, 170, 0.75);
  padding: 10px;
  background: #FFF;
}
.text-48 {
  font-size: 48px;
}
.text-32 {
  font-size: 32px;
}
.text-24 {
  font-size: 24px;
}
.text-20 {
  font-size: 20px;
}
.text-11 {
  font-size: 11px;
}
.text-12 {
  font-size: 12px;
}
.text-10 {
  font-size: 10px;
}
.text-18 {
  font-size: 18px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.no-border {
  border: none !important;
}
.text-15 {
  font-size: 15px;
}
.text-13 {
  font-size: 13px;
}
.text-theme-color1 {
  color: #0077CE;
}
.text-theme-color2 {
  color: #AC2431;
}
.padding-left-6 {
  padding-left: 6px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-15 {
  padding: 15px;
}
.padding-10 {
  padding: 10px;
}
.margin-15 {
  margin: 15px;
}
.center-text {
  text-align: center;
}
.margin-20 {
  margin: 20px;
}
.margin-10 {
  margin: 10px;
}
.padding-20 {
  padding: 20px;
}
.margin-5 {
  margin: 5px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-minus-10 {
  margin-top: -10px;
}
.margin-top-minus-35 {
  margin-top: -35px;
}
.margin-top-minus-50 {
  margin-top: -50px;
}
.margin-top-minus-5 {
  margin-top: -5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-20 {
  margin-bottom: 10px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.image-logo {
  width: 150px;
}
.border-bottom {
  border-bottom: 1px solid #f0f0f0;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.float-right {
  float: right;
}
.font-weight-100 {
  font-weight: 100;
}
.col-md-offset-right-1 {
  margin-right: 8.3333333%;
}
.text-black-light {
  color: #797979;
}
.text-white {
  color: #FFF;
}
.text-600 {
  font-weight: 600;
}
.background-white {
  background-color: #FFF;
}
.background-black {
  background-color: #000;
}
.background-grey {
  background-color: #F5F5F5;
}
.border-radius-5 {
  border-radius: 5px;
}
.white-shadow-background {
  box-shadow: -1px 2px 21px 0px #ccc;
  background: #FFF;
  margin-top: 10px;
  border-radius: 4px;
}
.thin-line {
  height: 1px;
  background: #f0f0f0;
}
.padding-5 {
  padding: 5px;
}
.overflow-hidden {
  overflow: hidden;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.width-85 {
  width: 85% !important;
}
.height-50 {
  height: 50px;
}
.height-70 {
  height: 70px;
}
.image-property {
  height: 200px;
}
.grey-background {
  background: #F5F5F5;
}
.title-bar-grey {
  height: 30px;
  padding-top: -3px;
  background: #F5F5F5;
}
.text-black {
  color: #000;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.out-line-none {
  outline: none;
}
.cursor-pointer {
  cursor: pointer;
}
.center-content {
  margin: auto;
  width: 650px;
  border: 1px solid #f0f0f0;
  height: 170px;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .center-content {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .center-content {
    width: 90%;
  }
}
.center-content .img-wrapper {
  height: 110px;
  width: 165px;
  margin-right: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .center-content .img-wrapper {
    padding: 0;
    height: 230px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .center-content .img-wrapper {
    height: 110px;
    width: 100%;
  }
}
.img-responsive.no-img + .no-imgSection strong {
  color: #FFF;
  font-size: 26px;
  position: relative;
  display: block;
  top: 50%;
  margin-top: -22px;
}
.no-img-1 {
  height: 400px;
}
.no-img-1 + .no-imgSection strong {
  color: #FFF;
  font-size: 26px;
  position: relative;
  display: block;
  top: 50%;
  margin-top: -22px;
}
.img-responsive.no-img + .no-imgSectionSmall {
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
}
.img-responsive.no-img + .no-imgSectionSmall strong {
  color: #FFF;
  font-size: 25px;
  position: relative;
  display: block;
  top: 50%;
  margin-top: -20px;
}
@media (max-width: 600px) {
  .img-responsive {
    margin-top: -50px;
  }
}
.alert-info {
  color: #000;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.float-left {
  float: left;
}
.n-padding {
  padding: 0 !important;
}
.alert {
  padding: 10px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  margin-top: 5px;
}
.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #ddd;
}
@media (max-width: 600px) {
  .panel-group .panel-heading + .panel-collapse > .panel-body {
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  .panel-body {
    padding: 14px;
  }
}
.panel-heading {
  padding: 0px 0px 0px;
  background: #FFF;
  background-color: #FFF;
  border-radius: 0;
}
@media (max-width: 600px) {
  .panel-heading {
    margin-left: 5px;
  }
}
.panel-default {
  border-color: #FFF;
}
.panel-default > .panel-heading {
  background-color: #FFF;
  border-color: #FFF;
}
.panel-title a {
  font-size: 24px;
}
.panel-title a:hover,
.panel-title a:focus {
  text-decoration: none;
}
.grey-box {
  border: 2px solid #dedede;
  border-radius: 8px;
  padding: 10px;
  background: #dedede;
  margin-top: 15px;
}
.white-box-border {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 15px;
  background: #FFF;
  margin-top: 0px;
}
.grey-box-agreement {
  border: 2px solid #dedede;
  border-radius: 0px;
  padding: 10px;
  background: #dedede;
  margin-top: 15px;
}
.website-primary-btn {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  height: 40px;
  border-color: #000;
}
.website-primary-btn-black {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  height: 40px;
  background: #AC2431;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
}
.website-primary-btn-black:hover {
  background: #AC2431;
  color: #FFF;
}
.website-secondary-btn {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  height: 40px;
}
.text-button {
  float: right;
  padding: 5px;
  margin: 5px;
  background-color: #ffffff;
  border: none;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.text-button:hover {
  background: none;
}
.btn-cancel {
  background-color: #FFF;
  height: 40px;
  margin-right: 30px;
  text-align: center;
  margin-top: 10px;
}
.btn-cancel:hover {
  background: none;
}
.thin-line-black {
  background: #000;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}
.red-box {
  border-radius: 5px;
  padding: 10px;
  background: #F2DEDE;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  color: red;
  color: #b94a48;
  font-weight: 600;
  font-size: 14px;
}
.question-img {
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
}
.icon-img {
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
}
.small-img {
  width: 12px;
  height: 12px;
  display: block;
  margin: auto;
}
.search-box-padding-left {
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.search-box-padding-right {
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.shadow-box-no-padding {
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  padding-top: 2px;
  padding-bottom: 0px;
  background: #FFF;
}
.bottom-radius {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bottom-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.error-text {
  color: #AC2431;
  margin-top: 10px;
  padding: 0px;
}
.error-text-background {
  background: #F2DEDE;
  padding: 10px;
}
.blocked-date-container .blocked-date {
  padding-top: 10px;
  display: flex;
}
.blocked-date-container .blocked-date .blocked-color-block {
  width: 25px;
  height: 15px;
  background: #f7d8db !important;
  margin-right: 10px;
}
.blocked-date-container .blocked-date p {
  font-size: 0.8em;
}
.div-print .map-note p {
  font-size: 0.85em;
}
.div-print .property-nav,
.div-print .grid-wrapper.breadcrumb-wrapper,
.div-print .control-arrow.control-next,
.div-print .control-arrow.control-prev,
.div-print .carousel,
.div-print .display-result,
.div-print .show-more-amenities {
  display: none;
}
.div-print .desc_truncate {
  height: max-content !important;
  overflow: inherit;
}
.div-print .section-item .feature-item {
  overflow: inherit;
}
.div-print .carousel-wrapper {
  margin-top: 0;
  padding: 0;
}
.div-print .carousel-wrapper img {
  height: 100%;
}
.div-print .sticky-quick-help .help-wrapper .help-button {
  display: none;
}
.div-print .carousel .slider-wrapper.axis-horizontal .slider {
  height: 400px;
  margin-left: 0;
}
.div-print .carousel .slider-wrapper.axis-horizontal .slider .slide {
  min-height: 400px;
}
.div-print .carousel.carousel-slider {
  display: inherit;
}
.div-print .right-content-wrapper {
  display: none;
}
.div-print .property-map-wrapper {
  display: none;
  width: 0;
  height: 0;
}
.div-print .static-map-view {
  display: inherit;
}
.div-print .static-map-view img {
  width: 100%;
}
.div-print .calendar-view {
  height: 180px;
  margin: 0;
  page-break-inside: avoid;
}
.div-print .react-calendar__navigation {
  height: 20px;
  margin-bottom: 0.3em;
}
.div-print .react-calendar__navigation__arrow {
  display: none;
}
.div-print .react-calendar__tile.react-calendar__month-view__days__day:disabled time {
  text-decoration: line-through !important;
}
.div-print .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__month-view__days__day.notAvailable,
.div-print .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__month-view__days__day--weekend.notAvailable,
.div-print .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile {
  height: 16px;
  width: 30px;
}
.div-print .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile {
  margin-bottom: 5px;
}
.div-print .calendar-view .react-calendar .react-calendar__navigation .react-calendar__navigation__label,
.div-print .calendar-view .react-calendar .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday {
  font-size: 0.8em;
}
.div-print .react-calendar button.react-calendar__tile time {
  font-size: 0.7em;
}
.div-print .property-table-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.div-print .property-table-wrapper tbody {
  display: table-row-group;
  margin-bottom: 20px;
}
.div-print .property-table-wrapper thead {
  display: table-header-group;
}
.div-print .property-table-wrapper tfoot {
  display: table-footer-group;
}
.div-print .print-wrapper {
  position: relative;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 30px;
  page-break-after: always !important;
}
.div-print .print-wrapper.print-description-continued,
.div-print .print-wrapper.print-gallery-continued {
  padding: 0;
}
.div-print .print-wrapper .head-topic {
  font-size: 20px;
}
.div-print .print-wrapper.availability-print-view.availability-title p {
  display: none;
}
.div-print .print-wrapper.print-gallery {
  display: block;
  padding: 0;
}
.div-print .print-wrapper.print-gallery .print-gallery-photo {
  max-height: 200px;
}
.div-print .print-wrapper.print-gallery .print-gallery-photo img {
  width: 100%;
  height: 100%;
}
.div-print .print-wrapper .general-info,
.div-print .print-wrapper .other-features-col-wrapper,
.div-print .print-wrapper .map-section {
  padding: 0 30px;
}
.div-print .print-wrapper .print-description {
  padding: 0 15px;
}
.div-print .print-wrapper .print-description .head-topic {
  margin: 20px 0;
}
.div-print .calendar-container {
  padding-bottom: 15px;
}
.div-print .availability-print-view {
  display: block;
  padding: 0 15px;
}
.div-print .availability-print-view .head-topic {
  padding-top: 5px;
}
.div-print .availability-print-view .print-wrapper {
  overflow: hidden;
}
.div-print .print-availability {
  padding-top: 50px;
}
.div-print .property-container {
  padding: 0 !important;
}
.div-print a[href]:after {
  content: none;
}
.div-print .noprint,
.div-print div.alert,
.div-print header,
.div-print .group-media,
.div-print .btn,
.div-print form,
.div-print #comments,
.div-print .nav,
.div-print ul.links.list-inline,
.div-print ul.action-links,
.div-print .footer,
.div-print .sticky-quick-help {
  display: none !important;
}
.div-print .general-info .title.text-bold {
  font-size: 30px;
}
.div-print .general-info ul.check {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.div-print .general-info ul.check li.link-inline {
  font-size: 18px;
  font-weight: 600;
}
.div-print .general-info ul.check li.link-inline .svg-logo {
  width: 18px;
  height: 18px;
}
.div-print .general-info ul.check + .clear + .location {
  font-size: 18px;
  font-weight: 400;
}
.div-print .general-info ul.check + .clear + .location .svg-logo {
  color: #0077ce;
  width: 18px;
  height: 18px;
}
.div-print .property-content hr {
  display: none;
}
.div-print .print-line {
  display: block;
  width: 100%;
  border-bottom: 3px solid #d0d0d0 !important;
}
.div-print .property-content .other-features-col-wrapper .overview-title {
  font-size: 20px;
}
.div-print .property-content .other-features-col-wrapper .overview-col .overview-icon .svg-logo {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.div-print .property-content .other-features-col-wrapper .overview-col .overview-icon + .overview-info .overview-number {
  font-size: 22px;
}
.div-print .property-content .other-features-col-wrapper .overview-col .overview-icon + .overview-info .overview-text {
  font-size: 12px;
}
.div-print .section-item .head-topic {
  font-size: 20px;
}
.div-print .desc_truncate {
  font-size: 12px;
}
.div-print .feature-data {
  margin-bottom: 15px;
}
.div-print .print-footer {
  display: block;
  border-bottom: 15px solid #ac2431;
  width: 100%;
}
.div-print .print-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.div-print .print-header .logo {
  max-height: 100px;
  max-width: 300px;
}
.div-print .print-header #brand {
  color: #777 !important;
}
.div-print .print-header #brand h1 {
  font-size: 26px;
  margin-top: 0;
}
.div-print .print-header #brand .text-theme-color1 {
  color: #0077ce !important;
  font-weight: bold !important;
}
.div-print .print-header #brand .text-theme-color2 {
  color: #ac2431 !important;
  font-weight: bold !important;
}
.div-print .print-header .account {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 600;
  padding: 0;
}
.div-print .print-header .account .svg-logo {
  width: 40px;
  height: 40px;
}
.div-print .print-header .account p {
  margin-bottom: 0;
}
.div-print .print-header .account .account-name {
  font-size: 15px;
}
.div-print .print-header .account .account-email {
  color: #0f25ce !important;
}
.overview-text-studio {
  font-size: 15px;
  margin-top: 12px;
  font-weight: bold;
}
.overview-data {
  margin-right: 8%;
  margin-top: 5px;
}
.overview-icon {
  font-size: 35px;
}
.overview-icon-l {
  font-size: 32px;
}
.overview-icon-s {
  font-size: 13px;
}
.amenities-icon {
  font-size: 17px;
}
.overview-important-text {
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
  margin: 12px 0px 0px 10px;
}
.amenities-margin {
  margin-bottom: 10px;
  padding: 0;
}
.show-more-amenities {
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  color: #AC2431;
}
.show-more-amenities i {
  font-size: 10px;
  margin-left: 4px;
}
.top-pad {
  padding-top: 20px;
}
.top-margin {
  margin-top: 20px;
}
.feature-important .overview-important-data .overview-icon {
  margin-right: 10px;
}
.feature-important .overview-important-data .overview-icon::before {
  font-size: 24px;
}
.feature-important .overview-important-data .overview-important-text {
  margin-top: ;
  margin-left: 0;
  color: #3F3F3F;
  font-size: 14px;
  font-weight: 600;
}
.section-item .feature-item .amenities-data .amenities-text {
  color: #3F3F3F;
  font-size: 14px;
  font-weight: 600;
}
.desc_truncate {
  overflow: hidden;
}
.head-topic {
  font-size: 16px;
  font-weight: 600;
}
.amenities-data .svg-img-amenities {
  float: left;
}
.prop-col-wrapper {
  padding: 0 10px;
}
.prop-col-wrapper .wrapper {
  transition: 0.4s;
}
.prop-col-wrapper .wrapper .thumbnail-wrapper {
  padding-bottom: 0;
}
.prop-col-wrapper .wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
.prop-col-wrapper .checkbox-wrap.checkbox-input input[type=checkbox] + .checkbox-label {
  position: absolute;
  top: 10px;
  left: 25px;
}
.prop-col-wrapper .add-to-folder {
  position: absolute;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  right: 0px;
  top: 160px;
  z-index: 4;
}
.prop-col-wrapper .add-to-folder .modal-content {
  width: max-content;
  height: 320px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
}
.prop-col-wrapper .add-to-folder .folder-margin {
  padding: 10px 0 25px;
  width: 100%;
}
.prop-col-wrapper .add-to-folder .folder-margin > .parent-folder-list {
  padding: 0 15px;
  min-width: 90%;
  width: max-content;
}
.prop-col-wrapper .add-to-folder .options {
  height: 70px;
  padding: 20px 20px 0;
  border-top: 1px solid #999999;
  position: absolute;
  bottom: 0;
  width: calc(80%);
}
.prop-col-wrapper .add-to-folder .options button {
  padding: 3px 12px;
  width: 50%;
}
.prop-col-wrapper .add-to-folder .options button.reset {
  float: left;
  border: 1px solid white;
  font-weight: 600;
  transition: 0.4s;
}
.prop-col-wrapper .add-to-folder .options button.reset:hover {
  background: transparent;
  font-weight: 600;
  color: #AC2431;
}
.prop-col-wrapper .add-to-folder .options .save {
  color: #AC2431;
  border: 1px solid #AC2431;
  font-weight: 600;
  background: white;
  transition: 0.4s;
}
.prop-col-wrapper .add-to-folder .options .save:hover {
  background: #AC2431;
  color: white;
}
.wrapper {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  background: white;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 20px;
}
.wrapper .thumbnail {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: rgba(0, 119, 206, 0.85);
  border-radius: 4px 4px 0 0;
}
.wrapper .thumbnail .caption {
  position: absolute;
  top: 20%;
  font-size: 2em;
  color: white;
  left: 50%;
  margin-top: -15px;
  margin-left: -70px;
  display: none;
}
.wrapper .thumbnail img {
  background: #d9d9d9;
  height: 160px;
  min-width: 100%;
  margin: 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .thumbnail img {
    object-fit: cover;
    /* Do not scale the image */
    object-position: center;
  }
}
.wrapper .add-to-folder-star + .checkbox-wrap.checkbox-input {
  position: absolute;
  top: 5px;
  left: 25px;
}
.wrapper .featured-div {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFBF00;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  height: 24px;
  width: 70px;
}
.wrapper .featured-div p {
  padding: 2px 10px;
  color: #1A1A1A;
  width: 100%;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.wrapper .property-detail-overview {
  padding: 0 15px;
}
.wrapper .property-detail-overview .overview-col {
  padding: 0 2px;
}
.wrapper .property-detail-overview .overview-col .pull-left .overview-info {
  margin-left: 0;
}
.wrapper .property-detail-overview .overview-col .pull-left .overview-info .overview-text {
  font-size: 10px;
}
.img-grad {
  height: 100%;
  opacity: 1;
  position: relative;
  top: -160px;
  background: #ffffff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0) 40%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(246, 246, 246, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0) 50%, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0) 50%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0) 50%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0) 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.img-grad-no-gradient {
  height: 100%;
  opacity: 1;
  position: relative;
  top: -160px;
}
.price-display-text {
  position: relative;
  top: -190px;
  color: #fff;
  margin-left: 15px;
  text-align: left;
}
.price-display-text span {
  text-align: left;
}
.price-display-text .price-currency-text {
  font-weight: bold;
}
.price-display-text .price-time-text {
  opacity: 0.6;
  font-size: 12px;
}
.add-to-folder-star {
  position: absolute;
  top: 5px;
  right: 5px;
  margin-right: 15px;
  width: 14px;
  height: 14px;
  margin-bottom: 5px;
}
.add-to-folder-text {
  position: absolute;
  top: 121px;
  display: none;
  color: white;
  background: #0077CE;
  padding: 10px 25px 0;
  right: 10px;
}
.add-to-folder-text[class*="right-in-enter"],
.add-to-folder-text[class*="right-in-exit-active"] {
  display: inherit;
}
.add-to-folder-text[class*="right-in-exit-done"] {
  display: none;
}
.right-in-enter {
  animation: animateRight 0.4s ease forwards;
}
.right-in-exit {
  animation: animateRightOut 0.4s ease forwards;
}
.property-hover img {
  animation: fadeInImg 0.4s ease-out forwards;
}
.property-hover-leave img {
  animation: fadeOutImg 0.4s ease-in forwards;
}
.opaque {
  opacity: 0;
}
.thumbnail-wrapper,
.thumbnail-wrapper-notes {
  border-radius: 4px 4px 0 0;
  height: 160px;
}
.thumbnail-wrapper .property-hover-leave,
.thumbnail-wrapper-notes .property-hover-leave {
  background: #D5D5D5;
}
.thumbnail-wrapper .property-hover-leave,
.thumbnail-wrapper-notes .property-hover-leave,
.thumbnail-wrapper .property-hover,
.thumbnail-wrapper-notes .property-hover {
  height: 100%;
}
.thumbnail-wrapper .property-detail-link,
.thumbnail-wrapper-notes .property-detail-link {
  display: none;
}
.thumbnail-wrapper .property-detail-link-visible,
.thumbnail-wrapper-notes .property-detail-link-visible {
  animation: fadeIn 400ms ease-out forwards;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  height: 44px;
  width: 140px;
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translate(-50%, -50%);
  border: 1px solid white;
  color: white;
  background: rgba(0, 119, 206, 0.85);
  cursor: pointer;
  display: inherit;
  padding: 10px;
  text-align: center;
}
.thumbnail-wrapper .property-detail-link-visible:hover,
.thumbnail-wrapper-notes .property-detail-link-visible:hover,
.thumbnail-wrapper .property-detail-link-visible:focus,
.thumbnail-wrapper-notes .property-detail-link-visible:focus,
.thumbnail-wrapper .property-detail-link-visible:active,
.thumbnail-wrapper-notes .property-detail-link-visible:active,
.thumbnail-wrapper .property-detail-link-visible:visited,
.thumbnail-wrapper-notes .property-detail-link-visible:visited {
  box-shadow: inset 0 0 0 0;
  color: white;
  background: rgba(0, 119, 206, 0.85);
}
.thumbnail-wrapper:hover .sub-menu .left-align,
.thumbnail-wrapper-notes:hover .sub-menu .left-align {
  color: white;
}
.property-list-wrapper {
  padding: 0 10px;
  min-height: 500px;
}
.property-list-wrapper .header-row {
  margin-top: 0;
}
.list-op-button-wrapper {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
}
.list-op-button-wrapper button {
  width: 50%;
  border: none;
  border-top: 1px solid #b3b3b3;
}
.list-op-button-wrapper .right-button {
  border-radius: 0;
  border-bottom-right-radius: 4px;
  background: #b3b3b3;
}
.list-op-button-wrapper .left-button {
  border-radius: 0;
  border-bottom-left-radius: 4px;
  background: white;
}
.book {
  height: 48px;
  width: 100%;
  background: #2a2a2a;
  color: white;
  letter-spacing: 2px;
  border-radius: 0;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.book:action {
  background: #2a2a2a;
  color: #337ab7;
  border-color: #2a2a2a;
}
.book:focus,
.book:hover {
  background-color: #2a2a2a;
  color: #337ab7;
  border: none;
}
.property-detail {
  padding: 0 10px;
}
.property-detail h4 {
  font-size: 16px;
  color: black;
}
.property-detail .underline {
  padding-top: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.other-details {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.other-details ul {
  list-style-type: none;
}
.other-details ul li {
  float: left;
  padding-left: 5px;
  padding-right: 25px;
  font-size: 1px;
}
.list-active {
  color: black;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.list-inactive {
  color: #787878;
  background: #E6E6E6;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}
.content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  font-weight: normal;
}
.text-center {
  text-align: center;
}
.custom-container {
  padding: 0 50px;
}
.pull-left {
  margin-right: 3px;
}
.property-div,
.property-detail-overview {
  padding: 0 10px;
  border-bottom: 1px solid #D5D5D5;
}
.overview-text {
  font-size: 10px;
  color: black;
}
.overview-number {
  font-size: 14px;
  font-weight: bold;
}
.overview-title {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin: 0;
}
.overview-col {
  padding-left: 5px;
  border-right: 1px solid #D5D5D5;
  padding-right: 0px;
}
.overview-col:nth-of-type(3) {
  border-right: 0;
}
.overview-col .pull-left {
  margin-left: 1px;
  margin-right: 1px;
}
.overview-col .pull-left .overview-icon .svg-logo {
  margin-bottom: 12px;
}
.nearby {
  padding-left: 0;
}
.overview-icon {
  float: left;
}
.overview-icon span {
  font-size: 20px;
}
.overview-icon span::before {
  position: relative;
  font-size: 15px;
  top: -5px;
}
.overview-info {
  float: right;
  margin-left: 3px;
  margin-top: 10px;
}
.overview-info-nearby {
  float: right;
  margin: 10px 0 0 2px;
}
.overview-info-nearby p {
  font-size: 10px;
}
.property-location {
  color: #4D4D4D;
  font-size: 13px;
  padding-left: 5px;
}
.property-location .glyphicon-map-marker {
  font-size: 13px;
  color: #797979;
}
.property-location .svg-logo {
  width: 9.7px;
  height: 12px;
}
.vacation-info {
  border: none;
  cursor: pointer;
}
.vacation-info:hover {
  background: #d9d9d9;
}
.vacation-box {
  padding: 0;
}
.vacation-box h4 {
  padding: 15px;
}
.add {
  position: absolute;
  top: 10px;
  right: 10px;
}
.add p {
  margin: 5px;
}
.pagination {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}
.pagination > .active > a {
  background-color: #0077CE;
  border-color: #0077CE;
}
.paginationli > a {
  color: #0077CE;
}
.list-toggle {
  padding: 0 10px;
  height: 50px;
}
.list-toggle .left-align {
  float: left;
}
.list-toggle .left-align h2 {
  margin-top: 0;
  padding-top: 15px;
}
.list-toggle .right-align {
  float: right;
}
.list-toggle .right-align .box {
  margin-top: 8px;
}
.list-toggle .sort {
  margin-top: 5px;
  padding-top: 8px;
  padding-bottom: 0;
}
.list-toggle .sort div.dropdown {
  padding-left: 0;
}
.list-toggle .sort button {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.list-toggle .sort .dropdown.open {
  box-shadow: 0;
}
.list-toggle .sort .glyphicon-menu-down,
.list-toggle .sort .glyphicon-menu-up {
  top: 23px;
}
.list-toggle .sort .svg-logo {
  margin-top: -22px;
  float: right;
  margin-right: 10px;
}
.list-toggle div.box {
  float: right;
}
.list-toggle .property-list-toggle {
  border-radius: 0;
  margin-top: 10px;
  float: left;
  position: relative;
}
.list-toggle .property-list-toggle button {
  border-radius: 4px 0 0 4px;
}
.list-toggle .property-list-toggle button:hover,
.list-toggle .property-list-toggle button:focus,
.list-toggle .property-list-toggle button:active,
.list-toggle .property-list-toggle button:visited {
  background: white;
  box-shadow: inset 0 0 0 0;
  outline: none;
  border-color: #E6E6E6;
}
.list-toggle .property-list-toggle button .svg-logo {
  width: 12px;
  height: 12px;
}
.list-toggle .property-list-toggle .box-pull-right {
  border-radius: 0 4px 4px 0;
}
.list-toggle .property-list-toggle .right-triangle {
  border-bottom: 11px solid green;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid green;
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-toggle .property-list-toggle .map .right-triangle {
  border-bottom-right-radius: 4px;
}
.list-toggle .property-list-toggle .icon-CHECK {
  position: absolute;
  bottom: 1px;
  right: -4px;
  top: 20px;
  color: white;
  width: 12px;
  height: 12px;
}
.list-toggle .property-list-toggle:active {
  background: #e3e3e3;
}
.pagination > .active > a:hover,
.pagination > .active > a:active,
.pagination > .active > a:focus {
  color: #FFF;
  background-color: #0077CE;
  border-color: #0077CE;
}
.sort-dropdown .dropdown-wrapper {
  padding: 0;
  position: relative;
  float: left;
  top: -15px;
  border-bottom-width: 0px;
}
.sort-dropdown .dropdown-wrapper button {
  padding-top: 8px;
  font-size: 14px;
}
.sort-dropdown .dropdown-wrapper .glyphicon-menu-down,
.sort-dropdown .dropdown-wrapper .glyphicon-menu-up {
  top: -1px;
}
.sort-dropdown .dropdown-wrapper .glyphicon-menu-down::before,
.sort-dropdown .dropdown-wrapper .glyphicon-menu-up::before {
  color: #0077CE;
}
.feature-text {
  font-size: 10px;
}
.feature-wrapper {
  color: #4D4D4D;
}
.feature-wrapper {
  padding-right: 0;
  width: auto;
}
.feature-wrapper .svg-logo {
  width: 16px;
  height: 15px;
}
.feature-container {
  padding-left: 5px;
  padding-right: 5px;
}
.feature-row.row {
  height: 50px;
  padding: 15px 0;
}
.svg-logo {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.list-wrapper .folder-wrapper {
  padding: 0 5px;
}
.list-wrapper .search-list-wrapper {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 992px) {
  .prop-col-wrapper .wrapper .thumbnail-wrapper {
    border-bottom: 0;
  }
  .display-result {
    margin-top: 55px;
  }
}
@media screen and (max-width: 900px) {
  .property-list-wrapper {
    padding: 0 15px;
  }
  .property-list-wrapper .header-row {
    margin-top: 0;
  }
  .property-list-wrapper .wrapper {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .list-toggle .right-align {
    width: 100%;
  }
  .list-toggle .right-align .box {
    float: left;
  }
}
@media screen and (max-width: 992px) {
  .display-result,
  .display-result-folder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .display-result .prop-card,
  .display-result-folder .prop-card {
    width: 300px;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .list-toggle .right-align {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (height: 1024px) and (orientation: portrait) {
  .list-toggle .right-align {
    float: right;
  }
}
@media screen and (orientation: landscape) and (min-width: 440px) and (max-width: 992px) {
  .list-toggle .right-align {
    float: left;
    width: 100%;
  }
  .list-toggle .box-pull-left {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .list-wrapper .search-list-wrapper {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .list-wrapper .search-list-wrapper {
    padding: 0 10px;
  }
  .header-row .list-toggle {
    padding: 0 10px;
  }
}
#map {
  height: 646px;
  width: 100%;
  position: relative;
  font-family: "Assistant", Arial, sans-serif;
  margin-bottom: 30px;
}
#mini-map {
  height: 208px;
  width: 100%;
  float: right;
}
#state {
  width: 200px;
  float: left;
  margin-right: 80px;
}
#state p,
#state h1 {
  margin-left: 50px;
}
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}
#infowindow-content .title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}
#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}
.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}
.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
.m-title {
  font-family: "Bree Serif", Arial, sans-serif, serif;
  font-weight: 400;
  padding: 10px;
  margin: 0;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
.gm-style-iw {
  font-family: "Assistant", Arial, sans-serif;
  width: 290px !important;
  top: 15px !important;
  left: 25px !important;
  background-color: transparent;
  border-radius: 5px;
  border-bottom-left-radius: 0;
}
.gm-style-iw .wrapper {
  height: 320px;
  width: 90% !important;
  overflow: hidden;
  border-radius: 5px;
}
.gm-style-iw > div {
  width: 100% !important;
  max-width: 100% !important;
}
.gm-style-iw > div > div {
  overflow: hidden !important;
}
.property-content .gm-style-iw .prop-col-wrapper .wrapper {
  margin: 0;
}
#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}
#map-info-wrapper {
  position: relative;
  height: 353px;
  min-width: 290px;
  top: -14px;
  bottom: 14px;
}
#map-info-wrapper .prop-col-wrapper {
  position: relative;
  top: 16px;
}
#map-info-wrapper .prop-col-wrapper .price-currency-text {
  font-size: 14px;
}
#map-info-wrapper .prop-col-wrapper .add-to-folder-star {
  margin-bottom: 0;
  margin-top: 5px;
  top: 0;
  right: 0;
}
#map-info-wrapper .prop-col-wrapper .add-to-folder-text {
  top: 131px;
}
#map-info-wrapper .prop-col-wrapper .featured-div {
  top: 20px;
  height: 26px;
}
#map-info-wrapper .prop-col-wrapper .featured-div p {
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 0;
}
#map-info-wrapper .prop-col-wrapper .featured-div + .property-detail-link-visible {
  top: 25%;
}
#map-info-wrapper .prop-col-wrapper .add-to-folder-star + .checkbox-wrap.checkbox-input {
  position: absolute;
  top: 20px;
  left: 25px;
}
.left-triangle {
  position: absolute;
  bottom: -2px;
  left: 0;
  border: 10px solid;
  border-color: transparent;
}
.property-detail-map {
  padding: 0 10px;
}
.sub-menu {
  background: #d9d9d9;
}
.sub-menu .left-align {
  position: absolute;
  float: left;
  top: 130px;
  left: 10px;
}
.sub-menu .right-align {
  float: right;
  top: -27px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .large-map {
    height: 700px !important;
  }
}
.map-invisible {
  display: none;
}
.modal-buttons {
  cursor: pointer;
}
.modal-body {
  display: flex;
  flex-direction: column;
}
.modal-content {
  border-radius: 5px;
  border: 0;
}
.modal-content .modal-header {
  border-bottom: none;
  padding: 0;
}
.modal-content .modal-header h4 {
  padding: 15px;
  font-weight: bold;
  color: black;
}
.modal-content button {
  float: right;
}
.modal-content textarea {
  resize: none;
  border-radius: 0;
  background: #f8f8f8;
  color: black;
}
.modal-content .save {
  color: #AC2431;
  border: 1px solid #AC2431;
  font-weight: 600;
  background: white;
  width: 120px;
  transition: 0.4s;
}
.modal-content .save:hover {
  background: #AC2431;
  color: white;
}
.modal-content .reset {
  width: 120px;
  border: 1px solid white;
  font-weight: 600;
  transition: 0.4s;
}
.modal-content .reset:hover {
  background: transparent;
  font-weight: 600;
  color: #AC2431;
}
.modal-content .close {
  opacity: 1;
  background: #4b4b4b;
  width: 30px;
  height: 30px;
}
.modal-content .close span {
  color: white;
}
.folder-margin {
  padding: 25px 15px;
}
.dropdown-menu {
  min-height: auto;
  height: max-content;
  max-height: 250px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 25px;
}
.scrollbar {
  width: 100%;
  height: 250px;
  overflow-y: auto;
  margin-bottom: 25px;
}
.scrollbar .force-overflow,
.dropdown-menu .force-overflow {
  min-width: 450px;
}
.scrollbar::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 119, 206, 0.1);
}
.scrollbar::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: rgba(0, 119, 206, 0.1);
}
.scrollbar::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0077CE;
}
.email-question .modal-content {
  width: 475px !important;
  margin: 0 !important;
  padding: 0px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}
.email-question .modal-title {
  font-weight: 600;
}
.model-call .modal-content {
  width: 200px !important;
  margin: 0 !important;
  padding: 0px;
}
.model-call .modal-dialog {
  top: 65%;
}
.modal-account .modal-dialog {
  margin: 20px;
}
.modal-account .modal-content {
  width: 300px !important;
  margin: 20 !important;
}
.add-to-folder {
  padding: 0 5px;
}
.add-to-folder .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}
.add-to-folder .modal-content p {
  background: #dedede;
  border-radius: 5px;
  border: 1px solid #dedede;
  padding: 10px;
}
.add-to-folder .modal-content .modal-header {
  background: white;
  border: none;
  border-radius: 4px;
}
.add-to-folder .modal-content .modal-header .close {
  border-top-right-radius: 4px;
}
.add-to-folder .modal-content .modal-header h3 {
  padding: 0 15px;
}
.add-to-folder .modal-content .save,
.add-to-folder .modal-content .reset {
  width: 50%;
}
.add-to-folder .modal-content ul {
  margin: 0 0 0 20px;
  list-style: none;
  line-height: 2em;
}
.add-to-folder .modal-content ul li.folder {
  margin: 10px 0;
  font-size: 14px;
  position: relative;
}
.add-to-folder .modal-content ul li.folder span {
  padding: 10px 5px;
  padding-left: 0;
  left: -5px;
  cursor: pointer;
}
.add-to-folder .modal-content ul li.folder span + img {
  margin-top: 7px;
}
.add-to-folder .modal-content ul li.folder span.folder-active {
  padding: 10px 5px;
}
.add-to-folder .modal-content ul li.folder .folder-options {
  cursor: pointer;
}
.add-to-folder .modal-content ul li.folder.folder-input-list-item::before {
  top: -5px !important;
  height: 2.15em !important;
}
.add-to-folder .modal-content ul li.folder:before {
  position: absolute;
  left: -14px;
  top: -18px;
  content: '';
  display: block;
  border-left: 1px solid #E6E6E6;
  height: 2.35em;
  border-bottom: 1px solid #E6E6E6;
  width: 14px;
}
.add-to-folder .modal-content ul li.folder:after {
  position: absolute;
  left: -14px;
  bottom: -7px;
  content: '';
  display: block;
  border-left: 1px solid #E6E6E6;
  height: 100%;
}
.add-to-folder .modal-content ul li.folder.head-my-folders {
  margin: 0px 0px 0px -20px;
}
.add-to-folder .modal-content ul li.folder.head-my-folders h4 {
  margin-bottom: 30px;
}
.add-to-folder .modal-content ul li.folder.head-my-folders:before {
  display: none;
}
.add-to-folder .modal-content ul li.folder.head-my-folders:after {
  display: none;
}
.add-to-folder .modal-content ul li.folder:last-child:after {
  display: none;
}
@media screen and (max-width: 420px) {
  .modal-dialog {
    top: 20%;
  }
  .modal-content .save,
  .modal-content .reset {
    width: 100%;
  }
}
.submit {
  color: white;
  width: 120px;
  background: #AC2431;
  transition: 0.4s;
}
.submit:active,
.submit:hover,
.submit:visited,
.submit:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #AC2431;
  border-color: #AC2431;
  outline: none;
}
.my-account-btn {
  color: #0077CE;
  background: #FFF;
  border: 1px solid #0077CE;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.4s;
}
.my-account-btn:active,
.my-account-btn:hover,
.my-account-btn:visited,
.my-account-btn:focus {
  box-shadow: inset 0 0 0 0;
  background: #006DCE;
  color: white;
  border-color: white;
  outline: none;
}
.btn-blue {
  padding: 0;
  margin: 0;
  color: white;
  width: 140px;
  height: 32px;
  background: #0077CE;
  transition: 0.4s;
}
.btn-blue:active,
.btn-blue:hover,
.btn-blue:visited,
.btn-blue:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #0077CE;
  border-color: #0077CE;
  outline: none;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: absolute;
  margin-top: 0px;
  width: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
  overflow-y: auto;
}
/*Left*/
.modal.left.fade .modal-dialog {
  left: -450px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
  right: -450px;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0);
}
.modal.right.fade.in .modal-dialog {
  right: 0;
  margin-top: 100px;
}
.triangle-up {
  width: 10px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid #555;
  float: right;
}
@media screen and (max-width: 768px) {
  .add-to-folder {
    margin-bottom: 20px;
  }
}
.model-call .modal-dialog {
  margin-top: 0px !important;
  margin-bottom: 0px;
  top: calc(-51%);
}
.model-call .modal-dialog {
  margin-top: 0px !important;
  margin-bottom: 0px;
  top: calc(-51%);
}
.modal-backdrop + .fade {
  background: rgba(0, 0, 0, 0.5);
}
.question-dialog {
  padding: 0px;
}
.question-dialog .modal-dialog {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.question-dialog .modal-dialog .modal-content {
  padding-left: 19px;
}
.question-dialog .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 500;
  margin-top: 5px;
  padding-left: 19px;
}
.question-dialog .modal-dialog .modal-content .modal-body .padding-20 {
  padding-top: 0;
}
.question-dialog .modal-dialog .modal-content .modal-body .padding-20 .form-label {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
.question-dialog .modal-dialog .modal-content .modal-body .padding-20 .form-field {
  border: 0.5px solid rgba(0, 0, 0, 0.29);
  border-radius: 4px;
}
.text-bold {
  font-weight: bold;
}
.text-700 {
  font-weight: 700;
}
.account-wrapper .account-section-wrapper {
  padding: 0 10px;
}
.account-wrapper .text-theme-color1 {
  margin: 0;
}
.account-wrapper.div-grid-wrapper .grid-wrapper.breadcrumb-wrapper {
  margin-bottom: 30px;
}
.account-wrapper.div-grid-wrapper ol.breadcrumb {
  padding: 8px 15px;
}
.account-wrapper .profile-wrapper,
.account-wrapper .white-container {
  background: #FFF;
  border-radius: 4px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.account-wrapper .profile-wrapper .loader-wrapper,
.account-wrapper .white-container .loader-wrapper {
  z-index: 1;
}
.account-wrapper .profile-wrapper .user-table,
.account-wrapper .white-container .user-table {
  min-height: 200px;
}
.account-wrapper .profile-wrapper .info,
.account-wrapper .white-container .info {
  margin-top: 15px;
}
.account-wrapper .profile-wrapper .reset,
.account-wrapper .white-container .reset {
  border-color: transparent;
  transition: 0.4s;
}
.account-wrapper .profile-wrapper .reset:active,
.account-wrapper .white-container .reset:active,
.account-wrapper .profile-wrapper .reset:hover,
.account-wrapper .white-container .reset:hover,
.account-wrapper .profile-wrapper .reset:visited,
.account-wrapper .white-container .reset:visited,
.account-wrapper .profile-wrapper .reset:focus,
.account-wrapper .white-container .reset:focus {
  box-shadow: inset 0 0 0 0;
  background: transparent;
  color: #842431;
  border-color: transparent;
  outline: none;
}
.account-wrapper .profile-wrapper .submit,
.account-wrapper .white-container .submit {
  width: 100px;
  float: right;
  background: #AC2431;
  transition: 0.4s;
}
.account-wrapper .profile-wrapper .submit:active,
.account-wrapper .white-container .submit:active,
.account-wrapper .profile-wrapper .submit:hover,
.account-wrapper .white-container .submit:hover,
.account-wrapper .profile-wrapper .submit:visited,
.account-wrapper .white-container .submit:visited,
.account-wrapper .profile-wrapper .submit:focus,
.account-wrapper .white-container .submit:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #AC2431;
  border-color: #AC2431;
  outline: none;
}
.account-wrapper .profile-wrapper .alert-message-success,
.account-wrapper .white-container .alert-message-success {
  color: #0077CE;
  font-weight: 600;
}
.account-wrapper .profile-wrapper .alert-message-error,
.account-wrapper .white-container .alert-message-error {
  color: #AC2431;
  font-weight: 600;
}
.custom-input-file-group {
  width: 100%;
}
.custom-input-file-group .btn-file {
  overflow: hidden;
  height: 34px;
  border-radius: 2px;
  float: right;
  position: absolute;
  width: 40%;
  background: #0077ce;
  color: white;
  border-radius: 0 2px 2px 0;
  border: 0;
  transition: 0.4s;
}
.custom-input-file-group .btn-file:active,
.custom-input-file-group .btn-file:hover,
.custom-input-file-group .btn-file:visited,
.custom-input-file-group .btn-file:focus {
  box-shadow: inset 0 0 0 0;
  background: #006DCE;
  color: white;
  border-color: #006DCE;
  outline: none;
}
.custom-input-file-group .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  border: 0;
  text-align: right;
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  float: left;
}
.custom-input-file-group .input-file {
  width: 60%;
}
.modal-account {
  display: none;
  position: absolute;
  right: 0;
  z-index: 100;
  right: 30px;
  width: 300px;
  background: white;
  padding-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.modal-account[class*="fade-account-enter"],
.modal-account[class*="fade-account-exit-active"] {
  display: inherit;
}
.modal-account[class*="fade-account-exit-done"] {
  display: none;
}
.modal-account .submit {
  width: 100px;
  margin-left: 20px;
}
.modal-account .contents-wrapper {
  padding: 30px;
}
.modal-account .contents-wrapper a.text-black-light {
  text-decoration: underline;
}
.modal-account .modal-user-image {
  width: 32px;
  float: left;
  margin-top: 6px;
}
.modal-account .button-wrapper {
  padding: 0;
}
.modal-account .my-account-btn {
  width: 120px;
  border-radius: 4px;
}
.user-inline {
  display: inline;
}
.profile-image {
  max-width: 72px;
  max-height: 72px;
}
.profile-image .user {
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.profile-image .preview {
  max-width: 100px;
  max-height: 100px;
}
.profile-image .user-24 {
  width: 24px;
  height: 24px;
}
.profile-image .user-32 {
  width: 32px;
  height: 32px;
}
.profile-image .user-40 {
  width: 40px;
  height: 40px;
}
.profile-image .user-48 {
  width: 48px;
  height: 48px;
}
.profile-image .user-56 {
  width: 56px;
  height: 56px;
}
.profile-image .user-64 {
  width: 64px;
  height: 64px;
}
.profile-image .user-72 {
  width: 72px;
  height: 72px;
}
.org-logo {
  max-width: 150px;
  max-height: 100px;
}
.demo-image {
  opacity: 0.25;
  font-size: 100px;
}
.triangle {
  top: -20px;
  border-bottom: 11px solid white;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.fade-account-enter {
  animation: fadeIn 0.4s ease-out forwards;
}
.fade-account-exit {
  animation: fadeOut 0.4s ease-out forwards;
}
/* Styles for Users Page */
.users .add-user {
  background-color: #AC2431;
  color: #FFF;
  border: 1px solid #AC2431;
  transition: 0.4s;
}
.users .add-user:hover {
  color: #AC2431;
  background-color: #FFF;
}
.users .actions-icon {
  text-decoration: none;
}
.users .actions-icon i {
  font-size: 14px;
}
.users .actions-icon-delete {
  color: #AC2431;
  margin-left: 5px;
}
.edit-user-modal .modal-dialog {
  max-width: 400px;
}
.search-reset-button {
  position: absolute;
  right: 26px;
  top: 5px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.bookings-wrapper {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .bookings-wrapper {
    padding: 30px;
  }
}
.bookings .search-container {
  position: relative;
}
.bookings .search-container .field-search-icon {
  color: #BDBDBD;
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 24px;
}
.bookings .search-container .form-field {
  background-color: transparent;
  border: 1px solid #D5D5D5;
  border-width: 0 0 1px;
  padding-left: 20px;
  position: relative;
  top: -26px;
}
.bookings .search-container .form-field:focus {
  box-shadow: none;
}
.bookings .search-options {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bookings .search-options .checkbox-wrap {
  position: relative;
  top: -3px;
}
.bookings .search-options .sort-reservations {
  top: -2px;
  position: relative;
}
.bookings .search-options > li::after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  background-color: #D5D5D5;
  margin: 0 12px;
}
.bookings .search-options > li:last-child::after {
  content: none;
}
.bookings .search-options .filter {
  width: 32px;
  height: 32px;
  position: relative;
  top: -3px;
  color: #0077CE;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  padding: 5px 10px;
  display: inline-block;
}
.bookings .search-options .filter .svg-logo {
  width: 12px;
  height: 12px;
  margin: 0;
}
.bookings .search-options .sort-dropdown .btn {
  border: none;
  background: transparent;
  font-weight: 700;
  padding: 0px 35px 3px 5px;
  box-shadow: none;
}
.bookings .search-options .sort-dropdown .btn::after {
  content: "\E938";
  font-family: "RedAwning";
  padding: 5px 8px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 12px;
  font-size: 10px;
  border-radius: 4px;
}
.bookings .search-options .sort-dropdown.open .btn::after {
  content: "\E939";
  background-color: #0077ce;
  color: #fff;
  font-size: 15px;
  padding: 8px;
  border-radius: 4px 4px 0 0;
  font-weight: normal;
  height: 30px;
  top: -4px;
}
.bookings .search-options .sort-dropdown .dropdown-menu {
  margin-top: 4px;
  left: auto;
  right: 0;
  padding: 0;
  border: 0;
}
.bookings .search-options .sort-dropdown .dropdown-menu li a {
  padding: 10px 20px;
}
.bookings .search-options .sort-dropdown .dropdown-menu li a:hover {
  color: #0077CE;
  background-color: rgba(0, 119, 206, 0.2);
}
.bookings .booking-card {
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  box-shadow: 0px 0px 5px 0px #dedede;
  border-radius: 4px;
}
.bookings .booking-card h4 {
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
}
.bookings .booking-card h5 {
  font-weight: 600;
  margin-top: 0;
}
.bookings .booking-card .info-label {
  font-size: 13px;
  color: #666;
}
.bookings .booking-card .border-space {
  border-bottom: 1px solid #D5D5D5;
  margin: 5px 0 10px;
}
.bookings .booking-card .image-wrapper {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 260px;
  max-width: 100%;
  display: inline;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  background-color: #FFF;
}
.bookings .booking-card .image-wrapper .no-img-reserv-card {
  text-align: center;
  background-color: #ccc;
}
.bookings .booking-card .image-wrapper .no-img-reserv-card strong {
  color: #FFF;
  font-size: 26px;
  display: unset;
}
.bookings .booking-card .image-wrapper .no-imgSection strong {
  color: #FFF;
  font-size: 26px;
  position: relative;
  display: block;
  top: 50%;
  margin-top: -104px;
  text-align: center;
}
.bookings .booking-card .image-wrapper img {
  border-top-left-radius: 4px;
}
.bookings .booking-card .image-wrapper .booking-overview {
  border-bottom-left-radius: 4px;
  display: flex;
  background-color: #FFF;
  justify-content: space-around;
  font-size: 28px;
}
.bookings .booking-card .image-wrapper .booking-overview .property-detail.property-detail-overview {
  width: 100%;
  border-bottom: 0px;
}
.bookings .booking-card .image-wrapper .booking-overview .property-detail.property-detail-overview .overview-title {
  margin: 0;
}
.bookings .booking-card .image-wrapper .booking-overview .property-detail.property-detail-overview .overview-col {
  padding: 0;
  height: 100%;
  border-right: 1px solid #e7e7e7;
  border-bottom: 0;
}
.bookings .booking-card .image-wrapper .booking-overview .property-detail.property-detail-overview .overview-col:nth-of-type(3) {
  border-right: 0;
}
.bookings .booking-card .image-wrapper .booking-overview .property-detail.property-detail-overview .overview-col .pull-left .overview-icon img {
  width: 24px;
  height: 24px;
  margin-top: 12px;
  margin-left: 5px;
}
.bookings .booking-card .image-wrapper .booking-overview .property-detail.property-detail-overview .overview-col .pull-left .overview-info .overview-number {
  margin-top: 3px;
  font-size: 14px;
  line-height: 18px;
}
.bookings .booking-card .image-wrapper .booking-overview .property-detail.property-detail-overview .overview-col .pull-left .overview-info .overview-text {
  font-size: 9px;
  color: black;
  line-height: 12px;
}
.bookings .booking-card .content-wrapper-1 {
  padding: 0 0 0 10px;
}
.bookings .booking-card .booking-info {
  padding: 20px;
  border-width: 1px 0;
  width: 340px;
  max-width: 100%;
  flex-grow: 1;
}
.bookings .booking-card .booking-info .property-location {
  padding-left: 0;
  font-size: 12px;
  color: #333;
  margin-top: 20px;
}
.bookings .booking-card .booking-detail {
  flex-grow: 1;
  padding: 20px 20px 20px 15px;
  width: 240px;
  max-width: 100%;
}
.bookings .booking-card .booking-detail p {
  margin-bottom: 5px;
}
.bookings .booking-card .booking-billing {
  padding: 20px 20px 15px 15px;
  flex-grow: 1;
  width: 215px;
  max-width: 100%;
}
.bookings .booking-card .booking-billing-amount {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.bookings .booking-card .booking-billing-amount .total-amount {
  font-size: 18px;
  color: #0077CE;
  font-weight: 800;
}
.bookings .booking-card .booking-billing-amount.total-due {
  border: none;
}
.bookings .booking-card .booking-billing-amount.total-due h3 {
  font-size: 19px;
  font-weight: 700;
  color: #AC2431;
  margin: 0;
}
.bookings .booking-card .booking-billing-amount:nth-of-type(5) {
  margin-bottom: 0;
}
.bookings .booking-card .booking-billing .due-date {
  font-size: 12px;
  font-weight: 600;
  color: #AC2431;
}
.bookings .booking-card .card-divider {
  padding: 10px 5px;
  position: relative;
}
.bookings .booking-card .card-divider::after,
.bookings .booking-card .card-divider::before {
  position: absolute;
  background-color: #F5F5F5;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  top: -5px;
  left: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.bookings .booking-card .card-divider::before {
  top: auto;
  bottom: -5px;
  border-color: transparent;
  border-top-color: #D5D5D5;
  border-left-color: #D5D5D5;
}
.bookings .booking-card .card-divider .border-dotted {
  height: 100%;
  border-left: 1px dotted #D5D5D5;
}
@media screen and (max-width: 992px) {
  .bookings .card-divider {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .bookings .search-options {
    display: block;
  }
  .bookings .search-options li::after {
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 660px) and (max-width: 992px) {
  .bookings .search-options {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .bookings .booking-card .card-divider::after,
  .bookings .booking-card .card-divider::before {
    display: none;
  }
  .bookings .booking-card .card-divider.second-card-divider {
    display: none;
  }
  .bookings .booking-card .booking-info,
  .bookings .booking-card .booking-detail,
  .bookings .booking-card .card-divider {
    border-bottom: 1px solid #D5D5D5;
  }
  .bookings .booking-card .image-wrapper {
    border-bottom: 0.5px solid #D5D5D5;
  }
}
@media screen and (max-width: 992px) {
  .bookings .booking-card .booking-detail {
    padding: 20px 10px 20px 5px;
    width: 170px;
  }
  .bookings .booking-card .booking-billing {
    padding: 20px 20px 15px 10px;
  }
  .bookings .card-divider.second-card-divider {
    display: block;
    padding: 10px 0;
  }
  .bookings .card-divider.second-card-divider::before,
  .bookings .card-divider.second-card-divider::after {
    content: none;
  }
}
@media screen and (min-width: 565px) and (max-width: 656px) {
  .bookings .card-divider.first-card-divider {
    display: block;
  }
  .bookings .card-divider.first-card-divider::before,
  .bookings .card-divider.first-card-divider::after {
    content: none;
  }
  .bookings .card-divider.second-card-divider {
    display: none;
  }
  .bookings .booking-card .booking-detail {
    border-bottom: 1px solid #D5D5D5;
  }
}
@media screen and (max-width: 656px) {
  .bookings .booking-card .image-wrapper,
  .bookings .booking-card .booking-info,
  .bookings .booking-card .card-divider {
    border-bottom: 1px solid #D5D5D5;
  }
  .bookings .booking-card .image-wrapper {
    border-top-right-radius: 4px;
    background-color: #FFF;
    justify-content: flex-start;
  }
  .bookings .booking-card .image-wrapper .no-imgSection {
    height: 200px;
  }
  .bookings .booking-card .image-wrapper .no-imgSection strong {
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
    margin-top: 0;
  }
  .bookings .booking-card .image-wrapper .img-responsive {
    margin-top: 0;
    height: 300px;
    border-top-right-radius: 4px;
  }
  .bookings .booking-card .booking-info {
    padding: 20px 20px 20px 5px;
  }
  .bookings .booking-card .booking-detail {
    padding: 20px 20px 20px 5px;
  }
  .bookings .booking-card .booking-billing {
    padding: 20px 20px 15px 15px;
  }
}
@media screen and (min-width: 442px) and (max-width: 565px) {
  .first-card-divider {
    display: none;
  }
  .first-card-divider::after,
  .first-card-divider::before {
    content: none;
  }
  .card-divider.second-card-divider {
    display: block;
  }
}
@media screen and (max-width: 442px) {
  .bookings .booking-card .image-wrapper,
  .bookings .booking-card .booking-info,
  .bookings .booking-card .booking-detail {
    border-bottom: 1px solid #D5D5D5;
  }
  .bookings .card-divider.second-card-divider {
    display: none;
  }
}
@media screen and (min-width: 656px) and (max-width: 992px) {
  .bookings .booking-card .image-wrapper,
  .bookings .booking-card .booking-info {
    border-bottom: 1px solid #D5D5D5;
  }
}
@media screen and (max-width: 1200px) {
  .bookings .booking-card .image-wrapper {
    border-bottom-left-radius: 0;
  }
  .bookings .booking-card .image-wrapper .booking-overview {
    border-bottom-left-radius: 0;
  }
}
.property-cards-wrapper {
  padding: 25px;
}
.property-notes-add-to-folder .modal-dialog {
  width: 300px;
  top: 10em;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .property-notes-add-to-folder .modal-dialog {
    width: calc(80%);
    top: 0;
  }
}
.property-notes-add-to-folder .modal-dialog button.close {
  border-top-right-radius: 4px;
}
.property-notes-add-to-folder .modal-dialog > .modal-content {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  height: max-content;
}
.property-notes-add-to-folder .modal-dialog > .modal-content .modal-header h4 {
  padding-left: 30px;
  font-weight: 600;
}
.property-notes-add-to-folder .modal-dialog > .modal-content .modal-body .add-to-folder {
  padding: 0;
}
.property-notes-add-to-folder .modal-dialog > .modal-content .modal-body .add-to-folder .modal-content .scrollbar {
  overflow-x: unset;
}
.property-notes-add-to-folder .modal-dialog > .modal-content .modal-body .add-to-folder .modal-content .scrollbar .folder-margin {
  min-width: 100%;
  width: max-content;
  padding: 15px;
}
.property-notes-add-to-folder .modal-dialog > .modal-content .modal-body .add-to-folder .modal-content .scrollbar .folder-margin .new-folder-btn {
  float: left;
}
.property-notes-modal.property-notes-modal-edit .modal-content {
  width: 100%;
}
.property-notes-modal.property-notes-modal-edit .modal-content .modal-body .options {
  height: 50px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.property-notes-modal .modal-content {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  position: absolute;
  top: 10em;
}
.property-notes-modal .modal-header button {
  border-top-right-radius: 4px;
}
.property-notes-modal .modal-header .modal-title {
  padding: 50px 50px 15px;
}
.property-notes-modal .modal-body {
  padding: 15px 50px;
}
.property-notes-card {
  width: 100%;
  height: 214px;
  background: white;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .property-notes-card {
    height: 370px;
  }
}
.property-notes-card .content-wrapper {
  height: 100%;
  border: none;
}
.property-notes-card .content-wrapper .property-detail {
  padding: 0;
}
.property-notes-card .content-wrapper .property-detail h4 {
  padding-left: 2px;
}
.property-notes-card .thumbnail-wrapper-notes {
  padding: 0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .property-notes-card .thumbnail-wrapper-notes {
    padding: 0 ;
  }
}
.property-notes-card .thumbnail-wrapper-notes .property-detail-link-visible {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes .thumbnail {
  background: rgba(0, 119, 206, 0.85);
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
  border-top-left-radius: 4px;
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes .thumbnail img {
  height: 100%;
  width: 100%;
  margin: 0;
  background: #e7e7e7;
  border-top-left-radius: 4px;
}
@media screen and (max-width: 992px) {
  .property-notes-card .thumbnail-wrapper-notes .wrapper-notes .thumbnail img {
    object-fit: cover;
    /* Do not scale the image */
    object-position: center;
  }
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes .thumbnail .caption {
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: white;
  transform: translate(-50%, -50%);
  left: 50%;
  display: none;
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes + .property-detail.property-detail-overview {
  border-bottom: 0;
  padding: 0;
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes + .property-detail.property-detail-overview .overview-title {
  margin: 0;
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes + .property-detail.property-detail-overview .overview-col {
  padding: 0;
  height: 100%;
  border-right: 1px solid #e7e7e7;
  border-bottom: 0;
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes + .property-detail.property-detail-overview .overview-col:nth-of-type(3) {
  border-right: 0;
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes + .property-detail.property-detail-overview .overview-col .pull-left .overview-icon img {
  width: 24px;
  height: 24px;
  margin-top: 12px;
  margin-left: 5px;
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes + .property-detail.property-detail-overview .overview-col .pull-left .overview-info .overview-number {
  margin-top: 3px;
  font-size: 14px;
  line-height: 18px;
}
.property-notes-card .thumbnail-wrapper-notes .wrapper-notes + .property-detail.property-detail-overview .overview-col .pull-left .overview-info .overview-text {
  font-size: 9px;
  color: black;
  line-height: 12px;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #f0f0f0;
  border-radius: 0;
  padding: 0 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .property-notes-card .thumbnail-wrapper-notes + .content-wrapper {
    padding: 0px 10px 10px 10px ;
    border-top: 1px solid #f0f0f0;
    margin-top: 54px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 992px) {
  .property-notes-card .thumbnail-wrapper-notes + .content-wrapper {
    padding-left: 15px;
    height: auto;
  }
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper .feature-container .feature-row .feature-wrapper .feature-icon {
  color: #4D4D4D;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper .feature-container .feature-row .feature-wrapper .feature-text {
  font-size: 12px;
  font-weight: 600;
  color: #4D4D4D;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper .more-info-wrapper span:first-of-type {
  position: relative;
  top: 5px;
  font-size: 14px;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper .more-info-wrapper .property-nav-button-folder {
  padding: 5px 10px 2px 10px;
  transition: 0.4s;
  cursor: pointer;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper .more-info-wrapper .property-nav-button-folder:hover {
  border-radius: 0;
  background: transparent;
  color: #0077CE;
  border: 1px solid #0077CE;
  box-shadow: 0px 0px 5px 0px rgba(0, 119, 206, 0.3);
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper + .notes-right-section {
  padding: 0 30px;
  height: 100% ;
}
@media screen and (max-width: 992px) {
  .property-notes-card .thumbnail-wrapper-notes + .content-wrapper + .notes-right-section {
    padding: 0px;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px ;
    height: 40% ;
  }
}
@media screen and (max-width: 768px) {
  .property-notes-card .thumbnail-wrapper-notes + .content-wrapper + .notes-right-section {
    height: 28% ;
    margin-top: 0px ;
  }
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper + .notes-right-section .property-notes {
  padding: 0;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper + .notes-right-section .property-notes h5.text-black-light {
  font-weight: normal;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper + .notes-right-section .property-notes .show-more-amenities {
  font-weight: 600;
  margin-top: 25px;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper + .notes-right-section .property-detail .edit.btn.btn-default {
  bottom: 25px;
  margin-top: 0;
  right: 85px;
  transition: 0.4s;
}
.property-notes-card .thumbnail-wrapper-notes + .content-wrapper + .notes-right-section .property-detail .edit.btn.btn-default.delete {
  right: 25px;
  background-color: transparent;
  border: none;
}
.property-notes-card .info-wrapper .overview-text {
  margin-top: 15px;
  font-size: 10px;
}
.property-notes-card .more-info-wrapper {
  padding: 20px 15px;
}
.notes-detail {
  border-left: 1px dotted #e7e7e7;
}
.notes-detail p {
  text-align: justify;
  color: black;
  font-weight: 500;
}
.notes-detail .edit {
  float: right;
  margin-bottom: 10px;
  border: 2px solid black;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
  .thumbnail-wrapper {
    border-bottom: 1px solid #e7e7e7;
  }
  .thumbnail-wrapper .overview-col {
    padding-left: 25px;
    border-bottom: 1px solid #e7e7e7;
  }
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1300px) {
  .thumbnail-wrapper .overview-col {
    padding-left: 0px;
    border-bottom: 1px solid #e7e7e7;
  }
}
@media screen and (max-width: 768px) {
  .property-cards-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .property-cards-wrapper .property-notes-card {
    width: 500px;
  }
  .property-cards-wrapper .property-notes-card .content-wrapper {
    padding-left: 10px;
  }
  .property-notes-img {
    width: 100% ;
  }
  .property-notes-card {
    height: 575px ;
  }
  .content-wrapper {
    padding: 10px;
  }
  .notes-right-section {
    height: 28% ;
  }
}
.vacation-col-wrapper {
  margin-top: 5px;
  padding: 0 5px;
  max-height: 220px;
}
.vacation-col-wrapper + div {
  padding: 0 10px;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row.container-row {
  height: 420px;
}
@media screen and (max-width: 1200px) {
  .flex-row.container-row {
    height: 100%;
  }
}
.thumbnail.vacation-rental-image {
  cursor: pointer;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background: #D9D9D9;
  border: 0;
  border-radius: 3px;
  width: 100%;
  display: block;
  height: auto;
  width: 238px;
  position: relative;
  padding: 0;
}
.thumbnail.vacation-rental-image .img-grad {
  height: 150px;
  width: 100%;
  top: -150px;
  border-radius: 4px;
  border-bottom: 1px solid;
}
.thumbnail.vacation-rental-image img {
  margin: 0;
  width: 317px;
  height: fit-content;
  border-radius: 5px;
  object-position: center;
}
.thumbnail.vacation-rental-image .caption {
  height: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  color: white;
  width: 100%;
  padding: 0;
}
.thumbnail.vacation-rental-image .caption h3 {
  font-size: 16px;
  position: relative;
  text-align: center;
  font-weight: 600;
  top: -210px;
}
.slick-next,
.slick-prev {
  width: 50px;
  height: 70px;
  opacity: 0.8;
  background: black;
}
.slick-next:before,
.slick-prev:before {
  color: #aeaeae;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}
.slick-next:hover,
.slick-prev:hover,
.slick-next:active,
.slick-prev:active,
.slick-next:visited,
.slick-prev:visited,
.slick-next:focus,
.slick-prev:focus {
  background: black;
}
.slick-next {
  right: -30px;
  padding: 0 0 8px 4px;
}
.slick-prev {
  left: -30px;
  padding: 0 4px 8px 0;
}
.slick-prev:before {
  opacity: 1;
  content: url('/app/assets/icons/left-white-arrow.svg');
}
.slick-next:before {
  opacity: 1;
  content: url('/app/assets/icons/right-white-arrow.svg');
}
.slick-next {
  transform: translate(-50%, -50%);
}
.slick-prev {
  z-index: 500;
  transform: translate(50%, -50%);
}
.slick-slide > div {
  padding: 5px;
}
.slick-slide > div .vacation-rental-image.thumbnail {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.014);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.014);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.014);
  border-radius: 4px;
  margin-bottom: 0;
  transition: 0.4s;
}
.slick-slide > div .vacation-rental-image.thumbnail:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.slick-slide > div .vacation-rental-image.thumbnail img {
  height: 150px;
}
.f-wrapper {
  background: transparent;
  position: relative;
  padding: 10px 15px 15px;
}
.f-wrapper h4 {
  font-size: 20px;
  line-height: 30px;
}
.f-wrapper button {
  font-weight: 600;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}
.head-wrapper {
  padding-top: 10px;
}
.head-wrapper h2 {
  padding-left: 0;
  text-align: left;
  font-size: 20px;
  margin: 5px 0 0;
  line-height: 32px;
}
.div-one {
  color: black;
  flex-direction: column;
}
.div-one .thumbnail-wrapper {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 15px;
}
.div-one .thumbnail-wrapper img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .div-one .thumbnail-wrapper img {
    object-fit: cover;
    /* Do not scale the image */
    object-position: center;
  }
}
.div-one h4 {
  font-weight: 600;
  font-size: 20px;
}
.div-one .travel-div {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
  height: 100%;
}
.div-one .travel-div img {
  border-radius: 4px;
}
.div-one button {
  background: #0077CE;
  color: white;
  transition: 0.4s;
  width: max-content;
}
.div-one button:active,
.div-one button:hover,
.div-one button:visited,
.div-one button:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #0077CE;
  border-color: #0077CE;
  outline: none;
}
@media screen and (min-width: 1200px) {
  .div-one button {
    margin-top: 26px;
  }
}
.div-two {
  border-radius: 4px;
  color: white;
  flex-direction: row;
}
.div-two .thumbnail-wrapper {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  background-image: url(/45336595da530aa0e3b8b8b63b3f4233.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  border-radius: 4px;
}
.div-two .thumbnail-wrapper .thumbnail {
  height: 100%;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
.div-two .thumbnail-wrapper .thumbnail img {
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.div-two .thumbnail-wrapper .img-grad {
  position: relative;
  top: -100%;
  border-radius: 4px;
  border-bottom: 1px solid;
}
.div-two .div-two-content {
  padding: 10px 15px;
  bottom: 60%;
  position: relative;
}
.div-two .div-two-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.div-two .div-two-content button {
  background: white;
  color: black;
  transition: 0.4s;
  width: max-content;
}
.div-two .div-two-content button:active,
.div-two .div-two-content button:hover,
.div-two .div-two-content button:visited,
.div-two .div-two-content button:focus {
  box-shadow: inset 0 0 0 0;
  background: #2d2d2d;
  color: white;
  border-color: #2d2d2d;
  outline: none;
}
.div-three {
  color: black;
}
.div-three .travel-div {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  padding: 10px 15px 15px;
  background: white;
}
.div-three .travel-div button.btn.btn-default {
  color: white;
  background: #0077CE;
  transition: 0.4s;
  width: max-content;
}
.div-three .travel-div button.btn.btn-default:active,
.div-three .travel-div button.btn.btn-default:hover,
.div-three .travel-div button.btn.btn-default:visited,
.div-three .travel-div button.btn.btn-default:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #0077CE;
  border-color: #0077CE;
  outline: none;
}
@media screen and (max-width: 1200px) {
  .f-wrapper .thumbnail-wrapper {
    border-bottom: 0;
  }
  .f-wrapper .thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .div-two {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .vacation-col-wrapper {
    padding: 0 5px;
  }
}
.chip-wrapper {
  margin-left: 15px;
  margin-bottom: 10px;
}
.chip-wrapper .caret {
  color: #B3B3B3;
  margin-left: 0px;
  float: right;
  margin-right: 21px;
  margin-top: 12px;
}
.chip-wrapper .list-group-item {
  padding: 0;
  padding-left: 5px;
  border: none;
  border-radius: 0;
}
.chip-wrapper .list-group-item label {
  font-weight: bold;
}
.chip {
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 25px;
  background-color: #0077CE;
  border: 1px solid #0077CE;
  margin: 3px;
  cursor: pointer;
}
.chip-selected {
  background-color: #0077CE;
  color: white;
}
.chip-data {
  position: relative;
  top: -2px;
}
.payment-confirmation {
  background: whitesmoke;
}
.payment-confirmation .payment-header {
  text-align: center;
  margin-bottom: 20px;
}
.payment-confirmation .payment-header .icon-act_fast {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.payment-confirmation .payment-header h4 {
  line-height: 32px;
  font-size: 24px;
}
.payment-confirmation .payment-header span.blue,
.payment-confirmation .payment-header p {
  line-height: 21px;
  font-size: 16px;
}
.credit-logo {
  position: absolute;
  right: 10px;
  margin-right: 10px;
  bottom: 5px;
}
.right-col .credit-logo {
  margin-right: 15px;
}
.right-col.left-col .credit-logo {
  margin-right: 10px;
}
.bill,
.blue {
  color: #0077CE;
}
.content-wrapper {
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.content-wrapper .detail {
  border-right: 1px solid #f0f0f0;
  padding: 15px;
}
.content-wrapper .detail .title {
  color: black;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.content-wrapper .detail .location {
  color: #797979;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
}
.content-wrapper .detail .property-overview-info {
  margin-left: 0;
}
.content-wrapper .detail .property-overview-num {
  font-size: 16px;
  line-height: 21px;
}
.content-wrapper .detail .property-overview-icon {
  position: relative;
  top: -17px;
}
.content-wrapper .detail .property-overview-icon .svg-logo {
  width: 24px;
  height: 24px;
}
.content-wrapper .detail .property-overview-text {
  font-size: 12px;
  color: black;
}
.content-wrapper .detail .overview-col {
  border-right: 0;
  padding-left: 0;
}
.content-wrapper .detail .image-wrapper {
  width: auto;
}
.content-wrapper .detail .image-wrapper .thumbnail {
  background: gray;
  border: 0;
  padding: 0;
  width: 165px;
  margin-bottom: 0px;
  border-radius: 0;
}
.content-wrapper .detail .image-wrapper .thumbnail img {
  width: 165px;
  height: 131px;
  border-radius: 0;
}
.content-wrapper .detail .property-pull-left {
  padding-bottom: 0;
  border-bottom: 0;
}
.content-wrapper .detail .disclaimer {
  background: rgba(153, 153, 153, 0.05);
  line-height: 15px;
  vertical-align: middle;
  padding: 5px;
  width: 100%;
}
.grey-box-agreement {
  background: rgba(153, 153, 153, 0.05);
  border-radius: 4px;
  border: 0;
}
.grey-box-agreement ul {
  padding-left: 15px;
  font-size: 13px;
}
h5 {
  font-weight: 700;
  font-size: 16px;
}
.note {
  font-size: 12px;
}
.checkbox label {
  font-weight: 600;
}
.custom-default {
  border: 1px solid #0077CE;
  color: #0077CE;
  font-weight: 600;
  width: 108px;
  transition: 0.4s;
}
.custom-default-active.btn.btn-default:hover,
.custom-default-active.btn.btn-default:active,
.custom-default-active.btn.btn-default:focus,
.custom-default-active.btn.btn-default:visited {
  box-shadow: inset 0 0 0 0;
  background: #0077CE;
  color: white;
  border-color: #0077CE;
  outline: none;
}
.custom-disabled.btn.btn-default {
  background: rgba(153, 153, 153, 0.1);
  color: #999999;
  border-color: transparent;
  font-weight: 600;
  width: 108px;
}
.custom-disabled.btn.btn-default:hover {
  background: rgba(153, 153, 153, 0.1);
  color: #999999;
}
.accordion-wrapper {
  margin-top: 20px;
  padding: 20px 15px 0 0;
  background: transparent;
}
.accordion-wrapper .client-panel.panel-body {
  padding: 15px 0;
}
.accordion-wrapper .client-panel.panel-body .react-datepicker-wrapper {
  width: 100%;
}
.accordion-wrapper .client-panel.panel-body .react-datepicker-wrapper .react-datepicker__input-container {
  width: 100%;
}
.accordion-wrapper .client-panel.panel-body .date-logo {
  top: -25px;
  margin-bottom: 0;
  margin-right: 15px;
}
.accordion-wrapper .client-panel.panel-body .dropdown button.btn.btn-default {
  border: 1px solid #B3B3B3;
}
.accordion-wrapper .panel.panel-default {
  background: transparent;
  border-color: transparent;
}
.accordion-wrapper .panel-title {
  border-top: 1px solid #E6E6E6;
  background: whitesmoke;
  padding: 20px 0;
}
.accordion-wrapper .panel-title .svg-logo {
  width: 16px;
  height: 16px;
  margin: 3px 20px 7px 0;
}
.accordion-wrapper .panel-title h3 {
  display: inline;
  font-weight: 600;
}
.accordion-wrapper .panel-body {
  margin: 0 20px;
  padding: 15px;
}
.accordion-wrapper .review.panel-body {
  padding: 15px 0;
}
.accordion-wrapper .payment-body {
  padding: 0;
}
.accordion-wrapper .payment-body .payment-navbar {
  padding: 0 15px;
}
.accordion-wrapper .payment-body .payment-navbar #controlled-tab-payments ul li {
  padding-right: 20px;
}
.accordion-wrapper .payment-body .payment-navbar #controlled-tab-payments ul li a {
  padding: 10px 0;
}
.accordion-wrapper .payment-form {
  margin-top: 15px;
  padding: 0;
}
.accordion-wrapper .payment-form .dropdown button.btn.btn-default {
  border: 1px solid #B3B3B3;
}
.accordion-wrapper .payment-form .form-group label {
  color: #414141;
  font-size: 14px;
}
.accordion-wrapper .payment-form .left-list {
  margin: 0;
}
.accordion-wrapper .form-group label {
  color: #2D2D2D;
  font-weight: normal;
  font-size: 14px;
}
.accordion-wrapper .form-group input:-webkit-input-placeholder {
  color: #2D2D2D;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 600;
}
.accordion-wrapper .form-group input:-moz-placeholder {
  color: #2D2D2D;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 600;
}
.accordion-wrapper .form-group input:-ms-input-placeholder {
  color: #2D2D2D;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 600;
}
.accordion-wrapper .form-group input:placeholder {
  color: #2D2D2D;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 600;
}
.accordion-wrapper .form-group .moreLink {
  text-decoration: underline;
  padding-top: 45px;
  font-size: 12px;
}
.accordion-wrapper .form-group .moreLink a {
  color: #2D2D2D;
}
.accordion-wrapper .agent {
  margin-bottom: 0;
}
a.terms-of-use {
  color: #AC2431;
  text-decoration: underline;
  font-weight: 700;
}
a.rental-agreement-link {
  text-decoration: underline;
}
a.rental-agreement-link:hover,
a.rental-agreement-link:active {
  color: #0077CE;
}
.edit.btn.btn-default {
  background: #AC2431;
  color: white;
  padding: 0 5px;
  width: 56px;
  margin-top: 10px;
  border: 1px solid #AC2431;
  transition: 0.4s;
}
.edit.btn.btn-default:hover,
.edit.btn.btn-default:active,
.edit.btn.btn-default:visited,
.edit.btn.btn-default:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #AC2431;
  border-color: #AC2431;
  outline: none;
}
label[for="guestInformation"] {
  color: #414141;
  font-size: 14px;
}
.my-account {
  padding: 0;
  border: 1 px solid #FFF;
}
.my-account h4 {
  padding: 15px;
}
.my-account .my-account-info {
  border: none;
  cursor: pointer;
}
.my-account .my-account-info .title {
  color: #797979;
  opacity: 0.7;
  font-size: 16px;
  line-height: 21px;
}
.my-account .my-account-info .title + .glyphicon {
  top: 2px;
}
.my-account .my-account-info:active,
.my-account .my-account-info:hover,
.my-account .my-account-info:visited,
.my-account .my-account-info:focus {
  background: #FFF;
  border-color: #FFF;
  outline: none;
}
.my-account .my-account-info:active .title,
.my-account .my-account-info:hover .title,
.my-account .my-account-info:visited .title,
.my-account .my-account-info:focus .title {
  color: #0077CE;
  font-weight: 600;
}
.my-account .my-account-info.account-key-active .title {
  color: #0077CE !important;
  font-weight: 600;
}
.my-account .list-group-item.active {
  background: #FFF;
  color: black;
  font-weight: normal;
  border-color: #FFF;
  border: 1 px solid #FFF;
}
.custom-toolbar .dropdown.btn-group {
  margin-left: 0;
  padding-left: 5px;
  width: 100%;
}
.custom-toolbar .dropdown.btn-group .dropdown-size-medium {
  width: 100%;
  text-align: left;
}
.custom-toolbar .dropdown.btn-group .dropdown-size-medium:active,
.custom-toolbar .dropdown.btn-group .dropdown-size-medium:hover,
.custom-toolbar .dropdown.btn-group .dropdown-size-medium:visited,
.custom-toolbar .dropdown.btn-group .dropdown-size-medium:focus {
  background: transparent;
}
.custom-toolbar .dropdown.btn-group .dropdown-size-medium .caret {
  position: relative;
  top: 8px;
  float: right;
}
.custom-toolbar .dropdown.btn-group ul {
  width: 100%;
}
.completed {
  color: #00983A;
}
.active {
  color: #0077CE;
}
.guest-confirm {
  margin: 15px;
}
.form-group .control-label {
  padding-top: 15px;
}
.form-group input {
  border: 1px solid #B3B3B3;
}
.cancellation .icon-dwon_arrow {
  margin-top: 5px;
}
.cancellation .svg-logo {
  float: left;
  margin-top: 4px;
}
.cancellation .svg-logo + p {
  margin: 0 20px 10px 20px;
}
.cancellation .policy-detail {
  padding-left: 20px;
}
.cancellation .policy-detail .small-text {
  text-align: justify;
}
.right-sub-section {
  margin-top: 20px;
  padding-right: 0;
}
.right-sub-section .reg-text-l {
  font-weight: 600;
  font-size: 18px;
}
.right-sub-section .full-width-col {
  margin-bottom: 0;
  color: #2D2D2D;
}
.right-sub-section .full-width-col .info-logo {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.right-sub-section .full-width-col .menu-button {
  padding: 0;
  margin: 0 20px;
}
.right-sub-section .full-width-col .react-datepicker-wrapper {
  width: 100%;
}
.right-sub-section .full-width-col .react-datepicker-wrapper .react-datepicker__input-container {
  width: 100%;
}
.right-sub-section .full-width-col .date-logo {
  top: -25px;
  margin-bottom: 0;
  margin-right: 15px;
}
.right-sub-section .full-width-col h5 {
  font-weight: 600;
  font-size: 16px;
}
.right-sub-section .full-width-col .table th {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}
.right-sub-section .full-width-col .table th,
.right-sub-section .full-width-col .table td {
  padding-left: 0;
}
.right-sub-section .full-width-col .table tbody {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.right-sub-section .full-width-col .moreLink {
  text-decoration: underline;
  padding-top: 45px;
  font-size: 12px;
}
.right-sub-section .full-width-col .moreLink a {
  color: #2D2D2D;
}
.right-sub-section .full-width-col .header {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.right-sub-section .full-width-col .item-name {
  opacity: 0.7;
  font-size: 16px;
  line-height: 21px;
  color: black;
}
.right-sub-section .full-width-col .item-name + span {
  font-size: 18px;
  line-height: 23px;
  color: black;
}
.right-sub-section .full-width-col .custom-button.red-button {
  border-radius: 4px;
}
.right-sub-section .full-width-col .list-group .list-group-item {
  margin: 0;
}
.right-sub-section .full-width-col .rate-info {
  background: #FAFAFA;
  border: 1px solid #999999;
  border-radius: 4px;
}
.right-sub-section .full-width-col .rate-info .list-group-item {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
}
.right-sub-section .full-width-col .rate-info .items {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
}
.right-sub-section .full-width-col .rate-info .items:last-of-type {
  border: 0;
}
.right-sub-section .full-width-col .rate-info .total {
  border-bottom: 0;
}
.right-sub-section .full-width-col .rate-info .total .span-right {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  top: -10px;
}
.right-sub-section .full-width-col .required-info {
  font-weight: 600;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 32px;
}
.right-sub-section .full-width-col .dark-text {
  color: #2D2D2D;
  font-size: 13px;
  line-height: 25px;
}
.right-sub-section .cancel-logo {
  float: right;
  margin-top: 8px;
}
.info-box {
  background: rgba(172, 36, 49, 0.1);
  height: 50px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid #AC2330;
  color: #AC2431;
}
.info-box p {
  padding: 12px 15px 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.info-box .pull-right {
  font-weight: bold;
}
.add-wrapper {
  padding: 15px 0;
  margin-left: 0;
}
.new-card {
  width: 150px;
  background: #0077CE;
  color: white;
  border: 1px solid transparent;
  font-weight: 600;
  transition: 0.4s;
}
.new-card:hover,
.new-card:active,
.new-card:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #0077CE;
  border-color: #0077CE;
  outline: none;
}
.square {
  padding: 0;
}
.square .full-width-col:nth-of-type(2) {
  border-top: 1px solid #f0f0f0;
}
.square .date {
  border: 0;
  border-radius: 0;
}
.square .date p {
  font-size: 11px;
  color: black;
}
.square .date .date-property .p-num {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  border: none;
  margin: 0;
  width: 100%;
}
.square .date:nth-of-type(2n+1) .date-property {
  border-top: 0;
}
.square .date .date-property {
  padding: 16px 20px;
  border-bottom: 0;
  border-radius: 0;
}
.square .date .date-property:nth-of-type(2n+2) {
  border-left: 1px solid #f0f0f0;
}
.credit-card-container {
  padding: 0 30px;
  margin-bottom: 20px;
  width: auto;
}
.extra-card-info {
  margin-top: 10px;
}
.card-check-logo {
  float: right;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 16px;
  height: 16px;
}
.edit-blue-logo {
  float: right;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 12px;
  height: 12px;
}
.card-logo {
  width: 42px;
  height: 28px;
}
.credit-card-box {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  height: 100px;
  min-width: 300px;
  width: auto;
  margin: 10px 10px 10px 0;
  background: white;
  cursor: pointer;
}
.credit-card-box .icon-check {
  position: absolute;
  right: 0;
  top: 0;
}
.credit-card-box #card-number {
  margin-left: 15px;
  font-weight: 600;
  font-size: 16px;
}
.active-credit-card-box {
  border: 1px solid #0077CE;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.cvv-input {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 1px solid #4D4D4D;
  margin-left: 10px;
  width: 50px;
  position: relative;
  float: right;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 0 10px;
  top: -2px;
}
.credit-card {
  margin-top: 20px;
}
.credit-card .pull-left,
.credit-card .pull-right {
  font-size: 13px;
}
@media screen and (max-width: 576px) {
  .edit {
    display: block;
    float: none;
  }
  .add-card {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .square {
    margin-top: 0;
    padding: 0;
    position: relative;
    border-top: 1px solid #DEDEDE;
  }
  .content-wrapper .detail {
    border-right: 0;
    padding-top: 30px;
  }
  .content-wrapper .date .date-property {
    padding-left: 30px;
  }
  .alert {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .right-sub-section {
    padding: 35px;
    margin-top: 0;
  }
  .accordion-wrapper {
    padding-right: 0;
  }
  #accordion-controlled {
    margin-bottom: 0;
  }
}
.p-label {
  color: black;
  padding-left: 2px;
  font-size: 11px;
}
.add-client.btn.btn-default {
  background: #0077CE;
  color: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  width: 100%;
  text-align: left;
}
.add-client.btn.btn-default .svg-logo {
  margin-bottom: 3px;
  margin-right: 15px;
}
.add-client.btn.btn-default span {
  top: 2px;
}
.add-client.btn.btn-default:hover,
.add-client.btn.btn-default:active,
.add-client.btn.btn-default:focus,
.add-client.btn.btn-default:visited {
  color: white;
  background: #0077CE;
  box-shadow: inset 0 0 0 0;
}
#controlled-tab-payments ul[role="tablist"] {
  border: none;
}
#controlled-tab-payments ul[role="tablist"] a {
  border-bottom: 3px solid transparent;
}
#controlled-tab-payments ul[role="tablist"] a[aria-selected="true"] {
  background: transparent;
  border: 0;
  font-size: 14px;
  color: black;
  border-bottom: 3px solid #AC2431;
  font-weight: 600;
}
#controlled-tab-payments ul[role="tablist"] a:hover,
#controlled-tab-payments ul[role="tablist"] a:active,
#controlled-tab-payments ul[role="tablist"] a:visited {
  color: black;
  background: transparent;
  border-color: transparent;
  border-bottom: 3px solid #AC2431;
}
.add-card-modal-title {
  background: rgba(0, 0, 0, 0.4);
}
.add-card-modal-title .credit-card-container {
  margin: 0;
  float: right;
  margin-right: 10px;
}
.add-card-modal-title h4.modal-title {
  font-size: 24px;
  font-weight: normal;
  padding: 15px 45px;
}
.add-card-modal-title .modal-dialog {
  position: relative;
  top: -10px;
}
.add-card-modal-title .modal-dialog .close {
  border-top-right-radius: 4px;
}
.add-card-modal-title .modal-body {
  padding: 0 15px;
}
.add-card-modal-title .modal-body .bill-info {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #E6E6E6;
}
.add-card-modal-title .modal-body .form-group {
  margin-bottom: 0;
}
.add-card-modal-title .modal-body .dropdown button.btn.btn-default {
  border: 1px solid #B3B3B3;
}
.add-card-modal-title .modal-body .form-group label {
  color: #2D2D2D;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
}
.add-card-modal-title .modal-body .left-list {
  margin: 0;
}
.cvvField {
  text-align: center;
  font-size: 20px;
}
.add-card-modal .control-label {
  padding-top: 15px;
}
.add-card-modal .moreLink {
  text-decoration: underline;
  padding-top: 45px;
  font-size: 12px;
}
.add-card-modal .moreLink a {
  color: #AC2431;
}
.add-card-modal .button-wrapper {
  padding-bottom: 30px;
}
.add-card-modal .button-wrapper .add-card {
  background: #AC2431;
  color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.01);
  margin-top: 20px;
  width: 128px;
  height: 40px;
  border: 1px solid transparent;
}
.add-card-modal .button-wrapper .add-card:hover,
.add-card-modal .button-wrapper .add-card:active,
.add-card-modal .button-wrapper .add-card:focus,
.add-card-modal .button-wrapper .add-card:visited {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #AC2431;
  border-color: #AC2431;
  outline: none;
}
.add-card-modal .button-wrapper .reset {
  width: 128px;
  height: 40px;
  margin-top: 20px;
}
.add-card-modal .button-wrapper .reset:hover,
.add-card-modal .button-wrapper .reset:active,
.add-card-modal .button-wrapper .reset:focus,
.add-card-modal .button-wrapper .reset:visited {
  box-shadow: inset 0 0 0 0;
}
.add-card-modal #dropdown-size-medium {
  border-radius: 4px;
}
.margin-5 {
  margin: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .adults {
    padding-top: 30px;
  }
  .image-wrapper .thumbnail {
    height: 145px;
  }
  .image-wrapper .thumbnail img {
    height: 145px;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper .detail .image-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .content-wrapper .detail .image-wrapper .thumbnail {
    height: 145px;
  }
  .content-wrapper .detail .image-wrapper .thumbnail img {
    height: 145px;
  }
}
.payment-successful {
  max-width: 1000px;
}
.payment-successful .left-sub-section {
  padding-right: 0;
}
.payment-successful .right-sub-section {
  margin-top: 0;
  padding: 15px;
}
.payment-successful .right-sub-section .sub-sections {
  padding-top: 0;
}
.payment-successful .right-sub-section .sub-sections .rate-info.rates-list.list-group {
  background: transparent;
}
.payment-successful .right-sub-section .sub-sections .rate-info.rates-list.list-group .list-group-item {
  background: transparent;
}
.payment-successful .right-sub-section .sub-sections .rate-info.rates-list.list-group .items {
  border-bottom: 1px solid #D0D0D0;
}
.payment-successful .success-header {
  padding: 0 45px;
  text-align: center;
}
.payment-successful .success-header h2 {
  color: #00983A;
  font-size: 42px;
}
.payment-successful .success-header p {
  font-size: 24px;
}
.payment-successful .success-header span {
  opacity: 0.7;
  font-size: 16px;
}
.payment-successful .success-header .svg-logo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.payment-successful .sub-title {
  padding: 0 30px 0 45px;
  color: #1A1A1A;
  font-size: 24px;
  text-align: left;
}
.payment-successful .booking-title h3 {
  color: #1A1A1A;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}
.payment-successful .full-width-col {
  border-right: 0;
}
.payment-successful .full-width-col.image-wrapper .thumbnail {
  width: 135px;
  height: max-content;
}
.payment-successful .full-width-col.image-wrapper .thumbnail img {
  width: 135px;
  height: 75px;
}
.payment-successful .full-width-col + .location-details .title {
  margin-bottom: 10px;
}
.payment-successful .full-width-col + .location-details .title ~ p {
  margin-bottom: 5px;
}
.payment-successful .full-width-col .other-details {
  border: 1px solid #E6E8EB;
  height: 100%;
  padding: 15px;
}
.payment-successful .full-width-col .other-details .title {
  font-size: 13px;
}
.payment-successful .full-width-col .other-details .num {
  font-size: 25px;
  font-weight: bold;
}
.payment-successful .full-width-col .other-details p {
  margin-bottom: 0;
}
.payment-successful .contact-info .table-responsive {
  border: 0;
}
.payment-successful .contact-info .table-responsive .table tr {
  font-size: 13px;
}
.payment-successful .contact-info .table-responsive .table tr td:first-child {
  opacity: 0.5;
  padding-left: 0;
  font-weight: 600;
  width: 100px;
}
.payment-successful .contact-info .table-responsive .table tr td:first-child + td {
  font-weight: 600;
}
.payment-successful .contact-info td {
  border-top: none;
}
.payment-successful .button-col {
  padding-bottom: 30px;
}
.payment-successful .button-col .red-button {
  border-radius: 4px;
}
.payment-successful .grid-white {
  background: white;
}
.payment-successful .property-content-payment {
  margin-top: 10px;
}
.payment-successful .property-content-payment hr {
  border-color: #D0D0D0;
}
.payment-successful .property-content-payment .content-wrapper {
  border: 0;
  background: transparent;
  box-shadow: 0 0 0 0;
}
.payment-successful .property-content-payment .content-wrapper .bordered.detail {
  border: 0;
}
.payment-successful .property-content-payment .content-wrapper .bordered.detail h3 {
  font-weight: 600;
}
.payment-successful .property-content-payment .blue {
  font-size: 18px;
  line-height: 32px;
}
.payment-successful .property-content-payment .check-in {
  margin-top: 10px;
  border-radius: 4px;
}
.payment-successful .property-content-payment .check-in .table-responsive {
  border-radius: 4px;
  border: 1px solid #E6E8EB;
  margin-bottom: 15px;
}
.payment-successful .property-content-payment .check-in .table-responsive table {
  width: 90%;
  margin: 0 5%;
}
.payment-successful .property-content-payment .check-in .table-responsive table th {
  padding: 10px;
  padding-left: 0;
  font-weight: 600;
}
.payment-successful .property-content-payment .check-in .table-responsive td {
  border-top: none;
}
.payment-successful .property-content-payment .check-in .table-responsive .dates,
.payment-successful .property-content-payment .check-in .table-responsive .times {
  color: #1A1A1A;
}
.payment-successful .property-content-payment .check-in .table-responsive .dates td,
.payment-successful .property-content-payment .check-in .table-responsive .times td {
  padding: 5px 10px 5px 0;
}
.payment-successful .property-content-payment .check-in .table-responsive .dates {
  font-size: 18px;
  font-weight: 600;
}
.payment-successful .property-content-payment .check-in .table-responsive .times {
  font-size: 13px;
}
.payment-successful .property-content-payment .check-in .table-responsive .times td {
  padding-bottom: 20px;
}
.payment-successful .bordered {
  border-bottom: 1px solid #EBEBEB;
}
.payment-successful .prop-data {
  padding: 0;
}
.payment-successful .prop-data .image-wrapper {
  width: 100%;
}
.payment-successful .prop-data .image-wrapper .thumbnail {
  width: 100%;
}
.payment-successful .prop-data .image-wrapper .thumbnail img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .image-wrapper .thumbnail {
    height: 95px;
  }
  .image-wrapper .thumbnail img {
    height: 95px;
  }
}
@media screen and (max-width: 992px) {
  .payment-successful .left-sub-section,
  .payment-successful .right-sub-section {
    padding: 15px;
  }
}
.folder-comp-div + .parent-grid-wrapper {
  padding-top: 20px;
}
.folder-comp-div + .parent-grid-wrapper .folder-wrapper {
  position: sticky;
  top: 20px;
  padding: 0 15px;
}
.folder-comp-div + .parent-grid-wrapper .folder-wrapper + .property-list-wrapper {
  padding: 0 15px 0 0px;
}
@media screen and (max-width: 768px) {
  .folder-comp-div + .parent-grid-wrapper .folder-wrapper + .property-list-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .folder-comp-div + .parent-grid-wrapper .folder-wrapper {
    position: relative;
  }
}
.col-options {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .col-options {
    padding: 0 15px;
  }
}
.col-options .checkbox-wrap.checkbox-input input[type=checkbox] + .checkbox-label {
  position: relative;
  top: -7px;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  padding-right: 20px;
  margin-bottom: 10px;
}
.folder-disabled {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f0f0f0;
  opacity: 0.5;
}
.add-to-folder.folder-page {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .add-to-folder.folder-page {
    padding: 0 15px;
  }
}
.add-to-folder.folder-page .scrollbar {
  background: white;
  height: 100%;
  overflow: auto;
  padding-bottom: 100px;
}
.add-to-folder.folder-page .scrollbar .folder-margin {
  height: 100%;
}
.add-to-folder.folder-page .scrollbar .folder-margin .parent-folder-list {
  min-width: 90%;
  height: 100%;
  width: max-content;
  padding: 0 20px;
}
.add-to-folder.folder-page .scrollbar .folder-margin .parent-folder-list + .new-folder-btn {
  margin: 0 25px;
  float: left;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  cursor: pointer;
}
.add-to-folder.folder-page .scrollbar .folder-margin .parent-folder-list + .new-folder-btn:active,
.add-to-folder.folder-page .scrollbar .folder-margin .parent-folder-list + .new-folder-btn:hover,
.add-to-folder.folder-page .scrollbar .folder-margin .parent-folder-list + .new-folder-btn:visited,
.add-to-folder.folder-page .scrollbar .folder-margin .parent-folder-list + .new-folder-btn:focus {
  box-shadow: inset 0 0 0 0;
  background: #dedede;
  color: black;
  border-color: white;
  outline: none;
}
.add-to-folder.folder-page .folder-input-root {
  margin: 0 0 20px;
}
.folder-title-header {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .folder-title-header {
    padding: 5px;
  }
}
.client-email-info {
  font-size: 0.93em;
  font-weight: 600;
}
.client-email {
  position: relative;
  margin-left: 15px;
  top: -7px;
  border: 0;
  border-radius: 4px;
  text-decoration: none !important;
  padding: 3.5px 10px 5px 10px;
  font-size: 1.143em;
  border: 1px solid transparent;
}
.client-email:focus,
.client-email:visited,
.client-email:hover,
.client-email:active {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #0077CE;
  border-color: #0077CE;
  outline: none;
}
.client-wrapper {
  float: right;
}
.cross {
  background: #0077CE;
  border: 0;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cross .svg-logo {
  position: relative;
  top: -5px;
  left: -1px;
  right: 5px;
  margin-right: 0px;
  margin-top: 7px;
}
.cross:hover {
  background: #0077CE;
}
.folder-options-list .list-group {
  position: absolute;
  z-index: 1;
  right: 0px;
  width: 120px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  top: 27px;
  margin-top: 4px;
}
.folder-options-list .list-group .list-group-item {
  margin: 0;
  padding: 0;
  height: 40px;
}
.folder-options-list .list-group .list-group-item:first-of-type {
  border-top-right-radius: 0;
}
.folder-options-list .list-group .list-group-item a {
  color: #4D4D4D;
}
.folder-options-list .list-group .list-group-item p {
  font-size: 0.93em;
  padding: 0 15px;
  background: transparent;
  border: 0;
  margin-bottom: 0;
}
.folder-options-list .list-group .list-group-item p .svg-logo {
  margin-left: 10px;
  margin-top: 7px;
}
.folder-input {
  border: 1px solid rgba(0, 119, 206, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: inherit;
  padding: 0 4px;
  position: relative;
  top: 10px;
}
.list-folder-disabled {
  color: #dedede;
}
.folder-active {
  background: rgba(0, 119, 206, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 1px solid rgba(0, 119, 206, 0.1);
  color: #0077CE;
  position: relative;
  left: -5px !important;
}
.folder-active + img {
  margin-top: 7px !important;
}
.folder-active + img + ul > li::before {
  top: -5px !important;
  height: 1.35em !important;
}
.folder-active ~ .cross {
  margin-top: 0 !important;
}
.folder-active ~ .folder-options-list .list-group {
  margin-top: 4px !important;
}
@media screen and (max-width: 1200px) {
  div.client-wrapper {
    float: left;
  }
}
.current-year-col h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #0077CE;
  line-height: 32px;
}
.react-calendar {
  font-family: 'Assistant';
}
.react-calendar button {
  background: transparent;
  color: #000;
  height: auto;
}
.react-calendar button time {
  color: #FFF;
}
.react-calendar button.react-calendar__tile time {
  font-size: 14px;
  color: #000;
}
.react-calendar button.react-calendar__tile:hover {
  background: #FFF !important;
}
.react-calendar button.react-calendar__tile:disabled {
  background: transparent;
}
.react-calendar button.react-calendar__tile:disabled time {
  color: #666;
}
.react-calendar button.react-calendar__tile--active {
  background: #274abb;
}
.react-calendar button.react-calendar__tile--active time {
  color: #fff;
}
.calendar-view {
  height: 355px;
  padding-top: 10px;
}
.calendar-view .react-calendar__navigation__label {
  background-color: white !important;
}
.calendar-view .react-calendar .react-calendar__navigation .react-calendar__navigation__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #1A1A1A;
}
.calendar-view .react-calendar .react-calendar--selectRenge.react-calendar__tile--hover {
  background-color: #fff !important;
}
.calendar-view .react-calendar .react-calendar--selectRenge.react-calendar__tile--hover .react-calendar__tile--hover {
  background-color: #fff !important;
}
.calendar-view .react-calendar .react-calendar__tile--active {
  background: #FFF !important;
}
.calendar-view .react-calendar .react-calendar__tile--active time {
  color: #000;
}
.calendar-view .react-calendar .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #1A1A1A;
}
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile {
  padding: 0;
  height: 55px;
  margin-bottom: 10px;
}
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile:disabled {
  background-color: #f7d8db !important;
}
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile:disabled .time {
  color: #666;
}
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile .time {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
}
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile:hover .time {
  color: #000;
}
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile.notAvailable {
  background: rgba(157, 157, 157, 0.2);
  color: #797979;
}
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile.notAvailable time {
  color: #797979;
}
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__month-view__days__day.notAvailable,
.calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__month-view__days__day--weekend.notAvailable {
  text-decoration: none;
}
.calendar-view .react-calendar .react-calendar__month-view__days.react-calendar__tile {
  cursor: default;
}
.calendar-view .react-calendar .react-calendar__month-view__days.react-calendar__tile time {
  font-size: 14px;
  color: #000;
}
.calendar-view .react-calendar .react-calendar__month-view__days.react-calendar__tile:hover {
  background: #FFF !important;
  cursor: default;
}
.calendar-view .react-calendar .react-calendar__month-view__days.react-calendar__tile:disabled {
  background: red;
}
.calendar-view .react-calendar .react-calendar__month-view__days.react-calendar__tile:disabled time {
  color: #666;
}
.calendar-view .react-calendar .react-calendar__month-view__days.react-calendar__tile--active {
  background: #FFF !important;
}
.calendar-view .react-calendar .react-calendar__month-view__days.react-calendar__tile--active time {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile {
    height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile {
    height: 35px;
    cursor: default;
  }
}
.loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  z-index: 30500;
}
.loader-wrapper-fade {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-color: white;
  z-index: 30000;
  opacity: 0.8;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
.property-quote .loader-wrapper {
  top: 130%;
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 200px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.spinner {
  z-index: 3000;
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.property-detail .loader {
  border-color: transparent;
}
.add-to-folder.folder-page .folder-disabled + .loader-wrapper {
  z-index: 100;
}
.property-list-wrapper .display-result,
.property-list-wrapper .display-result-folder {
  min-height: 646px;
}
.property-list-wrapper .display-result .loader-wrapper,
.property-list-wrapper .display-result-folder .loader-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.property-list-wrapper .display-result .loader-wrapper.mini-loader1,
.property-list-wrapper .display-result-folder .loader-wrapper.mini-loader1 {
  left: 120px;
  top: -15px;
  position: relative;
  transform: none;
}
.prop-col-wrapper .gray-box {
  padding: 0;
  background: gray;
  opacity: 0.3;
  margin: 0;
  height: 646px;
  position: absolute;
  z-index: 100;
  margin: 0 10px;
  width: calc(80%);
  left: 0;
}
.prop-col-wrapper .gray-box + .loader-wrapper {
  padding: 0 auto;
  z-index: 200;
  top: calc(35%);
}
.prop-col-wrapper.property-map-wrapper .gray-box {
  margin: 0 15px;
  width: calc(70%);
}
.prop-col-wrapper.property-map-wrapper .gray-box + .loader-wrapper {
  z-index: 200;
  padding: 0 auto;
}
.mini-loader,
.mini-loader1 {
  height: 20px;
  position: relative;
  bottom: 0;
  left: 10px;
  padding: 5%;
  top: 5px;
  width: 0;
}
.mini-loader .spinner,
.mini-loader1 .spinner {
  height: 20px;
  width: 20px;
}
.mini-loader1 {
  left: 120px;
  top: -15px;
  position: relative;
  transform: none;
}
.modal-dialog .loader-wrapper {
  z-index: 2;
}
#custom-alert-box {
  visibility: hidden;
  min-width: 250px;
  width: max-content;
  background-color: white;
  color: #0077CE;
  text-align: center;
  padding: 16px;
  position: fixed;
  z-index: 1001;
  left: 50%;
  position: sticky;
  top: 0;
  border: 1px solid black;
  border-radius: 4px;
  transform: translate(-50%, 0);
  font-size: 17px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
#custom-alert-box.show {
  visibility: visible;
  -webkit-animation: fadeinTop 0.5s, fadeoutTop 0.5s 4s;
  animation: fadeinTop 0.5s, fadeoutTop 0.5s 4s;
}
#custom-alert-box p {
  margin: 10px 0;
  text-align: center;
}
#custom-alert-box p .alert-message {
  color: #0077CE;
  font-weight: 600;
}
#custom-alert-box p .alert-error-message {
  color: #AC2431;
  font-weight: 600;
}
#custom-alert-box p .alert-link {
  color: black;
  font-weight: bold;
  margin-left: 100px;
}
.feature-data {
  padding: 0;
  margin-bottom: 25px;
}
.feature-data .svg-img-amenities {
  height: 25px;
}
.feature-data .features-text {
  font-size: 13px;
  margin-left: 12px;
  font-weight: 600;
}
.feature-data .features-amenities-text {
  font-size: 18px;
  font-weight: 600;
}
.error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.error-box {
  margin-top: 60px;
  text-align: center;
}
.error-box .oops {
  font-size: 70px;
  font-weight: 600;
}
.error-box .msg {
  font-size: 37px;
}
.error-box .code {
  font-size: 20px;
}
.gray-disabled {
  background: black;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  opacity: 0.5;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 60px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5);
}
.sidenav h2.sideNav-header {
  text-align: center;
  color: #AC2431;
  margin-bottom: 20px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav ul .list-group-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 30px 15px;
  margin: 0 20px;
}
.sidenav ul .list-group-item:first-of-type {
  border-top: 1px solid #dddddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sidenav-expanded {
  width: 400px;
}
.sticky-quick-help {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 500;
}
.sticky-quick-help .help-wrapper {
  border-radius: 4px;
  margin: 20px;
}
.sticky-quick-help .help-wrapper .help-options {
  display: none;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 80px;
  bottom: 20px;
  position: relative;
}
.sticky-quick-help .help-wrapper .help-options .question-box {
  background: white;
  padding: 20px 0;
  border-bottom: 1px solid rgba(59, 59, 59, 0.1);
}
.sticky-quick-help .help-wrapper .help-options .question-box:first-of-type {
  border-radius: 4px 4px 0 0;
}
.sticky-quick-help .help-wrapper .help-options .question-box .question-text {
  padding-top: 5px;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.sticky-quick-help .help-wrapper .help-options[class*="fade-help-enter"],
.sticky-quick-help .help-wrapper .help-options[class*="fade-help-exit-active"] {
  display: inherit;
}
.sticky-quick-help .help-wrapper .help-options[class*="fade-help-exit-done"] {
  display: none;
}
.sticky-quick-help .help-wrapper .help-button {
  display: inherit;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  padding: 12px;
  background: black;
  text-align: center;
  border-radius: 4px;
  border: 1px solid white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}
.sticky-quick-help .help-wrapper .help-button-close {
  border: none;
  border-radius: 0 0 4px 4px;
  width: 80px;
  position: fixed;
  right: 40px;
  bottom: 40px;
}
.sticky-quick-help .help-wrapper .help-button-close-delay {
  transition-delay: 0.4s;
}
.sticky-quick-help .help-wrapper .help-button-hidden {
  display: none;
}
.quick-call-wrapper {
  background: white;
  border-radius: 4px 0 0 0;
  position: fixed;
  display: none;
  right: 0;
  bottom: 60px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
}
.quick-call-wrapper[class*="right-in-modal-enter"],
.quick-call-wrapper[class*="right-in-modal-exit"] {
  display: inherit;
}
.quick-call-wrapper[class*="right-in-modal-exit-done"] {
  display: none;
}
.quick-call-wrapper .quick-call-close {
  right: -90%;
  background: black;
  top: -20px;
  position: relative;
  border-radius: 0 4px 0 0;
}
.quick-call-wrapper .quick-call-close img {
  margin: 0;
}
.quick-call-wrapper .quick-call-close:active {
  background: black;
}
.quick-call-wrapper .quick-call-number {
  padding: 20px;
}
.quick-call-wrapper .quick-call-number + div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.quick-call-wrapper .copy-btn {
  float: left;
  width: 50px;
  margin: 2px 0;
  text-align: right;
  cursor: pointer;
}
.quick-call-wrapper .copy-btn:active,
.quick-call-wrapper .copy-btn:hover,
.quick-call-wrapper .copy-btn:visited,
.quick-call-wrapper .copy-btn:focus {
  box-shadow: inset 0 0 0 0;
  background: transparent;
  color: #0077CE;
  border-color: transparent;
  outline: none;
}
.quick-call-wrapper .quick-call-button {
  padding: 0 20px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.quick-call-wrapper .quick-call-button:active,
.quick-call-wrapper .quick-call-button:hover,
.quick-call-wrapper .quick-call-button:visited,
.quick-call-wrapper .quick-call-button:focus {
  box-shadow: inset 0 0 0 0;
  background: white;
  color: #0077CE;
  border-color: #0077CE;
  outline: none;
}
.quick-call-wrapper .call {
  background: #0077CE;
  color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  text-decoration: none;
}
.right-in-modal-enter {
  display: none;
  animation: animateRightInModal 0.4s ease-out forwards;
}
.right-in-modal-exit {
  animation: animateRightOutModal 0.4s ease-in forwards;
}
.fade-help-enter {
  animation: verticalAnimate 0.4s ease-out forwards;
}
.fade-help-exit {
  animation: verticalAnimateOff 0.4s ease-in forwards;
}
.email-question-dialog {
  position: fixed;
  bottom: 0;
  background: white;
  width: 400px;
  display: none;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .email-question-dialog {
    width: 100%;
  }
}
.email-question-dialog[class*="right-in-modal-enter"],
.email-question-dialog[class*="right-in-modal-exit"] {
  display: inherit;
  right: 0;
}
.email-question-dialog[class*="right-in-modal-exit-done"] {
  display: none;
}
.email-question-dialog .title,
.email-question-dialog .error-msg,
.email-question-dialog .thankyou-msg {
  padding-left: 20px;
}
.email-question-dialog form {
  padding: 20px;
}
.email-question-dialog form label {
  width: 100%;
  color: #2D2D2D;
  opacity: 0.8;
  font-weight: normal;
}
.email-question-dialog form .dates .svg-logo {
  padding: 0;
}
.email-question-dialog form .left-group,
.email-question-dialog form .right-group {
  position: relative;
}
.email-question-dialog form .left-group img.svg-logo,
.email-question-dialog form .right-group img.svg-logo {
  position: absolute;
  top: 50px;
  right: 5px;
}
.email-question-dialog form .left-group .dropdown-wrapper,
.email-question-dialog form .right-group .dropdown-wrapper {
  position: relative;
}
.email-question-dialog form .left-group .dropdown-wrapper .dropdown.btn-group,
.email-question-dialog form .right-group .dropdown-wrapper .dropdown.btn-group {
  width: 100%;
}
.email-question-dialog form .left-group .dropdown-wrapper .dropdown.btn-group button,
.email-question-dialog form .right-group .dropdown-wrapper .dropdown.btn-group button {
  width: 100%;
  text-align: left;
}
.email-question-dialog form .left-group .dropdown-wrapper .dropdown.btn-group + img.svg-logo,
.email-question-dialog form .right-group .dropdown-wrapper .dropdown.btn-group + img.svg-logo {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
}
.email-question-dialog form .phone-field .input-group {
  width: 100%;
}
.email-question-dialog form .phone-field .input-group .dropdown-wrapper {
  position: relative;
  width: 20%;
  float: left;
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.email-question-dialog form .phone-field .input-group .dropdown-wrapper .input-group-btn button {
  width: 100%;
  text-align: left;
}
.email-question-dialog form .phone-field .input-group .dropdown-wrapper .svg-logo {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
}
.email-question-dialog form .phone-field .input-group .dropdown-wrapper + input {
  float: right;
  width: 80%;
}
.email-question-dialog form .country-field {
  position: relative;
}
.email-question-dialog form .country-field .dropdown {
  width: 100%;
}
.email-question-dialog form .country-field .dropdown button {
  width: 100%;
  text-align: left;
}
.email-question-dialog form .country-field img.svg-logo {
  position: absolute;
  right: 0;
  margin-right: 10px;
}
.email-question-dialog form .dropdown-wrapper {
  padding: 0;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
}
.email-question-dialog form .dropdown-wrapper .drop-logo {
  margin-top: 10px;
}
.email-question-dialog form .questions-text-area textarea {
  height: 80px;
}
.email-question-dialog form .button-wrapper {
  margin-bottom: 20px;
}
.email-question-dialog form .button-wrapper button {
  width: 120px;
  height: 48px;
  margin: 0 auto;
  padding: 0;
  font-weight: 600;
}
.email-question-dialog form .button-wrapper .btn-cancel {
  color: #4D4D4D;
}
.email-question-dialog form .button-wrapper .btn-cancel:active,
.email-question-dialog form .button-wrapper .btn-cancel:hover,
.email-question-dialog form .button-wrapper .btn-cancel:visited,
.email-question-dialog form .button-wrapper .btn-cancel:focus {
  box-shadow: inset 0 0 0 0;
  background: transparent;
  color: #842431;
  border-color: transparent;
  outline: none;
}
.email-question-dialog .gray-back {
  background: #EBEBEB;
  padding: 20px 40px;
}
.email-question-dialog .gray-back .light-text {
  color: #2D2D2D;
  opacity: 0.8;
}
.email-question-dialog .gray-back .light-text p {
  margin-bottom: 0;
}
.email-question-dialog .gray-back .light-text:first-of-type {
  margin-bottom: 10px;
}
.email-question-dialog .gray-back .bold-text {
  color: #2D2D2D;
  font-weight: 600;
  margin-bottom: 10px;
}
.email-question-dialog .quick-email-close {
  background: black;
  border-radius: 0 0 0 4px;
  position: absolute;
  right: 0;
  z-index: 5;
  border: none;
}
.email-question-dialog .quick-email-close .svg-logo {
  margin: 0;
}
.no-right-padding {
  padding-right: 0;
}
.no-right-padding .left-group .dropdown-wrapper,
.no-right-padding .left-group input {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.no-left-padding {
  padding-left: 0;
}
.no-left-padding .right-group .dropdown-wrapper,
.no-left-padding .right-group input {
  border-radius: 0 4px 4px 0;
}
.dropdown-height {
  height: 34px ;
}
.landing-container {
  margin: 30px auto;
}
@page {
  margin: 20px 0 0;
  size: 8.5in 11in;
}
@media print {
  .property-nav,
  .grid-wrapper.breadcrumb-wrapper,
  .control-arrow.control-next,
  .control-arrow.control-prev,
  .carousel,
  .display-result,
  .show-more-amenities,
  .id,
  .tooltip {
    display: none;
  }
  .print-feature-image {
    display: block;
  }
  .desc_truncate {
    height: max-content !important;
    overflow: inherit;
  }
  .section-item .feature-item {
    overflow: inherit;
  }
  .carousel-wrapper {
    margin-top: 0;
  }
  .carousel-wrapper img {
    height: 100%;
  }
  .sticky-quick-help .help-wrapper .help-button {
    display: none;
  }
  .carousel .slider-wrapper.axis-horizontal .slider .slide {
    height: 600px;
  }
  .carousel.carousel-slider {
    display: inherit;
  }
  .right-content-wrapper {
    display: none;
  }
  .property-map-wrapper {
    display: none;
    width: 0;
    height: 0;
  }
  .static-map-view {
    display: inherit;
  }
  .static-map-view img {
    width: 100%;
  }
  .calendar-view {
    height: 230px;
    margin: 20px 0;
    page-break-inside: avoid;
  }
  .react-calendar {
    width: 230px !important;
  }
  .react-calendar__navigation {
    height: 20px;
    margin-bottom: 0.3em;
  }
  .react-calendar__navigation__arrow {
    display: none;
  }
  .react-calendar__tile.react-calendar__month-view__days__day:disabled time {
    text-decoration: line-through !important;
  }
  .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__month-view__days__day.notAvailable,
  .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__month-view__days__day--weekend.notAvailable,
  .calendar-view .react-calendar .react-calendar__month-view__days .react-calendar__tile {
    height: 20px;
  }
  [class*="col-"] {
    padding: 0;
  }
  [class*="col-sm-"] {
    float: left;
  }
  [class*="col-xs-"] {
    float: left;
  }
  .col-sm-12,
  .col-xs-12 {
    width: 100% !important;
  }
  .col-sm-11,
  .col-xs-11 {
    width: 91.66666667% !important;
  }
  .col-sm-10,
  .col-xs-10 {
    width: 83.33333333% !important;
  }
  .col-sm-9,
  .col-xs-9 {
    width: 75% !important;
  }
  .col-sm-8,
  .col-xs-8 {
    width: 66.66666667% !important;
  }
  .col-sm-7,
  .col-xs-7 {
    width: 58.33333333% !important;
  }
  .col-sm-6,
  .col-xs-6 {
    width: 50% !important;
  }
  .col-sm-5,
  .col-xs-5 {
    width: 41.66666667% !important;
  }
  .col-sm-4,
  .col-xs-4 {
    width: 33.33333333% !important;
  }
  .col-sm-3,
  .col-xs-3 {
    width: 25% !important;
  }
  .col-sm-2,
  .col-xs-2 {
    width: 16.66666667% !important;
  }
  .col-sm-1,
  .col-xs-1 {
    width: 8.33333333% !important;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left !important;
  }
  html {
    padding: 0;
    margin: 0;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-print-color-adjust: exact;
    -moz-webkit-print-color-adjust: exact;
  }
  .div-grid-wrapper .property-table-wrapper {
    display: table;
  }
  .div-grid-wrapper .property-table-wrapper tbody {
    display: table-row-group;
    margin-bottom: 20px;
  }
  .div-grid-wrapper .property-table-wrapper thead {
    display: table-header-group;
  }
  .div-grid-wrapper .property-table-wrapper tfoot {
    display: table-footer-group;
  }
  .print-wrapper {
    position: relative;
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 30px;
    page-break-after: always;
  }
  .print-wrapper .head-topic {
    font-size: 25px;
  }
  .print-wrapper.print-gallery {
    page-break-after: auto;
    padding-bottom: 0;
    display: block;
  }
  .print-wrapper.print-gallery .head-topic {
    margin-top: 15px;
  }
  .print-wrapper.print-gallery .print-gallery-photo {
    width: 100%;
    height: 100%;
  }
  .print-wrapper.availability-print-view {
    display: block;
    padding: 15px 15px 0 40px;
  }
  .print-wrapper.availability-print-view.availability-title {
    page-break-before: always;
    page-break-after: avoid;
  }
  .print-wrapper.availability-print-view.availability-title .head-topic {
    padding-top: 15px;
  }
  .print-wrapper.availability-print-view.availability-title p {
    display: block;
  }
  .print-wrapper.availability-print-view.availability-content {
    display: none;
    padding: 0 20px 0 30px;
  }
  .print-wrapper.availability-print-view.availability-content .calendar-container {
    padding: 0;
    page-break-before: avoid;
    page-break-after: avoid;
  }
  .print-wrapper .general-info,
  .print-wrapper .other-features-col-wrapper,
  .print-wrapper .print-description,
  .print-wrapper .map-section {
    padding: 0 40px;
  }
  .print-wrapper .map-section {
    height: 85vh;
  }
  .print-wrapper .print-description .head-topic {
    margin: 20px 0;
  }
  .print-availability {
    padding-top: 50px;
  }
  .container {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  a[href]:after {
    content: none;
  }
  .noprint,
  div.alert,
  header,
  .group-media,
  .btn,
  form,
  #comments,
  .nav,
  ul.links.list-inline,
  ul.action-links,
  .footer,
  .sticky-quick-help {
    display: none !important;
  }
  .property-content hr {
    display: none;
  }
  .general-info .title.text-bold {
    font-size: 40px;
    font-weight: bold;
  }
  .general-info ul.check {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .general-info ul.check li.link-inline {
    font-size: 25px;
    font-weight: 600;
  }
  .general-info ul.check li.link-inline .svg-logo {
    width: 25px;
    height: 25px;
  }
  .general-info ul.check + .clear + .location {
    font-size: 25px;
    font-weight: 400;
  }
  .general-info ul.check + .clear + .location .svg-logo {
    color: #0077CE;
    width: 25px;
    height: 25px;
  }
  .print-line {
    display: block;
    width: 100%;
    border-bottom: 3px solid #D0D0D0 !important;
  }
  .property-content .other-features-col-wrapper .overview-title {
    font-size: 25px;
  }
  .property-content .other-features-col-wrapper .overview-col .overview-icon .svg-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .property-content .other-features-col-wrapper .overview-col .overview-icon + .overview-info .overview-number {
    font-size: 25px;
  }
  .property-content .other-features-col-wrapper .overview-col .overview-icon + .overview-info .overview-text {
    font-size: 15px;
  }
  .section-item .head-topic {
    font-size: 25px;
  }
  .desc_truncate {
    font-size: 15px;
  }
  .feature-data .svg-img-amenities {
    width: 35px;
    height: 35px;
  }
  .feature-data .features-text {
    font-size: 18px;
  }
  .section-item .feature-item .amenities-data .amenities-text {
    font-size: 18px;
  }
  .rtejustify {
    font-size: 18px;
  }
  .div-grid-wrapper .print-footer {
    display: block;
    border-bottom: 15px solid #AC2431;
    width: 100%;
  }
  .div-grid-wrapper .print-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
  .div-grid-wrapper .print-header .logo {
    max-height: 100px;
    max-width: 300px;
  }
  .div-grid-wrapper .print-header #brand {
    color: #777 !important;
  }
  .div-grid-wrapper .print-header #brand .text-theme-color1 {
    font-size: 32px;
    color: #0077CE !important;
    font-weight: bold !important;
  }
  .div-grid-wrapper .print-header #brand .text-theme-color2 {
    font-size: 32px;
    color: #AC2431 !important;
    font-weight: bold !important;
  }
  .div-grid-wrapper .print-header #brand p,
  .div-grid-wrapper .print-header #brand h1 {
    padding-left: 0px;
  }
  .div-grid-wrapper .print-header .account {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 600;
  }
  .div-grid-wrapper .print-header .account .svg-logo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .div-grid-wrapper .print-header .account p {
    margin-bottom: 5px;
  }
  .div-grid-wrapper .print-header .account .account-name {
    font-size: 20px;
  }
  .div-grid-wrapper .print-header .account .account-email {
    color: #0F25CE !important;
  }
  .page-container .payment-successful .success-header h2 {
    color: #00983A !important;
    font-size: 42px;
  }
  .page-container .payment-successful .container-fluid {
    padding: 0 30px;
  }
  .page-container .payment-successful .container-fluid .left-sub-section {
    width: 50% !important;
    float: left;
  }
  .page-container .payment-successful .container-fluid .left-sub-section .thumbnail > img {
    width: 100% !important;
  }
  .page-container .payment-successful .container-fluid .left-sub-section .border-b {
    padding-left: 36px;
  }
  .page-container .payment-successful .container-fluid .left-sub-section .full-width-col .container-fluid {
    padding: 0 15px;
  }
  .page-container .payment-successful .container-fluid .left-sub-section .full-width-col .container-fluid .row {
    display: flex;
    flex-wrap: wrap;
  }
  .page-container .payment-successful .container-fluid .left-sub-section .full-width-col .container-fluid .row .other-details {
    width: 33.33% !important;
    height: unset;
  }
  .page-container .payment-successful .container-fluid .right-sub-section {
    width: 50% !important;
    float: left;
  }
}
.pdf-modal.property-modal {
  z-index: -1000;
}
.pdf-modal.property-modal .modal-dialog .modal-content {
  width: 600px;
}
.pdf-modal .modal-header .close {
  position: absolute;
  top: 2px;
  right: 0;
  border-top-right-radius: 4px;
}
.pdf-modal .modal-body {
  min-height: 90vh;
  padding: 15px 0 0;
}
.pdf-modal .pdf-progress {
  border-radius: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.pdf-modal .pdf-progress .progress-bar-success {
  background: #0077CE;
}
.pdf-modal .progress-label {
  position: absolute;
  top: 17px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #AC2431;
}
.pdf-modal .progress-label-white {
  color: white;
}
.pdf-modal .pdf-button {
  position: sticky;
  bottom: 50px;
  right: 0;
  background: #0077CE;
  color: white;
  border: 1px solid #0077CE;
}
.pdf-modal.pdf-cancel .modal-dialog {
  transform: translate(0, 100%);
}
.pdf-modal.pdf-cancel .modal-content {
  padding: 15px;
}
.pdf-modal.pdf-cancel .modal-body {
  min-height: 0;
  padding: 15px;
}
