@charset "UTF-8";
/* ------------------------------------------------------------------------

Theme Name: Sherlock Realty
Theme URI: http://sherlock.com.au
Description: This is a responsive real estate theme designed and developed by Sherlock Software.
Version: 1.0
Author: Sherlock Software
Author URI: http://www.sherlocksoftware.com
Tags:
License:
License URI:

------------------------------------------------------------------------ */
@font-face {
  font-family: oncloud-icons;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/oncloud-icons.eot");
  src: url("../fonts/oncloud-icons.eot?") format("eot"), url("../fonts/oncloud-icons.woff") format("woff"), url("../fonts/oncloud-icons.ttf") format("truetype"); }
/* Colours *********************************************/
.agent_results .agent {
  width: 100%;
  margin: 0 0 30px 0;
  float: left; }
  @media only screen and (min-width: 768px) {
    .agent_results .agent {
      width: 49%;
      margin: 0 1% 3% 0; } }
  .agent_results .agent .agent-thumb {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity .25s ease-in; }
    @media only screen and (min-width: 768px) {
      .agent_results .agent .agent-thumb {
        width: 100%;
        float: left;
        margin: 0 0 3% 0;
        height: 250px;
        overflow: hidden; } }
    .agent_results .agent .agent-thumb img {
      background-size: cover; }
    .agent_results .agent .agent-thumb:hover {
      opacity: 0.5; }
  .agent_results .agent .agent-detail {
    float: left;
    width: 96%;
    padding: 10px 0 0 0;
    margin: 10px 2% 0 2%;
    border-top: 1px solid #11314f; }
    .agent_results .agent .agent-detail h4.agent-title {
      margin: 0 0 15px 0;
      display: block;
      color: #11314f;
      font-weight: bold;
      padding: 0 10px 0 10px; }
    .agent_results .agent .agent-detail h3 {
      font-size: 24px;
      padding: 0 10px 0 10px; }
    .agent_results .agent .agent-detail p {
      display: block;
      margin: 0 0 15px 0;
      padding: 0 10px 0 10px; }
    .agent_results .agent .agent-detail .fa {
      color: #11314f;
      margin: 0 10px 0 0; }
    .agent_results .agent .agent-detail .agent-phone {
      padding: 0 10px 0 10px; }
    .agent_results .agent .agent-detail .agent-mobile {
      padding: 0 10px 0 10px; }
    .agent_results .agent .agent-detail .agent-email {
      padding: 0 10px 0 10px; }
  .agent_results .agent .view-agent a {
    width: 100%;
    background: #ffca1a;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: block;
    float: left;
    margin: 15px 0 0 0;
    transition: opacity .25s ease-in; }
    .agent_results .agent .view-agent a:hover {
      opacity: 0.5;
      transition: opacity .25s ease-in; }

.agent_single .agent-detail {
  float: left;
  width: 100%; }
  .agent_single .agent-detail h4.agent-title {
    margin: 0 0 15px 0;
    display: block; }
  .agent_single .agent-detail p {
    display: block;
    margin: 0 0 15px 0; }
  .agent_single .agent-detail .back {
    padding: 25px 0 0 0;
    display: block; }
    .agent_single .agent-detail .back a {
      padding: 10px 15px;
      background: #11314f;
      color: #fff; }
      .agent_single .agent-detail .back a:hover {
        background: #6a737b; }

@media only screen and (min-width: 768px) {
  .agent_results_simple {
    display: flex;
    padding: 0 1%; } }
.agent_results_simple .agent {
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .agent_results_simple .agent {
      flex: 1;
      margin: 0 1%; } }
  .agent_results_simple .agent h3 {
    color: #11314f; }
  .agent_results_simple .agent .agent-thumb a {
    opacity: 1;
    transition: opacity .25s ease-in; }
    .agent_results_simple .agent .agent-thumb a:hover {
      opacity: 0.5; }
    .agent_results_simple .agent .agent-thumb a img {
      width: 100% !important; }

.agent-details .detail .agent-title {
  margin: 0 0 15px 0;
  display: block; }
.agent-details .detail .agent-bold {
  display: none; }
  .agent-details .detail .agent-bold a {
    color: #11314f; }
.agent-details .detail .fa {
  width: 28px;
  height: 28px;
  border: 1px solid #11314f;
  border-radius: 14px;
  margin: -5px 5px 8px 0;
  text-align: center;
  line-height: 28px;
  color: #11314f; }

.showing {
  float: left;
  width: 300px;
  font-size: 14px;
  margin: 0 0 30px 0; }

.filter {
  margin: 0 0 30px 0;
  float: right;
  width: 70; }
  .filter form {
    float: right;
    width: 200px; }
    .filter form h3 {
      font-size: 14px;
      float: left;
      margin: 7px 10px 0 0; }
  .filter .view-change {
    float: right;
    width: 70px;
    margin: 7px 0 0 0;
    font-size: 22px;
    display: block; }
    .filter .view-change .list {
      cursor: pointer;
      display: inline-block; }
      .filter .view-change .list:before {
        font-family: oncloud-icons;
        content: "\f00b";
        color: #555;
        margin: 0 5px 0 0; }
        .filter .view-change .list:before:hover {
          color: #11314f; }
    .filter .view-change .grid {
      display: inline-block;
      cursor: pointer; }
      .filter .view-change .grid:before {
        font-family: oncloud-icons;
        content: "\f00a";
        color: #555;
        margin: 0 5px 0 0; }
        .filter .view-change .grid:before:hover {
          color: #11314f; }

.properties {
  width: 100%;
  clear: both; }
  .properties .property-list.grid {
    width: 100%;
    float: left;
    margin: 0 1% 3% 1%; }
    @media only screen and (min-width: 768px) {
      .properties .property-list.grid {
        width: 23%; } }
    .properties .property-list.grid .deets h3 {
      font-size: 18px; }
    .properties .property-list.grid .deets h4 {
      font-size: 16px;
      font-weight: 500;
      color: #666; }
    .properties .property-list.grid .deets p.price {
      color: #11314f;
      font-size: 16px;
      margin: 0 0 3px 0;
      font-weight: 600;
      width: 100%; }
    .properties .property-list.grid .deets .icons {
      padding: 4px 0;
      font-size: 14px; }
    .properties .property-list.grid .deets .desc {
      font-size: 16px;
      line-height: 1.3em;
      color: #666; }
    .properties .property-list.grid .banner, .properties .property-list.grid .banner-offer {
      background: #11314f;
      width: 100%;
      display: block;
      font-size: 18px;
      text-align: center;
      padding: 5px 0;
      position: relative;
      z-index: 10;
      margin: 0 0 -45px 0;
      color: #fff;
      top: 0px;
      float: left; }
    .properties .property-list.grid .banner-sold {
      background: red;
      width: 100%;
      display: block;
      font-size: 18px;
      text-align: center;
      padding: 5px 0;
      position: relative;
      z-index: 10;
      margin: 0 0 -45px 0;
      color: #fff;
      top: 0px;
      float: left; }
    .properties .property-list.grid .book a {
      width: 100%;
      display: block;
      background: #11314f;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      text-decoration: none;
      margin: 15px 0 0 0; }
      .properties .property-list.grid .book a:before {
        background: none;
        content: '\f002';
        display: none;
        font-family: oncloud-icons;
        margin: 0 5px 0 0;
        text-align: center; }
      .properties .property-list.grid .book a:hover {
        background: #ffca1a;
        text-decoration: none; }
  .properties .property-list.list {
    width: 100%;
    float: left;
    margin: 0 0 3% 0;
    border: 1px solid #eee; }
    @media only screen and (min-width: 768px) {
      .properties .property-list.list {
        display: flex; } }
    .properties .property-list.list .hero {
      width: 100%;
      float: left; }
      @media only screen and (min-width: 768px) {
        .properties .property-list.list .hero {
          width: 40%; } }
      .properties .property-list.list .hero img {
        float: left;
        background-size: cover; }
      .properties .property-list.list .hero .banner, .properties .property-list.list .hero .banner-offer {
        background: #11314f;
        width: 100%;
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 5px 0;
        position: relative;
        z-index: 10;
        margin: 0 0 -45px 0;
        color: #fff;
        top: 0px;
        float: left; }
      .properties .property-list.list .hero .banner-sold {
        background: red;
        width: 100%;
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 5px 0;
        position: relative;
        z-index: 10;
        margin: 0 0 -45px 0;
        color: #fff;
        top: 0px;
        float: left; }
    .properties .property-list.list .deets {
      width: 100%;
      float: left;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .properties .property-list.list .deets {
          width: 60%; } }
      .properties .property-list.list .deets .description {
        padding: 2%;
        justify-content: normal; }
        .properties .property-list.list .deets .description h3 {
          min-height: 40px; }
      .properties .property-list.list .deets .icons {
        padding: 4px 0;
        font-size: 14px; }
      .properties .property-list.list .deets .book {
        align-self: flex-end;
        width: 100%; }
        .properties .property-list.list .deets .book a {
          width: 100%;
          display: block;
          background: #11314f;
          color: #fff;
          text-align: center;
          padding: 5px 0;
          text-decoration: none;
          margin: 15px 0 0 0; }
          .properties .property-list.list .deets .book a:before {
            background: none;
            content: '\f002';
            display: none;
            font-family: oncloud-icons;
            margin: 0 5px 0 0;
            text-align: center; }
          .properties .property-list.list .deets .book a:hover {
            background: #ffca1a;
            text-decoration: none; }

.infoWindow .prop_thumb {
  width: 200px;
  float: left;
  margin: 0 10px 0 0; }
  .infoWindow .prop_thumb img {
    width: 100%; }

.special .image img {
  background-size: cover; }
.special .special-message h2 {
  margin: 0 0 10px 0;
  padding: 0 10px; }
.special .special-message h3 {
  padding: 0 10px; }
.special .special-message p {
  padding: 10px; }
.special .special-message .book a {
  width: 100%;
  display: block;
  background: #11314f;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
  margin: 15px 0 15px 0; }
  .special .special-message .book a:before {
    background: none;
    content: '\f002';
    display: none;
    font-family: oncloud-icons;
    margin: 0 5px 0 0;
    text-align: center; }
  .special .special-message .book a:hover {
    background: #ffca1a;
    text-decoration: none; }

.property-details .bed:before {
  font-family: oncloud-icons;
  content: "\f236";
  color: #555;
  margin: 0 5px 0 0; }
.property-details .bath:before {
  font-family: oncloud-icons;
  content: "\f2cd";
  color: #555;
  margin: 0 5px 0 0; }
.property-details .cars:before {
  font-family: oncloud-icons;
  content: "\f1b9";
  color: #555;
  margin: 0 5px 0 0; }
.property-details .sleeps:before {
  font-family: oncloud-icons;
  content: "\f1b9";
  color: #555;
  margin: 0 5px 0 0; }

#property-map {
  width: 100%;
  height: 350px; }

.open-times h4 {
  color: #00ccff;
  font-family: 'Nunito' !important;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-size: 24px; }
.open-times .sh-opentimes {
  display: block;
  clear: both; }

.agent-details .agent-thumb {
  margin: 30px 15% 0 15%; }
.agent-details .detail {
  margin: 0 15%; }

.open-times {
  margin: 20px 0 30px 0;
  padding: 20px;
  background: #fff; }

.property-features {
  margin: 20px 0 30px 0;
  padding: 20px;
  background: #fff; }

.details-icons .bed {
  padding: 0 15px 0 0;
  border-right: 1px solid #11314f;
  margin: 0 15px 0 0;
  color: #000; }
  .details-icons .bed .fa {
    color: #11314f; }
.details-icons .bath {
  padding: 0 15px 0 0;
  border-right: 1px solid #11314f;
  margin: 0 15px 0 0;
  color: #000; }
  .details-icons .bath .fa {
    color: #11314f; }
.details-icons .sleeps {
  color: #000; }
  .details-icons .sleeps .fa {
    color: #11314f; }
.details-icons .area {
  color: #000; }
  .details-icons .area .fa {
    color: #11314f; }
.details-icons .item_label {
  display: none; }

#property-info-bar-static {
  margin: 90px auto;
  width: 80%; }

#property-detail-static {
  margin: 90px auto;
  width: 80%; }
  #property-detail-static h2 {
    margin: 30px 0; }
  #property-detail-static .price, #property-detail-static .soldprice {
    font-size: 28px; }
  #property-detail-static .bond {
    font-size: 18px; }

.main-gallery .vc_column-inner {
  padding: 20px;
  background: #fff; }

.prop-details {
  display: block;
  padding: 20px 0;
  background: #fff;
  margin: 0 0 20px 0; }
  .prop-details .features {
    padding: 0 0 20px 0; }
  .prop-details .area {
    padding: 20px 20px 0 0; }
    .prop-details .area .fa {
      padding: 0 15px 0 0; }

.pricing .price {
  background: #fff; }

.price, .bond {
  font-size: 20px;
  font-weight: 600; }

.features {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: block; }
  .features .bed, .features .bath, .features .cars, .features .area {
    padding: 0 15px 0 0; }

#property-info-bar .suburb {
  clear: both;
  text-align: center;
  font-size: 22px; }

.features_prop li {
  list-style-type: none;
  text-transform: uppercase; }
  .features_prop li:before {
    font-family: oncloud-icons;
    content: '\f058';
    color: #11314f;
    margin: 0 5px 0 0; }

.property-detail .features {
  padding: 0;
  clear: both; }

.address {
  color: #11314f;
  font-size: 22px;
  padding: 0 0 20px 0; }

.floorplans {
  margin: 20px 0;
  background: #fff;
  float: left;
  width: 100%; }
  .floorplans h3 {
    padding: 15px; }
  .floorplans .floorplan a {
    background: #11314f;
    transition: opacity .25s ease-in;
    opacity: 1;
    display: block; }
    .floorplans .floorplan a:hover {
      transition: opacity .25s ease-in;
      background: #11314f;
      opacity: 0.3; }
    .floorplans .floorplan a img {
      margin: 0px 0px 20px 0px;
      display: block;
      float: left; }

.attributes {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }
  .attributes .lbl {
    background: #ccc; }

#property-image-gallery-1 {
  height: auto;
  padding: 0px 0 20px 0; }
  #property-image-gallery-1 *:not(.container) {
    margin: 0;
    padding: 0; }
  #property-image-gallery-1 ul {
    list-style: none; }
  @media only screen and (min-width: 768px) {
    #property-image-gallery-1 .gallery .main {
      background: none;
      float: left;
      height: auto;
      width: 80%; } }
  #property-image-gallery-1 .gallery .main ul li img {
    display: none; }
  #property-image-gallery-1 .gallery .main ul.slick-slider {
    position: relative; }
    #property-image-gallery-1 .gallery .main ul.slick-slider li {
      height: auto; }
      #property-image-gallery-1 .gallery .main ul.slick-slider li img {
        display: block;
        width: 100%; }
    #property-image-gallery-1 .gallery .main ul.slick-slider .slick-prev, #property-image-gallery-1 .gallery .main ul.slick-slider .slick-next {
      background: rgba(0, 0, 0, 0.5);
      display: none !important;
      height: 50px;
      line-height: 50px;
      margin: -25px 0 0 0;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 50px;
      z-index: 5;
      color: #fff; }
      #property-image-gallery-1 .gallery .main ul.slick-slider .slick-prev:before, #property-image-gallery-1 .gallery .main ul.slick-slider .slick-next:before {
        float: none;
        font-family: oncloud-icons;
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        width: 50px; }
    #property-image-gallery-1 .gallery .main ul.slick-slider .slick-prev {
      left: 0px; }
      #property-image-gallery-1 .gallery .main ul.slick-slider .slick-prev:before {
        content: '\f060'; }
    #property-image-gallery-1 .gallery .main ul.slick-slider .slick-next {
      right: 0px; }
      #property-image-gallery-1 .gallery .main ul.slick-slider .slick-next:before {
        content: '\f061'; }
    #property-image-gallery-1 .gallery .main ul.slick-slider .slick-disabled {
      cursor: default; }
    #property-image-gallery-1 .gallery .main ul.slick-slider:hover .slick-prev, #property-image-gallery-1 .gallery .main ul.slick-slider:hover .slick-next {
      display: inline !important; }
  #property-image-gallery-1 .gallery .thumbnails {
    display: none; }
    @media only screen and (min-width: 768px) {
      #property-image-gallery-1 .gallery .thumbnails {
        background: none;
        display: block;
        float: left;
        height: auto;
        width: 20%; } }
    #property-image-gallery-1 .gallery .thumbnails .slick-slider {
      position: relative; }
      #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-slide li {
        background: #666666;
        float: left;
        height: auto/4-2.5;
        margin: 0 0 3px 1%;
        padding: 0;
        position: relative;
        width: 99%; }
        #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-slide li .hero {
          cursor: pointer;
          height: auto/4-2.5;
          overflow: hidden;
          position: relative;
          width: 100%; }
          #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-slide li .hero img {
            display: block;
            left: 50%;
            min-height: 100%;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 130%; }
          #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-slide li .hero:hover {
            outline: 2px solid #11314f; }
      #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-prev, #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-next {
        background: rgba(0, 0, 0, 0.5);
        display: none !important;
        height: 50px;
        left: 50%;
        line-height: 50px;
        margin: 0 0 0 -25px;
        position: absolute;
        text-align: center;
        width: 50px;
        z-index: 5;
        color: #fff; }
        #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-prev:before, #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-next:before {
          float: none;
          font-family: oncloud-icons;
          font-size: 24px;
          height: 50px;
          line-height: 50px;
          width: 50px;
          margin: 0 0 0 5px; }
      #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-prev {
        top: 0px; }
        #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-prev:before {
          content: '\f062'; }
      #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-next {
        margin: -50px 0 0 -25px; }
        #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-next:before {
          content: '\f063'; }
      #property-image-gallery-1 .gallery .thumbnails .slick-slider .slick-disabled {
        cursor: default; }
      #property-image-gallery-1 .gallery .thumbnails .slick-slider:hover .slick-prev, #property-image-gallery-1 .gallery .thumbnails .slick-slider:hover .slick-next {
        display: inline !important; }

