@import "css/bootstrap.css";
@import "css/bootstrap-datepicker.css";
@import "css/font-awesome.min.css";
@import "css/bootstrap-multiselect-2.css";
@import "css/icomoon.css";
@import "css/icon54com-1.css";
@import "css/icon54com-2.css";
@import "css/icon54com-3.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600");
@import "css/ribby-2019.css";
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  .nav-tabs .hidden-xs {
    display: none !important;
  }
  .nav-tabs .hidden-sm {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .nav-tabs .hidden-xs {
    display: inline-block;
  }
  .nav-tabs .hidden-sm {
    display: none;
  }
}
.marketing {
  padding-top: 40px;
}

.single .marketing {
  padding-top: 0px;
}

.well {
  margin: 40px 0px 0px 0px;
}
.well h3 {
  color: #5a5a5a;
}
.well h3 span {
  color: #70b028;
}
.well .carousel h4 {
  position: absolute;
  top: 0px;
}

/* ================================
  Accreditations
  ================================ */
.accreditations {
  background: #fff;
  padding: 20px 0px 0px 0px;
  text-align: center;
}

.accreditations ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.accreditations li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 15%;
  vertical-align: middle;
}

.accreditations li:last-child {
  margin-right: 0px;
}

.accreditations img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accreditations img:focus, .accreditations img:hover {
  transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.spa-accreditations li {
  width: 10% !important;
}

.holiday-homes-accreditations li {
  width: 8% !important;
}

.home-page-property {
  margin-top: 30px;
}
.home-page-property ul .price {
  background: #faf9f7;
  border-top: 1px solid #ccc;
  color: #000;
  font-size: small;
  padding: 12px 0;
}
.home-page-property ul li:last-child {
  background: none;
  border-top: none;
  color: #7cac40;
  font-size: 14px;
  padding: 0;
}
.home-page-property .carousel {
  height: auto;
  margin-top: 20px;
}
.home-page-property .carousel .item {
  height: auto;
  max-height: 500px;
}
.home-page-property .carousel .carousel-indicators li {
  border: 1px solid #ffffff !important;
  padding: inherit;
}
.home-page-property .carousel .carousel-indicators .active {
  background-color: #ffffff !important;
}
.home-page-property .carousel .carousel-control {
  opacity: 1;
}
.home-page-property .carousel .carousel-control .glyphicon-chevron-left {
  font-size: 45px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .home-page-property .carousel .carousel-control .glyphicon-chevron-left {
    margin-left: -10px;
    margin-top: 50px;
  }
}
.home-page-property .carousel .carousel-control .glyphicon-chevron-right {
  font-size: 45px;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  .home-page-property .carousel .carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .home-page-property .title {
    min-height: 357px;
  }
}
.home-page-property .price-heading {
  font-size: 22px;
}
.home-page-property .price-was-heading {
  color: #3d3d3d;
  font-size: 16px;
}
.home-page-property h3 a {
  color: #70b028;
  text-transform: uppercase;
}
.home-page-property p {
  color: #3d3d3d;
}
.home-page-property .quick-look-collapse {
  border-top: 1px solid #ccc;
  padding: 6px 6px 12px 6px;
}
.home-page-property .quick-look-collapse h4 {
  color: #3d3d3d;
}
.home-page-property .quick-look-collapse p {
  display: none;
}
.home-page-property .quick-look-collapse ul {
  color: #3d3d3d;
  list-style-position: inside;
}
.home-page-property .quick-look-collapse ul li {
  color: #3d3d3d;
  list-style-type: disc;
  padding: 0px 6px 1px 6px;
}
.home-page-property .quick-look-collapse .btn {
  margin-top: 20px;
}

.label-New {
  background: #f1c14c;
  color: #ffffff;
  margin-left: -12px;
  padding: 10px 10px 10px 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 30px;
  width: 25%;
}

.label-New:before {
  border-bottom: solid 10px transparent;
  border-right: solid 12px #f1c14c;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.label-New:after {
  bottom: 0;
  border-bottom: 18px solid transparent;
  border-left: 12px solid #f1c14c;
  border-top: 18px solid transparent;
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}

.label-Offer {
  background: #7bac40;
  color: #ffffff;
  margin-left: -12px;
  padding: 10px 10px 10px 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 30px;
  width: 25%;
}

.label-Offer:before {
  border-bottom: solid 10px transparent;
  border-right: solid 12px #7bac40;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.label-Offer:after {
  bottom: 0;
  border-bottom: 18px solid transparent;
  border-left: 12px solid #7bac40;
  border-top: 18px solid transparent;
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}

.label-Sold {
  background: #c4391d;
  color: #ffffff;
  margin-left: -12px;
  padding: 10px 10px 10px 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 30px;
  width: 25%;
}

.label-Sold:before {
  border-bottom: solid 10px transparent;
  border-right: solid 12px #c4391d;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.label-Sold:after {
  bottom: 0;
  border-bottom: 18px solid transparent;
  border-left: 12px solid #c4391d;
  border-top: 18px solid transparent;
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}

.label-Super {
  background: #212945;
  color: #ffffff;
  margin-left: -12px;
  padding: 10px 10px 10px 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 30px;
  width: 45%;
}

.label-Super:before {
  border-bottom: solid 10px transparent;
  border-right: solid 12px #212945;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.label-Super:after {
  bottom: 0;
  border-bottom: 18px solid transparent;
  border-left: 12px solid #212945;
  border-top: 18px solid transparent;
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}

.label-Reduced {
  background: #8555bf;
  color: #ffffff;
  margin-left: -12px;
  padding: 10px 10px 10px 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 30px;
  width: 32%;
}

.label-Reduced:before {
  border-bottom: solid 10px transparent;
  border-right: solid 12px #8555bf;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.label-Reduced:after {
  bottom: 0;
  border-bottom: 18px solid transparent;
  border-left: 12px solid #8555bf;
  border-top: 18px solid transparent;
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}

.property-filters {
  background: #f1c14c;
  padding: 20px 0px;
  text-align: center;
}
.property-filters h3 {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.property-filters h3:after {
  content: "\e114";
  float: right;
  font-family: "Glyphicons Halflings";
  padding: 0px 0px 0px 0px;
  transition: all 0.5s;
}
.property-filters h4 {
  color: #ffffff;
}
.property-filters ul {
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .property-filters li {
    display: inline-block !important;
    margin-right: 20px !important;
  }
  .property-filters li:last-child {
    margin-right: 0px !important;
  }
}
.property-filters .filter-collapse {
  margin-top: 10px;
}
.property-filters .dropdown-menu {
  display: none;
}
.property-filters .open > .dropdown-menu {
  display: block !important;
}
.property-filters .sf-field-sort_order h4, .property-filters .sf-field-post-meta-property_condition h4, .property-filters .sf-field-post-meta-property_sleeps h4, .property-filters .sf-field-post-meta-property_price_range h4, .property-filters .sf-field-post-meta-property_number_of_bedrooms h4, .property-filters .sf-field-post-meta-property_type_category h4, .property-filters .sf-field-post-meta-property_label h4 {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .property-filters .sf-field-sort_order h4, .property-filters .sf-field-post-meta-property_condition h4, .property-filters .sf-field-post-meta-property_sleeps h4, .property-filters .sf-field-post-meta-property_price_range h4, .property-filters .sf-field-post-meta-property_number_of_bedrooms h4, .property-filters .sf-field-post-meta-property_type_category h4, .property-filters .sf-field-post-meta-property_label h4 {
    margin-bottom: 25px;
  }
}
.property-filters .sf-meta-range-slider {
  color: #ffffff;
}
.property-filters .sf-meta-range-slider .meta-slider {
  max-width: 98%;
}
.property-filters .sf-meta-range-slider .noUi-connect {
  background-color: #70b028;
}
.property-filters .searchandfilter li[data-sf-field-input-type=checkbox] label {
  color: #ffffff;
}
.property-filters .sf-field-submit {
  margin-left: 20px;
}
.property-filters .sf-field-submit input {
  background-color: #70b028;
  background-image: none;
  border: 1px solid transparent;
  border-color: #70b028;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .property-filters .sf-field-submit {
    display: inline-block !important;
    margin-left: 0px !important;
    margin-right: 20px !important;
  }
}
.property-filters .sf-field-reset {
  margin-left: -10px;
}
.property-filters .sf-field-reset a {
  color: #c4391d;
}
.property-filters .sf-field-reset input {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .property-filters .sf-field-reset {
    display: inline-block !important;
  }
}
.property-filters .sf-input-select {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}

.filter-active h3:after {
  padding: 0px 0px 0px 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-post .post-navigation {
  display: none;
}

.holiday-homes-widget {
  left: 0;
  position: fixed;
  text-align: center;
  top: 105px;
  width: 100%;
  z-index: 1040;
}

@media screen and (min-width: 768px) {
  .holiday-homes-widget {
    top: 155px;
  }
}
.property-detail article {
  padding: 60px 0px 20px 0px;
}
.property-detail article h1 {
  color: #70b028;
  font-size: 38px;
  text-transform: uppercase;
}
.property-detail article .alg_back_button_input {
  background-color: #f1c14c;
  background-image: none;
  border: 1px solid transparent;
  border-color: #f1c14c;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .property-detail article .nav-tabs.nav-justified > li {
    float: left;
  }
  .property-detail article .nav-tabs.nav-justified > li a {
    background: #e6e6e6;
    font-size: 14px;
    margin-right: 5px;
  }
  .property-detail article .nav-tabs.nav-justified > li a:hover {
    border-color: #e6e6e6;
  }
  .property-detail article .active a {
    background: #ffffff !important;
  }
  .property-detail article .active a:hover {
    border-color: #ffffff !important;
  }
  .property-detail article .active .btn-yellow {
    background-color: #f1c14c !important;
    color: #ffffff;
    border-color: #f1c14c !important;
  }
  .property-detail article .active .btn-yellow:hover, .property-detail article .active .btn-yellow:focus {
    border-color: #f1c14c !important;
  }
}
.property-detail article .nav-tabs {
  border-bottom: 1px solid #ffffff;
  margin-top: 30px;
  padding-left: 0 !important;
  text-align: center;
}
.property-detail article .nav-tabs a {
  padding: 10px 16px;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.property-detail article .nav-tabs a:hover, .property-detail article .nav-tabs a:focus {
  border-color: #eeeeee #eeeeee #ffffff;
  color: #70b028;
}
@media screen and (max-width: 768px) {
  .property-detail article .nav-tabs li {
    display: inline-block;
    float: none !important;
    zoom: 1;
  }
}
.property-detail article .nav-tabs li.active a {
  border: 1px solid #ffffff;
}
.property-detail article .property-stats {
  background: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}
.property-detail article .property-stats ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  width: 100%;
}
.property-detail article .property-stats ul li {
  display: inline-block;
  font-size: 18px;
}
.property-detail article .property-stats ul li h4 {
  color: #70b028;
  font-weight: 400;
}
.property-detail article .property-stats ul li h4 span {
  color: #5a5a5a;
}
.property-detail article .property-stats ul:after {
  content: "abc";
  display: inline-block;
  height: 0;
  width: 100%;
}
.property-detail article .property-stats h4 {
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0px;
}
.property-detail article .property-stats h4 span {
  color: #70b028;
  margin-right: 5px;
}
.property-detail article .property-stats h4 .price-was {
  font-size: 16px;
}
.property-detail article .carousel {
  height: auto;
  margin-top: 20px;
}
.property-detail article .carousel .item {
  height: auto;
  max-height: 500px;
}
.property-detail article .carousel .carousel-control {
  opacity: 1;
}
.property-detail article .carousel .carousel-control .glyphicon-chevron-left {
  font-size: 45px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .property-detail article .carousel .carousel-control .glyphicon-chevron-left {
    margin-left: -10px;
    margin-top: 50px;
  }
}
.property-detail article .carousel .carousel-control .glyphicon-chevron-right {
  font-size: 45px;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  .property-detail article .carousel .carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
    margin-top: 50px;
  }
}
.property-detail article .tab-pane {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  padding: 15px;
}
.property-detail article .tab-pane .property-stats {
  background: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}
