/*
|---------------------------------------------------------------------------
|   STYLE VARIABLES
|---------------------------------------------------------------------------
*/
/*
|---------------------------------------------------------------------------
|   COLORS
|---------------------------------------------------------------------------
*/
/*
|---------------------------------------------------------------------------
|   FONT: FAMILIES
|---------------------------------------------------------------------------
*/
/*
|---------------------------------------------------------------------------
|   FONT: WEIGHTS
|---------------------------------------------------------------------------
*/
/*.placeholder(@rules) {
    &::-webkit-input-placeholder {
        @rules();
    }
    &:-moz-placeholder {
        @rules();
    }
    &::-moz-placeholder {
        @rules();
    }
    &:-ms-input-placeholder {
        @rules();
    }
}*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700italic,700,300,400);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*
|---------------------------------------------------------------------------
|   MAIN STYLES
|---------------------------------------------------------------------------
*/
/*
|---------------------------------------------------------------------------
|   BASE STYLES
|---------------------------------------------------------------------------
|
|   There is no need to edit this file.
|
*/
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  height: 100%;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
body {
  height: 100%;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
}
#main article {
  padding: 0;
}
#main article footer {
  display: none;
}
.row {
  margin: 0;
  overflow-x: hidden;
}
.widget {
  margin-bottom: 0;
}
.widgettitle {
  display: none;
}
body {
  background-color: #f3f3f3;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.alert {
  display: none;
}
article {
  border: 0!important;
  margin-bottom: 0!important;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
#main {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.disable-scroll {
  pointer-events: none;
}
/* Media Queries */
@media only screen and (max-device-width: 736px) {
  p {
    font-size: 14px;
  }
}
/*
|---------------------------------------------------------------------------
|   COMPONENTS
|---------------------------------------------------------------------------
*/
.panel-group .panel-default > .panel-heading {
  background-color: #eee;
  padding: 20px;
}
.panel-group .panel-default > .panel-heading .panel-title a {
  font-weight: 400;
  text-decoration: none;
}
.panel-group .panel-default .list-group {
  margin-bottom: 0;
}
.panel-group .panel-default .list-group .list-group-item {
  border-left: 0;
  border-right: 0;
  line-height: 1.5;
  padding: 20px;
}
.panel-group .panel-default .list-group .list-group-item:first-child {
  border-radius: 0;
}
.panel-group .panel-default .list-group .list-group-item:last-child {
  border-bottom: none;
}
.form-control {
  border-color: #f3f3f3;
  border-radius: 2px;
  box-shadow: none;
  color: #505050;
  display: inline-block;
  font-size: 16px;
  outline: 0;
}
.form-control:focus {
  border-color: #f3f3f3;
  box-shadow: none;
  outline: 0;
}
/*
|---------------------------------------------------------------------------
|   WIDGETS
|---------------------------------------------------------------------------
*/
.agent {
  background-color: #fff;
  border: 1px solid #eee;
}
.agent .agent-thumbnail {
  padding: 4px 4px 0 4px;
}
.agent .agent-thumbnail img {
  margin-left: 17.5%;
  width: 65%;
}
.agent .agent-details {
  margin-top: 20px;
}
.agent .agent-details .agent-name {
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.agent .agent-details .detail-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  min-width: 50px;
}
.agent .agent-details .phone,
.agent .agent-details .mobile,
.agent .agent-details .email {
  border-top: 1px solid #eee;
  padding: 10px 20px;
}
.agent .agent-details .phone a,
.agent .agent-details .mobile a,
.agent .agent-details .email a {
  color: #ed1a2e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}
.agent .agent-details .phone a:hover,
.agent .agent-details .mobile a:hover,
.agent .agent-details .email a:hover {
  color: #000;
}
.agent .agent-details .phone .fa,
.agent .agent-details .mobile .fa,
.agent .agent-details .email .fa {
  margin-right: 5px;
  min-width: 20px;
  text-align: center;
}
.agent .agent-details .email {
  border-bottom: 1px solid #eee;
}
.agent .agent-social {
  margin-bottom: 20px;
  overflow: hidden;
}
.agent .agent-social .facebook,
.agent .agent-social .twitter,
.agent .agent-social .linkedin {
  border-bottom: 1px solid #eee;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 33.33333%;
}
.agent .agent-social .facebook {
  color: #3b5998;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}
.agent .agent-social .facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.agent .agent-social .twitter {
  color: #00aced;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}
.agent .agent-social .twitter:hover {
  background-color: #00aced;
  color: #fff;
}
.agent .agent-social .linkedin {
  color: #007bb6;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}
.agent .agent-social .linkedin:hover {
  background-color: #007bb6;
  color: #fff;
}
.agent .agent-view a {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px 10%;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 80%;
  background-color: #ed1a2e;
  transition: background .3s;
}
.agent .agent-view a:hover {
  background: #c50f21;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {
  .agent .agent-thumbnail img {
    margin-left: 20%!important;
    width: 60%!important;
  }
  .agent .agent-details .agent-name {
    text-align: center;
  }
}
.BannerWidget {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 4px;
}
#banner-details {
  position: relative;
}
#banner-details .banner-button {
  border-radius: 2px;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10%;
  padding: 16px 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 80%;
  background-color: #ed1a2e;
  transition: background .3s;
}
#banner-details .banner-button:hover {
  background: #c50f21;
}
.FeatureWidget {
  position: relative;
}
.FeatureWidget #featureshow {
  margin: 40px 5%;
  position: relative;
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.FeatureWidget #featureshow .slick-arrow {
  background: none;
  display: block;
  height: 60px;
  line-height: 60px;
  margin: -30px 0px 0px 0px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 5%;
  z-index: 5;
}
.FeatureWidget #featureshow .slick-arrow:before {
  color: #ed1a2e;
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .FeatureWidget #featureshow .slick-arrow:before {
    font-size: 50px;
  }
}
.FeatureWidget #featureshow .slick-arrow.slick-prev {
  left: -5%;
}
.FeatureWidget #featureshow .slick-arrow.slick-prev:before {
  content: '\f053';
}
.FeatureWidget #featureshow .slick-arrow.slick-next {
  right: -5%;
}
.FeatureWidget #featureshow .slick-arrow.slick-next:before {
  content: '\f054';
}
.FeatureWidget #featureshow .property-list {
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 2px 0 #eee;
  display: none;
  margin: 0px 10px;
}
.FeatureWidget #featureshow .property-list .feature_img {
  position: relative;
}
.FeatureWidget #featureshow .property-list .feature_img a {
  background: #cccccc;
  display: block;
  height: 0px;
  overflow: hidden;
  padding-bottom: 75%;
  width: 100%;
}
.FeatureWidget #featureshow .property-list .feature_img a img {
  border-radius: 4px 4px 0 0;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.FeatureWidget #featureshow .property-list .property-content {
  background: #ffffff;
  padding: 10px;
}
.FeatureWidget #featureshow .property-list .property-content:before,
.FeatureWidget #featureshow .property-list .property-content:after {
  content: " ";
  display: table;
}
.FeatureWidget #featureshow .property-list .property-content:after {
  clear: both;
}
.FeatureWidget #featureshow .property-list .property-content .button {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 8px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%;
  background-color: #ed1a2e;
  transition: background .3s;
}
.FeatureWidget #featureshow .property-list .property-content .button:hover {
  background: #c50f21;
}
.FeatureWidget #featureshow .property-list .property-content .content-header {
  margin: 0px 0px 8px 0px;
}
.FeatureWidget #featureshow .property-list .property-content .content-header .suburb {
  color: #000;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.FeatureWidget #featureshow .property-list .property-content .content-header .price {
  color: #ed1a2e;
  text-transform: uppercase;
}
.FeatureWidget #featureshow .property-list .property-content .description {
  background: none;
  height: 5em;
  margin: 0px 0px 8px 0px;
  overflow: hidden;
}
.FeatureWidget #featureshow .property-list .property-details {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-radius: 0 0 4px 4px;
}
.FeatureWidget #featureshow .property-list .property-details:before,
.FeatureWidget #featureshow .property-list .property-details:after {
  content: " ";
  display: table;
}
.FeatureWidget #featureshow .property-list .property-details:after {
  clear: both;
}
.FeatureWidget #featureshow .property-list .property-details .detail {
  border-right: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding: 16px 0;
  text-align: center;
  width: 33.33333%;
}
.FeatureWidget #featureshow .property-list .property-details .detail:last-child {
  border-right: 0;
}
.FeatureWidget #featureshow .property-list .property-details .detail span.fa {
  margin-right: 8px;
}
.FeatureWidget #featureshow .property-list .property-details .detail span.text {
  display: none;
}
.FeatureWidget #featureshow.slick-slider .property-list {
  display: block;
}
/*.FeatureWidget
{
	
	
	.prev, .next
	{
		color: @primary;
		cursor: pointer;
		display: block;
		font-size: 50px;
		margin-top: -25px;
		position: absolute;
		text-align: center;
		top: 50%;
		transition: color .3s;
		z-index: 5;
		
		&:hover
		{
        	color: @black;
        }
        
        span
        {
	        //display: block;
        }
	}
	
	.prev
	{
		left: 2%;
	} 
	
	.next
	{
		right: 2%;
	}
}

.FeatureWidget .group {
    overflow:       hidden;
    vertical-align: middle;

    .prev,
    .next {
        float:      left;
        width:      12.5%;
    }
}

.FeatureWidget #featureshow {
    width: 100%!important;
}

.FeatureWidget .group {
    position: relative;
    width:    100%;
}

.FeatureWidget .featured-properties {
    margin:    0 auto;
    max-width: 1200px;
    width:     75%;
}











.FeatureWidget .property-details 
}*/
/* Media Queries */
.gform_wrapper {
  margin: 16px 0 0 0!important;
  max-width: 100%!important;
}
.gform_wrapper .gform_footer {
  margin: 16px 0!important;
  padding: 0!important;
}
.gform_wrapper .top_label .gfield_label {
  font-size: 12px;
  margin-bottom: 0!important;
}
.ginput_container input,
.ginput_container textarea {
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  font-size: 14px!important;
  line-height: 1;
  padding: 10px!important;
  text-indent: 0!important;
  width: 100%!important;
}
.gform_button {
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  height: auto;
  outline: 0;
  padding: 10px 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ed1a2e;
  transition: background .3s;
}
.gform_button:hover {
  background: #c50f21;
}
.MapWidget {
  float: right;
  width: 100%;
}
.MapWidget .widgettitle {
  background-color: #ed1a2e;
  color: #fff;
  display: block!important;
  margin: 0;
  padding: 10px;
  text-transform: capitalize;
}
#map-canvas {
  height: 172px;
}
.SearchWidget {
  background-color: #ffffff;
  padding: 20px 0;
}
.SearchWidget .title-custom {
  color: #ffffff;
  display: none;
}
.SearchWidget #searchform {
  width: 100%;
}
.SearchWidget #searchform fieldset {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .SearchWidget #searchform fieldset {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
  .SearchWidget #searchform fieldset:nth-of-type(2n) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 992px) {
  .SearchWidget #searchform fieldset {
    width: 32%;
  }
  .SearchWidget #searchform fieldset:nth-of-type(2n) {
    margin-right: 2%;
  }
  .SearchWidget #searchform fieldset:nth-of-type(3n) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .SearchWidget #searchform fieldset:nth-of-type(3n) {
    margin-right: 2%;
  }
  .SearchWidget #searchform fieldset.fieldset-suburb {
    width: 27.4%;
  }
  .SearchWidget #searchform fieldset.fieldset-bedrooms,
  .SearchWidget #searchform fieldset.fieldset-bathrooms,
  .SearchWidget #searchform fieldset.fieldset-guests {
    width: 15.4%;
  }
  .SearchWidget #searchform fieldset.fieldset-price-per-week {
    margin-right: 0%;
    width: 18.4%;
  }
  .SearchWidget #searchform fieldset.fieldset-date-start,
  .SearchWidget #searchform fieldset.fieldset-date-end {
    width: 20%;
  }
  .SearchWidget #searchform fieldset.fieldset-keywords {
    width: 39.0%;
  }
}
.SearchWidget #searchform fieldset label {
  display: none;
}
.SearchWidget #searchform fieldset input {
  height: 50px;
}
.SearchWidget #searchform fieldset select {
  height: 50px;
}
.SearchWidget #searchform input[type="submit"] {
  border: none;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ed1a2e;
  transition: background .3s;
}
.SearchWidget #searchform input[type="submit"]:hover {
  background: #c50f21;
}
@media only screen and (min-width: 1200px) {
  .SearchWidget #searchform input[type="submit"] {
    float: left;
    margin-right: 0%;
    width: 15%;
  }
}
.SearchWidget #searchform .date-pick {
  background-color: #fff;
}
.SearchWidget #searchform .fieldset-date-start,
.SearchWidget #searchform .fieldset-date-end {
  position: relative;
}
.SearchWidget #searchform .fieldset-date-start img,
.SearchWidget #searchform .fieldset-date-end img {
  cursor: pointer;
  margin: -7px 0 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
}
/* Datepicker */
.ui-datepicker {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 5px;
}
.ui-datepicker.ui-widget-content {
  background: #fff;
  border-color: #eee;
  color: #000;
}
.ui-datepicker .ui-datepicker-header {
  background: #ed1a2e;
  border: none;
}
.ui-datepicker .ui-datepicker-title {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: none;
  height: 24px;
  margin: -12px 0 0 0;
  top: 50%;
  width: 24px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-focus,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-focus {
  background: #fff;
  border: none;
  border-radius: 2px;
  color: #ed1a2e;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background: transparent center center no-repeat;
  background-size: contain;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  background-image: url('images/icon-l.png');
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-image: url('images/icon-r.png');
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  background: #ed1a2e;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
  background: #ffffff;
  color: #808080;
}
/*
.ui-widget {
    
}



.ui-widget-content {
    
    
}



.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 2px!important;
}

.ui-datepicker {
    
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background:       transparent!important;
    background-color: @primary!important;
    border:           none!important;
    border-radius:    2px!important;
    color:            @white!important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .2!important;
}

.ui-state-disabled span,
.ui-widget-content .ui-state-disabled span,
.ui-widget-header .ui-state-disabled span {
    background-color: transparent!important;
    color:            @dark-grey!important;
}







.ui-state-disabled span,
.ui-widget-content .ui-state-disabled span,
.ui-widget-header .ui-state-disabled span {
    font-weight: @weight-regular!important;
}


*/
/* End Datepicker */
/* Media Queries */
@media only screen and (max-device-width: 768px) {
  /*
    .SearchWidget fieldset input,
    .SearchWidget fieldset select {
        font-size: 12px;
    }
*/
}
@media only screen and (max-device-width: 480px) {
  /*
    .SearchWidget .property_search {
        margin-bottom: 20px;
        overflow:      hidden;
    }

    .SearchWidget #searchform {
        padding: 10px 0;
    }

    .SearchWidget fieldset {
        margin-right: 2%!important;
        width:        49%!important;
    }

    .SearchWidget fieldset input {
        height: 40px;
    }

    .SearchWidget fieldset select {
        height: 40px;
    }

    .SearchWidget .fieldset-price-per-week {
        margin-bottom: 0!important;
        margin-right:  0!important;
        width:         100%!important;
    }

    .SearchWidget .fieldset-suburb,
    .SearchWidget .fieldset-bathrooms,
    .SearchWidget .fieldset-date-start {
        margin-right: 2%!important;
    }

    .SearchWidget .fieldset-bedrooms,
    .SearchWidget .fieldset-guests,
    .SearchWidget .fieldset-date-end {
        margin-right: 0!important;
    }

    .SearchWidget .fieldset-date-start,
    .SearchWidget .fieldset-date-end {
        margin-bottom: 0!important;
    }

    .SearchWidget input[type="submit"] {
        height: 40px;
        width:  49%;
    }
*/
}
#secure-bookit {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
}
#secure-bookit .secure-bookit-logo {
  background-image: url('images/secure_bookit_logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px 40px;
  height: 60px;
  width: 100%;
}
#secure-bookit .book,
#secure-bookit .tariff,
#secure-bookit .enquire {
  border: 1px solid #eee;
  border-width: 1px 0 0 0;
  padding: 10px 20px;
  width: 100%;
}
#secure-bookit .book {
  border-width: 1px 0 0 0;
}
#secure-bookit .enquire {
  border-bottom-width: 1px;
  margin-bottom: 10px;
}
#secure-bookit .book a,
#secure-bookit .tariff a,
#secure-bookit .enquire a {
  color: #ed1a2e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}