#property-image-gallery-2 {
    /*
	height:210px;
	
	@media only screen and (min-width: 321px){
								height:250px;
	}
	@media only screen and (min-width: 517px){
		height:320px;
	}

	@media only screen and (min-width: 567px){
		height:380px;
	}

	@media only screen and (min-width: 753px){
		height:250px;
	}
	@media only screen and (min-width: 933px){
		height:280px;
	}

	@media only screen and (min-width: 1111px){
		height:320px;
	}

    @media only screen and (min-width: 1299px){
        height:520px;
    }

    @media only screen and (min-width: 1400px){
        height:530px;
    }

	@media only screen and (min-width: 1831px){
		height:620px;
	}

	@media only screen and (min-width: 1873px){
		height:620px;
	}
    */
  background: #000;
  overflow: hidden;
  float: left;
  width: 100%; }
  #property-image-gallery-2 *:not(.container) {
    margin: 0;
    padding: 0; }
  #property-image-gallery-2 .container {
    padding-left: 0;
    padding-right: 0; }
  #property-image-gallery-2 ul {
    list-style: none; }
  #property-image-gallery-2 .gallery .main {
    overflow: hidden; }
    #property-image-gallery-2 .gallery .main ul li {
      opacity: 0.5;
                        /*
						height:210px;

						@media only screen and (min-width: 321px){
							height:250px;
						}
						@media only screen and (min-width: 517px){
							height:320px;
						}
					
						@media only screen and (min-width: 567px){
							height:380px;
						}
					
						@media only screen and (min-width: 753px){
							height:250px;
						}
						@media only screen and (min-width: 933px){
							height:280px;
						}
					
						@media only screen and (min-width: 1111px){
							height:320px;
						}
					
                        @media only screen and (min-width: 1299px){
                            height:520px;
                        }
                    
                        @media only screen and (min-width: 1400px){
                            height:530px;
                        }
                    
                        @media only screen and (min-width: 1831px){
                            height:620px;
                        }
                    
                        @media only screen and (min-width: 1873px){
                            height:620px;
                        }
                        */
      filter: alpha(opacity=50);
      /* For IE8 and earlier */ }
      #property-image-gallery-2 .gallery .main ul li.slick-center {
        opacity: 1;
        filter: alpha(opacity=100);
        /* For IE8 and earlier */
        /*border-left:20px solid #fff;
        border-right:20px solid #fff;*/ }
      #property-image-gallery-2 .gallery .main ul li img {
        width: 100%;
        object-fit: cover; }
    #property-image-gallery-2 .gallery .main.slick-slider {
      position: relative; }
      #property-image-gallery-2 .gallery .main.slick-slider li {
        overflow: hidden; }
        @media only screen and (min-width: 768px) {
          #property-image-gallery-2 .gallery .main.slick-slider li {
            background: #eeeeee;
            position: relative; } }
        #property-image-gallery-2 .gallery .main.slick-slider li img {
          display: block; }
          @media only screen and (min-width: 768px) {
            #property-image-gallery-2 .gallery .main.slick-slider li img {
              height: auto;
              left: 50%;
              max-width: 100%;
              position: absolute;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 105%; } }
    #property-image-gallery-2 .gallery .main .slick-prev, #property-image-gallery-2 .gallery .main .slick-next {
      border-radius: 25px;
      background: #fff;
      filter: alpha(opacity=20);
      opacity: 0.4;
      height: 50px;
      line-height: 30px;
      margin: -25px 0 0 0;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 50px;
      z-index: 5;
      transition: all 0.2s ease-in 0s;
      text-decoration: none; }
      #property-image-gallery-2 .gallery .main .slick-prev:before, #property-image-gallery-2 .gallery .main .slick-next:before {
        float: none;
        font-family: oncloud-icons;
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        width: 50px;
        color: #ffca1a;
        filter: alpha(opacity=20);
        opacity: 1; }
    #property-image-gallery-2 .gallery .main .slick-prev {
      left: 3%; }
      #property-image-gallery-2 .gallery .main .slick-prev:before {
        content: '\f104'; }
    #property-image-gallery-2 .gallery .main .slick-next {
      right: 3%; }
      #property-image-gallery-2 .gallery .main .slick-next:before {
        content: '\f105'; }
    #property-image-gallery-2 .gallery .main .slick-disabled {
      cursor: default; }
    #property-image-gallery-2 .gallery .main:hover .slick-prev, #property-image-gallery-2 .gallery .main:hover .slick-next {
      display: inline !important;
      background: #fff;
      filter: alpha(opacity=100);
      opacity: 1;
      text-decoration: none;
      color: #ffca1a; }