.property-detail article .tab-pane .property-stats ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  width: 100%;
}
.property-detail article .tab-pane .property-stats ul li {
  display: inline-block;
  font-size: 18px;
}
.property-detail article .tab-pane .property-stats ul li h4 {
  color: #70b028;
  font-weight: 400;
}
.property-detail article .tab-pane .property-stats ul li h4 span {
  color: #5a5a5a;
}
.property-detail article .tab-pane .property-stats ul:after {
  content: "abc";
  display: inline-block;
  height: 0;
  width: 100%;
}
.property-detail article .tab-pane h3 {
  text-transform: uppercase;
}
.property-detail article .tab-pane .carousel {
  height: auto;
  margin-top: 20px;
}
.property-detail article .tab-pane .carousel .item {
  height: auto;
  max-height: 500px;
}
.property-detail article .tab-pane .sleeping-arrangements {
  margin-top: 15px;
}
.property-detail article .tab-pane .sleeping-arrangements .arrangement {
  background: #70b028;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  padding: 5px 15px;
}
.property-detail article .tab-pane .sleeping-arrangements .arrangement .icon {
  font-size: 3rem;
}
.property-detail article .tab-pane .sleeping-arrangements .arrangement h4 {
  font-weight: 400;
  margin-bottom: 15px;
}
.property-detail article .tab-pane .sleeping-arrangements .arrangement p {
  margin-top: 5px;
  min-height: 48px;
}
.property-detail article .tab-pane .contactform {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.property-detail article .tab-pane .contactform .wpcf7-list-item {
  margin: 0;
}
.property-detail article .tab-pane .green-panel {
  background: #70b028;
  color: #ffffff;
  height: 100%;
  padding: 1px 20px 20px 20px;
}
.property-detail article .tab-pane .green-panel h3 {
  color: #ffffff;
  font-weight: 500;
}
.property-detail article .tab-pane .green-panel h3 .icon {
  color: #ffffff;
  font-size: 26px;
  margin-right: 5px;
}
.property-detail article .tab-pane .green-panel h3 .price-second {
  color: #ffffff;
  font-weight: 300;
}
.property-detail article .tab-pane .green-panel h3 .price-was {
  color: #ffffff;
  font-size: 60%;
  font-weight: 300;
}
.property-detail article .tab-pane .yellow-panel {
  background: #f1c14c;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 1px 20px 20px 20px;
}
.property-detail article .tab-pane .yellow-panel h3 {
  color: #ffffff;
}
