/**
  Assets for bootstrap grid system only
  Do not use this in conjuction with the
  main Bootstrap assets!
  **/
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%;
}
.col, .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, .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: auto;
}
.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: auto;
}
.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, .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: auto;
    }
    .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: auto;
    }
    .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, .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: auto;
    }
    .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: auto;
    }
    .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, .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: auto;
    }
    .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: auto;
    }
    .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%;
    }
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    content: '';
    display: block;
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
[class*=" col-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.property-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 30px;
}

.property-excerpt {
  background: #fefefe;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

[class^="property-element-"] {
  font-size: 13px;
  margin-bottom: 27px;
}

figure[class^="property-element-"] {
  padding: 0;
  margin: 0;
}
figure[class^="property-element-"] img {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

[class^="property-element-"] i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}

.property-label {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.property-description {
  margin: 30px 0;
}

.property-label > .wp-icons-wrapper {
  display: inline-block;
}

.property-value {
  font-style: italic;
}

.property-value > * {
  margin-right: 5px;
}

.property-duration-separator {
  margin-right: 5px;
  margin-left: 5px;
}

.pager-ajax-notice {
  padding: 20px;
  margin: 30px auto;
  display: none;
  opacity: 0;
  max-width: 600px;
}

.property-loop-main-container a.btn {
  border: 2px solid #26b6f3;
  display: inline-block !important;
  margin-bottom: 40px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #26b6f3;
  text-decoration: none;
}


.template-pager-infinite.ajax-processing + .pager-infinite .pager-ajax-notice {
  display: block;
  opacity: 1;
  transition: all ease-out .3s;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  -ms-transition: all ease-out .3s;
}

.property-loop-main-container > .wp-loop > .property {
  padding: 0 15px;
  margin: 0;
}

.property.isotope-exiting {
  -webkit-transition: all ease-out .6s;
  transition: all ease-out .6s;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}

.property-loop-main-container > .wp-term-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px;
}

.property-loop-main-container > .wp-term-list > * {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.property-loop-main-container > .wp-term-list a {
  cursor: pointer;
  text-decoration: none;
  color: #888;
  padding: 8px 12px;
  border: 2px solid #f7f7f7;
  background: #eee;
  border-radius: 5px;
  font-size: 14px;
  display: block;
}

.property-loop-main-container > .wp-term-list a:focus,
.property-loop-main-container > .wp-term-list a:hover,
.property-loop-main-container > .wp-term-list a.term-active {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  border: 2px solid #fff;
  background: #26B6F3;
  border-radius: 5px;
  font-size: 14px;
  outline: 0;
}

/**
  Property Maps
  **/
.property-maps {
  position: relative;
}

.property-maps > .property-maps-search {
  position: absolute;
  background: #fff;
}

.property-maps.left {
  padding-left: 30%;
}

.property-maps.left > .property-maps-search {
  top: 0;
  left: 0;
  width: 30%;
  min-width: 300px;
  bottom: 0;
  overflow: auto;
}

.property-maps.left .property-search-form > * {
  max-width: 100%;
  overflow: hidden;
}

.property-maps.right {
  padding-right: 30%;
}

.property-maps.right > .property-maps-search {
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 30%;
  min-width: 300px;
}

.property-maps.right .property-search-form > * {
  max-width: 100%;
  overflow: hidden;
}

.property-maps.top > .property-maps-search {
  top: 0;
  height: 300px;
  overflow-y: scroll;
  width: 100%;
  box-sizing: border-box;
}

.property-maps.top {
  padding-top: 300px;
}

.property-maps.bottom > .property-maps-search {
  bottom: 0;
  height: 300px;
  overflow-y: scroll;
  width: 100%;
}

.property-maps.bottom {
  padding-bottom: 300px;
}

.property-maps-search * {
  box-sizing: border-box;
}

.gm-style .gm-style-iw {
  width: 300px !important;
  min-width: 300px !important;
}

.gm-style-iw > div {
  max-width: 100% !important;
  width: 100%;
}

.gm-style-iw .property-infobox {
  position: relative;
}

.gm-style-iw .property-infobox-wrapper {
  padding: 10px;
  background: #019188;
  color: #fff;
  font-size: 14px;
}


.gm-style-iw + div {
  border-radius: 2px;
  right: 20px !important;
  top: 15px !important;
}

.gm-style-iw .property-infobox-title {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.gomapMarker {
  max-width: 100%;
  overflow: hidden;
}

.gomapMarker .property-element-thumbnail {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.googlemaps-markers.hidden {
  display: none;
}

.property-infobox-link {
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff !important;
  display: table;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
  padding: 2px 12px;
  text-decoration: none;
  text-transform: none;
  z-index: 1;
}
.widget_vtcore_property_widgets_map .property-description {
  margin-bottom: 30px;
}

.property-maps .property-search-form {
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
}

.property-maps .property-search-form .property-search-title {
  font-size: 16px;
  margin-top: 0;
}

.property-maps .property-search-form .property-search-description {
  margin-bottom: 20px;
  font-size: 14px;
}

/**
  Property Metro Style
  **/
.property-loop-metro {
  width: 100%;
}
.template-property-metro {
  height: 700px;
  box-sizing: border-box;
}

.template-property-metro > .item {
  width: 400px;
  height: 210px;
  border: none;
  padding: 1px;
  margin: 0;
  box-sizing: border-box;
}

.template-property-metro > .item:nth-child(5n+1) {
  width: 530px;
  height: 350px;
}

.template-property-metro > .item:nth-child(5n+2) {
  width: 530px;
  height: 280px;
}

.template-property-metro .item figure {
  height: 100%;
  display: table;
  width: 100%;
}

/**
  Metro slider frame
  **/
html.no-js .template-property-metro-wrapper {
  overflow-x: scroll;
}

.template-property-metro-wrapper {
  height: 700px;
}

.template-property-metro-wrapper a {
  cursor: pointer;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.template-property-metro {
  height: 630px;
  overflow: hidden;
  width: 100000px;
  min-width: 100%;
}

html.js .template-property-metro {
  overflow: visible;
}

.template-property-metro .imgLiquidFill {
  width: 100%;
  height: 100%;
}

.template-property-metro {
  background: #5d6573;
}

.template-property-metro .property-element-price {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 1px;
  padding: 8px 26px;
  position: absolute;
  right: 1px;
}

.template-property-metro .property-element-location {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 14px;
  left: 1px;
  padding: 8px 26px;
  position: absolute;
  right: 1px;
  top: 0;
}
  /** Custom scrollbar **/
.scrollable.property-metro .viewport {
  height: 630px;
}

.scrollable.property-metro .scroll-bar.horizontal {
  height: 10px !important;
  width: 450px !important;
  display: block !important;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin: 38px auto;
}

.scrollable.property-metro .thumb {
  width: 84px !important;
  height: 24px !important;
  margin-top: -7px;
  background-color: #ff6c00;
  border-radius: 12px;
  cursor: pointer;
}

/** For small mobile phone and iPhone < version 4 **/
@media (max-width: 480px) {

  /** Flatten the metro gallery **/
  .template-property-metro-wrapper,
  .template-property-metro {
    width: 100% !important;
    height: auto !important;
  }

  .template-property-metro-wrapper .viewport {
    height: auto !important;
    width: 100% !important;
  }

  .template-property-metro-wrapper .viewport .overview {
    position: relative !important;
    left: 0 !important;
  }

  .template-property-metro .item {
    height: 200px !important;
    position: relative !important;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
  }

  .template-property-metro-wrapper .scroll-bar {
    display: none !important;
  }
}

/** end of metro gallery flattener **/

/**
  Property Masonry
  **/
.template-property-masonry.row {
  margin: 0;
}

.template-property-masonry .property-masonry {
  padding: 0;
}

.template-property-masonry .property-masonry .multiple {
  border: none;
  padding: 1px;
  height: 100%;
  width: 100%;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
}

.template-property-masonry a {
  display: block;
  width: 100%;
  height: 100%;
}

.template-property-masonry figure {
  padding: 0 !important;
  border: none;
  width: 100%;
  height: 100%;
}

.template-property-masonry img {
  height: 100%;
}

.template-property-masonry .property.item.property-masonry {
  border: 1px solid #efefef;
  padding: 5px;
}

.template-property-masonry a {
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
  text-align: center;
}

.template-property-masonry a:empty {
  display: none;
}

.template-property-masonry .property-elements {
  padding: 0;
  margin: 0;
}

.template-property-masonry a.btn {
  width: auto;
  margin: 0;
}
/**
  Pager element
  **/
.property-pager ul {
  list-style: none;
  margin: 30px 0;
  text-align: center;
}

.property-pager ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0;
}

.property-pager ul li a {
  cursor: pointer;
  text-decoration: none;
  color: #888;
  padding: 8px 12px;
  border: 2px solid #f7f7f7;
  background: #eee;
  border-radius: 5px;
  font-size: 14px;
  display: block;
}

.property-pager ul li a:focus,
.property-pager ul li a:hover,
.property-pager ul li span {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  border: 2px solid #fff;
  background: #26B6F3;
  border-radius: 5px;
  font-size: 14px;
  outline: 0;
}

/**
  Property video
  when using mejs
  **/
.me-plugin {
  width: 100%;
  height: 100%;
}

.me-plugin > * {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/**
  Property Flex Special Class
  **/
.property-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.property-flex [class*="property-element-"] {
  padding-right: 5px;
  width: 33.3333%;
  box-sizing: border-box;
}

.property-flex > *:nth-child(3n+3) {
  padding-right: 0;
}


/**
  New Styling since 1.3.0
  **/
[class*="property-element-"] {
  background: #fff none repeat scroll 0 0;
  margin: 0 0 5px;
  vertical-align: top;
  overflow: hidden;
}

[class*="property-element-"] .property-label {
  padding: 10px 20px;
  margin: 0;
  background: #f7f7f7;
  color: #666;
}

[class*="property-element-"].with-label .property-value {
  padding: 10px 20px;
  margin: 0;
  color: #888;
  background: #fcfcfc;
}

[class*="property-element-"].with-icon .property-value,
[class*="property-element-"].with-icon .property-label {
  padding-left: 70px;
  position: relative;
}

[class*="property-element-"].with-icon .wp-icons-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 10000px;
  bottom: 0;
  background: #01BBD2;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.property-bottom-three-block,
.property-bottom-two-block,
.property-bottom-one-block {
  margin-top: 30px;
}

.property-sidebar-block [class*="property-element-"].with-icon .wp-icons-wrapper {
  background: #89C049;
}

.property-bottom-two-block [class*="property-element-"].with-icon .wp-icons-wrapper {
  background: #FC5321;
}

.property-bottom-three-block [class*="property-element-"].with-icon .wp-icons-wrapper {
  background: #9826B1;
}

[class*="property-element-"].with-icon .wp-icons-wrapper i {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  vertical-align: middle;
}

/**
  Teasers
  **/
.property-element-thumbnail img {
  width: 100%;
}

.property-element-title {
  padding: 12px !important;
  background: #f7f7f7;
}

.property-element-title h2 {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  font-weight: normal;
}

.property-element-title h2 a:focus,
.property-element-title h2 a:hover,
.property-element-title h2 a:visited,
.property-element-title h2 a {
  text-transform: none;
  text-decoration: none;
  color: #666;
  outline: 0;
}

/**
  Single Page
  **/
.single-property .property-element-floorplan {
  margin-bottom: 5px;
}

/**
  Maps
  **/
.property-infobox .property-element-thumbnail img {
  padding: 0 !important;
}

/**
  Property Metro
  **/
.scrollable.property-metro .thumb {
  background: #01BBD2;
}

@media (max-width: 768px) {
  [class*="property-element-"] p,
  [class*="property-element-"] button,
  [class*="property-element-"] input,
  [class*="property-element-"] select,
  [class*="property-element-"] textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
  [class*="property-element-"] {
    margin-bottom: 20px;
  }
  [class*="property-element-"].with-icon .property-label {
    padding-top: 20px;
    min-height: 30px;
  }

  [class*="property-element-"].with-icon .property-value {
    padding-left: 20px;
  }

  [class*="property-element-"].with-icon .wp-icons-wrapper {
    height: auto;
  }

  .property-flex [class*="property-element-"] {
    width: 100%;
  }
}

.vc_row .property-loop-main-container {
  padding: 0;
}

/**
  Property mini list
  **/
.property-mini-list {
  margin-bottom: 10px;
}

.property-mini-list img {
  height: auto;
}

.property-mini-list .post-title {
  margin-bottom:5px;
  line-height: 130%;
}

/**
  Badges
  **/
.property-badges {
  border-radius: 10px;
  position: absolute;
  top: 13px;
  right: 29px;
  padding: 5px 10px;
  background: #01bbd2;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  line-height: 12px;
}

.template-property-metro .property-badges {
  float: right;
  position: relative;
  right: -17px;
  top: 2px;
}


/**
  Social Bars
  **/
.property-element-share.property-shares {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.property-element-share.property-shares > div {

}

.property-element-share.property-shares .property-label {
  width: 30%;
  text-align: left;
  line-height: 30px;
  vertical-align: middle;
}

.property-element-share.property-shares .property-value {
  width: 70%;
  text-align: right;
  vertical-align: middle;
  padding: 0;
}

.property-element-share.property-shares .property-value a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  line-height: 35px;
  margin: 0;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 41px;
  opacity: 0.9;
}

.property-element-share.property-shares .property-value a:hover,
.property-element-share.property-shares .property-value a:focus {
  opacity: 1;
}

.property-element-share.property-shares .property-value a * {
  margin: 0 !important;
}

.property-element-share.property-shares .property-value a.wp-printpdf-button {
  background: #00638b;
  vertical-align: middle;
}

.property-element-share.property-shares .property-value a.social-google {
  background: #d4393d;
}

.property-element-share.property-shares .property-value a.social-facebook {
  background: #2340d4;
}

.property-element-share.property-shares .property-value a.social-twitter {
  background: #51b8d4;
}

.property-element-share.property-shares .property-value a.social-linkedin {
  background: #307cd4;
}

.property-element-share.property-shares .property-value a.social-pinterest {
  background: #d4011a;
}

.property-element-share.property-shares .property-value a.social-vk {
  background: #d4479e;
}

.property-element-share.property-shares .property-value a.social-weibo {
  background: #40d447;
}

.property-element-share.property-shares .property-value a.social-renren {
  background: #d47726;
}