/***************************Property search styles*********************************/
#searchform {
  background-color: transparent !important; }

input[type=text],
input[type=email],
textarea {
  color: #333 !important;
  font-size: 16px !important; }

input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
  opacity: 1; }

input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  opacity: 1; }

input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  opacity: 1; }

input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  opacity: 1; }

body.home .search-bar {
  margin-top: 0; }

.home-search .property_search {
  width: 100%;
  position: relative;
  z-index: 10000; }
  @media only screen and (min-width: 768px) {
    .home-search .property_search #searchform {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; } }
  .home-search .property_search #searchform fieldset {
    width: 100%;
    margin: 0 0 5px 0; }
    @media only screen and (min-width: 768px) {
      .home-search .property_search #searchform fieldset {
        flex: 1 0 0;
        margin: 0; } }
  .home-search .property_search #searchform label {
    display: none; }
  .home-search .property_search #searchform input[type="text"] {
    border: none;
    padding: .65em 1.4em .5em .5em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0 !important;
    border: none;
    border-right: 1px solid #cccccc;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0; }
  .home-search .property_search #searchform .fieldset-date-start img,
  .home-search .property_search #searchform .fieldset-date-end img {
    display: none; }
  .home-search .property_search #searchform .fieldset-submit #search-submit {
    margin: 0;
    width: 100%;
    background: #fff;
    color: #11314f;
    padding: .6em 1.4em .55em .8em;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    .home-search .property_search #searchform .fieldset-submit #search-submit:hover {
      background: #fff;
      color: #11314f; }

.widget.SearchWidgetApi {
  margin: 0 !important; }

.search-bar .property_search {
  width: 96%;
  margin: 0 2%;
  position: relative;
  z-index: 10000;
  position: -webkit-sticky !important;
  /* Safari */
  position: sticky !important;
  top: 100 !important; }
  .search-bar .property_search #searchform {
    /*
    .fieldset-price-min {
    	margin:0;
    }
    */ }
    @media only screen and (min-width: 768px) {
      .search-bar .property_search #searchform {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end; } }
    .search-bar .property_search #searchform fieldset {
      width: 100%;
      margin: 0 0 5px 0; }
      @media only screen and (min-width: 768px) {
        .search-bar .property_search #searchform fieldset {
          flex: 1 0 0;
          margin: 0 20px 0 0; } }
    .search-bar .property_search #searchform label {
      display: none; }
    .search-bar .property_search #searchform input[type="text"] {
      border: none;
      padding: .65em 1.4em .5em .5em;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      border-radius: 0 !important;
      border: none;
      font-size: 16px;
      line-height: 1.3em;
      margin: 0; }
    .search-bar .property_search #searchform .price-divider {
      /*
      background: #fff;
      height: 38px;
      line-height: 45px;
      padding:0 3px;
      */
      display: none; }
    .search-bar .property_search #searchform .fieldset-date-start img,
    .search-bar .property_search #searchform .fieldset-date-end img {
      display: none; }
    .search-bar .property_search #searchform .fieldset-submit {
      margin: 0; }
      .search-bar .property_search #searchform .fieldset-submit #search-submit {
        margin: 0;
        width: 100%;
        background: #fff;
        color: #11314f;
        padding: .7em 1.4em .6em .8em;
        border: none;
        cursor: pointer;
        font-size: 16px;
        line-height: 1.3em; }
        .search-bar .property_search #searchform .fieldset-submit #search-submit:hover {
          background: #000;
          color: #fff; }

