﻿@charset "UTF-8";
/*
 * Name: Brunel acc
 * Author: Zengenti Ltd
 * Author URI: http://zengenti.com
 * Description: Styles for Brunel's acc section
 * Version: 0.0.1
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-height: 376px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
}

.slick-next:focus:before, .slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev .icon {
  font-size: 24px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next .icon {
  font-size: 24px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 40px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li a {
  color: white;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slider-for {
  height: 304px;
  overflow: hidden;
}

@media screen and (min-width: 1023px) {
  .slider-for {
    height: 376px;
  }
}

.slider-for .item > div {
  height: 304px;
}

@media screen and (min-width: 1023px) {
  .slider-for .item > div {
    height: 376px;
  }
}

.slider-for--popup,
.floorplan--main {
  /* height: 354px; */
  height: 614px;
}

.slider-for--popup .slick-slide img,
.floorplan--main .slick-slide img {
  /* max-height: 410px; */
  max-height:610px;
}

@media screen and (min-width: 1023px) {
  .slider-for--popup,
  .floorplan--main {
    /* height: 426px; */
    height: 626px;
  }
}

.slider-for--popup .item > div,
.floorplan--main .item > div {
  height: 354px;
}

@media screen and (min-width: 1023px) {
  .slider-for--popup .item > div,
  .floorplan--main .item > div {
    /* height: 426px; */
    height:610px;
  }
}

.slider-for,
.slider-for--popup,
.floorplan--main {
  width: 100%;
  overflow: hidden;
  margin-bottom: 11px;
  border: none;
}

.slider-for .item > div,
.slider-for--popup .item > div,
.floorplan--main .item > div {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.slider-for {
  display: none;
}

.slider-for.slick-initialized {
  display: block;
}

.slider-popup--padding {
  padding: 0;
}

.slider-nav,
.slider-nav--popup,
.floorplan--nav {
  width: 100%;
  height: 91px;
  padding: 0;
  overflow: hidden;
}

.slider-nav .slick-slide,
.slider-nav--popup .slick-slide,
.floorplan--nav .slick-slide {
  margin: 0 5px;
  position: relative;
}

.slider-nav .slick-slide img,
.slider-nav--popup .slick-slide img,
.floorplan--nav .slick-slide img {
  width: auto;
  max-width: 155%;
  position: absolute;
  bottom: -100%;
  left: -100%;
  right: -100%;
  top: -100%;
  margin: auto;
}

.slider-nav .slick-slide,
.slider-nav--popup .slick-slide,
.floorplan--nav .slick-slide {
  cursor: pointer;
}

.slider-nav .slick-slide:hover,
.slider-nav--popup .slick-slide:hover,
.floorplan--nav .slick-slide:hover {
  opacity: .8;
  transition: .2s opacity ease;
}

.slider-nav .slick-active.slick-current,
.slider-nav--popup .slick-active.slick-current,
.floorplan--nav .slick-active.slick-current {
  opacity: .5;
  transition: .2 opacity ease;
}

.slider-nav .slick-track,
.slider-nav--popup .slick-track,
.floorplan--nav .slick-track {
  height: 125px;
}

.slider-nav .item > div,
.slider-nav--popup .item > div,
.floorplan--nav .item > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

@media screen and (min-width: 805px) {
  .slider-nav--popup .slick-slide,
  .floorplan--nav .slick-slide {
    margin: 0 60px;
  }
}

@media screen and (max-width: 1023px) {
  .slick--product-page .slider-nav,
  .slide--product-page .slider-nav--popup,
  .slide--product-page .slider-nav--popup {
    display: block;
  }
}

.slider-for .slick-arrow,
.slider-for--popup .slick-arrow,
.floorplan--main .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 25px;
  z-index: 50;
}

.slider-for .slick-arrow .icon,
.slider-for--popup .slick-arrow .icon,
.floorplan--main .slick-arrow .icon {
  font-size: 18px;
}