#secure-bookit .book a:hover,
#secure-bookit .tariff a:hover,
#secure-bookit .enquire a:hover {
  color: #000;
}
#secure-bookit .book a .fa,
#secure-bookit .tariff a .fa,
#secure-bookit .enquire a .fa {
  margin-right: 10px;
  min-width: 20px;
  text-align: center;
}
#secure-bookit #availability {
  padding: 0 10px;
}
#secure-bookit .calendar-legend {
  overflow: hidden;
  padding: 10px 15px;
}
#secure-bookit .calendar-legend .available,
#secure-bookit .calendar-legend .unavailable {
  float: left;
  font-size: 12px;
  font-weight: 400;
  width: 40%;
}
#secure-bookit .calendar-legend .available {
  margin-bottom: 4px;
}
#secure-bookit .calendar-legend .available span {
  color: #ed1a2e;
  margin-right: 4px;
  min-width: 20px;
}
#secure-bookit .calendar-legend .unavailable span {
  color: #eee;
  margin-right: 4px;
  min-width: 20px;
}
/* Datepicker */
#secure-bookit .ui-widget {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#secure-bookit .ui-widget-header {
  background: transparent;
  background-color: #ed1a2e;
  border: none;
}
#secure-bookit .ui-datepicker-title {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
#secure-bookit .ui-widget-content {
  background: none;
  border-color: #eee;
  color: #000;
}
#secure-bookit .ui-datepicker th {
  font-weight: 400;
}
#secure-bookit .ui-corner-all,
#secure-bookit .ui-corner-bottom,
#secure-bookit .ui-corner-right,
#secure-bookit .ui-corner-br {
  border-radius: 2px;
}
#secure-bookit .ui-datepicker {
  padding: 5px;
  width: 100%;
}
#secure-bookit .ui-datepicker-prev,
#secure-bookit .ui-datepicker-next {
  cursor: pointer;
  height: 24px;
  margin: -12px 0 0 0;
  top: 50%;
  width: 24px;
}
#secure-bookit .ui-datepicker-prev {
  left: 5px;
}
#secure-bookit .ui-datepicker-next {
  right: 5px;
}
#secure-bookit .ui-state-default,
#secure-bookit .ui-widget-content .ui-state-default,
#secure-bookit .ui-widget-header .ui-state-default {
  background: transparent;
  background-color: #ed1a2e;
  border: none;
  border-radius: 2px;
  color: #fff;
}
#secure-bookit .ui-state-disabled,
#secure-bookit .ui-widget-content .ui-state-disabled,
#secure-bookit .ui-widget-header .ui-state-disabled {
  opacity: .4;
}
#secure-bookit .ui-state-disabled:hover,
#secure-bookit .ui-widget-content .ui-state-disabled:hover,
#secure-bookit .ui-widget-header .ui-state-disabled:hover {
  background: none;
}
#secure-bookit .ui-state-disabled span,
#secure-bookit .ui-widget-content .ui-state-disabled span,
#secure-bookit .ui-widget-header .ui-state-disabled span {
  background-color: transparent;
  color: #808080;
}
#secure-bookit .ui-widget-header .ui-state-hover,
#secure-bookit .ui-widget-header .ui-state-focus {
  background: transparent;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  color: #ed1a2e;
}
#secure-bookit .ui-datepicker-prev .ui-icon {
  background-image: url('images/icon-l.png') !important;
  background-repeat: no-repeat;
  background-position: 0;
}
#secure-bookit .ui-datepicker-next .ui-icon {
  background-image: url('images/icon-r.png') !important;
  background-repeat: no-repeat;
  background-position: 0;
}
#secure-bookit .ui-state-disabled span,
#secure-bookit .ui-widget-content .ui-state-disabled span,
#secure-bookit .ui-widget-header .ui-state-disabled span {
  font-weight: 400;
}
#secure-bookit .ui-datepicker td span,
#secure-bookit .ui-datepicker td a {
  text-align: center;
}
#secure-bookit .booking-start span {
  background-color: rgba(237, 26, 46, 0.4) !important;
  background-image: url('images/first.png') !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100%!important;
  color: #fff !important;
  font-weight: 700 !important;
}
#secure-bookit .booking-end span {
  background-color: rgba(237, 26, 46, 0.4) !important;
  background-image: url('images/last.png') !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100%!important;
  color: #fff !important;
  font-weight: 700 !important;
}
/*
|---------------------------------------------------------------------------
|   LAYOUTS
|---------------------------------------------------------------------------
*/
.full-footer {
  background-color: #fff;
  width: 100%;
}
#inner-footer {
  margin: 20px 0;
}
#inner-footer .block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  #inner-footer .block {
    float: left;
    width: 33.33333333%;
  }
}
#inner-footer #widget-footer {
  margin: 0;
  padding: 0;
}
#inner-footer #widget-footer ul {
  list-style: none;
}
#inner-footer .widget_nav_menu {
  margin: 0 0 20px 0;
}
#inner-footer .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
#inner-footer .widget_nav_menu a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  text-decoration: none;
  transition: color .3s;
}
#inner-footer .widget_nav_menu a:hover {
  color: #ed1a2e;
}
#inner-footer .block .column-header {
  color: #ed1a2e;
  font-size: 18px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#inner-footer .address {
  line-height: 1.3;
  margin-top: 16px;
}
#inner-footer .address .address-location {
  font-size: 14px;
}
#inner-footer .contact-details .phone,
#inner-footer .contact-details .fax,
#inner-footer .contact-details .email {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 8px;
}
#inner-footer .contact-details a {
  color: #ed1a2e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}