/*
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
*/
.select-css {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.3;
  padding: .6em 1.4em .5em .5em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

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

.select-css:hover {
  border-color: #888; }

.select-css:focus {
  border-color: #aaa;
  color: #222;
  outline: none; }

.select-css option {
  font-weight: normal; }

.AJAXliveprice .launch_button {
  display: none; }
.AJAXliveprice #booking-box .property_booking {
  float: left; }
  .AJAXliveprice #booking-box .property_booking .close-box {
    display: none; }
  .AJAXliveprice #booking-box .property_booking .heading-block {
    font-size: 22px;
    margin: 0 0 15px 0; }
  .AJAXliveprice #booking-box .property_booking #availability #bookingform fieldset label {
    width: 100%; }
  .AJAXliveprice #booking-box .property_booking #availability #bookingform fieldset input {
    width: 100%;
    padding: 5px;
    border-radius: 3px solid #999;
    font-size: 16px;
    color: #999; }
  .AJAXliveprice #booking-box .property_booking #availability #bookingform fieldset .select-css {
    border: 1px solid #ccc; }
  .AJAXliveprice #booking-box .property_booking #availability #bookingform fieldset select {
    width: 100%;
    margin: 0 0 15px 0; }
  .AJAXliveprice #booking-box .property_booking #availability #bookingform .booking_details {
    font-size: 16px;
    background: #fff; }
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .booking_details .price {
      width: 100%;
      margin: 0 0 9px 0;
      float: left; }
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .booking_details .book {
      width: 100%;
      margin: 0 0 9px 0;
      float: left; }
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .booking_details .linen {
      width: 100%;
      margin: 0 0 9px 0;
      float: left; }
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .booking_details .total {
      width: 100%;
      margin: 0 0 9px 0;
      float: left; }
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .booking_details .bond {
      width: 100%;
      margin: 0 0 9px 0;
      float: left; }
  .AJAXliveprice #booking-box .property_booking #availability #bookingform .book-button,
  .AJAXliveprice #booking-box .property_booking #availability #bookingform .enquire-button,
  .AJAXliveprice #booking-box .property_booking #availability #bookingform .tariff-button {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    max-width: 100%;
    box-sizing: border-box;
    border: 0;
    text-align: center;
    background: #11314f;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .book-button:hover,
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .enquire-button:hover,
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .tariff-button:hover {
      background: #000;
      color: #fff; }
  .AJAXliveprice #booking-box .property_booking #availability #bookingform .enquire-button {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: left;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    box-sizing: border-box;
    border: 0;
    background: #11314f;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    .AJAXliveprice #booking-box .property_booking #availability #bookingform .enquire-button:hover {
      background: #000;
      color: #fff; }

.key {
  width: 100%;
  float: left;
  text-align: right;
  clear: both; }

.square {
  width: 30px;
  height: 30px;
  float: left;
  margin: -5px 5px 0 0; }

.available .square {
  border: 1px solid #eee; }

.not-available .square {
  background: #555; }

.not-available,
.available {
  float: left;
  margin: 20px 20px 0 0; }

.ui-datepicker {
  background: #ffffff;
  margin: 0px 0px 10px 0px; }
  .ui-datepicker .ui-datepicker-header {
    background: #ffffff; }
  .ui-datepicker .ui-state-default {
    background: #ffffff;
    color: #000000;
    transition: all 0.1s ease-in; }
    .ui-datepicker .ui-state-default:hover {
      border-color: #ff9900; }
  .ui-datepicker .ui-state-disabled .ui-state-default {
    background: #11314f;
    color: black; }
    .ui-datepicker .ui-state-disabled .ui-state-default:hover {
      border-color: #cccccc; }
  .ui-datepicker .ui-state-disabled.booking-owner-back-to-back {
    background: url(images/btb.jpg) repeat-y center top;
    color: black; }
  .ui-datepicker .ui-state-highlight {
    border: 1px solid #cccccc; }
  .ui-datepicker .ui-datepicker-calendar .ui-state-disabled, .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-disabled, .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-disabled {
    opacity: 1; }
  .ui-datepicker .ui-datepicker-calendar .booking-start span {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #11314f 51%, #11314f 100%); }
  .ui-datepicker .ui-datepicker-calendar .booking-end span {
    background: linear-gradient(135deg, #11314f 0%, #11314f 50%, #ffffff 51%, #ffffff 100%); }

.SbookitWidgetTwo #availability {
  width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 479px) {
    .SbookitWidgetTwo #availability {
      width: 100% !important; } }

#secure_bookit_links {
  float: left;
  width: 100%;
  background: #ffca1a;
  min-height: 90px;
  padding: 15px 0;
  margin: 0 0 30px 0; }

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

.tariff a .large,
.book a .large,
.enquire a .large {
  font-size: 18px;
  width: 100%;
  padding: 5px 0 0 60px;
  clear: both;
  float: left; }

.tariff a .small,
.book a .small,
.enquire a .small {
  font-size: 13px;
  width: 100%;
  padding: 10px 0 0 60px; }

.day_bar {
  border: 1px solid #888;
  float: left; }

.month {
  float: left;
  width: 60px;
  height: 30px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 5px 0 0 5px; }

.month:last-child {
  border-bottom: 0; }

.day_bar .day {
  width: 30px;
  height: 30px;
  border-right: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  float: left;
  font-size: 11px;
  text-align: center;
  margin: 0 0 -1px -1px; }

.day_bar .day.not {
  background: #888;
  color: #fff; }

.cal1,
.cal2,
.cal3,
.cal4,
.cal5,
.cal6 {
  float: left;
  margin: 0;
  clear: left; }

@media only screen and (max-width: 479px) {
  .cal2,
  .cal3,
  .cal4,
  .cal5,
  .cal6 {
    display: none; } }

td.ui-datepicker-unselectable.ui-state-disabled.booking-owner-back-to-back .ui-state-default {
  background: url(images/btb.jpg) repeat-y center top !important; }

td.booking-end .ui-state-default {
  background: linear-gradient(135deg, #eee 0%, #eee 50%, #eee 51%, #eee 100%); }

td.booking-start .ui-state-default {
  background: linear-gradient(135deg, #eee 0%, #eee 50%, #eee 51%, #eee 100%); }

.SecureBookitPanel_multi {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 60px; }
  .SecureBookitPanel_multi .launch_button {
    display: none; }

.property_booking {
  padding: 25px;
  border: 1px solid #cccccc; }
  .property_booking .close-box {
    display: none; }
  .property_booking .fieldset-start-date {
    float: left;
    width: 46%;
    margin: 0 2% 0 0; }
    .property_booking .fieldset-start-date .fa {
      color: #11314f; }
  .property_booking .fieldset-end-date {
    float: left;
    width: 46%; }
    .property_booking .fieldset-end-date .fa {
      color: #11314f; }
  .property_booking .fieldset-adults {
    width: 100%;
    display: block;
    margin: 0 0 15px 0; }
  .property_booking input[type="text"] {
    border: none;
    padding: .6em 0em .5em 0;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aaa;
    font-size: 16px;
    width: 83%; }
  .property_booking .book-button,
  .property_booking .enquire-button,
  .property_booking .tariff-button {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
    background: #11314f;
    color: #fff;
    padding: .7em 1.4em .7em .8em;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px; }
    .property_booking .book-button:hover,
    .property_booking .enquire-button:hover,
    .property_booking .tariff-button:hover {
      background: #000;
      color: #fff; }
  .property_booking .booking_details .price {
    width: 100%;
    padding: 10px 0;
    float: left; }
    .property_booking .booking_details .price .indent {
      width: 50%;
      float: left; }
  .property_booking .booking_details .book {
    width: 100%;
    padding: 10px 0;
    float: left; }
    .property_booking .booking_details .book .indent {
      width: 50%;
      float: left; }
  .property_booking .booking_details .total {
    width: 100%;
    padding: 10px 0;
    float: left; }
    .property_booking .booking_details .total .indent {
      width: 50%;
      float: left; }
  .property_booking .booking_details .bond {
    width: 100%;
    padding: 10px 0;
    float: left; }
    .property_booking .booking_details .bond .indent {
      width: 50%;
      float: left; }

.count-box {
  display: none; }

.invalid {
  background: #11314f; }

.date-picker {
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 10000000; }

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #efefef;
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif; }

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0; }

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block; }

.date-picker-wrapper.single-date {
  width: auto; }

.date-picker-wrapper .footer {
  font-size: 14px;
  padding-top: 3px; }

.date-picker-wrapper b {
  color: #666;
  font-weight: 700; }

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline; }

.date-picker-wrapper .month-name {
  text-transform: uppercase;
  font-size: 18px; }

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 500px) {
  .date-picker-wrapper .select-wrapper:hover {
    text-decoration: underline; } }
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle; }

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01; }

.date-picker-wrapper .month-wrapper {
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden; }

.date-picker-wrapper .month-wrapper table {
  width: 100%;
  float: left;
  table-layout: fixed; }

.date-picker-wrapper .month-wrapper table.month2 {
  width: 100%;
  float: left; }

.date-picker-wrapper .month-wrapper table td {
  width: calc(100%/7); }

.date-picker-wrapper .footer {
  display: none; }

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0; }

.date-picker-wrapper .month-wrapper table .day {
  padding: 15px 0;
  line-height: 1;
  font-size: 14px;
  color: #ccc;
  border: 1px solid #ccc;
  cursor: default; }

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default; }

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #f1f1f1; }

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase; }

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important; }

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap; }

.date-picker-wrapper .time label {
  white-space: nowrap; }

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer; }

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #11314f; }

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none; }

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #11314f; }

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #f1f1f1; }

.date-picker-wrapper table .caption {
  height: 40px;
  padding: 0 0 15px 0; }

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer; }

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #f1f1f1;
  color: #fff; }

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: #11314f;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0; }

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden; }

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative; }

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #ccc;
  border-bottom: 8px solid #ccc; }

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff; }

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff; }

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #f1f1f1;
  z-index: 3; }

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #f1f1f1;
  z-index: 3; }