.slider-for .slick-prev,
.slider-for--popup .slick-prev,
.floorplan--main .slick-prev {
  left: 0;
  text-align: left;
  background-image: url("../images/chevron-slick-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.slider-for .slick-next,
.slider-for--popup .slick-next,
.floorplan--main .slick-next {
  right: 0;
  text-align: right;
  background-image: url("../images/chevron-slick-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.no-svg .slider-for .slick-next,
.no-svg .slider-for--popup .slick-next {
  background-image: url("../images/chevron-slick-left.png");
}

.no-svg .slider-for .slick-next,
.no-svg .slider-for--popup .slick-next {
  background-image: url("../images/chevron-slick-right.png");
}

.slider-nav .slick-list,
.slider-nav--popup .slick-list,
.floorplan--nav .slick-list {
  height: 175px;
}

.slider-nav .item.slick-slide,
.slider-nav--popup .item.slick-slide,
.floorplan--nav .item.slick-slide {
  height: 91px;
  width: 140px !important;
  overflow: hidden;
}

.slider-nav .slick-arrow,
.slider-nav--popup .slick-arrow,
.floorplan--nav .slick-arrow {
  position: absolute;
  top: 46px;
  z-index: 50;
  width: 25px;
  height: 91px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-nav .slick-arrow .icon,
.slider-nav--popup .slick-arrow .icon,
.floorplan--nav .slick-arrow .icon {
  font-size: 14px;
}

.slider-nav .slick-prev,
.slider-nav--popup .slick-prev,
.floorplan--nav .slick-prev {
  left: 0;
  text-align: left;
  padding-left: 7px;
  border-right: none;
  background-image: url("../images/chevron-slick-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.slider-nav .slick-next,
.slider-nav--popup .slick-next,
.floorplan--nav .slick-next {
  right: 0;
  text-align: right;
  padding-right: 6px;
  background-image: url("../images/chevron-slick-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.no-svg .slider-nav .slick-prev {
  background-image: url("../images/chevron-slick-left.png");
}

.no-svg .slider-nav .slick-next {
  background-image: url("../images/chevron-slick-right.png");
}

.slide-indicator {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 8px;
  margin: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  height: 40px;
}

.slick-initialized {
  display: block;
}

.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.slick-initialized:hover {
  border-bottom: none;
  color: inherit;
}

@media screen and (max-width: 1023px) {
  .slider-nav {
    display: none;
  }
}

.slider-modal {
  width: 100%;
  max-width: none;
  height: 100%;
}

.slider-control {
  position: relative;
}

.slider-control .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/chevron-slick-left.svg");
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-control .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  width: 25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/chevron-slick-right.svg");
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.no-svg .slider-control .slick-prev,
.no-svg .slider-control .slick-next,
.no-svg .slider-nav--popup .slick-prev,
.no-svg .slider-nav--popup .slick-next,
.no-svg .floorplan--nav .slick-next {
  top: 110px;
}

.no-svg .slider-control .slick-prev {
  background-image: url("../images/chevron-slick-left.png");
  background-size: 18px 14px;
}

.no-svg .slider-control .slick-next {
  background-image: url("../images/chevron-slick-right.png");
  background-size: 18px 14px;
}

.floorplan .item {
  float: left;
  width: 50%;
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .floorplan .item {
    float: left;
    width: 33.3%;
  }
}

.floorplan img {
  display: block;
  max-height: 300px;
  height: auto;
  margin: 0 auto;
}

.skip-to-content {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: -40px;
  padding: 0 15px;
  font-weight: 700;
  color: #ffffff;
  background-color: #00615e;
  text-align: center;
  text-decoration: none;
}

.skip-to-content:focus {
  margin-top: 0;
  color: #ffffff;
}

.skip-to-content:focus ~ header.siteHeader {
  top: 40px;
}

/*
################
Start product page
################
*/
.section--top {
  background-color: #f4f4f4;
  padding: 0 0 40px;
}

.section--main {
  padding: 50px 0;
}

.button--product {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  background-color: #00615e;
}

.button--enquiry {
  position: fixed;
  bottom: 55px;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin: 0;
}

.button--application {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .button--enquiry, .button--application {
    position: static;
    width: 100%;
    float: right;
    z-index: 999999;
  }
  .button--application {
    margin:10px 0 10px 0;
  }
}

.button--enquiry:hover, .button--application:hover {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .button--enquiry:hover, .button--application:hover {
    opacity: .9;
  }
}

.product__title {
  font-size: 26px;
}

.product__title span {
  font-size: 15px;
  white-space: nowrap;
}

.product__subtitle {
  font-size: 18px;
}

@media screen and (max-width: 63.9375em) {
  .product__keyinfo {
    margin-top: 25px;
  }
}

.product__price {
  font-size: 26px;
}

.product__price a {
  display: inline-block;
  color: #00325B;
  font-size: 15px;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

.product__price a:hover {
  border: none;
}

.product__features {
  margin-bottom: 18px;
}

.product__features .product__bedroom,
.product__features .product__bathroom,
.product__features .product__toilet{
  display: inline;
}

.product__features .product__bedroom i,
.product__features .product__bathroom i {
  color: #00615e;
  margin-right: 7px;
}

.product__features .product__bedroom {
  margin-right: 20px;
}

.product__keypoints {
  color: #333333;
}

.product__keypoints p {
  color: #333333;
}

.product__keypoints ul {
  margin: 0;
  font-size: 16px;
  list-style-type: none;
}

.product__keypoints li {
  color: #333333;
  position: relative;
  margin-left: 25px;
}

.product__keypoints li::before {
  content: '\2022';
  color: #00615e;
  font-size: 26px;
  position: absolute;
  top: 0px;
  left: -25px;
}

.product__filter ul {
  list-style: none;
  margin: 0;
}

.product__filter ul li {
  margin: 0;
}

.product__filter ul li.filter__head {
  font-size: 18px;
  font-weight: 600;
  color: #013966;
  margin-bottom: 20px;
}

.product__filter ul li select {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-image: url("../images/blue-arrow-down.svg");
  background-size: 14px 8px;
}

.product__filter ul li label {
  font-size: 14px;
  color: #585a5b;
}

.product__filter input[type="checkbox"] {
  width: 15px;
  vertical-align: middle;
  margin-top: 15px;
}

.product__filter input[type="radio"] {
  width: 15px;
  vertical-align: middle;
  margin-top: 15px;
}

.product__filter input[type="radio"] span {
  border-radius: 12px;
}

.product__filter input[type=checkbox]:not(old),
.product__filter input[type=radio]:not(old) {
  width: 22px;
  height: 22px;
  margin: 0;
  opacity: 0;
  vertical-align: baseline;
  display: inline-block;
  margin-left: -2em;
}

.product__filter input[type=checkbox]:not(old) + span,
.product__filter input[type=radio]:not(old) + span {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 5px;
  padding: 2px;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  background: eff0f0;
  vertical-align: bottom;
}

.product__filter input[type=radio]:not(old) + span {
  border-radius: 7px;
}

.product__filter input[type=checkbox]:not(old):checked + span:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  right: -6px;
  content: '';
  background: url("../images/tick.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}

.product__filter input[type=checkbox]:not(old):checked + span {
  border-color: #00615e;
}

.product__filter input[type=checkbox]:not(old):focus + span {
  box-shadow: 0 0 15px black;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.product__filter input[type=radio]:not(old):checked + span > span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0.125em;
  border: 0.0625em solid #000; /* Changed from 5C5C5C for accessibility */
  border-radius: 7px;
  background: #000; /* Changed from 5C5C5C for accessibility */
}

@media screen and (min-width: 64em) {
  .product__info {
    padding-right: 100px;
  }
}

.product__info p {
  font-size: 19px;
  line-height: 39px;
}

.product__details {
  margin-bottom: 40px;
}

.product__map #map-canvas {
  height: 381px;
  width: 100%;
}

.product__map p {
  font-size: 17px;
  font-weight: 600;
  color: #013966;
  margin-top: 20px;
  margin-bottom: 5px;
}

.zengenti-popup--img {
  max-width: 800px;
}

.zengenti-popup--img img {
  margin: 0 auto;
  display: block;
}

.print__header,
.print__footer,
.logo__print_footer,
.slider-for-print,
.print-mini-photos,
.print__floorplan {
  display: none;
}

.no-svg .product__filter input[type=checkbox]:not(old):checked + span:before {
  content: url("../images/tick.png");
}

.no-svg .product__filter ul li select {
  background-image: none;
  padding-bottom: 12px;
  padding-left: 12px;
}

/* Find a property custom grid */
.fpf-small-12 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 64em) and (max-width: 84em) {
  .fpf-large-6 {
    width: 33.33%;
    padding-left: 0;
    padding-right: 0.9375em;
  }
}

@media screen and (min-width: 64em) and (max-width: 83.9375em) {
  .fpf-large-6:nth-child(3n) {
    padding-right: 0;
  }
}

@media screen and (min-width: 84em) {
  .fpf-xlarge-2 {
    width: 16.666666666666667%;
    padding-left: 0;
    padding-right: 0.9375rem;
  }
}

.form__checkbox {
  overflow: hidden;
  padding-bottom: 50px;
}

@media screen and (min-width: 84em) {
  .form__checkbox {
    text-align: right;
  }
}

.form__checkbox input[type="checkbox"] {
  width: 15px;
  vertical-align: middle;
  margin-top: 15px;
}

.form__checkbox input[type="radio"] {
  width: 15px;
  vertical-align: middle;
  margin-top: 15px;
}

.form__checkbox input[type="radio"] span {
  border-radius: 12px;
}

.form__checkbox input[type=checkbox]:not(old),
.form__checkbox input[type=radio]:not(old) {
  width: 22px;
  height: 22px;
  margin: 0;
  opacity: 0;
  vertical-align: baseline;
}

.form__checkbox input[type=checkbox]:not(old),
.form__checkbox input[type=radio]:not(old) {
  display: inline-block;
  margin-left: -2em;
}

.form__checkbox input[type=checkbox]:not(old) + span,
.form__checkbox input[type=radio]:not(old) + span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 5px;
  padding: 2px;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  background: #EFF0F0;
  vertical-align: bottom;
}

.form__checkbox input[type=radio]:not(old) + span {
  border-radius: 7px;
}

.form__checkbox input[type=checkbox]:not(old):checked + span:before {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: url("../images/tick.svg") no-repeat;
  background-size: 20px 18px;
  color: #000; /* Changed from 5C5C5C for accessibility */
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  font-weight: bold;
}

.form__checkbox input[type=checkbox]:not(old):checked + span {
  position: relative;
  border-color: #00615e;
}

.form__checkbox input[type=checkbox]:not(old):focus + span {
  box-shadow: 0 0 15px black;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.form__checkbox input[type=radio]:not(old):checked + span > span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0.125em;
  border: 0.0625em solid #000; /* Changed from 5C5C5C for accessibility */
  border-radius: 7px;
  background: #000; /* Changed from 5C5C5C for accessibility */
}

.no-svg .form__checkbox input[type=checkbox]:not(old):checked + span:before {
  background: url("../images/tick.png") no-repeat;
  background-size: 20px 18px;
}

/* Filter background color */
.fpf-top {
  background-color: #F4F4F4;
}

.fpf-filter {
  /* Click event styles */
  /* Dropdown wrapper */
  /* a href toggle */
}

.fpf-filter:target .fpf-toggle h3:before, .fpf-filter.fpf--expanded .fpf-toggle h3:before {
  background: transparent url("../images/up-arrow-white.svg") right 9px center no-repeat;
  background-size: 14px 8px;
}

.fpf-filter:target .fpf__wrapper, .fpf-filter.fpf--expanded .fpf__wrapper {
  display: block;
}

@media screen and (min-width: 64em) {
  .fpf-filter:target .fpf__wrapper, .fpf-filter.fpf--expanded .fpf__wrapper {
    display: inline;
  }
}

.fpf-filter .fpf__wrapper {
  display: none;
}

@media screen and (min-width: 64em) {
  .fpf-filter .fpf__wrapper {
    display: block;
  }
}

.fpf-filter .fpf__wrapper .fpf__dropdown select {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 16px 30px 16px 19px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff url("../images/blue-arrow-down.svg") right 9px center no-repeat;
  background-size: 14px 8px;
}

.fpf-filter .fpf-toggle {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.fpf-filter .fpf-toggle:hover {
  border-bottom: 0;
}

.fpf-filter .fpf-toggle h3 {
  position: relative;
}

.fpf-filter .fpf-toggle h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/right-arrow-white.svg") right 9px center no-repeat;
}

.fpf-filter .fpf_check-properties {
  text-align: left;
}

@media screen and (min-width: 64em) {
  .fpf-filter .fpf_check-properties {
    text-align: right;
  }
}

.fpf-filter .fpf_check-properties input {
  margin-right: 15px;
}

.fpf-filter .fpf__search input {
  width: 100%;
  height: 53px;
  margin-bottom: 22px;
}

.fpf-filter .fpf__search input:hover {
  opacity: .9;
  transition: all 0.2s ease;
}

@media screen and (min-width: 84em) {
  .fpf-filter .fpf__search {
    padding-right: 0;
  }
}

.fpf-filter .fpf__button {
  width: 100%;
}

.fpf__dropdown select::-ms-expand {
  display: none;
}

.no-svg .fpf-filter:target .fpf-toggle h3:before,
.no-svg .fpf-filter.fpf--expanded .fpf-toggle h3:before {
  background: transparent url("../images/up-arrow-white.png") right 9px center no-repeat;
  background-size: 14px 8px;
}

.no-svg .fpf-filter .fpf__wrapper .fpf__dropdown select {
  background: #ffffff url("../images/blue-arrow-down.png") right 9px center no-repeat;
  background-size: 14px 8px;
}

.no-svg .fpf-filter .fpf-toggle h3:before {
  background: transparent url("../images/right-arrow-white.png") right 9px center no-repeat;
  background-size: 10px 14px;
}

.fp__order-by {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 16px 30px 16px 19px;
  margin-top: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff url("../images/blue-arrow-down.svg") right 9px center no-repeat;
  background-size: 14px 8px;
}

.no-svg .fp__order-by {
  background: #ffffff url("../images/blue-arrow-down.png") right 9px center no-repeat;
  background-size: 14px 8px;
  margin-bottom: 10px;
}

.fp__number-results {
  margin: 0;
  padding: 20px 0 0;
  margin-top: 15px;
}

.fp-cards__card {
  position: relative;
  min-height: 410px;
  height: 100%;
  width: 100%;
  float: left;
  background: #00615e;
  color: #ffffff;
  margin-bottom: 35px;
  opacity: 1;
  transition: all 0.2s ease;
}

.fp-cards__card:hover, .fp-cards__card:focus {
  color: #ffffff;
  opacity: .9;
  border-bottom: none;
}

.fp-cards__card .fp-cards__img {
  position: relative;
  display: inline-block;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fp-cards__card .fp-cards__img .fp-cards__let-agreed {
  position: absolute;
  content: 'Let agreed';
  top: 0;
  right: 0;
  background-color: #c62b38;
  padding: 10px 20px;
}

.fp-cards__card .fp-cards__img .fp-cards__bills-included {
  position: absolute;
  content: 'Bills included';
  top: 0;
  left: 0;
  background-color: #00615e;
  padding: 10px 20px;
}

.fp-cards__card .fp-cards__text {
  display: inline-block;
  padding: 0 16px;
}

.fp-cards__card .fp-cards__text .fp-cards__price {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
}

.fp-cards__card .fp-cards__text .fp-cards__tc {
  display: inline-block;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  margin-bottom: 16px;
}

.fp-cards__card .fp-cards__text .fp-cards__tc:hover, .fp-cards__card .fp-cards__text .fp-cards__tc:focus {
  color: #ffffff;
  border-bottom: none;
}

.fp-cards__card .fp-cards__text .fp-cards__type {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
}

.fp-cards__card .fp-cards__text .fp-cards__description {
  color: #ffffff;
  margin-bottom: 75px;
}

.fp-cards__card .fp-cards__text .fp-cards__bedroom {
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.fp-cards__card .fp-cards__text .fp-cards__bedroom i {
  font-size: 1.5em;
  margin-right: 4px;
}

.fp-cards__card .fp-cards__text .fp-cards__bedroom .fp-bedroom-number {
  vertical-align: middle;
}

.fp-cards__card .fp-cards__text .fp-cards__bathroom {
  position: absolute;
  left: 66px;
  bottom: 16px;
}

.fp-cards__card .fp-cards__text .fp-cards__bathroom i {
  font-size: 1.5em;
  margin-right: 4px;
}

.fp-cards__card .fp-cards__text .fp-cards__toilet {
  position: absolute;
  left: 114px;
  bottom: 16px;
}

.fp-cards__card .fp-cards__text .fp-cards__toilet .fp-toilet-number {
  vertical-align: middle;
}

.fp-cards__card .fp-cards__text .fp-cards__bathroom .fp-bathroom-number {
  vertical-align: middle;
}

.fp-cards__card .fp-cards__text .fp-cards__full-details {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: inherit;
  text-decoration: none;
  padding-right: 20px;
}

.fp-cards__card .fp-cards__text .fp-cards__full-details:hover, .fp-cards__card .fp-cards__text .fp-cards__full-details:focus {
  color: #ffffff;
  border-bottom: none;
}

.fp-cards__card .fp-cards__text .fp-cards__full-details:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("../images/right-arrow-white.svg") right 0px center no-repeat;
  background-size: 10px 20px;
}

.no-svg .fp-cards__card .fp-cards__text .fp-cards__full-details:before {
  background: url("../images/right-arrow-white.png") right 0px center no-repeat;
  background-size: 10px 16px;
}

.fp__pagination {
  margin: 15px 0 50px;
}