#inner-footer .contact-details a:hover {
  color: #000;
}
.attribution {
  font-size: 14px;
  margin: 20px;
  text-align: center;
}
.attribution a {
  color: #ed1a2e;
  text-decoration: none;
  transition: color .3s;
}
.attribution a:hover {
  color: #000;
}
#text-7 iframe {
  overflow: hidden;
  width: 100%!important;
}
/* Media Queries */
@media only screen and (max-device-width: 768px) {
  /*
    #inner-footer .block {
        margin:        0;
        margin-bottom: 20px;
        width:         100%;
    }

    #inner-footer .block:nth-child(2) {
        display: none;
    }
*/
}
@media only screen and (max-device-width: 480px) {
  /*
    #inner-footer .block {
        margin:        0;
        margin-bottom: 20px;
        width:         100%;
    }

    #inner-footer .block:nth-child(2) {
        display: none;
    }
*/
}
.top-header {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.top-header .container {
  background: #ffffcc;
  position: relative;
}
.top-header .navbar-brand {
  background: transparent url('images/logo.svg') center center no-repeat;
  display: block;
  min-height: 30px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 20px;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-header .navbar-brand {
    background-position: left center;
    min-height: 60px;
    top: 50px;
  }
}
/* Media Queries */
@media only screen and (max-device-width: 768px) {
  .soliloquy-viewport {
    height: 256px!important;
  }
  .soliloquy-viewport img {
    height: 256px!important;
  }
}
@media only screen and (max-device-width: 480px) {
  .soliloquy-viewport {
    height: 150px!important;
  }
  .soliloquy-viewport img {
    height: 150px!important;
  }
}
#responsive-nav {
  display: block;
}
@media only screen and (min-width: 768px) {
  #responsive-nav {
    display: none;
  }
}
#responsive-nav .slicknav_menu {
  background: transparent;
}
#responsive-nav .slicknav_menu .slicknav_nav {
  margin-bottom: 10px;
}
#responsive-nav .slicknav_menu .slicknav_nav a {
  font-size: 16px;
  padding: 10px 20px;
}
#responsive-nav .slicknav_menu .slicknav_nav a:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
#responsive-nav .slicknav_menu .slicknav_nav .slicknav_row > a {
  padding: 0px;
}
#responsive-nav .slicknav_menu .slicknav_nav .slicknav_row > a:hover {
  background: transparent;
}
#responsive-nav .slicknav_menu .caret {
  display: none;
}
.navbar {
  background-color: #ed1a2e;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.sticky {
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 10000;
}
.navbar .navbar-header {
  display: none;
}
.navbar-nav {
  display: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .navbar-nav {
    display: block;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 24px;
  padding-top: 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #000;
  color: #fff;
}
.navbar-default .navbar-nav .caret {
  display: none;
}
.navbar-default .navbar-nav .dropdown-menu {
  border: none;
  opacity: 0;
  padding: 0;
  transition: all 250ms ease-in-out;
}
.navbar-default .navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
}
.navbar-default .navbar-nav .dropdown-menu a {
  color: #000;
  padding: 15px 30px;
  text-decoration: none;
  background-color: #fff;
  transition: background .3s;
}
.navbar-default .navbar-nav .dropdown-menu a:hover {
  background: #e6e6e6;
}
/* Media Queries */
@media only screen and (max-device-width: 991px) {
  /*
    .navbar-default .navbar-nav > li > a {
        padding: 24px 10px;
    }
*/
}
@media only screen and (max-device-width: 767px) {
  /*
    .navbar-header .navbar-toggle {
        border-color:  @white;
        border-radius: 2px;
        transition:    background-color .3s;
    }

    .navbar-header .navbar-toggle .icon-bar {
        background-color: @white;
        border-radius:    0;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: @secondary;
        outline:          0;
    }

    .navbar-collapse {
        float:         none;
        left:          auto;
        margin-bottom: 10px;
        max-height:    none;
        position:      static;
    }

    .navbar-nav {
        left:     auto;
        margin:   0 -15px;
        position: static;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border:     none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
    }

    .navbar-default .navbar-nav .dropdown-menu {
        display: none;
        opacity: 1;
        width:   100%;
    }
*/
}
.page-header {
  border-bottom: none;
  margin: 20px 0;
  padding: 0;
}
.page-title {
  color: #ed1a2e;
  font-size: 30px;
  text-transform: uppercase;
}
/* Media Queries */
@media only screen and (max-device-width: 480px) {
  .page-header {
    margin: 10px 0;
  }
  .post_content p {
    text-align: justify;
  }
}
.pager_bar {
  border: 1px solid #eee;
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  background: #fff;
  height: 60px;
  width: 100%;
}
.navigation {
  clear: both;
  margin: 10px 0 10px 0;
}
.navigation ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.navigation li {
  float: left;
}
.navigation li a,
.navigation li.disabled {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #ed1a2e !important;
  cursor: pointer;
  float: left;
  list-style-type: none;
  margin: 0 4px;
  padding: 12px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.navigation li a:hover {
  background: #ed1a2e !important;
  color: #fff !important;
}
.navigation li.active a {
  background-color: #ed1a2e;
  color: #fff !important;
}
.navigation li.dots {
  color: #ed1a2e;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
/*
|---------------------------------------------------------------------------
|   PAGES
|---------------------------------------------------------------------------
*/
.office {
  float: left;
  margin-bottom: 10px;
  margin-right: 2%;
  width: 49%;
}
.office:nth-child(even) {
  margin-right: 0;
}
.office .contact-details,
.company .info-item:first-child {
  line-height: 2;
}
.office strong,
.company strong {
  font-size: 14px;
  margin-right: 4px;
}
.office .contact-details a {
  color: #ed1a2e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}
.office .contact-details a:hover {
  color: #000;
}
.office-details,
.company {
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.company {
  clear: both;
}
.company .trading-hours {
  margin: 10px 0;
}
.company .trading-hours .trading-hours-header {
  text-transform: uppercase;
}
.home .SearchWidget {
  background-color: #ffffff;
  text-align: center;
}
.home .SearchWidget .title-custom {
  background: none;
  color: #000000;
  display: block;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .home .SearchWidget .title-custom {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .home .SearchWidget .title-custom {
    float: left;
    margin: 0% 2% 0% 0%;
    text-align: right;
    width: 40%;
  }
}
.home .SearchWidget .title-custom p {
  display: inline-block;
  font-size: 24px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .home .SearchWidget .title-custom p {
    font-size: 30px;
  }
}
.home .SearchWidget .property_search {
  background: none;
  display: inline-block;
  width: 80%;
}
@media only screen and (min-width: 992px) {
  .home .SearchWidget .property_search {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .home .SearchWidget .property_search {
    float: left;
    text-align: left;
    width: 50%;
  }
}
.home .SearchWidget .property_search #searchform:before,
.home .SearchWidget .property_search #searchform:after {
  content: " ";
  display: table;
}
.home .SearchWidget .property_search #searchform:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
}
.home .SearchWidget .property_search #searchform fieldset {
  display: none;
}
.home .SearchWidget .property_search #searchform fieldset.fieldset-keywords {
  display: block;
}
@media only screen and (min-width: 768px) {
  .home .SearchWidget .property_search #searchform fieldset.fieldset-keywords {
    float: none;
    display: inline-block;
    margin: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .home .SearchWidget .property_search #searchform input[type="submit"] {
    display: inline-block;
    float: none;
    margin-left: 2%;
    width: 15%;
  }
}
.home #main article header {
  color: #ed1a2e;
  font-size: 40px;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
.home .post_content {
  font-weight: 400;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 0;
  text-align: center;
}
.home .post_content p {
  line-height: 1.5;
  padding-bottom: 15px;
}
.home .post_content p:last-child {
  padding-bottom: 0;
}
/* Media Queries */
@media only screen and (max-device-width: 480px) {
  /*
    .home .SearchWidget .title-custom {
        width: 100%;
    }

    .home .SearchWidget .title-custom p {
        font-size:     30px;
        margin-bottom: 0;
    }

    .home .SearchWidget #searchform {
        padding-bottom: 0;
    }

    .home .property_search {
        padding-top: 0;
        width:       100%;
    }

    .home .property_search fieldset {
        width: 65%;
    }

    .home .property_search input[type=submit] {
        height: 42px;
        width:  33%;
    }

    .home #main.col-sm-12 {
        padding: 0;
    }

    .home #main article header {
        font-size: 30px;
    }

    .home .post_content p {
        text-align: center;
    }
*/
}
.meet-the-team {
  width: 100%;
}
.meet-the-team .agent {
  float: left;
  margin-bottom: 10px;
  margin-right: 2%;
  width: 49%;
}
.meet-the-team .agent:nth-child(even) {
  margin-right: 0;
}
.meet-the-team .agent .agent-thumbnail img {
  max-height: 248px;
}
.meet-the-agent {
  border: 1px solid #eee;
  margin-top: 15px;
  overflow: hidden;
}
.meet-the-agent .agent {
  border: 0;
  border-right: 1px solid #eee;
  float: left;
  width: 50%;
}
.meet-the-agent .agent-bio {
  float: left;
  padding: 20px;
  width: 50%;
}
.meet-the-agent .agent-bio .agent-bio-header {
  color: #ed1a2e;
  font-weight: 300;
  margin-bottom: 8px;
}
.meet-the-agent .agent-view-all a {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px 10%;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 80%;
  background-color: #ed1a2e;
  transition: background .3s;
}
.meet-the-agent .agent-view-all a:hover {
  background: #c50f21;
}
.meet-the-agent .agent-view-all .fa {
  margin-right: 5px;
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  .meet-the-team .agent {
    margin-right: 0;
    width: 100%;
  }
  .meet-the-agent .agent,
  .meet-the-agent .agent-bio {
    width: 100%;
  }
}
.property-listing {
  margin: 10px 0;
}
.property-listing .top-section {
  margin-left: -15px;
  margin-right: -15px;
}
.property-listing .top-section:before,
.property-listing .top-section:after {
  content: " ";
  display: table;
}
.property-listing .top-section:after {
  clear: both;
}
.property-listing .top-section .feature-img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .property-listing .top-section .feature-img {
    float: left;
    width: 66.66666667%;
  }
}
.property-listing .top-section .feature-img #slideshow img {
  display: none;
}
.property-listing .top-section .feature-img #slideshow img:first-child {
  display: block;
}
.property-listing .top-section .feature-img #slideshow-nav {
  background: none;
  margin: 0 50px 0px 50px;
  position: relative;
}
.property-listing .top-section .feature-img #slideshow-nav img {
  margin: 0 5px;
}
.property-listing .top-section .feature-img #slideshow-nav .slick-prev,
.property-listing .top-section .feature-img #slideshow-nav .slick-next {
  background: none;
  margin: -12px 0 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.property-listing .top-section .feature-img #slideshow-nav .slick-prev:before,