.date-picker-wrapper .selected-days {
  display: none; }

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0; }

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none; }

.date-picker-wrapper .drp_top-bar .default-top {
  display: block; }

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: #11314f; }

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block; }

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333; }

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #777;
  background: #777;
  background: -moz-linear-gradient(top, #f1f1f1, #777);
  color: #fff;
  line-height: initial; }

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed); }

.date-picker-wrapper .time {
  position: relative; }

.date-picker-wrapper.single-month .time {
  display: block; }

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px; }

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.date-picker-wrapper .time1 {
  float: left; }

.date-picker-wrapper .time2 {
  float: right; }

.date-picker-wrapper .hour {
  text-align: right; }

.minute {
  text-align: right; }

.date-picker-wrapper .hide {
  display: none; }

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #777 !important;
  color: #fff !important; }

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #11314f;
  color: #fff;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #11314f;
  left: 50%;
  margin-left: -4px;
  bottom: -4px; }

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none; }

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer; }

.date-picker-wrapper .week-number.week-number-selected {
  color: #777;
  font-weight: 700; }

.widget_advertisingwidget {
  margin: 0;
  padding: 0;
  z-index: 15000; }

.advertising-widget {
  padding: 0;
  width: 100%; }
  .advertising-widget .custom-ad {
    float: left;
    position: relative;
    width: 50%; }
    .advertising-widget .custom-ad .ad-header {
      background: #11314f;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .advertising-widget .custom-ad .ad-header .title {
        color: #fff;
        float: left;
        font-size: 16px;
        font-weight: 300;
        padding: 6px 12px;
        text-transform: uppercase;
        height: auto; }
        .advertising-widget .custom-ad .ad-header .title .product {
          font-weight: 600; }
      .advertising-widget .custom-ad .ad-header .button-container {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
        .advertising-widget .custom-ad .ad-header .button-container .custom-button-outer {
          border-left: 39px solid transparent;
          border-top: 39px solid #11314f;
          cursor: pointer;
          float: right;
          position: relative;
          right: 0;
          width: 30%;
          z-index: 1000; }
          .advertising-widget .custom-ad .ad-header .button-container .custom-button-outer .custom-button {
            background: transparent;
            border: 0;
            color: #fff !important;
            font-size: 16px;
            font-weight: bold;
            height: 39px;
            line-height: 39px;
            outline: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: -38px;
            width: 100%;
            -webkit-appearance: none; }
    .advertising-widget .custom-ad .ad-body {
      position: absolute;
      right: 0;
      bottom: 0;
      background: #11314f;
      width: 100%; }
    .advertising-widget .custom-ad .ad-body .addr {
      color: #fff;
      float: left;
      font-size: 16px;
      font-weight: 300;
      padding: 8px 12px;
      text-transform: uppercase; }
      .advertising-widget .custom-ad .ad-body .addr .headline {
        font-weight: bold; }
    .advertising-widget .custom-ad .ad-body .details-data-r-outer {
      position: relative;
      border-style: solid;
      border-width: 0 0 39px 39px;
      float: right;
      width: 30%;
      border-bottom-color: #ffca1a;
      border-left-color: transparent; }
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .numbers {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .beds,
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .baths,
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .car,
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .sleeps {
      float: left;
      width: 30%;
      color: #11314f;
      line-height: 39px;
      text-align: center; }
      .advertising-widget .custom-ad .ad-body .details-data-r-outer .beds .fa,
      .advertising-widget .custom-ad .ad-body .details-data-r-outer .baths .fa,
      .advertising-widget .custom-ad .ad-body .details-data-r-outer .car .fa,
      .advertising-widget .custom-ad .ad-body .details-data-r-outer .sleeps .fa {
        margin-right: 5px; }
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .beds,
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .baths {
      margin-right: 2%; }
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .car,
    .advertising-widget .custom-ad .ad-body .details-data-r-outer .sleeps {
      margin-right: 0; }
    .advertising-widget .custom-ad img {
      min-height: 540px;
      width: 100%; }
  .advertising-widget .slick-prev {
    position: absolute;
    top: 50%;
    color: #fff !important;
    z-index: 100000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #00ccff;
    text-align: center;
    line-height: 38px;
    font-weight: bold; }
  .advertising-widget .slick-next {
    right: 3%;
    position: absolute;
    top: 50%;
    color: #fff !important;
    z-index: 100000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #00ccff;
    text-align: center;
    line-height: 38px;
    font-weight: bold; }

/***************************Feature feature styles*********************************/
.slick-slide:focus {
  outline: none; }

.feature-holiday-properties-2 {
  margin: 0;
  padding: 0; }
  .feature-holiday-properties-2:hover .slick-prev, .feature-holiday-properties-2:hover .slick-next {
    display: block !important; }
  .feature-holiday-properties-2 .slick-prev, .feature-holiday-properties-2 .slick-next {
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    border-radius: 20px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40%;
    text-align: center;
    width: 40px;
    z-index: 5; }
    .feature-holiday-properties-2 .slick-prev:before, .feature-holiday-properties-2 .slick-next:before {
      background: none;
      display: block;
      height: 50px;
      font-family: 'ArrrowsRegular';
      font-size: 40px;
      line-height: 50px;
      margin: -25px 0 0 0;
      padding: 0;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 50px; }
  .feature-holiday-properties-2 .slick-prev {
    left: 40px;
    top: 30%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #11314f; }
  .feature-holiday-properties-2 .slick-next {
    left: inherit;
    right: 40px;
    top: 30%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #11314f; }
  .feature-holiday-properties-2 .slide {
    margin: 0 1px;
    position: relative; }
    .feature-holiday-properties-2 .slide.slick-center a.property-link {
      outline: none;
      border: none; }
      .feature-holiday-properties-2 .slide.slick-center a.property-link:focus {
        outline: 0; }
      .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .headline {
        background: #ffca1a;
        padding: 20px 0;
        color: #fff; }
      .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .description {
        padding: 40px 30px 20px 30px;
        color: #ffca1a; }
        @media only screen and (min-width: 768px) {
          .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .description {
            color: #ffca1a; } }
      .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .features {
        display: none;
        margin: 0 auto 10px auto;
        line-height: 60px;
        color: #ffca1a;
        text-align: center; }
        .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .features .fa {
          background: #ffca1a;
          color: #fff;
          width: 40px;
          height: 35px;
          border-radius: 20px;
          display: inline-block;
          line-height: 28px;
          padding: 5px 0 0 0;
          text-align: center !important; }
        .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .features .label {
          display: none; }
        @media only screen and (min-width: 420px) {
          .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .features {
            display: none; } }
        @media only screen and (min-width: 768px) {
          .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .features {
            display: block;
            color: #ffca1a;
            margin: 0 5px 10px 5px; }
            .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .features .label {
              display: inline-block; } }
        @media only screen and (min-width: 1024px) {
          .feature-holiday-properties-2 .slide.slick-center a.property-link .cont .features {
            display: block;
            color: #ffca1a;
            margin: 0 5px 10px 5px; } }
    .feature-holiday-properties-2 .slide a.property-link {
      display: block;
      position: relative;
      text-decoration: none;
      color: #fff;
      outline: none;
      border: none; }
      .feature-holiday-properties-2 .slide a.property-link .hero {
        background: #666666;
        position: relative;
        width: 100%; }
        .feature-holiday-properties-2 .slide a.property-link .hero img {
          width: 100% !important; }
      .feature-holiday-properties-2 .slide a.property-link .cont {
        color: #11314f;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .feature-holiday-properties-2 .slide a.property-link .cont {
            bottom: 0px;
            left: 0px; } }
        .feature-holiday-properties-2 .slide a.property-link .cont .headline {
          margin: 0 0 10px 0;
          background: #11314f;
          padding: 15px 0;
          color: #fff; }
          .feature-holiday-properties-2 .slide a.property-link .cont .headline h2 {
            font-size: 24px;
            line-height: 1;
            margin: 0;
            color: #fff; }
            @media only screen and (min-width: 768px) {
              .feature-holiday-properties-2 .slide a.property-link .cont .headline h2 {
                color: #fff; } }
        .feature-holiday-properties-2 .slide a.property-link .cont .suburb {
          display: none;
          margin: 10px 0; }
          @media only screen and (min-width: 768px) {
            .feature-holiday-properties-2 .slide a.property-link .cont .suburb {
              color: #11314f; } }
        .feature-holiday-properties-2 .slide a.property-link .cont .description {
          padding: 20px 30px; }
          @media only screen and (min-width: 768px) {
            .feature-holiday-properties-2 .slide a.property-link .cont .description {
              color: #11314f; } }
        .feature-holiday-properties-2 .slide a.property-link .cont .features {
          display: none;
          margin: 10px auto;
          line-height: 60px;
          text-align: center; }
          .feature-holiday-properties-2 .slide a.property-link .cont .features .fa {
            background: #11314f;
            color: #fff;
            width: 40px;
            height: 35px;
            border-radius: 20px;
            display: inline-block;
            line-height: 28px;
            padding: 5px 0 0 0;
            text-align: center !important; }
          .feature-holiday-properties-2 .slide a.property-link .cont .features .label {
            display: none; }
          @media only screen and (min-width: 420px) {
            .feature-holiday-properties-2 .slide a.property-link .cont .features {
              display: none; } }
          @media only screen and (min-width: 768px) {
            .feature-holiday-properties-2 .slide a.property-link .cont .features {
              display: block;
              color: #11314f;
              margin: 0 5px 10px 5px; }
              .feature-holiday-properties-2 .slide a.property-link .cont .features .label {
                display: inline-block; } }
          @media only screen and (min-width: 1024px) {
            .feature-holiday-properties-2 .slide a.property-link .cont .features {
              display: block;
              margin: 0 5px 10px 5px; } }
          .feature-holiday-properties-2 .slide a.property-link .cont .features ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            .feature-holiday-properties-2 .slide a.property-link .cont .features ul li {
              display: inline-block;
              margin: 0 5px 10px 5px;
              padding: 0; }
      .feature-holiday-properties-2 .slide a.property-link:hover {
        outline: none;
        border: none; }

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

.feature-holiday-properties-3:hover .slick-prev, .feature-holiday-properties-3:hover .slick-next {
  display: block !important; }
.feature-holiday-properties-3 .slick-prev, .feature-holiday-properties-3 .slick-next {
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  border-radius: 20px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 40px;
  z-index: 5;
  display: none; }
  .feature-holiday-properties-3 .slick-prev:before, .feature-holiday-properties-3 .slick-next:before {
    background: none;
    height: 50px;
    font-family: 'ArrrowsRegular';
    font-size: 40px;
    line-height: 50px;
    margin: -25px 0 0 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px; }
.feature-holiday-properties-3 .slick-prev {
  left: 40px;
  top: 30%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #11314f;
  color: #fff; }
.feature-holiday-properties-3 .slick-next {
  left: inherit;
  right: 40px;
  top: 30%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #11314f;
  color: #fff; }
.feature-holiday-properties-3 .property {
  margin: 15px;
  display: block; }
  .feature-holiday-properties-3 .property.slick-slide {
    opacity: .4; }
  .feature-holiday-properties-3 .property.slick-active {
    opacity: 1; }
  .feature-holiday-properties-3 .property .property-image a {
    width: 100%;
    height: 100%;
    display: block; }
    .feature-holiday-properties-3 .property .property-image a img {
      width: 100% !important;
      height: 100%;
      opacity: 1; }
      .feature-holiday-properties-3 .property .property-image a img:hover {
        opacity: .6;
        transition: opacity .2s ease-out; }
  .feature-holiday-properties-3 .property .property-detail {
    text-align: center;
    padding: 0 0 20px 0; }
    .feature-holiday-properties-3 .property .property-detail h3 {
      padding: 15px 0; }
    .feature-holiday-properties-3 .property .property-detail .numbers {
      display: none; }
      .feature-holiday-properties-3 .property .property-detail .numbers .beds {
        display: inline-block;
        padding: 10px; }
        .feature-holiday-properties-3 .property .property-detail .numbers .beds .fa {
          padding: 0 5px 0 0; }
      .feature-holiday-properties-3 .property .property-detail .numbers .baths {
        display: inline-block;
        padding: 10px; }
        .feature-holiday-properties-3 .property .property-detail .numbers .baths .fa {
          padding: 0 5px 0 0; }
      .feature-holiday-properties-3 .property .property-detail .numbers .car {
        display: inline-block;
        padding: 10px; }
        .feature-holiday-properties-3 .property .property-detail .numbers .car .fa {
          padding: 0 5px 0 0; }

.slick-slide .property-image img {
  object-fit: cover; }

.feature-holiday-properties-4 .property {
  margin: 15px;
  display: block; }
  .feature-holiday-properties-4 .property.slick-slide {
    opacity: .4; }
  .feature-holiday-properties-4 .property.slick-active {
    opacity: 1; }
  .feature-holiday-properties-4 .property .banner, .feature-holiday-properties-4 .property .banner-offer {
    background: #ffca1a;
    width: 100%;
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 10;
    margin: 0 0 -45px 0;
    color: #fff;
    top: 0px;
    float: left; }
  .feature-holiday-properties-4 .property .banner-sold {
    background: red;
    width: 100%;
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 10;
    margin: 0 0 -45px 0;
    color: #fff;
    top: 0px;
    float: left; }
  .feature-holiday-properties-4 .property .property-image a img {
    width: 100% !important;
    opacity: 1; }
    .feature-holiday-properties-4 .property .property-image a img:hover {
      opacity: .6;
      transition: opacity .2s ease-out; }
  .feature-holiday-properties-4 .property .address {
    text-align: center;
    padding: 20px 0; }
  .feature-holiday-properties-4 .property .property-detail {
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #11314f; }
    .feature-holiday-properties-4 .property .property-detail h4 {
      margin: 20px 0; }
      .feature-holiday-properties-4 .property .property-detail h4 a {
        color: #11314f;
        font-size: 34px !important;
        font-family: 'Josefin Sans';
        text-transform: uppercase;
        padding: 15px 0 0 0; }
    .feature-holiday-properties-4 .property .property-detail .numbers {
      font-size: 20px; }
      .feature-holiday-properties-4 .property .property-detail .numbers .beds {
        display: inline-block;
        padding: 10px; }
        .feature-holiday-properties-4 .property .property-detail .numbers .beds .fa {
          color: #11314f; }
      .feature-holiday-properties-4 .property .property-detail .numbers .baths {
        display: inline-block;
        padding: 10px; }
        .feature-holiday-properties-4 .property .property-detail .numbers .baths .fa {
          color: #11314f; }
      .feature-holiday-properties-4 .property .property-detail .numbers .car {
        display: inline-block;
        padding: 10px; }
        .feature-holiday-properties-4 .property .property-detail .numbers .car .fa {
          color: #11314f; }

.feature-holiday-properties-5 .hero-image {
  max-height: 210px;
  overflow: hidden;
  margin: 0 0 30px 0; }
  .feature-holiday-properties-5 .hero-image img {
    object-fit: cover;
    margin-top: -20%;
    opacity: 1; }
    .feature-holiday-properties-5 .hero-image img:hover {
      opacity: .6;
      transition: opacity .2s ease-out; }
.feature-holiday-properties-5 .property-detail .numbers .beds {
  display: inline-block;
  padding: 10px; }
.feature-holiday-properties-5 .property-detail .numbers .baths {
  display: inline-block;
  padding: 10px; }
.feature-holiday-properties-5 .property-detail .numbers .car {
  display: inline-block;
  padding: 10px; }
.feature-holiday-properties-5 .property-detail .numbers .sleeps {
  display: inline-block;
  padding: 10px; }
.feature-holiday-properties-5 .image-grid .vc_col-md-6 {
  margin: 0 0 30px 0; }
.feature-holiday-properties-5 .property-feature {
  margin: 15px;
  display: block; }
  .feature-holiday-properties-5 .property-feature .property-detail {
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #11314f; }
    .feature-holiday-properties-5 .property-feature .property-detail h4 {
      color: #11314f;
      font-size: 24px;
      font-family: 'Josefin Sans';
      text-transform: uppercase;
      padding: 15px 0 0 0; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

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

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

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

.showing {
  float: left;
  width: 300px;
  font-size: 18px !important;
  margin: 1% 0 0px 2% !important; }

.filter {
  margin: 1% 2% 15px 0 !important;
  float: right;
  width: 70; }
  .filter form {
    float: right;
    width: 200px; }
    .filter form h3 {
      font-size: 14px;
      float: left;
      margin: 7px 10px 0 0; }
  .filter .view-change {
    float: right;
    width: 70px;
    margin: 7px 0 0 0;
    font-size: 22px;
    display: block; }
    .filter .view-change .list {
      cursor: pointer;
      display: inline-block; }
      .filter .view-change .list:before {
        font-family: oncloud-icons;
        content: "\f00b";
        color: #555;
        margin: 0 5px 0 0; }
        .filter .view-change .list:before:hover {
          color: #11314f; }
    .filter .view-change .grid {
      display: inline-block;
      cursor: pointer; }
      .filter .view-change .grid:before {
        font-family: oncloud-icons;
        content: "\f00a";
        color: #555;
        margin: 0 5px 0 0; }
        .filter .view-change .grid:before:hover {
          color: #11314f; }

.properties_2 {
  width: 100%;
  clear: both; }
  .properties_2 .property-list.grid {
    width: 96%;
    float: left;
    margin: 0 2% 3% 2%;
    border: 1px solid #eee; }
    .properties_2 .property-list.grid a:hover {
      color: #11314f; }
    @media only screen and (min-width: 768px) {
      .properties_2 .property-list.grid {
        width: 31%;
        margin: 0 0.6% 3% 0.9%; }
        .properties_2 .property-list.grid:first-child {
          margin: 0 0.6% 3% 2%; }
        .properties_2 .property-list.grid:nth-child(4n) {
          margin: 0 0.6% 3% 2%; } }
    .properties_2 .property-list.grid .deets {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding: 15px; }
      .properties_2 .property-list.grid .deets.address {
        font-weight: bold;
        color: #333;
        font-size: 16px;
        padding: 0 0 10px 0;
        text-transform: uppercase; }
      .properties_2 .property-list.grid .deets.title {
        color: #777;
        font-weight: bold;
        font-size: 16px;
        padding: 0 0 10px 0; }
      .properties_2 .property-list.grid .deets p.price {
        font-size: 28px;
        width: 100%; }
      .properties_2 .property-list.grid .deets .icons {
        padding: 20px 0;
        font-size: 20px;
        color: #777; }
      .properties_2 .property-list.grid .deets .desc {
        justify-content: normal;
        font-size: 16px;
        line-height: 1.3em;
        color: #666; }
    .properties_2 .property-list.grid .hero {
      opacity: 1;
      transition: opacity .25s ease-in; }
      .properties_2 .property-list.grid .hero:hover {
        opacity: 0.5; }
    .properties_2 .property-list.grid .sub-images {
      display: none; }
    .properties_2 .property-list.grid .banner {
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      display: block;
      font-size: 18px;
      text-align: center;
      padding: 5px 0;
      position: relative;
      z-index: 10;
      margin: 0 0 -45px 0;
      color: #fff;
      top: 0px;
      float: left; }
    .properties_2 .property-list.grid .banner-sold, .properties_2 .property-list.grid .banner-offer {
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      display: block;
      font-size: 18px;
      text-align: center;
      padding: 5px 0;
      position: relative;
      z-index: 10;
      margin: 0 0 0 0;
      color: #fff;
      bottom: 43px;
      float: left; }
    .properties_2 .property-list.grid .book a {
      width: 100%;
      display: block;
      background: #11314f;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      text-decoration: none;
      margin: 15px 0 0 0; }
      .properties_2 .property-list.grid .book a:before {
        background: none;
        content: '\f002';
        display: none;
        font-family: oncloud-icons;
        margin: 0 5px 0 0;
        text-align: center; }
      .properties_2 .property-list.grid .book a:hover {
        background: #ffca1a;
        text-decoration: none; }
  .properties_2 .property-list.list {
    width: 96%;
    float: left;
    margin: 0 2% 3% 2%;
    border: 1px solid #eee; }
    @media only screen and (min-width: 768px) {
      .properties_2 .property-list.list {
        display: flex; } }
    .properties_2 .property-list.list .hero {
      float: left;
      height: 410px;
      overflow: hidden;
      opacity: 1;
      transition: opacity .25s ease-in; }
      .properties_2 .property-list.list .hero:hover {
        opacity: 0.5; }
      @media only screen and (min-width: 768px) {
        .properties_2 .property-list.list .hero {
          max-width: 550px; } }
      .properties_2 .property-list.list .hero img {
        float: left;
        background-size: cover;
        height: 100%; }
      .properties_2 .property-list.list .hero .banner {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 5px 0;
        position: relative;
        z-index: 10;
        margin: 0 0 -45px 0;
        color: #fff;
        top: 0px;
        float: left; }
      .properties_2 .property-list.list .hero .banner-sold {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 5px 0;
        position: relative;
        z-index: 10;
        margin: 0 0 0 0;
        color: #fff;
        bottom: 35px;
        float: left; }
      .properties_2 .property-list.list .hero .banner-offer {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 5px 0;
        position: relative;
        z-index: 10;
        margin: 0 0 0 0;
        color: #fff;
        bottom: 35px;
        float: left; }
    .properties_2 .property-list.list .sub-images {
      display: none; }
      @media only screen and (min-width: 1286px) {
        .properties_2 .property-list.list .sub-images {
          display: block;
          width: 210px;
          padding: 30px;
          float: left; }
          .properties_2 .property-list.list .sub-images .sub1 {
            width: 210px;
            height: 158px; }
            .properties_2 .property-list.list .sub-images .sub1 img {
              float: left;
              background-size: cover; }
          .properties_2 .property-list.list .sub-images .sub2 {
            width: 210px;
            height: 158px;
            padding-top: 30px; }
            .properties_2 .property-list.list .sub-images .sub2 img {
              float: left;
              background-size: cover; } }
    .properties_2 .property-list.list .deets {
      width: 100%;
      float: left;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .properties_2 .property-list.list .deets {
          width: 55%; } }
      .properties_2 .property-list.list .deets .description {
        padding: 30px;
        justify-content: normal; }
        .properties_2 .property-list.list .deets .description a h3.address {
          font-weight: bold;
          color: #333;
          font-size: 16px;
          padding: 0 0 10px 0;
          text-transform: uppercase; }
          .properties_2 .property-list.list .deets .description a h3.address:hover {
            color: #11314f; }
        .properties_2 .property-list.list .deets .description a h3.title {
          color: #777;
          font-weight: bold;
          font-size: 16px;
          padding: 0 0 10px 0; }
          .properties_2 .property-list.list .deets .description a h3.title:hover {
            color: #11314f; }
        .properties_2 .property-list.list .deets .description p {
          font-size: 28px; }
      .properties_2 .property-list.list .deets .icons {
        padding: 20px 0;
        font-size: 20px;
        color: #777; }
      .properties_2 .property-list.list .deets .book {
        align-self: flex-end;
        width: 100%; }
        .properties_2 .property-list.list .deets .book a {
          width: 100%;
          display: block;
          background: #11314f;
          color: #fff;
          text-align: center;
          padding: 5px 0;
          text-decoration: none;
          margin: 15px 0 0 0; }
          .properties_2 .property-list.list .deets .book a:before {
            background: none;
            content: '\f002';
            display: none;
            font-family: oncloud-icons;
            margin: 0 5px 0 0;
            text-align: center; }
          .properties_2 .property-list.list .deets .book a:hover {
            background: #ffca1a;
            text-decoration: none; }

.infoWindow .prop_thumb {
  width: 200px;
  float: left;
  margin: 0 10px 0 0; }
  .infoWindow .prop_thumb img {
    width: 100%; }

.showing {
  float: left;
  width: 300px;
  font-size: 14px;
  margin: 0 0 30px 1%; }

.filter {
  margin: 0 1% 30px 0;
  float: right;
  width: 70; }
  .filter form {
    float: right;
    width: 200px; }
    .filter form h3 {
      font-size: 14px;
      float: left;
      margin: 7px 10px 0 0; }
  .filter .select-css {
    border: 1px solid #ccc; }
  .filter .view-change {
    float: right;
    width: 70px;
    margin: 7px 0 0 0;
    font-size: 22px;
    display: block; }
    .filter .view-change .list {
      cursor: pointer;
      display: inline-block; }
      .filter .view-change .list:before {
        font-family: oncloud-icons;
        content: "\f00b";
        color: #555;
        margin: 0 5px 0 0; }
        .filter .view-change .list:before:hover {
          color: #11314f; }
    .filter .view-change .grid {
      display: inline-block;
      cursor: pointer; }
      .filter .view-change .grid:before {
        font-family: oncloud-icons;
        content: "\f00a";
        color: #555;
        margin: 0 5px 0 0; }
        .filter .view-change .grid:before:hover {
          color: #11314f; }

.property_results {
  width: 100%;
  clear: both; }

.properties {
  width: 100%;
  clear: both; }
  .properties .property-list .slick-prev {
    position: absolute;
    top: 44%;
    color: #11314f;
    background: rgba(255, 255, 255, 0.5);
    z-index: 100000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    font-weight: bold; }
    .properties .property-list .slick-prev:hover {
      background: rgba(255, 255, 255, 0.8); }
  .properties .property-list .slick-next {
    right: 0;
    position: absolute;
    top: 44%;
    color: #11314f;
    background: rgba(255, 255, 255, 0.5);
    z-index: 100000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    font-weight: bold; }
    .properties .property-list .slick-next:hover {
      background: rgba(255, 255, 255, 0.8); }
  .properties .property-list.grid {
    width: 100%;
    float: left;
    margin: 0 1% 3% 1%; }
    @media only screen and (min-width: 768px) {
      .properties .property-list.grid {
        width: 23%; } }
    .properties .property-list.grid .deets h3 {
      font-size: 18px;
      line-height: 24px;
      padding: 10px 0; }
    .properties .property-list.grid .deets h4 {
      font-size: 16px;
      font-weight: 500;
      color: #666; }
    .properties .property-list.grid .deets p.price {
      color: #11314f;
      font-size: 16px;
      margin: 0 0 3px 0;
      font-weight: 600; }
    .properties .property-list.grid .deets .icons {
      padding: 4px 0;
      font-size: 14px;
      color: #333; }
      .properties .property-list.grid .deets .icons .beds, .properties .property-list.grid .deets .icons .bath, .properties .property-list.grid .deets .icons .cars, .properties .property-list.grid .deets .icons .sleeps {
        margin: 0 9px 0 0;
        display: block;
        float: left; }
    .properties .property-list.grid .deets .active-price {
      font-weight: bold;
      padding: 0 0 10px 0;
      color: #ffca1a; }
    .properties .property-list.grid .deets .desc {
      font-size: 16px;
      line-height: 1.3em;
      color: #666; }
    .properties .property-list.grid .banner {
      background: #11314f;
      width: 30%;
      display: block;
      font-size: 18px;
      text-align: center;
      padding: 5px;
      position: relative;
      z-index: 10;
      margin: 0 0 -45px 0;
      color: #fff;
      top: 20px;
      float: left; }
  .properties .property-list.list {
    width: 100%;
    float: left;
    margin: 0 0 3% 0;
    border: 1px solid #eee; }
    @media only screen and (min-width: 768px) {
      .properties .property-list.list {
        display: flex; } }
    .properties .property-list.list .hero {
      width: 100%;
      float: left; }
      @media only screen and (min-width: 768px) {
        .properties .property-list.list .hero {
          width: 40%; } }
      .properties .property-list.list .hero img {
        float: left;
        background-size: cover; }
      .properties .property-list.list .hero .banner {
        background: #11314f;
        width: 30%;
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 5px;
        position: relative;
        z-index: 10;
        margin: 0 0 -45px 0;
        color: #fff;
        top: 20px;
        float: left; }
    .properties .property-list.list .deets {
      width: 100%;
      float: left;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .properties .property-list.list .deets {
          width: 60%; } }
      .properties .property-list.list .deets .description {
        padding: 2%;
        justify-content: normal; }
        .properties .property-list.list .deets .description h3 {
          min-height: 40px; }
      .properties .property-list.list .deets .icons {
        padding: 4px 0;
        font-size: 14px; }
      .properties .property-list.list .deets .book {
        align-self: flex-end;
        width: 100%; }
        .properties .property-list.list .deets .book a {
          display: block;
          background: #11314f;
          color: #fff;
          text-align: center;
          padding: 5px 0;
          text-decoration: none;
          margin: 15px 0 0 0; }
          .properties .property-list.list .deets .book a:before {
            background: none;
            content: '\f002';
            display: none;
            font-family: oncloud-icons;
            margin: 0 5px 0 0;
            text-align: center; }
          .properties .property-list.list .deets .book a:hover {
            background: #ffca1a;
            text-decoration: none; }

.infoWindow .prop_thumb {
  width: 200px;
  float: left;
  margin: 0 10px 0 0; }
  .infoWindow .prop_thumb img {
    width: 100%; }

.pagination {
  padding: 0 0 30px 0;
  display: block; }
  .pagination span.disabled {
    background: #11314f;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 40px;
    margin: 0 3px; }
  .pagination a {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #11314f;
    margin: 0 3px; }
  .pagination .current {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 40px;
    background: #11314f;
    color: #fff;
    margin: 0 3px; }

.active-price {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0; }
  .active-price .active {
    color: #11314f;
    padding: 7px 0;
    text-align: center;
    width: 49%;
    float: left;
    border: 1px solid #11314f; }
  .active-price a.booking {
    float: left;
    width: 49%;
    padding: 7px 0;
    display: block;
    color: #fff;
    background: #11314f;
    text-align: center;
    border: 1px solid #11314f; }
    .active-price a.booking:hover {
      background: #ffca1a;
      color: #11314f;
      border: 1px solid #ffca1a; }

.mailpoet_form label {
  padding: 0 0 15px 0; }
.mailpoet_form input[type=text],
.mailpoet_form input[type=email] {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #999;
  width: 95% !important;
  margin: 0 0 20px 0; }
.mailpoet_form input[type=submit] {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  padding: .5em 1.4em .5em .8em;
  width: 100%;
  margin: 10px 0 15px 0;
  max-width: 220px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #11314f;
  cursor: pointer; }
  .mailpoet_form input[type=submit]:hover {
    background: #000;
    color: #fff; }

footer .mailpoet_form {
  text-align: left; }
  footer .mailpoet_form label {
    padding: 0 0 5px 0; }
  footer .mailpoet_form input[type=text],
  footer .mailpoet_form input[type=email] {
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #999;
    width: 95% !important;
    margin: 0 0 10px 0; }
  footer .mailpoet_form input[type=submit] {
    display: block;
    font-size: 16px;
    color: #11314f;
    line-height: 1.3;
    padding: .5em 1.4em .5em .8em;
    width: 100%;
    margin: 10px 0 15px 0;
    max-width: 180px;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    cursor: pointer; }
    footer .mailpoet_form input[type=submit]:hover {
      background: #000;
      color: #fff; }

.gform_wrapper .gform_button {
  background-color: #ffca1a !important;
  color: #fff !important;
  border: none;
  transition: opacity .25s ease-in; }
  .gform_wrapper .gform_button:hover {
    opacity: 0.5;
    transition: opacity .25s ease-in; }

.form-cal {
  display: block;
  width: 90%;
  height: 34px;
  padding: 6px 12px;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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; }

.mortagage_cal input[type=button] {
  background-color: #ffca1a !important;
  color: #fff !important;
  border: none;
  transition: opacity .25s ease-in;
  border-radius: 4px;
  height: 39px;
  padding: 0 23px;
  font-size: 1em;
  cursor: pointer; }
  .mortagage_cal input[type=button]:hover {
    opacity: 0.5;
    transition: opacity .25s ease-in; }

.testimonial-list .testimonial {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #11314f; }
  .testimonial-list .testimonial:last-child {
    border-bottom: none; }
  .testimonial-list .testimonial h2 {
    color: #11314f;
    padding: 0 0 15px 0; }

.no-properties {
  padding: 60px;
  text-align: center;
  min-height: 300px; }

#gform_8 .gform_wrapper ul li.gfield {
  clear: none; }
#gform_8 #field_8_8 {
  width: 100%;
  float: left;
  clear: none !important; }
  @media only screen and (min-width: 768px) {
    #gform_8 #field_8_8 {
      width: 50%; } }
#gform_8 #field_8_9 {
  width: 100%;
  float: left;
  clear: none !important; }
  @media only screen and (min-width: 768px) {
    #gform_8 #field_8_9 {
      width: 50%; } }
#gform_8 #field_8_10 {
  width: 100%;
  float: left;
  clear: none !important; }
  @media only screen and (min-width: 768px) {
    #gform_8 #field_8_10 {
      width: 50%; } }
#gform_8 #field_8_6 {
  width: 100%;
  float: left;
  clear: none !important; }
  @media only screen and (min-width: 768px) {
    #gform_8 #field_8_6 {
      width: 50%; } }
#gform_8 #field_8_7 {
  width: 100%;
  float: left;
  clear: none !important; }
  @media only screen and (min-width: 768px) {
    #gform_8 #field_8_7 {
      width: 33%; } }
#gform_8 #field_8_11 {
  width: 100%;
  float: left;
  clear: none !important; }
  @media only screen and (min-width: 768px) {
    #gform_8 #field_8_11 {
      width: 33%; } }
#gform_8 #field_8_12 {
  width: 100%;
  float: left;
  clear: none !important; }
  @media only screen and (min-width: 768px) {
    #gform_8 #field_8_12 {
      width: 33%; } }

.openhouse {
  float: left;
  width: 100%;
  margin: 0 0  15px 0;
  display: flex; }
  .openhouse .view-button a {
    align-self: flex-end;
    width: 100%;
    display: block;
    background: #11314f;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    margin: 15px 0 0 0; }
    .openhouse .view-button a:before {
      background: none;
      content: '\f002';
      display: none;
      font-family: oncloud-icons;
      margin: 0 5px 0 0;
      text-align: center; }
    .openhouse .view-button a:hover {
      background: #ffca1a;
      text-decoration: none; }