.property-listing .top-section .feature-img #slideshow-nav .slick-next:before {
  background: none;
  color: #ed1a2e;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 50px;
  height: 50px;
}
.property-listing .top-section .feature-img #slideshow-nav .slick-prev {
  left: -50px;
}
.property-listing .top-section .feature-img #slideshow-nav .slick-prev:before {
  content: "\f053";
}
.property-listing .top-section .feature-img #slideshow-nav .slick-next {
  right: -50px;
}
.property-listing .top-section .feature-img #slideshow-nav .slick-next:before {
  content: "\f054";
}
.property-listing .top-section .feature-img #slideshow-nav .slick-disabled {
  cursor: default;
}
.property-listing .top-section .map {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .property-listing .top-section .map {
    float: left;
    width: 33.33333333%;
  }
}
.property-listing .middle-section {
  margin: 20px 0;
}
.property-listing .middle-section .details {
  background: #ed1a2e;
  color: #fff;
  padding: 20px;
}
.property-listing .middle-section .details:before,
.property-listing .middle-section .details:after {
  content: " ";
  display: table;
}
.property-listing .middle-section .details:after {
  clear: both;
}
.property-listing .middle-section .details .price {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .property-listing .middle-section .details .price {
    float: left;
    font-size: 24px;
    margin: 0;
    width: 50%;
  }
}
.property-listing .middle-section .details .numbers {
  color: #fff;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .property-listing .middle-section .details .numbers {
    float: left;
    font-size: 24px;
    text-align: right;
    width: 50%;
  }
}
.property-listing .middle-section .details .numbers .beds,
.property-listing .middle-section .details .numbers .baths,
.property-listing .middle-section .details .numbers .cars,
.property-listing .middle-section .details .numbers .sleeps {
  display: inline-block;
  font-weight: 700;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 992px) {
  .property-listing .middle-section .details .numbers .beds,
  .property-listing .middle-section .details .numbers .baths,
  .property-listing .middle-section .details .numbers .cars,
  .property-listing .middle-section .details .numbers .sleeps {
    margin: 0 0 0 10px;
  }
}
.property-listing .middle-section .details .numbers .beds .fa,
.property-listing .middle-section .details .numbers .baths .fa,
.property-listing .middle-section .details .numbers .cars .fa,
.property-listing .middle-section .details .numbers .sleeps .fa {
  margin: 0 10px 0 0;
}
.property-listing .bottom-section {
  margin-left: -15px;
  margin-right: -15px;
}
.property-listing .bottom-section:before,
.property-listing .bottom-section:after {
  content: " ";
  display: table;
}
.property-listing .bottom-section:after {
  clear: both;
}
.property-listing .bottom-section h2 {
  font-size: 21px;
  margin: 1.5em 0em 0.75em 0em;
}
.property-listing .bottom-section .details {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .property-listing .bottom-section .details {
    float: left;
    width: 66.66666667%;
  }
}
.property-listing .bottom-section .details .property-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.property-listing .bottom-section .details .property-subtitle {
  color: #ed1a2e;
  font-size: 20px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.property-listing .bottom-section .details .description {
  line-height: 1.4;
  margin: 20px 0;
}
.property-listing .bottom-section .details .actions {
  margin: 0 0 20px 0;
}
.property-listing .bottom-section .details .actions:before,
.property-listing .bottom-section .details .actions:after {
  content: " ";
  display: table;
}
.property-listing .bottom-section .details .actions:after {
  clear: both;
}
.property-listing .bottom-section .details .actions > div {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .property-listing .bottom-section .details .actions > div {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .property-listing .bottom-section .details .actions > div {
    width: 33.33333%;
  }
}
.property-listing .bottom-section .details .actions > div a {
  color: #ed1a2e;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}
.property-listing .bottom-section .details .actions > div a:hover {
  color: #000;
}
.property-listing .bottom-section .details .actions > div a .fa {
  margin: 0 10px 0 0;
}
.property-listing .bottom-section .details .additional:before,
.property-listing .bottom-section .details .additional:after {
  content: " ";
  display: table;
}
.property-listing .bottom-section .details .additional:after {
  clear: both;
}
.property-listing .bottom-section .details .additional .additional-feature {
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .property-listing .bottom-section .details .additional .additional-feature {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .property-listing .bottom-section .details .additional .additional-feature {
    width: 33.33333%;
  }
}
.property-listing .bottom-section .details .additional .additional-feature .fa {
  margin: 0 10px 0 0;
}
.property-listing .bottom-section .property-widgets {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .property-listing .bottom-section .property-widgets {
    float: left;
    width: 33.33333333%;
  }
}
/*

.bottom-section .actions .add-to-favourites {
    border-right: 0;
}


.bottom-section .additional .additional-feature:nth-child(-n+4) {
    border-top-width: 1px;
}

.bottom-section .additional .additional-feature:first-child,
.bottom-section .additional .additional-feature:nth-child(5n) {
    border-left-width: 1px;
}


// Elastislide
.elastislide-carousel {
    margin-left: 10%;
    overflow:    hidden;
    position:    relative;
    width:       80%!important;
}

#carousel {
    margin:                      0;
    padding:                     0;
    position:                    relative;
    transform:                   translateX(0px);
    white-space:                 nowrap;
    -webkit-backface-visibility: hidden;
}

#carousel li {
    display:                     inline-block;
    margin:                      0 1% 0 0!important;
    max-width:                   none!important;
    width:                       24%!important;
    -webkit-backface-visibility: hidden;
}

#carousel a {
    display: inline-block;
    width:   100%;
}

#carousel img {
    width: 100%!important;
}
*/
/*
.elastislide-wrapper {
    margin-top: 10px;
    position:   relative;
}

.elastislide-wrapper nav {
    width: 100%;
}

.elastislide-wrapper nav span {
    color:      @primary;
    cursor:     pointer;
    float:      left;
    font-size:  50px;
    position:   absolute;
    text-align: center;
    top:        25px;
    transition: color .3s;

    &:hover {
        color: @black;
    }
}

.elastislide-horizontal nav span.elastislide-next {
    right: 0;

    &:before {
        content:     "\f054";
        font-family: FontAwesome;
    }
}

.elastislide-horizontal nav span.elastislide-prev {
    left: 0;

    &:before {
        content:     "\f053";
        font-family: FontAwesome;
    }
}
*/
/* Media Queries */
@media only screen and (max-device-width: 959px) {
  /*
    .property-listing .col-sm-4,
    .property-listing .col-sm-8 {
        width: 100%;
    }

    .property-listing #slideshow {
        margin: 0 auto;
    }

    .single-property #main.col-sm-12 {
        padding: 0;
    }

    .top-section .map {
        margin-top: 10px;
    }

    .middle-section .details {
        padding: 10px 20px;
    }

    .middle-section .details .price {
        float:         none;
        font-size:     14px;
        margin-bottom: 10px;
        text-align:    center;
        width:         100%;
    }

    .middle-section .details .numbers {
        float: none;
        width: 100%;
    }

    .middle-section .details .numbers .beds,
    .middle-section .details .numbers .baths,
    .middle-section .details .numbers .cars,
    .middle-section .details .numbers .sleeps {
        text-align: center;
    }

    .bottom-section,
    .bottom-section .property-widgets {
        clear: both;
    }

    .bottom-section .property-widgets {
        margin-top: 20px;
    }

    .bottom-section .details {
        overflow: hidden;
    }

    .bottom-section .property-title {
        font-size:     18px;
        margin-bottom: 4px;
    }

    .bottom-section .property-subtitle {
        font-size: 16px;
    }

    .bottom-section .actions .add-to-favourites {
        border:       1px solid @light-grey!important;
        width:        100%;
    }

    .bottom-section .actions .print {
        border-width: 0 1px 1px 1px;
        width:        100%;
    }

    .bottom-section .description {
        font-size:  14px;
        text-align: justify;
    }

    .bottom-section .additional .additional-feature {
        font-size: 12px;
        padding:   10px 0;
        width:     50%;
    }

    // Elastislide Navigation
    .elastislide-wrapper nav span {
        font-size: 30px;
        top:       35px;
    }
*/
}
@media only screen and (max-device-width: 768px) {
  /*
    .bottom-section .additional .additional-feature {
        border-width: 0;
        border-width: 0 1px 1px 0;
    }

    .bottom-section .additional .additional-feature:nth-child(-n+4) {
        border-top-width: 0;
    }

    .bottom-section .additional .additional-feature:nth-child(-n+2) {
        border-top-width: 1px;
    }

    .bottom-section .additional .additional-feature:first-child,
    .bottom-section .additional .additional-feature:nth-child(odd) {
        border-left-width: 1px;
    }

    // Elastislide Navigation
    .elastislide-wrapper nav span {
        font-size: 30px;
        top:       20px;
    }

    .bottom-section .property-widgets {
        padding-left: 0;
    }
*/
}
@media only print {
  header[role="banner"],
  .top-header,
  .top-section .elastislide-wrapper,
  .top-section .map,
  .bottom-section .actions,
  .bottom-section .additional,
  .bottom-section h2,
  .bottom-section .property-widgets .agent .agent-thumbnail,
  .bottom-section .property-widgets .agent .agent-social,
  .bottom-section .property-widgets .agent .agent-view,
  .full-footer {
    display: none;
  }
  #main {
    border: none;
  }
  .bottom-section .property-title {
    font-size: 14px;
  }
  .bottom-section .property-subtitle {
    font-size: 12px;
  }
  .bottom-section .description {
    font-size: 11px;
  }
  .bottom-section .property-widgets {
    clear: both;
  }
}
.property-results {
  margin: 30px 0;
}
.property-search {
  background: #fff;
  margin: 0 0 30px 0;
}
.property-search:before,
.property-search:after {
  content: " ";
  display: table;
}
.property-search:after {
  clear: both;
}
.property-search .listing-header {
  background: #ed1a2e;
  color: #ffffff;
  padding: 10px;
}
.property-search .listing-header:before,
.property-search .listing-header:after {
  content: " ";
  display: table;
}
.property-search .listing-header:after {
  clear: both;
}
.property-search .listing-header .address,
.property-search .listing-header .price {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.property-search .listing-header .address {
  font-weight: 400;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 1200px) {
  .property-search .listing-header .address {
    float: left;
    font-size: 18px;
    margin: 0;
    width: 60%;
  }
}
.property-search .listing-header .address .headline {
  display: block;
  font-weight: 700;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 1200px) {
  .property-search .listing-header .price {
    float: left;
    font-size: 18px;
    margin: 0;
    text-align: right;
    width: 40%;
  }
}
.property-search .image {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .property-search .image {
    float: left;
    width: 40%;
  }
}
.property-search .content {
  padding: 0;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .property-search .content {
    float: left;
    padding: 20px;
    width: 60%;
  }
}
.property-search .content .description {
  padding: 20px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .property-search .content .description {
    padding: 0;
  }
}
.property-search .content .details {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.property-search .content .details:before,
.property-search .content .details:after {
  content: " ";
  display: table;
}
.property-search .content .details:after {
  clear: both;
}
.property-search .content .details .beds,
.property-search .content .details .baths,
.property-search .content .details .cars {
  border: 1px solid #eee;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 33.33333%;
}
.property-search .content .actions {
  font-size: 16px;
}
.property-search .content .actions:before,
.property-search .content .actions:after {
  content: " ";
  display: table;
}
.property-search .content .actions:after {
  clear: both;
}
.property-search .content .actions .box {
  border: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .property-search .content .actions .box {
    float: left;
    width: 33.33333%;
  }
}
.property-search .content .actions a {
  color: #ed1a2e;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}
.property-search .content .actions a:hover {
  color: #000;
}
.property-search .content .fa {
  margin: 0 10px 0 0;
}
.results_number {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
/*

.property-search .details .beds,
.property-search .details .baths {
    border-right: 0;
}

.property-search .details .beds {
    border-left: 0;
}

.property-search .actions .box:last-child {
    border-right-width: 1px;
}


*/
/* Media Queries */
@media only screen and (max-device-width: 1024px) {
  /*
    .property-search .listing-header .headline {
        display: none;
    }

    .property-search .listing-header .address,
    .property-search .listing-header .price {
        float: none;
    }

    .property-search .listing-header .address {
        margin-bottom: 4px;
    }

    .page-template-default #main {
        width: 100%;
    }

    .property-search .image {
        width: 100%;
    }

    .property-search .image img {
        width: 100%;
    }

    .property-search .content {
        width: 100%;
    }

    .property-search .details {
        margin: 0;
    }

    .property-search .description {
        margin:  0;
        padding: 10px 20px;
    }

    .property-search .description p {
        margin: 0;
    }

*/
}
@media only screen and (max-device-width: 768px) {
  /*
    .property-search .actions .box {
        border-width: 0 0 1px 0!important;
        width:        100%;
    }
*/
}
@media only screen and (max-device-width: 480px) {
  /*
    .property-search .listing-header .address,
    .property-search .listing-header .price,
    .property-search .description p {
        font-size: 14px;
    }
*/
}
