.opalestate-popup{
  position:relative; }
  .opalestate-popup .popup-head{
    font-family:Raleway,sans-serif; }
    .opalestate-popup .popup-head>span{
      cursor:pointer; }
  .opalestate-popup .popup-body{
    display:none;
    background-color:#fff;
    position:absolute;
    top:40px;
    z-index:999;
    padding:20px 30px 30px;
    box-shadow:5px 5px 20px rgba(0,0,0,.8);
    min-width:400px;
    margin:0; }
    .opalestate-popup .popup-body h6{
      margin-bottom:15px;
      color:#222;
      font-size:14px; }
    .opalestate-popup .popup-body label{
      text-transform:uppercase;
      font-size:10px;
      font-family:Raleway,sans-serif; }
    .opalestate-popup .popup-body button{
      margin-top:20px; }
    .opalestate-popup .popup-body:before{
      position:absolute;
      width:0;
      height:0;
      content:"";
      z-index:2;
      border-opposite-position(top):15px solid #222;
      border-left:10px solid transparent;
      border-right:10px solid transparent;
      margin:0 0 0 -10px;
      left:50%;
      top:-14px; }
    @media (max-width: 767px){
      .opalestate-popup .popup-body{
        margin:0; } }
  .opalestate-popup.active .popup-body{
    display:block; }
  .opalestate-popup .popup-close{
    position:absolute;
    top:10px;
    right:15px;
    color:#1fc341;
    cursor:pointer; }

.opalestate-results{
  margin-bottom:15px; }
  .opalestate-results span{
    color:#1fc341; }

.media-drag-drop{
  background-color:#efefef;
  border:2px dashed #dfdfdf;
  text-align:center;
  padding:30px; }

.media-drag-drop h4{
  color:#8b9293;
  font-size:18px;
  line-height:18px;
  margin:0 0 20px;
  font-weight:400;
  text-transform:inherit;
  text-align:inherit; }

.media-drag-drop .fa{
  margin-right:8px; }

.row-group-features h3{
  margin-top:50px;
  margin-bottom:30px;
  background-color:#3c3;
  color:#fff; }

ul.property-status{
  padding:0;
  margin:0; }
  ul.property-status li{
    list-style:none;
    display:inline-block;
    margin-right:15px;
    padding:0 12px;
    border-radius:3px;
    background-color:#ff9d00;
    color:#fff;
    font-size:10px;
    font-weight:500;
    margin-bottom:4px; }

.list-details .property-meta-list{
  color:#333;
  font-family:Roboto,sans-serif;
  font-size:20px;
  -webkit-transition:.3s;
  transition:.3s;
  overflow:hidden; }
  .list-details .property-meta-list>li{
    padding-left:8px;
    padding-right:8px;
    padding-bottom:12px;
    position:relative;
    float:left;
    margin-right:15px;
    min-width:30px; }
    @media (max-width: 1200px){
      .list-details .property-meta-list>li{
        font-size:13px;
        padding-right:0;
        padding-bottom:0;
        margin:0; }
        .list-details .property-meta-list>li .add{
          vertical-align:text-bottom; } }
    .list-details .property-meta-list>li .label-property{
      position:absolute;
      bottom:0;
      left:8px;
      font-size:10px;
      color:#333;
      text-transform:uppercase;
      font-weight:400; }
      @media screen and (max-width: 979px){
        .list-details .property-meta-list>li .label-property{
          display:none; } }
    .list-details .property-meta-list>li .add{
      font-size:13px;
      vertical-align:text-top; }
    @media screen and (max-width: 979px){
      .list-details .property-meta-list>li{
        padding-bottom:0; } }
  .list-details .property-meta-list i{
    display:none;
    margin-right:5px; }
    .list-details .property-meta-list i:before{
      font-family:FontAwesome;
      content:"\f123";
      font-size:14px;
      font-style:normal;
      color:#3c3;
      -webkit-transition:.3s;
      transition:.3s; }
  .list-details .property-meta-list .icon-property-areasize:before{
    content:"\f047"; }
  .list-details .property-meta-list .icon-property-bedrooms:before{
    content:"\f236"; }
  .list-details .property-meta-list .icon-property-bathrooms:before{
    content:"\f2cd"; }
  .list-details .property-meta-list .icon-property-parking:before{
    content:"\f1b9"; }
  .list-details .property-meta-list .icon-property-amountrooms:before{
    content:"\f1ad"; }
  @media (max-width: 1200px){
    .list-details .property-meta-list li{
      font-size:13px; }
      .list-details .property-meta-list li .add{
        line-height:1; }
    .list-details .property-meta-list i{
      display:block; }
    .list-details .property-meta-list .label-property{
      display:none; } }
  @media screen and (max-width: 799px){
    .list-details .property-meta-list>li{
      padding-left:5px;
      padding-right:5px;
      font-size:14px; } }

@media (min-width: 768px) and (max-width: 991px){
  .list-details{
    flex-direction:column;
    align-items:left;
    padding-left:20px; }
    .list-details .details{
      margin-right:0; } }

.author-link{
  display:inline-block;
  line-height:32px; }

#opalestate-map-preview{
  position:relative; }

#opalestate-map-preview+.container .search-properies-form{
  margin-bottom:25px;
  box-shadow:0 0 10px rgba(0,0,0,.1); }

.mapPlaceholder{
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-70px;
  color:#3c3; }
  .mapPlaceholder span.fa{
    margin-right:10px; }

.carousel-control.opalestate-left{
  left:30px; }
  @media screen and (max-width: 479px){
    .carousel-control.opalestate-left{
      left:0; } }

.carousel-control.opalestate-right{
  left:auto;
  right:30px; }
  @media screen and (max-width: 479px){
    .carousel-control.opalestate-right{
      right:0; } }

.property-preview{
  overflow:hidden; }
  .property-preview .owl-carousel-wrapper{
    position:relative; }
  .property-preview .carousel-control{
    border-radius:0 !important;
    border:none;
    background-color:rgba(0,0,0,.3);
    color:#fff; }
    .property-preview .carousel-control.opalestate-right{
      padding-left:2px; }
    .property-preview .carousel-control:focus,.property-preview .carousel-control:hover{
      opacity:1;
      filter:alpha(opacity=100);
      background-color:#3c3;
      color:#fff !important; }

.property-attachments .list-group-item-text i{
  margin-right:10px; }

.sk-folding-cube{
  margin:20px auto;
  width:40px;
  height:40px;
  position:relative;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg); }

.sk-folding-cube .sk-cube{
  float:left;
  width:50%;
  height:50%;
  position:relative;
  -webkit-transform:scale(1.1);
  transform:scale(1.1); }

.sk-folding-cube .sk-cube:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#3c3;
  -webkit-animation:a 2.4s infinite linear both;
  animation:a 2.4s infinite linear both;
  -webkit-transform-origin:100% 100%;
  transform-origin:100% 100%; }

.sk-folding-cube .sk-cube2{
  -webkit-transform:scale(1.1) rotate(90deg);
  transform:scale(1.1) rotate(90deg); }

.sk-folding-cube .sk-cube3{
  -webkit-transform:scale(1.1) rotate(180deg);
  transform:scale(1.1) rotate(180deg); }

.sk-folding-cube .sk-cube4{
  -webkit-transform:scale(1.1) rotate(270deg);
  transform:scale(1.1) rotate(270deg); }

.sk-folding-cube .sk-cube2:before{
  -webkit-animation-delay:.3s;
  animation-delay:.3s; }

.sk-folding-cube .sk-cube3:before{
  -webkit-animation-delay:.6s;
  animation-delay:.6s; }

.sk-folding-cube .sk-cube4:before{
  -webkit-animation-delay:.9s;
  animation-delay:.9s; }

@-webkit-keyframes a{
  0%,10%{
    -webkit-transform:perspective(140px) rotateX(-180deg);
    transform:perspective(140px) rotateX(-180deg);
    opacity:0; }
  25%,75%{
    -webkit-transform:perspective(140px) rotateX(0deg);
    transform:perspective(140px) rotateX(0deg);
    opacity:1; }
  90%,to{
    -webkit-transform:perspective(140px) rotateY(180deg);
    transform:perspective(140px) rotateY(180deg);
    opacity:0; } }

@keyframes a{
  0%,10%{
    -webkit-transform:perspective(140px) rotateX(-180deg);
    transform:perspective(140px) rotateX(-180deg);
    opacity:0; }
  25%,75%{
    -webkit-transform:perspective(140px) rotateX(0deg);
    transform:perspective(140px) rotateX(0deg);
    opacity:1; }
  90%,to{
    -webkit-transform:perspective(140px) rotateY(180deg);
    transform:perspective(140px) rotateY(180deg);
    opacity:0; } }
.opalesate-archive-top{
  padding:15px 30px;
  background-color:#fff;
  margin-bottom:40px;
  position:relative;
  font-size:13px; }
  .opalesate-archive-top #opalestate-sortable-form{
    position:relative; }
    .opalesate-archive-top #opalestate-sortable-form:after{
      font-family:FontAwesome;
      content:"\f0d7";
      color:#333;
      right:15px;
      top:50%;
      transform:translateY(-50%);
      z-index:1;
      position:absolute;
      pointer-events:none; }
  .opalesate-archive-top .sort{
    display:flex;
    align-items:center;
    flex-wrap:wrap; }
  .opalesate-archive-top .sortable-dropdown{
    color:#333;
    outline:none;
    border-radius:5px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    background-color:#f9f9f9;
    min-width:210px;
    font-family:Roboto,sans-serif;
    font-size:13px;
    height:34px;
    line-height:34px;
    padding:0 12px;
    border-color:#eee;
    transition:all .3s; }
    .opalesate-archive-top .sortable-dropdown:focus,.opalesate-archive-top .sortable-dropdown:hover{
      border-color:#3c3; }
    @media (max-width: 600px){
      .opalesate-archive-top .sortable-dropdown{
        min-width:170px; } }
  .opalesate-archive-top>div{
    margin-bottom:0; }
  @media screen and (max-width: 767px){
    .opalesate-archive-top .flex-center{
      flex-wrap:wrap;
      justify-content:center; }
    .opalesate-archive-top .row>div{
      width:50%;
      float:left; } }
  @media screen and (max-width: 480px){
    .opalesate-archive-top{
      padding:15px; }
      .opalesate-archive-top .flex-center{
        display:inline-block;
        margin-bottom:5px; }
      .opalesate-archive-top .row>div{
        width:100%;
        float:none; } }
  .opalesate-archive-top:after{
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:15px 25px 0;
    border-color:#fff transparent transparent;
    position:absolute;
    left:50%;
    bottom:-15px;
    transform:translateX(-50%); }
  @media (max-width: 600px){
    .opalesate-archive-top{
      padding:10px; }
      .opalesate-archive-top .flex-center{
        display:block; }
        .opalesate-archive-top .flex-center .pull-left{
          width:100%; }
        .opalesate-archive-top .flex-center .list-property-status li:first-child{
          padding-left:0; } }

#property-filter-status>span{
  line-height:55px;
  font-family:Roboto,sans-serif;
  font-size:14px;
  color:#000;
  margin-right:30px; }

#property-filter-status .list-property-status{
  margin:5px 0; }
  #property-filter-status .list-property-status li{
    font-family:Roboto,sans-serif;
    cursor:pointer;
    display:block;
    position:relative;
    -webkit-transition:.35s;
    transition:.35s;
    float:left; }
    #property-filter-status .list-property-status li span{
      display:block; }
    #property-filter-status .list-property-status li.active,#property-filter-status .list-property-status li:hover{
      color:#000; }

.post-type-archive-opalestate_property .opalestate-rows article .entry-summary{
  min-height:46px; }

.post-type-archive-opalestate_property .opalesate-archive-top{
  padding-top:0;
  padding-bottom:0; }
  .post-type-archive-opalestate_property .opalesate-archive-top .opalesate-archive-top{
    padding:0; }
    @media (max-width: 767px){
      .post-type-archive-opalestate_property .opalesate-archive-top .opalesate-archive-top{
        padding-bottom:20px; } }

.property-address{
  color:#999;
  font-size:13px; }

.opalestate-rows .first-child{
  clear:both; }

.opalestate-rows article{
  background:#fff;
  margin-bottom:30px;
  margin-top:20px;
  transition:all .3s ease-out;
  position:relative; }
  .opalestate-rows article .absolute{
    position:absolute;
    left:20px;
    top:20px;
    z-index:2; }
  .opalestate-rows article .property-group-label{
    z-index:4;
    line-height:1; }
  .opalestate-rows article:hover{
    box-shadow:0 1px 7px 0 rgba(0,0,0,.12); }
  .opalestate-rows article div.property-label{
    z-index:1;
    font-size:9px;
    padding:3px 10px;
    display:block;
    line-height:1; }
  .opalestate-rows article .label-featured,.opalestate-rows article div.property-label{
    font-family:Raleway,sans-serif;
    font-weight:500;
    border-radius:3px;
    margin-bottom:5px; }
  .opalestate-rows article .label-featured{
    font-size:10px;
    padding:3px 12px;
    display:inline-block; }
  .opalestate-rows article .entry-title{
    font-size:20px;
    font-weight:700;
    line-height:30px;
    margin-top:0;
    margin-bottom:0; }
    @media (max-width: 767px){
      .opalestate-rows article .entry-title{
        font-size:18px; } }
  .opalestate-rows article .property-box-image{
    position:relative; }
    .opalestate-rows article .property-box-image img{
      width:100%; }
  .opalestate-rows article header .property-status{
    z-index:2; }
  .opalestate-rows article header{
    position:relative; }
    .opalestate-rows article header .property-price{
      position:absolute;
      bottom:10px;
      right:15px;
      background:hsla(0,0%,100%,.7);
      padding:0 7px;
      z-index:5; }
  .opalestate-rows article .property-toggle-favorite{
    position:absolute;
    top:15px;
    right:15px;
    width:40px;
    height:40px;
    line-height:43px !important;
    text-align:center;
    background-color:#fff;
    border-radius:50%;
    z-index:3; }
    .opalestate-rows article .property-toggle-favorite.fa-heart-o{
      color:#bbb; }
    .opalestate-rows article .property-toggle-favorite.fa-heart{
      color:#ff4040; }
    .opalestate-rows article .property-toggle-favorite:hover{
      cursor:pointer; }
  .opalestate-rows article .entry-content{
    padding:15px 25px; }
    .opalestate-rows article .entry-content i.property-toggle-favorite.fa-heart-o{
      cursor:pointer; }
    .opalestate-rows article .entry-content i.property-toggle-favorite.fa-heart{
      color:#3c3; }
  .opalestate-rows article .author-link .avatar{
    width:30px;
    height:30px;
    margin-right:10px;
    border-radius:50%; }
  .opalestate-rows article .property-list-style{
    border:1px solid #eee; }
    .opalestate-rows article .property-list-style .abs-col-item{
      padding:25px 30px 0; }
      @media (max-width: 480px){
        .opalestate-rows article .property-list-style .abs-col-item{
          border-left-width:1px; } }
    .opalestate-rows article .property-list-style .entry-summary{
      padding:20px 0; }
    .opalestate-rows article .property-list-style .property-box-image img{
      width:100%; }
    .opalestate-rows article .property-list-style .btn-view-more{
      display:none; }
  .opalestate-rows article .property-price{
    color:#3c3;
    font-size:18px;
    margin-top:10px;
    font-family:Roboto,sans-serif;
    font-weight:700; }
    .opalestate-rows article .property-price .property-price-label{
      font-size:12px;
      font-weight:400; }
    @media (max-width: 1199px){
      .opalestate-rows article .property-price{
        font-size:20px; } }
    @media (max-width: 767px){
      .opalestate-rows article .property-price{
        font-size:16px; } }
  .opalestate-rows article .property-list-style-v2 .abs-col-item{
    padding-top:25px; }
    @media (max-width: 480px){
      .opalestate-rows article .property-list-style-v2 .abs-col-item{
        border-left-width:1px; } }
  .opalestate-rows article .property-list-style-v2 .entry-summary{
    font-style:normal;
    overflow:hidden;
    padding:20px 0 25px;
    margin-top:20px;
    margin-right:30px;
    border-style:solid;
    border-color:#eee;
    border-width:1px 0 0;
    color:#888; }
    .opalestate-rows article .property-list-style-v2 .entry-summary>h5{
      margin:0 0 10px;
      font-size:14px; }
    .opalestate-rows article .property-list-style-v2 .entry-summary>p{
      line-height:26px;
      margin-bottom:0;
      max-height:128px;
      overflow:hidden; }
      .opalestate-rows article .property-list-style-v2 .entry-summary>p .more-link{
        display:none; }
  .opalestate-rows article .property-list-style-v2 .list-details{
    padding-left:0; }
  .opalestate-rows article .property-list-style-v2 .property-price{
    position:inherit;
    padding:0;
    margin-top:0; }
  .opalestate-rows article .property-list-style-v2 .property-address{
    margin-bottom:15px;
    margin-top:5px; }
  @media only screen and (max-width: 767px){
    .opalestate-rows article .property-list-style-v2 .content-list{
      padding:15px 0 30px 20px; }
      .opalestate-rows article .property-list-style-v2 .content-list .btn-details{
        position:absolute;
        bottom:15px;
        right:5px; }
    .opalestate-rows article .property-list-style-v2 .property-address img{
      display:none; } }
  .opalestate-rows article .property-list-style-v3 header .property-group-label .label-featured,.opalestate-rows article .property-list-style-v3 header .property-label,.opalestate-rows article .property-list-style-v3 header .property-status li{
    padding:3px 12px;
    display:block;
    color:#fff;
    font-size:10px;
    text-align:left;
    border-radius:3px;
    text-transform:capitalize;
    line-height:1; }
  .opalestate-rows article .property-list-style-v3 header .property-group-label{
    top:45px; }
  @media (max-width: 767px){
    .opalestate-rows article .property-list-style-v3 header img{
      width:100%; } }
  .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item{
    padding-right:25px; }
    .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .item-header{
      flex-wrap:wrap; }
      .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .item-header .left{
        margin-right:20px; }
      .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .item-header .entry-title{
        color:#333;
        font-size:16px;
        transition:color .3s ease-out;
        margin-top:8px;
        margin-bottom:5px; }
    .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .listing__details{
      margin-top:10px; }
      .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .listing__details .btn-details{
        margin-right:0; }
      @media (min-width: 768px) and (max-width: 991px){
        .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .listing__details .list-details{
          padding-left:0; } }
  @media (max-width: 767px){
    .opalestate-rows article .property-list-style-v3 .content-list{
      padding:0 20px 15px; } }
  .opalestate-rows article .property-list-style-v4 .property-list .content-list .logo{
    width:60px;
    height:50px;
    border:1px solid #eee;
    line-height:50px;
    padding:0 7px; }
  .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__btn{
    display:inline-block;
    margin-bottom:5px;
    padding:5px 8px;
    background-color:#22355b;
    color:#fff;
    border-radius:4px;
    font-size:12px; }
    @media (min-width: 768px){
      .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__btn{
        padding:6px 10px; } }
  .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__desc{
    display:block;
    color:#999;
    font-size:12px;
    text-align:right; }
    .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__desc span{
      color:#333;
      text-transform:uppercase; }
    @media (max-width: 767px){
      .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__desc{
        text-align:left; } }
  .opalestate-rows article .my-properties-bottom{
    position:absolute;
    bottom:5px;
    right:10px;
    z-index:2; }
  @media (max-width: 1200px){
    .opalestate-rows article .info-title .entry-summary.flex-center{
      display:block; }
      .opalestate-rows article .info-title .entry-summary.flex-center .property-address{
        display:inline; } }

.opalestate_property{
  margin-top:0 !important; }

.property-list{
  position:relative; }
  .property-list header img{
    width:100%; }
  .property-list.content-property-list-v2 .property-box-image{
    margin-top:20px; }
  .property-list.content-property-list-v2 .content-bottom{
    position:absolute;
    bottom:10px;
    left:25px;
    right:0; }
    .property-list.content-property-list-v2 .content-bottom .property-price{
      background:transparent; }
    .property-list.content-property-list-v2 .content-bottom .entry-title{
      font-size:18px; }
      .property-list.content-property-list-v2 .content-bottom .entry-title a{
        color:#fff; }
    .property-list.content-property-list-v2 .content-bottom .property-address{
      color:#fff;
      opacity:.5; }

.opalesate-featured-property{
  margin:0 -15px; }
  .opalesate-featured-property .item article .property-price{
    position:static;
    background-color:transparent;
    color:#3c3;
    padding:0; }
    @media (max-width: 768px){
      .opalesate-featured-property .item article .property-price{
        text-align:left;
        margin-bottom:10px;
        margin-top:5px; } }
  .opalesate-featured-property .item article .property-list header{
    padding-bottom:0; }
  .opalesate-featured-property .item article .entry-summary{
    color:#acacac; }
    @media (max-width: 768px){
      .opalesate-featured-property .item article .entry-summary{
        display:none; } }
  .opalesate-featured-property .item.style-2 article .property-meta{
    position:absolute;
    top:15px;
    left:15px;
    min-width:195px;
    border-radius:5px;
    background-color:#3c3; }
    @media (max-width: 1200px){
      .opalesate-featured-property .item.style-2 article .property-meta{
        min-width:140px; } }
    .opalesate-featured-property .item.style-2 article .property-meta ul{
      height:60px;
      margin:0; }
      .opalesate-featured-property .item.style-2 article .property-meta ul li{
        margin-top:5px;
        margin-left:7px; }
        .opalesate-featured-property .item.style-2 article .property-meta ul li span{
          color:#fff !important; }
        .opalesate-featured-property .item.style-2 article .property-meta ul li:last-child{
          margin-right:0; }

.manual-properties .owl-carousel-play .carousel-control{
  height:30px;
  line-height:26px;
  background-color:#233354;
  border-color:#233354;
  width:30px;
  font-size:18px;
  left:15px;
  color:#fff; }
  .manual-properties .owl-carousel-play .carousel-control.right{
    right:15px;
    left:auto; }
  .manual-properties .owl-carousel-play .carousel-control:hover{
    background-color:#3c3;
    border-color:#3c3; }

.manual-properties .opalestate-rows article{
  margin-bottom:0; }
  .manual-properties .opalestate-rows article .entry-content{
    padding:15px 25px 25px; }
    @media (max-width: 1199px){
      .manual-properties .opalestate-rows article .entry-content{
        padding:20px 20px 15px; } }
  .manual-properties .opalestate-rows article .property-price{
    position:static;
    background-color:transparent;
    padding:0;
    font-size:48px;
    letter-spacing:-1px; }
    .manual-properties .opalestate-rows article .property-price .property-price-label{
      font-size:40%; }
    @media (max-width: 1199px){
      .manual-properties .opalestate-rows article .property-price{
        font-size:26px; } }
  .manual-properties .opalestate-rows article .property-meta-list{
    padding:0;
    background-color:transparent;
    margin:0 -8px 15px; }
    @media (max-width: 1199px){
      .manual-properties .opalestate-rows article .property-meta-list>li{
        padding-bottom:0; }
        .manual-properties .opalestate-rows article .property-meta-list>li .label-property{
          display:none; } }
  .manual-properties .opalestate-rows article .entry-title{
    margin-bottom:10px; }
    @media (max-width: 1199px){
      .manual-properties .opalestate-rows article .entry-title{
        font-size:16px; } }

.manual-properties.style-1 .item,.manual-properties.style-2 .item{
  padding:0; }
  .manual-properties.style-1 .item article.opalestate_property,.manual-properties.style-2 .item article.opalestate_property{
    background:transparent !important;
    padding:0 !important; }
    .manual-properties.style-1 .item article.opalestate_property:hover,.manual-properties.style-2 .item article.opalestate_property:hover{
      box-shadow:none; }
    .manual-properties.style-1 .item article.opalestate_property .entry-content,.manual-properties.style-2 .item article.opalestate_property .entry-content{
      display:block;
      padding:0 !important; }

.property-v2 .entry-content .entry-title a{
  font-size:60px;
  line-height:70px;
  color:#fff;
  font-weight:800;
  margin-bottom:5px; }

.property-v2 .entry-content .property-address{
  font-size:20px !important;
  opacity:.7;
  color:#fff;
  padding-bottom:22px;
  margin-bottom:40px;
  border-bottom:1px solid #6e6362; }

.property-v2 .entry-content .more{
  display:flex;
  max-width:264px; }
  .property-v2 .entry-content .more .number{
    background-color:#00a03f;
    margin:0;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    padding:0 30px;
    height:70px;
    line-height:70px;
    display:flex;
    align-items:center;
    color:#fff; }
  .property-v2 .entry-content .more a{
    background-color:#00c34d;
    transition:all .3s;
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
    padding:0 20px;
    height:70px;
    line-height:70px; }
    .property-v2 .entry-content .more a:hover{
      background-color:#2eb82e; }

.property-v3 .entry-content .description{
  font-size:34px;
  font-weight:500;
  margin-bottom:5px; }

.property-v3 .entry-content .entry-title a{
  font-size:80px;
  line-height:90px; }

.property-v3 .entry-content .property-address{
  border-bottom:none;
  font-size:18px !important;
  padding-bottom:0 !important; }

.property-v3 .entry-content .more .price{
  padding:0 30px;
  height:70px;
  line-height:70px;
  background-color:#1e3559;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px; }
  .property-v3 .entry-content .more .price p:first-child{
    font-size:14px;
    opacity:.5;
    color:#fff;
    margin-top:5px;
    margin-bottom:0; }
  .property-v3 .entry-content .more .price p{
    background-color:transparent !important; }
  .property-v3 .entry-content .more .price .number{
    padding:0;
    height:inherit;
    line-height:1;
    display:block; }

@media (max-width: 1199px){
  .property-v3 .entry-content .description{
    font-size:24px; } }

@media (max-width: 1199px){
  .property-v2 .entry-content .entry-title a,.property-v3 .entry-content .entry-title a{
    font-size:40px;
    line-height:50px; }
  .property-v2 .entry-content .property-address,.property-v3 .entry-content .property-address{
    font-size:16px;
    margin-bottom:30px;
    padding-bottom:12px; }
  .property-v2 .entry-content .more .number,.property-v2 .entry-content .more .price,.property-v3 .entry-content .more .number,.property-v3 .entry-content .more .price{
    height:60px;
    line-height:60px; }
  .property-v2 .entry-content .more a,.property-v3 .entry-content .more a{
    padding:0 10px;
    height:60px;
    line-height:60px; } }

.property-v4 .entry-content{
  display:flex;
  padding:0 !important;
  flex-wrap:nowrap !important; }
  .property-v4 .entry-content .property__main-item{
    padding:25px 30px 20px;
    margin-right:0;
    flex:2; }
    .property-v4 .entry-content .property__main-item .entry-title{
      font-size:32px;
      line-height:40px;
      font-weight:800;
      text-transform:uppercase; }
    .property-v4 .entry-content .property__main-item .property-address{
      font-size:16px;
      margin-bottom:20px; }
    .property-v4 .entry-content .property__main-item .property-meta-list{
      margin:0; }
      .property-v4 .entry-content .property__main-item .property-meta-list ul{
        margin-bottom:0; }
        .property-v4 .entry-content .property__main-item .property-meta-list ul .property__stat{
          color:#333; }
    .property-v4 .entry-content .property__main-item:after{
      position:relative; }
  .property-v4 .entry-content .link{
    display:flex;
    flex-direction:column;
    text-align:center; }
    .property-v4 .entry-content .link .price{
      background-color:#22355b;
      flex:2;
      padding:55px 0; }
      .property-v4 .entry-content .link .price p{
        margin-bottom:0; }
    .property-v4 .entry-content .link .more{
      text-transform:uppercase;
      background-color:#3c3;
      padding:15px 75px; }
      .property-v4 .entry-content .link .more a{
        color:#fff;
        font-weight:600; }
  @media (max-width: 991px){
    .property-v4 .entry-content .property__main-item{
      padding:15px 20px 10px; }
      .property-v4 .entry-content .property__main-item .entry-title{
        font-size:25px; }
      .property-v4 .entry-content .property__main-item .property-address{
        font-size:15px;
        margin-bottom:5px; }
      .property-v4 .entry-content .property__main-item .property-meta-list .property__figure{
        font-size:16px; }
    .property-v4 .entry-content .link .price{
      padding:30px 0; }
    .property-v4 .entry-content .link .more{
      padding:15px 30px; } }

.widget.widget-estate-property .widget-content{
  overflow:visible; }

.widget.widget-estate-property .owl-carousel .item{
  margin-top:20px; }

.widget .search-properies-form .form-group{
  color:#222; }
  .widget .search-properies-form .form-group label{
    margin-bottom:5px;
    color:#333;
    font-family:Roboto,sans-serif;
    font-size:15px;
    font-weight:700;
    text-transform:capitalize; }
  .widget .search-properies-form .form-group input[type=radio]{
    float:left;
    margin-right:10px; }
  .widget .search-properies-form .form-group span{
    float:right; }

.widget .search-properies-form .form-control{
  border-color:#eee; }

.widget .search-properies-form .btn-search{
  height:40px;
  line-height:40px;
  padding:0 !important;
  border:none;
  border-radius:4px;
  background-color:#3c3;
  transition:all .3s;
  text-transform:uppercase;
  color:#fff;
  font-weight:600; }
  .widget .search-properies-form .btn-search:after{
    content:""; }
  .widget .search-properies-form .btn-search:hover{
    background-color:#2eb82e; }

.widget .search-properies-form .opal-slide-ranger label{
  display:flex;
  justify-content:space-between; }
  .widget .search-properies-form .opal-slide-ranger label .noUi-origin{
    background:#555; }
  .widget .search-properies-form .opal-slide-ranger label span{
    flex:1; }
  .widget .search-properies-form .opal-slide-ranger label span:last-child{
    text-align:right; }

.widget-properties article{
  margin-top:30px; }
  .widget-properties article:not(:last-child){
    margin-bottom:20px; }

.widget-properties article:first-child{
  margin-top:0; }

.widget-properties .media-left{
  position:relative; }
  .widget-properties .media-left img{
    width:100%; }
  .widget-properties .media-left .property-box-image{
    position:relative; }
    .widget-properties .media-left .property-box-image:after{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:linear-gradient(0deg,#222,rgba(34,34,34,0)); }

.widget-properties .entry-title a{
  color:#fff;
  font-size:15px;
  transition:color .3s ease-out;
  display:block; }
  .widget-properties .entry-title a:hover{
    color:#3c3; }

.widget-properties .property-price{
  font-size:14px;
  color:#3c3; }
  .widget-properties .property-price .property-price-label{
    color:#fff; }

.widget-properties .media{
  overflow:hidden; }
  .widget-properties .media .media-body,.widget-properties .media .media-left{
    display:block;
    padding:0 !important; }
  .widget-properties .media .media-body{
    position:absolute;
    bottom:0;
    left:0;
    width:100%; }
    .widget-properties .media .media-body .entry-content{
      padding:10px 10px 5px;
      display:block; }

.widget-estate-browse-single-category .property-category,.widget-estate-browse-single-type .property-category{
  position:relative;
  overflow:hidden; }
  .widget-estate-browse-single-category .property-category .property-category-image img,.widget-estate-browse-single-type .property-category .property-category-image img{
    width:100%;
    -webkit-transition:1s;
    transition:1s; }
  .widget-estate-browse-single-category .property-category .static-content,.widget-estate-browse-single-type .property-category .static-content{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.4);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    color:#3c3;
    font-weight:500;
    font-size:14px;
    -webkit-transition:1s;
    transition:1s; }
    .widget-estate-browse-single-category .property-category .static-content h5,.widget-estate-browse-single-type .property-category .static-content h5{
      font-size:36px;
      margin:0;
      letter-spacing:-1px; }
      .widget-estate-browse-single-category .property-category .static-content h5 a,.widget-estate-browse-single-type .property-category .static-content h5 a{
        color:#fff; }
        .widget-estate-browse-single-category .property-category .static-content h5 a:hover,.widget-estate-browse-single-type .property-category .static-content h5 a:hover{
          color:#3c3; }
      @media (max-width: 1199px){
        .widget-estate-browse-single-category .property-category .static-content h5,.widget-estate-browse-single-type .property-category .static-content h5{
          font-size:30px; } }
    .widget-estate-browse-single-category .property-category .static-content .property-category-count,.widget-estate-browse-single-type .property-category .static-content .property-category-count{
      text-transform:uppercase;
      font-size:10px;
      font-weight:500;
      font-family:Raleway,sans-serif; }
  .widget-estate-browse-single-category .property-category:hover img,.widget-estate-browse-single-type .property-category:hover img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1); }
  .widget-estate-browse-single-category .property-category:hover .static-content,.widget-estate-browse-single-type .property-category:hover .static-content{
    background-color:rgba(0,0,0,.6); }

.widget-estate-browse-single-category .property-category .static-content h5{
  font-size:30px; }
  @media (max-width: 992px){
    .widget-estate-browse-single-category .property-category .static-content h5{
      font-size:24px; } }

.widget-estate-browse-single-location .property-category{
  position:relative;
  overflow:hidden; }
  .widget-estate-browse-single-location .property-category:hover img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1); }
  .widget-estate-browse-single-location .property-category:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color:rgba(0,0,0,.5); }

.widget-estate-browse-single-location .static-content{
  text-align:center;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
  font-weight:500;
  width:100%;
  z-index:1; }
  .widget-estate-browse-single-location .static-content h5{
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    margin:0; }
    .widget-estate-browse-single-location .static-content h5 a{
      color:#fff;
      transition:all .3s; }
      .widget-estate-browse-single-location .static-content h5 a:hover{
        color:#3c3; }

.widget-estate-browse-single-location .property-category-image img{
  width:100%;
  -webkit-transition:1s;
  transition:1s; }

.widget-estate-browse-single-location.style-carousel{
  margin-left:-3px;
  margin-right:-3px; }
  .widget-estate-browse-single-location.style-carousel .owl-item{
    padding:0 3px; }
  .widget-estate-browse-single-location.style-carousel .owl-controls{
    display:block !important;
    margin-top:25px; }

.overlap-carousel-property .owl-carousel-play .carousel-controls{
  position:static; }

.overlap-carousel-property .owl-carousel-play .carousel-control{
  left:18%;
  position:absolute;
  background-color:transparent;
  border:1px solid #fff;
  color:#fff;
  font-size:18px; }
  .overlap-carousel-property .owl-carousel-play .carousel-control:hover{
    border-color:#3c3;
    color:#3c3; }
  .overlap-carousel-property .owl-carousel-play .carousel-control.right{
    left:auto;
    right:18%; }
  @media (max-width: 768px){
    .overlap-carousel-property .owl-carousel-play .carousel-control{
      left:0; }
      .overlap-carousel-property .owl-carousel-play .carousel-control.right{
        right:0; } }

.overlap-carousel-property .owl-carousel .owl-item .item{
  padding:0 2px; }

.overlap-carousel-property .opalestate-rows{
  margin:0 -25%;
  overflow:hidden; }
  .overlap-carousel-property .opalestate-rows article{
    border:none; }
    .overlap-carousel-property .opalestate-rows article .entry-content{
      position:absolute;
      bottom:0;
      left:0;
      width:100%;
      background-color:transparent;
      padding:15% 50px 50px; }
      @media (max-width: 1199px){
        .overlap-carousel-property .opalestate-rows article .entry-content{
          padding:20px; } }
    .overlap-carousel-property .opalestate-rows article .property-price-wrapper{
      margin-bottom:20px; }
      @media (max-width: 1199px){
        .overlap-carousel-property .opalestate-rows article .property-price-wrapper{
          margin-bottom:15px; } }
      .overlap-carousel-property .opalestate-rows article .property-price-wrapper .property-price{
        display:inline-block;
        background-color:#3c3;
        color:#fff;
        padding:0 15px;
        position:static; }
    .overlap-carousel-property .opalestate-rows article .entry-title{
      font-size:24px;
      margin-bottom:10px; }
      .overlap-carousel-property .opalestate-rows article .entry-title a{
        color:#fff; }
        .overlap-carousel-property .opalestate-rows article .entry-title a:hover{
          color:#3c3; }
      @media (max-width: 767px){
        .overlap-carousel-property .opalestate-rows article .entry-title{
          font-size:16px; } }
    .overlap-carousel-property .opalestate-rows article .property-meta-list{
      border:none;
      background-color:transparent;
      margin:0 -8px;
      padding:0;
      text-align:left;
      font-size:14px;
      font-weight:700;
      color:#b7b7b7; }
      .overlap-carousel-property .opalestate-rows article .property-meta-list li{
        width:auto;
        min-width:85px; }
        @media (max-width: 767px){
          .overlap-carousel-property .opalestate-rows article .property-meta-list li{
            min-width:10px; } }
      .overlap-carousel-property .opalestate-rows article .property-meta-list i:before{
        font-weight:400; }
    .overlap-carousel-property .opalestate-rows article .property-box-image:before{
      -webkit-transition:.3s;
      transition:.3s;
      content:"";
      position:absolute;
      left:0;
      top:0;
      background:transparent linear-gradient(180deg,transparent,rgba(0,0,0,.5)) repeat scroll 0 0;
      width:100%;
      height:100%; }
    .overlap-carousel-property .opalestate-rows article:hover .property-box-image:before{
      opacity:.3;
      filter:alpha(opacity=30); }
  @media (max-width: 768px){
    .overlap-carousel-property .opalestate-rows{
      margin:0; } }

@media (max-width: 480px){
  .overlap-carousel-property .opalestate-rows article .property-price-wrapper{
    margin-bottom:5px; }
    .overlap-carousel-property .opalestate-rows article .property-price-wrapper .property-price{
      color:#3c3;
      padding:0;
      background-color:transparent;
      font-size:14px; }
  .overlap-carousel-property .opalestate-rows article .entry-title{
    font-size:14px; }
  .overlap-carousel-property .opalestate-rows article .entry-content{
    padding:10px 15px; } }

.opalesate-agent-grid-v2.opalestate-rows article{
  border:none; }
  .opalesate-agent-grid-v2.opalestate-rows article .agent-box-title{
    font-size:18px;
    margin:0;
    color:#333; }
  .opalesate-agent-grid-v2.opalestate-rows article .agent-box-image{
    border-radius:0; }
  .opalesate-agent-grid-v2.opalestate-rows article .property-label{
    left:0;
    border-top-color:#22355b; }
  .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button{
    border:1px solid #f6f6f6;
    margin-bottom:20px; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__wrapper{
      display:flex;
      align-items:center; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-box-image{
      width:37%; }
      .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-box-image .agent-with-button__wrapper img{
        width:100%; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__agent{
      width:63%;
      padding-left:30px; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__agent-name{
      font-size:18px;
      margin-bottom:4px; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__agent-position{
      display:block;
      margin-bottom:1px;
      color:#999;
      font-size:12px; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__cta{
      display:block;
      height:45px;
      line-height:45px;
      background-color:#3c3;
      color:#fff;
      text-align:center;
      text-transform:capitalize;
      transition:all .3s; }
      .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__cta:hover{
        background-color:#2eb82e; }
  @media (max-width: 768px){
    .opalesate-agent-grid-v2.opalestate-rows article .agent-box-image img{
      width:100%; } }
  .opalesate-agent-grid-v2.opalestate-rows article:hover{
    box-shadow:none; }

.opalesate-agent-grid-v2.style-carousel .owl-item{
  padding:0 15px; }

.opalesate-agent-grid-v2 .carousel-controls.style-2 .carousel-control.left{
  right:65px; }

.opalesate-properties-carousel{
  margin-left:-15px;
  margin-right:-15px; }

.opalesate-recent-property .carousel-controls{
  position:absolute;
  right:15px;
  top:-80px; }

.opalesate-recent-property .carousel-control{
  position:static;
  display:inline-block; }

@media (max-width: 767px){
  .opalesate-row .property-address.flex-center{
    display:block; } }
.property-information ul.list-info{
  padding:0;
  margin:0; }
  .property-information ul.list-info li{
    border-top:1px solid #eee;
    padding:8px 0;
    overflow:hidden;
    font-family:Raleway,sans-serif;
    line-height:30px;
    font-size:14px; }
    .property-information ul.list-info li span:first-child{
      float:left;
      margin-right:10px;
      border-right:1px solid #eee;
      font-weight:700;
      width:140px; }
    .property-information ul.list-info li.property-label-address{
      display:none; }
    .property-information ul.list-info li:first-child{
      border-top:none; }

@media screen and (max-width: 1023px){
  .property-information ul.list-info{
    margin-bottom:20px; } }

.content-bottom h6{
  text-transform:uppercase;
  margin-right:10px; }

.property-same-agent-section .opalestate_property .property-list-style-v2{
  margin-bottom:0; }

.property-same-agent-section .opalestate_property .property-meta-list>li{
  padding-left:5px;
  padding-right:5px; }

.property-same-agent-section .opalestate-rows article .property-list-style-v2{
  border-bottom:none; }

.opalesate-featured-property.style-2 .owl-controls{
  display:block !important; }

.opalesate-featured-property.style-2 .carousel-control.style-3{
  display:none; }

.property-grid-style-v5{
  position:relative; }
  .property-grid-style-v5 .property-list .property-group-label{
    top:110px; }
  .property-grid-style-v5 .property-list .property-status{
    top:80px; }
  .property-grid-style-v5 .property-list header img{
    width:100%;
    height:auto; }
  .property-grid-style-v5 .list-details .property-meta-list i:before{
    color:#fff; }
  .property-grid-style-v5 .content-list{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:10px 25px;
    z-index:1;
    background:linear-gradient(0deg,#050606,rgba(5,6,6,.99) 1%,transparent); }
    .property-grid-style-v5 .content-list .abs-col-item{
      display:flex;
      align-items:center;
      flex-wrap:wrap; }
      .property-grid-style-v5 .content-list .abs-col-item .flex-center{
        flex:1; }
      .property-grid-style-v5 .content-list .abs-col-item .entry-title a{
        font-size:18px;
        line-height:24px;
        color:#fff; }
      .property-grid-style-v5 .content-list .abs-col-item .property-address{
        color:#fff;
        opacity:.5; }
    @media (max-width: 991px){
      .property-grid-style-v5 .content-list{
        position:relative;
        bottom:auto;
        left:0;
        right:0;
        background:transparent;
        padding:0; }
        .property-grid-style-v5 .content-list .abs-col-item{
          display:block;
          padding:20px 10px 10px;
          transition:all .3s; }
          .property-grid-style-v5 .content-list .abs-col-item .entry-title a,.property-grid-style-v5 .content-list .abs-col-item .property-address{
            color:#222; }
            .property-grid-style-v5 .content-list .abs-col-item .property-address img{
              display:none; }
        .property-grid-style-v5 .content-list .property-meta{
          min-width:125px; } }
  .property-grid-style-v5 .absolute{
    top:80px !important; }

@media (max-width: 991px){
  .opalestate-rows.style-2 .item:hover .abs-col-item{
    box-shadow:0 1px 7px 0 rgba(0,0,0,.12); }
  .opalestate-rows.style-2 .item article:hover{
    box-shadow:none; } }

.opalestate_property .entry-content{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between; }
  .opalestate_property .entry-content .info-title{
    flex:auto; }

.google-map-tabs .nav.nav-tabs>li>a{
  border:none !important;
  width:40px;
  height:40px;
  line-height:40px;
  color:#fff !important;
  text-align:center;
  background-color:#233354 !important;
  padding:0;
  margin:0; }
  .google-map-tabs .nav.nav-tabs>li>a span{
    display:none; }
  .google-map-tabs .nav.nav-tabs>li>a:after{
    content:none; }

.google-map-tabs .nav.nav-tabs>li.active>a{
  background-color:#3c3 !important; }

.google-map-tabs .tab-content{
  border:none;
  padding:0;
  margin:0; }

.property-button-edit{
  position:absolute;
  right:-30px;
  top:-25px;
  z-index:1;
  background-color:#000;
  font-size:12px;
  padding:2px 10px;
  text-transform:uppercase; }
  .property-button-edit a{
    color:#fff; }
  .property-map-section,.property-map-section #property-map{
    position:relative; }
  .property-map-section #property-search-places{
    bottom:25px;
    left:10px;
    position:absolute;
    z-index:1; }
    .property-map-section #property-search-places .btn-map-search{
      cursor:pointer;
      background-color:#fff;
      text-align:center;
      width:40px;
      height:40px;
      position:relative; }
      .property-map-section #property-search-places .btn-map-search i{
        display:block;
        line-height:40px; }
        .property-map-section #property-search-places .btn-map-search i.fa-hospital-o{
          color:#b3e180; }
        .property-map-section #property-search-places .btn-map-search i.fa-plus-square{
          color:#ec8f73; }
        .property-map-section #property-search-places .btn-map-search i.fa-graduation-cap{
          color:#8fbfe4; }
        .property-map-section #property-search-places .btn-map-search i.fa-shopping-basket{
          color:#9d4cfa; }
        .property-map-section #property-search-places .btn-map-search i.fa-subway{
          color:#fabd47; }
        .property-map-section #property-search-places .btn-map-search i.fa-bank{
          color:#6eadfb; }
      .property-map-section #property-search-places .btn-map-search em{
        background:#1fc341;
        margin-left:10px;
        font-size:10px;
        color:#fff;
        padding:1px 3px; }
      .property-map-section #property-search-places .btn-map-search span{
        width:0;
        display:block;
        visibility:hidden;
        -webkit-transition:.35s;
        transition:.35s;
        position:absolute;
        left:50%;
        top:0;
        background-color:#fff;
        line-height:40px;
        padding:0 10px;
        z-index:-1;
        opacity:0;
        filter:alpha(opacity=0);
        font-family:Raleway,sans-serif;
        font-size:12px; }
      .property-map-section #property-search-places .btn-map-search.active span,.property-map-section #property-search-places .btn-map-search:hover span{
        visibility:visible;
        width:auto;
        left:100%;
        z-index:1;
        opacity:1;
        filter:alpha(opacity=100); }
  .property-map-section.style-2 .google-map-tabs .nav-tabs{
    position:absolute;
    z-index:10;
    top:30px;
    right:0; }
    .property-map-section.style-2 .google-map-tabs .nav-tabs li a{
      width:45px;
      height:45px;
      line-height:45px;
      margin-right:10px;
      border-radius:4px;
      background-color:rgba(0,0,0,.65) !important;
      box-shadow:0 1px 3px 0 rgba(0,0,0,.35);
      display:inline-block;
      text-align:center;
      cursor:pointer;
      transition:all .3s ease-out; }
      .property-map-section.style-2 .google-map-tabs .nav-tabs li a .property__control-icon{
        display:block;
        color:#fff;
        font-size:16px; }
        @media (min-width: 768px){
          .property-map-section.style-2 .google-map-tabs .nav-tabs li a .property__control-icon{
            font-size:24px; } }
      .property-map-section.style-2 .google-map-tabs .nav-tabs li a:hover{
        background-color:#3c3 !important; }
.opalestate_agent{
  background-color:#fff; }
  .opalestate_agent.agent-grid-style{
    margin-bottom:30px; }
  .opalestate_agent .agent-box-title{
    font-size:14px;
    font-weight:700;
    margin:15px 0 0; }
  .opalestate_agent .agent-job{
    font-size:11px;
    color:#999;
    text-transform:uppercase;
    margin-bottom:8px;
    margin-top:5px;
    padding-left:0; }
  .opalestate_agent .agent-info{
    padding:15px 0 5px;
    color:gray; }
    @media (max-width: 992px){
      .opalestate_agent .agent-info{
        padding:0; } }
  .opalestate_agent .more-link{
    font-size:12px;
    font-weight:500;
    text-transform:uppercase;
    font-family:Raleway,sans-serif; }
    .opalestate_agent .more-link i{
      margin-left:10px; }
  .opalestate_agent .bo-social-icons{
    margin:0 -3px; }
    .opalestate_agent .bo-social-icons [class^=bo-social-]{
      margin:0 3px;
      border-color:#999; }
      .opalestate_agent .bo-social-icons [class^=bo-social-] i{
        color:#999;
        -webkit-transition:.3s;
        transition:.3s; }
      .opalestate_agent .bo-social-icons [class^=bo-social-]:hover{
        border-color:#3c3; }
        .opalestate_agent .bo-social-icons [class^=bo-social-]:hover i{
          color:#3c3; }
  .opalestate_agent .pbr-social-share .bo-social-icons [class^=bo-social-] i{
    color:#fff; }
    .opalestate_agent .pbr-social-share .bo-social-icons [class^=bo-social-] i:hover{
      color:#3c3; }
  .opalestate_agent .post-thumbnail img{
    width:100%; }
  .opalestate_agent .agent-google-map-content{
    margin-bottom:30px; }
    .opalestate_agent .agent-google-map-content>p{
      margin-bottom:15px;
      font-size:14px; }
  .opalestate_agent .team-header{
    position:relative; }
    .opalestate_agent .team-header .agent-levels{
      left:0;
      color:#fafafa; }
  .opalestate_agent .agent-box-image{
    border-radius:50%;
    overflow:hidden; }
    @media (max-width: 767px){
      .opalestate_agent .agent-box-image{
        border-radius:0; } }
    @media screen and (max-width: 480px){
      .opalestate_agent .agent-box-image img{
        width:100%; } }
  .opalestate_agent .agent-footer{
    position:relative; }
    .opalestate_agent .agent-footer .property-label{
      border-radius:0;
      position:absolute;
      bottom:0;
      right:0;
      color:#22355b; }
      .opalestate_agent .agent-footer .property-label i{
        font-size:12px; }
  .opalestate_agent .agent-s2 .team-header{
    margin-left:0;
    margin-right:0;
    position:relative; }
    .opalestate_agent .agent-s2 .team-header>div{
      padding-left:0;
      padding-right:0; }
    .opalestate_agent .agent-s2 .team-header .agent-box-image img{
      width:100%;
      height:auto; }
    .opalestate_agent .agent-s2 .team-header .socials{
      position:absolute;
      bottom:0;
      width:100%;
      padding:8px 0;
      background:rgba(11,33,76,.9);
      text-align:center;
      opacity:0;
      visibility:hidden;
      transition:all .3s ease-out;
      transform:translate3d(0,40px,0); }
      .opalestate_agent .agent-s2 .team-header .socials a{
        padding:0 10px; }
        .opalestate_agent .agent-s2 .team-header .socials a .fa{
          color:#fff;
          transition:all .3s; }
          .opalestate_agent .agent-s2 .team-header .socials a .fa:hover{
            color:#3c3; }
  .opalestate_agent .agent-s2 .agent-box-image{
    border-radius:0; }
  .opalestate_agent .agent-s2 .agent-body{
    padding:10px 20px; }
  .opalestate_agent .agent-s2 .agent-box-title{
    margin:0; }
  .opalestate_agent .agent-s2 .agent-info{
    padding:0;
    color:#acacac; }
  .opalestate_agent .agent-s2 .info p{
    margin:0;
    color:#666;
    font-size:13px;
    line-height:20px; }
  .opalestate_agent .agent-s2:hover .socials{
    opacity:1;
    transform:translateZ(0);
    visibility:visible; }
  .opalestate_agent .agent-s3 .team-header{
    margin-left:0;
    margin-right:0; }
    .opalestate_agent .agent-s3 .team-header>div{
      padding-left:0;
      padding-right:0; }
  .opalestate_agent .agent-s3 .agent-body{
    padding:25px 0 0;
    border-bottom:none; }
  .opalestate_agent .agent-s3 .agent-box-title{
    text-transform:uppercase;
    font-size:14px;
    margin:0; }
  .opalestate_agent .agent-s3 .agent-info{
    padding:0;
    color:#acacac; }
  .opalestate_agent .agent-s3 .property-label{
    background-color:#3c3;
    line-height:30px;
    left:0;
    border:none;
    top:50%;
    margin-top:-15px;
    width:30px;
    height:30px; }
    .opalestate_agent .agent-s3 .property-label i{
      position:static; }
  .opalestate_agent .team-v2 .agent-box-image{
    border-radius:0; }
  .opalestate_agent .entry-content{
    margin-bottom:25px; }

.post-type-archive-opalestate_agent .opalestate_agent .agent-box-image{
  border-radius:0; }
  .post-type-archive-opalestate_agent .opalestate_agent .agent-box-image img{
    width:100%; }
.single .bo-social-icons a{
  display:inline-block;
  padding-right:10px;
  margin:0;
  color:#adadad;
  font-size:16px;
  transition:color .3s ease-out;
  border:none;
  width:auto;
  line-height:1;
  height:100%;
  overflow:inherit; }

.single__contact{
  padding-left:0;
  list-style-type:none; }
  .single__contact li a,.single__contact li span{
    font-size:13px;
    display:inline-block;
    color:#666;
    transition:color .3s ease-out; }
  .single__contact li .fa{
    color:#666;
    font-size:12px;
    width:1.28571429em;
    text-align:center;
    padding-right:5px;
    transition:color .3s ease-out; }
    .single__contact li .fa.fa-mobile{
      font-size:14px; }
  .single__contact li:hover .fa,.single__contact li:hover a{
    color:#3c3; }

.single-opalestate_agent .contact-form__header-container .team-header img{
  height:auto;
  border-radius:50%;
  border:1px solid #eee; }

.single-opalestate_agent .contact-form__header-container .team-header .agent-levels{
  bottom:-30px;
  left:50%;
  transform:translateX(-50%); }

.single-opalestate_agent .contact-form__header-container .contact-info .entry-content p{
  padding-left:0; }

.single-opalestate_agent .contact-form__header-container .contact-info .agent-box-title{
  font-size:24px; }

@media (min-width: 768px){
  .single-opalestate_agent .contact-form__header-container{
    display:flex;
    align-items:flex-start; }
    .single-opalestate_agent .contact-form__header-container .contact-info{
      padding-left:40px; } }

.single-opalestate_agent .agent-box .agents-single__inner .agent-preview{
  margin-bottom:15px; }

@media (min-width: 768px){
  .single-opalestate_agent .agent-box .agents-single__inner{
    display:flex; }
    .single-opalestate_agent .agent-box .agents-single__inner .agent-preview{
      width:25%;
      margin-bottom:0; }
    .single-opalestate_agent .agent-box .agents-single__inner .agent-box-meta{
      width:75%;
      padding-left:20px; } }

@media (min-width: 992px){
  .single-opalestate_agent .agent-box .agents-single__inner .agent-box-meta{
    padding-left:40px; } }

.single-opalestate_agent .agent-box .agent-box-meta .agent-box-title{
  margin-bottom:5px;
  margin-top:0;
  font-size:24px;
  color:#333; }

.single-opalestate_agent .agent-box .agent-box-meta .agent-job{
  display:inline-block;
  margin-bottom:15px; }

.single-opalestate_agent .agent-box .agent-box-meta .bo-social-icons{
  margin:0 0 35px; }

.single-opalestate_agent .agent-box .agent-box-bio{
  clear:both; }

.single-opalestate_agent .agent-box .agent-preview .team-header .property-label{
  left:15px; }

.single-opalestate_agent .agent-box .agent-preview .team-header .agent-levels{
  left:0;
  color:#fafafa; }

@media (max-width: 480px){
  .single-opalestate_agent .agent-box .agent-preview .team-header img{
    width:100%; } }

@media screen and (max-width: 992px){
  .single-opalestate_agent .agent-box{
    margin-bottom:30px; } }

@media screen and (max-width: 767px){
  .single-opalestate_agent .agent-box .agent-box-image{
    margin-bottom:20px; } }

.single-opalestate_agent .opalestate-contact-form .btn{
  text-transform:uppercase; }

.single-opalestate_agent .my-property{
  padding:40px 0 100px;
  background-color:#f6f6f6;
  margin-top:20px; }
  @media (min-width: 768px){
    .single-opalestate_agent .my-property{
      padding:140px 0 70px; } }

.single-opalestate_agent .form-contact{
  border:1px solid #eee;
  padding:20px; }
  .single-opalestate_agent .form-contact .contact-form__title{
    margin-bottom:20px;
    line-height:23px; }
  .single-opalestate_agent .form-contact .form-group{
    margin-bottom:10px; }
    .single-opalestate_agent .form-contact .form-group .form-control{
      height:40px;
      line-height:40px; }
  .single-opalestate_agent .form-contact textarea{
    min-height:110px;
    margin-bottom:20px; }
  .single-opalestate_agent .form-contact .btn{
    font-size:13px;
    font-weight:500;
    text-transform:uppercase;
    font-family:Roboto,sans-serif; }

body.author .agent-box{
  margin-bottom:20px; }

body.author .agent-box-bio{
  line-height:26px; }

.opalestate_agent .agent-box{
  margin-bottom:15px; }
  @media screen and (max-width: 767px){
    .opalestate_agent .agent-box .agent-box-image{
      margin-bottom:20px; } }

.opalestate_agent .agent-contact{
  background-color:#fff;
  padding:25px 30px 30px; }
  .opalestate_agent .agent-contact label{
    font-size:14px; }
  .opalestate_agent .agent-contact .btn{
    font-size:12px;
    text-transform:uppercase;
    font-weight:900;
    padding:5px 20px 7px; }

.opalestate_agent .agent-box-meta>div.agent-box-position{
  text-transform:uppercase;
  color:#888;
  font-size:12px;
  margin-bottom:13px; }

.opalestate_agent .agent-box-meta>div a{
  color:#666; }
  .opalestate_agent .agent-box-meta>div a:hover{
    color:#3c3; }

.opalestate_agent .agent-box-meta>div i{
  color:#666; }

.opalestate_agent .agent-box-meta>div.agent-box-phone{
  color:#3c3; }

.agent-contact-form-container{
  border:1px solid #eee;
  padding:20px; }
  .agent-contact-form-container h3{
    font-size:18px;
    margin-bottom:25px; }
  .agent-contact-form-container .form-control{
    margin-bottom:10px;
    color:#333;
    border:1px solid #eee; }
  .agent-contact-form-container button{
    background-color:#3c3;
    color:#fff;
    font-size:13px;
    font-weight:500;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
    width:100%;
    border:none;
    transition:all .3s ease-out; }
    .agent-contact-form-container button:hover{
      background-color:#2eb82e; }
  .agent-contact-form-container textarea.form-control{
    min-height:110px; }

.single-opalestate_office .agent-contact-form-container{
  border:none; }

.property-agent-section{
  margin-bottom:30px; }

.property-same-agent-section{
  margin-bottom:0;
  margin-top:25px; }
.search-agents-wrap .opalestate-search-agents-form{
  margin:0 0 80px;
  box-shadow:0 0 10px rgba(0,0,0,.1);
  border-radius:0;
  border:1px solid #eee; }

.opalestate-search-agents-form{
  background-color:#22355b;
  padding:10px 15px 15px; }
  .opalestate-search-agents-form .search-agent-title{
    display:block !important;
    color:#fff;
    font-size:12px;
    margin-bottom:5px;
    text-transform:uppercase;
    font-family:Raleway,sans-serif; }
  .opalestate-search-agents-form select{
    background-color:#efefef;
    height:45px;
    line-height:31px;
    border:1px solid #e1e1e1;
    text-transform:uppercase;
    font-family:Raleway,sans-serif;
    color:#333;
    font-size:10px; }
  .opalestate-search-agents-form .btn-search{
    font-size:12px;
    padding:10px 20px;
    font-weight:600;
    text-transform:uppercase; }
    .opalestate-search-agents-form .btn-search i{
      margin-right:10px; }
      @media screen and (max-width: 979px){
        .opalestate-search-agents-form .btn-search i{
          display:none; } }
  .opalestate-search-agents-form .noUi-handle{
    background:#dadada; }
  .opalestate-search-agents-form .noUi-background{
    border-radius:0;
    background:#efefef; }
  .opalestate-search-agents-form .opal-slide-ranger label{
    text-transform:uppercase;
    font-family:Raleway,sans-serif;
    color:#fff;
    font-size:11px; }
  @media (max-width: 767px){
    .opalestate-search-agents-form .opal-slide-ranger{
      margin-bottom:20px; } }
  .opalestate-search-agents-form .form-control{
    height:45px;
    color:#333;
    font-size:10px;
    border:1px solid #e1e1e1;
    text-transform:uppercase;
    font-family:Raleway,sans-serif;
    line-height:31px;
    background-color:#efefef;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer; }
    @media (max-width: 767px){
      .opalestate-search-agents-form .form-control{
        margin-bottom:10px; } }
  .opalestate-search-agents-form .opal-row:last-child .col-md-3:after,.opalestate-search-agents-form .opal-row:last-child>div:first-child.col-md-4:after{
    font-family:FontAwesome;
    content:"\f078";
    color:#3c3;
    right:30px;
    top:12px;
    z-index:1;
    position:absolute;
    pointer-events:none;
    font-size:10px; }

.team-header{
  position:relative; }
  .team-header .agent-levels{
    position:absolute;
    background-color:#3c3;
    color:#222;
    margin:0;
    bottom:0;
    left:0;
    font-size:10px;
    font-weight:500;
    text-transform:uppercase;
    line-height:24px;
    padding:0 10px; }
    .team-header .agent-levels li{
      list-style:none; }
  .team-header .property-label{
    border-radius:0;
    top:0;
    left:0;
    position:absolute;
    width:0;
    height:0;
    content:"";
    z-index:2;
    border-opposite-position(bottom):60px solid #fabd47;
    border-left:40px solid transparent;
    border-right:40px solid transparent;
    border-left-width:0;
    border-top:40px solid #fabd47; }
    .team-header .property-label i{
      position:absolute;
      z-index:1;
      color:#fff;
      top:-35px;
      left:7px;
      font-size:12px; }
.office-grid-style{
  background:#fff;
  margin-bottom:30px; }
  .office-grid-style .office-header{
    position:relative; }
    @media (max-width: 767px){
      .office-grid-style .office-header .agent-box-image img{
        width:100%; } }
  .office-grid-style .office-body-content{
    padding:30px 30px 10px;
    border-left:1px solid #eee;
    border-right:1px solid #eee; }
    .office-grid-style .office-body-content .office-logo{
      float:left;
      margin-right:20px;
      max-width:50px; }
    .office-grid-style .office-body-content .office-content{
      overflow:hidden;
      font-size:14px;
      color:#999; }
    @media screen and (max-width: 479px){
      .office-grid-style .office-body-content{
        padding:20px 20px 5px; } }
  .office-grid-style .office-box-meta{
    padding:20px 30px 25px;
    font-size:14px;
    border:1px solid #eee; }
    .office-grid-style .office-box-meta .office-box-email{
      margin-bottom:10px; }
    .office-grid-style .office-box-meta i{
      min-width:20px; }
    .office-grid-style .office-box-meta a{
      color:#666; }
      .office-grid-style .office-box-meta a:hover{
        color:#3c3; }
    @media screen and (max-width: 479px){
      .office-grid-style .office-box-meta{
        padding:10px 20px 15px; } }
  .office-grid-style .office-box-title{
    font-weight:400;
    margin-top:0; }
  .office-grid-style .property-label{
    border-radius:0;
    top:0;
    left:0;
    position:absolute;
    width:0;
    height:0;
    content:"";
    z-index:2;
    border-opposite-position(bottom):60px solid #fabd47;
    border-left:40px solid transparent;
    border-right:40px solid transparent;
    border-left-width:0;
    border-top-width:40px; }
    .office-grid-style .property-label i{
      position:absolute;
      z-index:1;
      color:#ff0;
      top:10px;
      left:10px;
      font-size:12px; }

.office-grid-style .author-link span,.post-type-archive-opalestate_office .page-title{
  display:none; }

.single-opalestate_office .opalestate_office .office-thumb{
  position:relative; }
  .single-opalestate_office .opalestate_office .office-thumb .property-label{
    position:absolute;
    right:10px;
    color:#ff0;
    top:10px; }

.single-opalestate_office .opalestate_office .property-agent-contact .agent-box .agent-box-meta .entry-title{
  margin-bottom:5px;
  margin-top:0;
  font-size:24px;
  color:#222; }

@media (max-width: 767px){
  .single-opalestate_office .opalestate_office .property-agent-contact{
    margin-top:30px; }
    .single-opalestate_office .opalestate_office .property-agent-contact .bo-social-icons{
      margin:0; } }

.single-opalestate_office .opalestate_office .opalestate-box.office-address-map #property-map{
  position:relative; }

.single-opalestate_office .property-office-section .property-meta{
  background-color:transparent !important;
  position:relative !important;
  padding:0 !important; }
  .single-opalestate_office .property-office-section .property-meta .label-property{
    display:block !important;
    left:0; }
  .single-opalestate_office .property-office-section .property-meta li{
    padding-left:0; }

.single-opalestate_office .property-office-section .tab-content .property-office-section{
  margin:0; }

.opalestate-box.property-same-author-section h3{
  margin-bottom:30px; }

.office-tabs .nav.nav-tabs{
  border:1px solid #eee; }
  .office-tabs .nav.nav-tabs>li>a{
    margin:0;
    border-color:#eee;
    border-width:0 1px 0 0;
    font-size:14px;
    color:#999;
    text-transform:uppercase;
    font-family:Raleway,sans-serif;
    padding:15px 32px; }
    .office-tabs .nav.nav-tabs>li>a:after{
      background-color:#fff; }
    @media (max-width: 767px){
      .office-tabs .nav.nav-tabs>li>a{
        font-size:12px;
        padding:10px 15px; } }
  .office-tabs .nav.nav-tabs>li.active>a,.office-tabs .nav.nav-tabs>li:hover>a{
    border-color:#eee;
    border-width:0 1px 0 0;
    color:#333; }

.office-tabs .tab-content{
  border:1px solid #eee;
  border-top:none;
  margin:0; }
  .office-tabs .tab-content .opalestate-box{
    border-top:none;
    margin:0 -30px;
    padding:0; }
  .office-tabs .tab-content .property-office-section{
    margin:-30px -30px -31px; }
  .office-tabs .tab-content .opalesate-agents{
    margin:0; }
    @media (max-width: 480px){
      .office-tabs .tab-content .opalesate-agents .agent-box-image img{
        width:100%; } }

.office-tabs .team-v1 .team-body{
  border-bottom:none;
  padding:10px 0 0; }

.office-tabs .team-v1 .team-info{
  margin:0;
  padding:0; }

@media (max-width: 767px){
  .office-tabs{
    margin-bottom:30px; } }

.single-opalestate-container>article .property-office-section>h3{
  display:none; }

.single-opalestate-container>article .property-office-section .opalestate-rows article{
  margin-bottom:0; }

.single-opalestate-container>article .property-office-section ul.property-meta-list .label-property{
  display:none !important; }

.single-opalestate-container>article .property-office-section .property-meta-list{
  margin:0;
  padding:0;
  background-color:transparent; }
  .single-opalestate-container>article .property-office-section .property-meta-list i:before{
    color:#000; }

.single-opalestate-container>article .property-office-section .property-list .abs-col-item:after{
  content:none; }

.single-opalestate-container>article .property-office-section .abs-col-item{
  border-width:0 0 1px;
  padding:20px 30px 0; }

.single-opalestate-container>article .property-office-section .entry-content{
  margin:0;
  padding:0;
  background-color:transparent; }
  @media (max-width: 767px){
    .single-opalestate-container>article .property-office-section .entry-content{
      padding-bottom:20px; }
      .single-opalestate-container>article .property-office-section .entry-content .property-abs-bottom{
        margin-top:0; }
        .single-opalestate-container>article .property-office-section .entry-content .property-abs-bottom .entry-content-bottom{
          padding-top:15px; } }

.single-opalestate-container>article .property-office-section .entry-title{
  font-size:18px;
  margin:0 0 15px;
  line-height:24px; }

.single-opalestate-container>article .property-office-section .property-status{
  margin-top:0; }

.single-opalestate-container>article .property-office-section .property-meta{
  margin-bottom:0;
  padding:15px;
  background-color:rgba(51,204,51,.8);
  border-top:none;
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  overflow:visible; }

.single-opalestate-container>article .property-office-section .entry-content-bottom{
  padding:30px 0 0;
  border:none; }

.single-opalestate-container>article .property-office-section .tooltip.top-left .tooltip-arrow,.single-opalestate-container>article .property-office-section .tooltip.top-right .tooltip-arrow,.single-opalestate-container>article .property-office-section .tooltip.top .tooltip-arrow{
  border-top-color:#8ac842; }

.single-opalestate-container>article .property-office-section .tooltip.right .tooltip-arrow{
  border-right-color:#8ac842; }

.single-opalestate-container>article .property-office-section .tooltip.left .tooltip-arrow{
  border-left-color:#8ac842; }

.single-opalestate-container>article .property-office-section .tooltip.bottom-left .tooltip-arrow,.single-opalestate-container>article .property-office-section .tooltip.bottom-right .tooltip-arrow,.single-opalestate-container>article .property-office-section .tooltip.bottom .tooltip-arrow{
  border-bottom-color:#8ac842; }

@media (max-width: 767px){
  #office-team article{
    margin-bottom:30px; } }

.opalestate-load-more{
  margin:30px 0; }
.search-properies-form{
  color:#acacac;
  position:relative;
  z-index:1; }
  .search-properies-form #opalestate-search-form{
    padding:15px 15px 4px;
    background-color:#22355b; }
    @media (max-width: 767px){
      .search-properies-form #opalestate-search-form{
        padding-bottom:20px; } }
  .search-properies-form .advanced-fields{
    display:none; }
  .search-properies-form .form-group{
    margin-bottom:20px; }
  .search-properies-form .btn-search{
    width:100%;
    display:block;
    text-transform:uppercase;
    border-radius:4px;
    font-size:14px;
    font-family:Roboto,sans-serif;
    font-weight:500;
    margin-top:24px;
    position:relative;
    transition:all .3s ease-out;
    height:41px;
    line-height:41px;
    padding:0 12px;
    margin-bottom:15px; }
    @media screen and (max-width: 767px){
      .search-properies-form .btn-search{
        width:100%; } }
  .search-properies-form select{
    position:relative;
    background-image:url(../images/icons/dropdown.png);
    background-repeat:no-repeat;
    background-position:100%;
    padding-right:20px !important;
    background-position-x:96%; }
  .search-properies-form ul.list-inline{
    padding:0;
    margin:0 0 15px;
    text-align:right; }
    .search-properies-form ul.list-inline li{
      position:relative;
      font-size:16px;
      padding:0;
      line-height:1;
      margin:0; }
  .search-properies-form h3{
    text-transform:uppercase;
    font-size:16px;
    margin:0; }
    @media screen and (max-width: 979px){
      .search-properies-form h3{
        font-size:14px; } }
    @media screen and (max-width: 767px){
      .search-properies-form h3{
        display:none; } }
    .search-properies-form #opalestate-search-form .opal-row>div>select,.search-properies-form .opalestate-search-form .opal-row>div>select{
      outline:none;
      -webkit-appearance:none;
      -moz-appearance:none;
      appearance:none;
      cursor:pointer; }
    @media screen and (-webkit-min-device-pixel-ratio: 0){
      .search-properies-form #opalestate-search-form .opal-row>div>select,.search-properies-form .opalestate-search-form .opal-row>div>select{
        padding-right:18px; } }
  .search-properies-form label{
    font-size:12px;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:7px;
    display:block; }
    @media screen and (max-width: 1200px){
      .search-properies-form label{
        margin-bottom:5px; } }
  .search-properies-form .opal-slide-ranger label{
    margin-bottom:9px;
    font-weight:400; }
  .search-properies-form .form-control{
    margin:0 0 15px;
    border-radius:4px;
    height:40px;
    padding:0 12px;
    line-height:26px;
    font-size:13px;
    border:1px solid #eee;
    transition:all .3s; }
    .search-properies-form .form-control:hover{
      border-color:#3c3; }
  .search-properies-form select.form-control{
    position:relative;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer; }
  .search-properies-form .area-range-content label,.search-properies-form .cost-price-content label{
    height:31px; }
    @media screen and (max-width: 979px){
      .search-properies-form .area-range-content label,.search-properies-form .cost-price-content label{
        height:auto; } }
  .search-properies-form .opal-slide-ranger{
    margin-top:10px; }
    .search-properies-form .opal-slide-ranger .slide-ranger-bar{
      margin-top:15px; }
      @media (max-width: 991px){
        .search-properies-form .opal-slide-ranger .slide-ranger-bar{
          margin:15px 0; } }
  .search-properies-form #opalestate-search-form-v .slide-ranger-bar{
    margin-top:0; }
  .search-properies-form #opalestate-search-form-v .main-listing__form-select{
    display:flex;
    align-items:center;
    margin-bottom:10px; }
    .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-radio{
      display:none; }
    .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-label{
      display:inline-block;
      color:#333;
      font-size:13px;
      text-transform:uppercase;
      cursor:pointer; }
      .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-label:before{
        content:"\f10c";
        display:inline-block;
        margin-right:10px;
        font-family:FontAwesome;
        font-weight:14px; }
    .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-desc{
      margin-left:auto;
      font-size:12px;
      color:#888; }
    .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-radio:checked~.main-listing__form-label{
      color:#3c3; }
  @media screen and (max-width: 767px){
    .search-properies-form .opal-slide-ranger{
      margin-bottom:20px; }
    .search-properies-form .btn-search{
      margin-top:0; } }

.opalestate-search-properties-v{
  background-color:#fff; }
  .opalestate-search-properties-v .search-properies-form{
    padding:20px; }
    .opalestate-search-properties-v .search-properies-form ul.list-inline li,.opalestate-search-properties-v .search-properies-form ul.list-property-status li{
      font-size:14px;
      padding:10px; }
      .opalestate-search-properties-v .search-properies-form ul.list-inline li:first-child>span,.opalestate-search-properties-v .search-properies-form ul.list-property-status li:first-child>span{
        padding-left:0;
        font-size:16px;
        font-weight:600;
        font-family:Raleway,sans-serif; }
      @media screen and (max-width: 1200px){
        .opalestate-search-properties-v .search-properies-form ul.list-inline li,.opalestate-search-properties-v .search-properies-form ul.list-property-status li{
          padding:5px 10px; } }
      @media screen and (max-width: 992px){
        .opalestate-search-properties-v .search-properies-form ul.list-inline li,.opalestate-search-properties-v .search-properies-form ul.list-property-status li{
          padding:5px 10px; } }
    .opalestate-search-properties-v .search-properies-form .btn-search{
      padding:15px 30px; }
      .opalestate-search-properties-v .search-properies-form .btn-search:before{
        font-family:FontAwesome;
        content:"\f002";
        margin-right:10px; }
      .opalestate-search-properties-v .search-properies-form .btn-search:after{
        content:none; }
      @media screen and (max-width: 1200px){
        .opalestate-search-properties-v .search-properies-form .btn-search{
          padding:10px 30px; } }
    .opalestate-search-properties-v .search-properies-form .opalestate-search-form>.row:first-child>div{
      padding:0; }

.sidebar .widget.widget_opalestate_search_properties_widget{
  padding:30px 30px 10px;
  border:none;
  box-shadow:0 0 15px rgba(0,0,0,.1); }
  .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form{
    padding:0;
    box-shadow:none; }
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .row:first-child,.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline{
      display:none; }
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li,.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li{
      font-size:14px;
      padding:10px 20px; }
      @media screen and (max-width: 1200px){
        .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li,.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li{
          padding:10px 15px;
          font-size:13px; } }
      @media screen and (max-width: 992px){
        .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li,.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li{
          padding:5px 12px; } }
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .btn-search{
      padding:15px 30px; }
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .opalestate-search-form>.row:first-child>div{
      padding:0; }
  .sidebar .widget.widget_opalestate_search_properties_widget .widget-content{
    overflow:visible; }

.page .widget.widget_opalestate_search_properties_widget{
  box-shadow:none; }

.sidebar-single-property .widget{
  background-color:#fff;
  padding:20px; }
  .sidebar-single-property .widget .search-properies-form{
    padding:0; }
  .sidebar-single-property .widget .widget-title{
    margin-bottom:30px;
    font-size:18px;
    text-transform:capitalize; }

.btn-modal-locations{
  color:#acacac;
  font-size:13px;
  line-height:40px;
  border:2px solid #dedede;
  border-right-width:1px;
  border-right-color:#e1eef3;
  display:block;
  background-color:#fff;
  position:relative;
  padding:0 10px; }
  .btn-modal-locations i{
    margin-right:8px;
    font-size:13px; }
  .btn-modal-locations:after{
    font-family:FontAwesome;
    content:"\f078";
    margin-left:5px;
    font-size:10px;
    float:right;
    color:#3c3;
    margin-top:-1px; }
  @media (max-width: 767px){
    .btn-modal-locations{
      border-width:2px;
      border-color:#dedede;
      margin-bottom:10px; } }

#modal-locations .modal-body{
  padding:30px 35px; }
  #modal-locations .modal-body .col-sm-12>h3{
    font-size:30px;
    text-transform:uppercase;
    margin:0 0 10px; }
  #modal-locations .modal-body .locations{
    margin-top:10px; }
    #modal-locations .modal-body .locations>div{
      line-height:26px; }
      #modal-locations .modal-body .locations>div a{
        font-size:14px;
        font-weight:700; }
  #modal-locations .modal-body .location-bottom{
    border-top:1px solid #eee;
    padding-top:25px;
    margin:20px 0 0; }

#modal-locations .close{
  background-color:#3c3;
  width:36px;
  height:36px;
  line-height:36px;
  text-align:center; }
  #modal-locations .close a{
    display:block;
    color:#fff;
    position:relative;
    z-index:1; }

.opalestate-search-location{
  background-color:hsla(0,0%,100%,.1);
  padding:10px 15px; }

.opalestate-quick-search-form .quick-search-places-form.row{
  margin-left:0;
  margin-right:0; }
  .opalestate-quick-search-form .quick-search-places-form.row>div{
    padding-left:0;
    padding-right:0;
    position:relative; }
    @media screen and (max-width: 479px){
      .opalestate-quick-search-form .quick-search-places-form.row>div{
        width:100%; } }
  .opalestate-quick-search-form .quick-search-places-form.row .col-lg-3 .form-group{
    position:relative; }
    .opalestate-quick-search-form .quick-search-places-form.row .col-lg-3 .form-group:after{
      font-family:FontAwesome;
      content:"\f078";
      color:#3c3;
      right:10px;
      top:12px;
      z-index:1;
      position:absolute;
      pointer-events:none;
      font-size:10px; }
  .opalestate-quick-search-form .quick-search-places-form.row input,.opalestate-quick-search-form .quick-search-places-form.row select{
    border-style:solid;
    border-width:2px 2px 2px 0;
    border-color:#dedede;
    background-color:#fff;
    color:#acacac;
    font-size:13px;
    border-radius:0;
    height:44px; }
  .opalestate-quick-search-form .quick-search-places-form.row select{
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    border-right-width:1px;
    border-right-color:#e1eef3; }
    @media (max-width: 767px){
      .opalestate-quick-search-form .quick-search-places-form.row select{
        border-left-width:2px;
        border-left-color:#dedede; } }
    @media screen and (max-width: 479px){
      .opalestate-quick-search-form .quick-search-places-form.row select{
        border-right-width:2px;
        border-right-color:#dedede;
        margin-bottom:10px; } }
  .opalestate-quick-search-form .quick-search-places-form.row input{
    padding-right:56px; }
    @media screen and (max-width: 479px){
      .opalestate-quick-search-form .quick-search-places-form.row input{
        border-left-width:2px;
        border-left-color:#dedede; } }
  .opalestate-quick-search-form .quick-search-places-form.row .btn-search{
    position:absolute;
    top:0;
    right:0;
    border-radius:0;
    width:44px;
    height:44px;
    -webkit-transition:.3s;
    transition:.3s; }
  .opalestate-quick-search-form .quick-search-places-form.row .form-group{
    margin-bottom:0; }

.infoBox{
  position:relative; }
  .infoBox>img{
    z-index:99;
    margin:0 !important;
    position:absolute !important;
    right:0;
    top:25px;
    background-color:#3c3;
    padding:13px; }

.opalestate-search-properties .infoBox{
  position:relative; }
  .opalestate-search-properties .infoBox .map-info-preview .property-status{
    position:absolute;
    top:5px;
    left:5px; }

.map-info-preview{
  position:relative;
  background-color:#fff;
  margin-bottom:15px;
  max-width:300px;
  display:flex;
  flex-direction:column;
  padding:0;
  box-shadow:0 0 5px rgba(0,0,0,.3); }
  .map-info-preview a img{
    max-width:300px;
    width:300px; }
  .map-info-preview .info-container{
    padding-left:20px; }
    .map-info-preview .info-container .prop-title{
      text-transform:uppercase;
      font-size:14px;
      margin:15px 0 8px; }
    .map-info-preview .info-container p{
      line-height:22px; }
      .map-info-preview .info-container p .price{
        font-size:16px;
        font-weight:700;
        text-transform:uppercase; }
    .map-info-preview .info-container .prop-address{
      font-size:13px;
      font-family:Roboto,sans-serif; }
  .map-info-preview .property-meta-list{
    border-top:1px solid #eee;
    padding:10px 0;
    margin:0;
    text-align:center; }
    .map-info-preview .property-meta-list>li{
      color:#999;
      font-family:Roboto,sans-serif;
      font-size:13px;
      padding:0;
      margin:0 5px; }
      .map-info-preview .property-meta-list>li i{
        margin-right:10px; }
        .map-info-preview .property-meta-list>li i:before{
          color:#ccc;
          font-size:14px; }
      .map-info-preview .property-meta-list>li .label-property{
        display:inline;
        margin-left:5px; }
  .map-info-preview .arrow-down{
    border-style:solid;
    border-width:10px 10px 0;
    bottom:-13px;
    height:0;
    left:112px;
    position:absolute;
    width:0;
    border-color:#1fc341;
    display:none; }
  .map-info-preview .property-status{
    position:absolute;
    top:5px;
    left:5px; }

#opalestate-map-preview .cluster>div{
  line-height:30px !important; }

.opaleslate-archive-container .opalesate-archive-top{
  padding:10px 20px; }

.opaleslate-archive-container .opalestate-rows article .property-list-style-v2 .entry-summary>p{
  max-height:160px;
  overflow:hidden; }
.page-template-page-property-search-results #opalestate-map-preview{
  height:70vh !important; }

.opalesate-recent-property .page-title,.page-template-page-property-search-results .page-title{
  margin-bottom:15px; }

.opalesate-recent-property .page-content .searchform,.page-template-page-property-search-results .page-content .searchform{
  margin-top:20px; }
  .opalesate-recent-property .page-content .searchform .pbr-search input.form-control,.page-template-page-property-search-results .page-content .searchform .pbr-search input.form-control{
    width:100%;
    position:static;
    padding:0 15px;
    border-radius:0 3px 3px 0; }
  .opalesate-recent-property .page-content .searchform .pbr-search .input-group-addon,.page-template-page-property-search-results .page-content .searchform .pbr-search .input-group-addon{
    background-color:#3c3; }

.page-template-page-property-search-results #opalestate-search-form{
  margin-left:-15px;
  margin-right:-15px; }

.page-template-page-property-search-results .opalestate-search-properties{
  background-color:#fff; }
  .page-template-page-property-search-results .opalestate-search-properties>.inner{
    background-color:#22355b; }
  .page-template-page-property-search-results .opalestate-search-properties .search-properies-form{
    box-shadow:none !important;
    margin-bottom:0 !important; }

.page-template-page-property-search-results .site-main{
  background-color:#f6f6f6; }
  .page-template-page-property-search-results .site-main #main-container{
    padding-top:40px;
    padding-bottom:70px; }
    .page-template-page-property-search-results .site-main #main-container .pbr-pagination{
      display:block;
      text-align:center; }

.slider-property-featured .opalesate-recent-property .nothing-wrapper{
  background-color:#fff;
  padding:25px 30px 30px; }
  .slider-property-featured .opalesate-recent-property .nothing-wrapper .page-content .searchform .pbr-search input.form-control{
    border:1px solid #eee; }

.slider-property-featured.style-1 .vc_.col-sm-12,.slider-property-featured.style-2 .vc_.col-sm-12{
  padding:0; }
.ajax-map-search{
  margin:0 -15px;
  overflow:hidden; }
  .ajax-map-search .inner{
    background-color:#22355b; }
    .ajax-map-search .inner #opalestate-search-form{
      padding:0; }
      .ajax-map-search .inner #opalestate-search-form .search-form-ajax{
        padding:15px 0 0; }
  .ajax-map-search .advanced-fields{
    display:none; }
  .ajax-map-search>div.row.opal-row{
    position:relative;
    display:flex; }
    .ajax-map-search>div.row.opal-row #opalestate-map-preview{
      min-height:100vh !important; }
    @media screen and (max-width: 1200px){
      .ajax-map-search>div.row.opal-row>div:first-child{
        position:relative;
        height:auto; } }
    @media (max-width: 991px){
      .ajax-map-search>div.row.opal-row{
        flex-direction:column; }
        .ajax-map-search>div.row.opal-row>div:first-child{
          order:2; }
          .ajax-map-search>div.row.opal-row>div:first-child #opalestate-map-preview{
            min-height:50vh !important;
            height:auto; }
        .ajax-map-search>div.row.opal-row>div:last-child{
          order:1; } }
  @media (max-width: 1024px){
    .ajax-map-search .search-properies-form{
      padding:0 30px; } }

@media (max-width: 991px){
  .ajax-search-form #opalestate-search-form{
    margin-bottom:10px; } }

.ajax-search-form select.form-control{
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer; }
  @media (max-width: 767px){
    .ajax-search-form select.form-control{
      margin-bottom:15px; } }

.opalestate-more-search-form{
  width:100%; }
  .opalestate-more-search-form .opalestate-popup button{
    margin-top:30px; }

#opalesate-properties-ajax{
  margin:0 0 0 30px;
  position:relative;
  padding:0 30px 0 0;
  border-right:1px solid #eee; }
  #opalesate-properties-ajax .opalestate-loading{
    position:absolute;
    top:0;
    left:0;
    background-color:hsla(0,0%,100%,.8);
    background-repeat:no-repeat;
    background-position:50%;
    background-image:url(../images/loading.gif);
    width:100%;
    height:100%;
    z-index:2; }
  #opalesate-properties-ajax .opalesate-archive-top{
    margin-top:40px;
    margin-bottom:35px; }
    #opalesate-properties-ajax .opalesate-archive-top:after{
      display:none; }

.opaleslate-ajax-search-results-container .opalestate-rows .map-active article .property-meta-list{
  background-color:#3c3; }
.membership-packages .row>div.first{
  clear:both; }

.property-submission-form{
  margin-bottom:30px; }
  .property-submission-form .panel-body>h3{
    margin:0 0 10px; }
  @media (max-width: 767px){
    .property-submission-form .panel-body{
      padding:0; } }
  @media (max-width: 768px){
    .property-submission-form.space-padding-lr-40.space-padding-tb-30{
      padding:0 10px !important; } }
  @media screen and (max-width: 479px){
    .property-submission-form.space-padding-lr-40.space-padding-tb-30{
      padding:0 !important; } }

.entry-content-page .opalesate-form-wrapper{
  float:none;
  margin:0 auto; }
  @media (max-width: 767px){
    .entry-content-page .opalesate-form-wrapper{
      width:100%; } }

.opalmembership-button:hover{
  background-color:#3c3 !important;
  color:#fff !important; }

.opalmembership-login-form .opalmembership-button{
  margin-right:10px; }

.cmb-row .cmb-td p,.cmb-row .cmb-td span{
  line-height:26px; }

.cmb-row.cmb2-id-opalestate-ppt-map .row>div .col-sm-12{
  padding-left:0;
  padding-right:0; }

.cmb-row.cmb2-id-opalestate-ppt-public-facilities-group-0-opalestate-ppt-public-facilities-key{
  padding-right:10px !important;
  border-bottom:none !important;
  padding-bottom:0 !important; }

.cmb-row.cmb2-id-opalestate-ppt-public-facilities-group-0-opalestate-ppt-public-facilities-value{
  padding-left:10px !important;
  border-bottom:none !important;
  padding-bottom:0 !important; }

.cmb-row .cmb-add-row .btn,.cmb-row.cmb-remove-field-row .btn{
  font-weight:400; }

.cmb2-wrap input[type=email],.cmb2-wrap input[type=text],.cmb2-wrap select{
  height:40px;
  border:1px solid #eee;
  padding-left:10px;
  padding-right:10px;
  border-radius:3px;
  -webkit-transition:.5s;
  transition:.5s; }
  .cmb2-wrap input[type=email]:hover,.cmb2-wrap input[type=text]:hover,.cmb2-wrap select:hover{
    border-color:#3c3; }

span.cmb2-metabox-description{
  display:block;
  margin-top:10px; }

.cmb2-wrap textarea{
  border:1px solid #eee;
  padding-left:10px !important;
  padding-right:10px !important;
  border-radius:3px;
  -webkit-transition:.5s;
  transition:.5s; }

.cmb2-wrap.form-table .cmb2-metabox .cmb-repeat-group-wrap:last-child{
  margin-bottom:20px !important; }

.cmb2-wrap .cmb-row{
  margin-bottom:10px !important; }
  .cmb2-wrap .cmb-row.cmb-remove-field-row,.cmb2-wrap .cmb-row.cmb-repeatable-grouping{
    margin-bottom:20px !important; }

.cmb2-wrap ul{
  padding-left:0;
  margin-top:20px; }

.cmb-form input[type=button],.cmb-form input[type=submit]{
  background:#3c3;
  color:#fff;
  border:1px solid #3c3;
  padding:13px 20px;
  border-radius:0;
  font-weight:600;
  font-family:Raleway,sans-serif;
  font-size:12px;
  text-transform:uppercase;
  -webkit-transition:.5s;
  transition:.5s;
  line-height:1; }
  .cmb-form input[type=button]:hover,.cmb-form input[type=submit]:hover{
    background:#2eb82e;
    border-color:#2eb82e; }
  .cmb-form input[type=button].btn-submit-cmb,.cmb-form input[type=submit].btn-submit-cmb{
    float:right;
    margin-top:-58px; }
    @media screen and (max-width: 479px){
      .cmb-form input[type=button].btn-submit-cmb,.cmb-form input[type=submit].btn-submit-cmb{
        margin-top:0; } }

.group-amenities{
  padding-left:0;
  clear:both; }
  .group-amenities span{
    font-size:12px; }
  .group-amenities .cmb2-list li{
    display:flex; }

.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year{
  border:none; }

.panel .opalmembership-shoppingcart{
  margin:0; }
  .panel .opalmembership-shoppingcart caption{
    padding-top:0;
    font-family:Raleway,sans-serif; }

#opalmembership-checkout-form .billing-fields>h3{
  margin-top:0;
  font-size:24px; }

#opalmembership-checkout-form .opal-panel-heading>h3{
  font-size:24px; }

#opalmembership-checkout-form .opal-panel-body{
  margin-bottom:15px; }

.my-favorite .panel{
  border:none;
  background-color:transparent;
  box-shadow:none; }
  .my-favorite .panel .panel-body{
    padding:0; }

.my-favorite .searchform .pbr-search .form-control{
  width:100% !important;
  padding:5px 15px !important;
  position:static; }

.my-favorite .searchform .pbr-search .input-group-addon{
  background-color:#3c3; }

.my-properties .list-tabs{
  margin-bottom:15px;
  background-color:#fff;
  padding:0; }
  .my-properties .list-tabs ul{
    padding:0;
    margin:0; }
    .my-properties .list-tabs ul li{
      text-transform:uppercase;
      font-family:Raleway,sans-serif;
      font-size:12px;
      cursor:pointer;
      line-height:55px;
      display:block;
      position:relative;
      -webkit-transition:.35s;
      transition:.35s;
      float:left; }
      .my-properties .list-tabs ul li a{
        display:block;
        padding:0 20px; }
      .my-properties .list-tabs ul li.active,.my-properties .list-tabs ul li:hover{
        background-color:#3c3;
        color:#fff; }
        .my-properties .list-tabs ul li.active a,.my-properties .list-tabs ul li:hover a{
          color:#fff; }
      .my-properties .list-tabs ul li:after{
        position:absolute;
        width:0;
        height:0;
        content:"";
        z-index:2;
        border-opposite-position(bottom):9px solid #1fc341;
        border-left:6px solid transparent;
        border-right:6px solid transparent;
        left:50%;
        margin-left:-6px;
        -webkit-transition:.35s;
        transition:.35s;
        content:none; }
      .my-properties .list-tabs ul li.active:after{
        content:""; }
      @media screen and (max-width: 479px){
        .my-properties .list-tabs ul li{
          line-height:30px;
          font-size:10px; }
          .my-properties .list-tabs ul li a{
            padding:0 10px; } }

.my-properties .panel-body{
  padding:0; }
  .my-properties .panel-body .entry-content{
    display:block; }

.opalmembership-dashboard-container .panel-default{
  border-color:#eee; }

.property-submission-form>h1{
  margin-top:0;
  font-size:30px;
  margin-bottom:30px; }
  @media (max-width: 768px){
    .property-submission-form>h1{
      font-size:20px; } }

.property-submission-form .quicktags-toolbar input.button,.property-submission-form .quicktags-toolbar input[type=submit]{
  background:#f7f7f7;
  border:1px solid #ccc !important;
  color:#555;
  padding:0 8px 1px; }

.cmb-form .quicktags-toolbar input[type=button],.cmb-form .quicktags-toolbar input[type=submit]{
  border-radius:3px;
  box-shadow:0 1px 0 #ccc;
  font-weight:400;
  font-family:Roboto,sans-serif;
  margin:2px !important;
  text-transform:none; }

.membership-history>h2,.payment-detail .panel-body>h2,.payment-detail>h2{
  margin:5px 0 20px;
  text-transform:uppercase;
  font-size:30px; }

.membership-payment-address .panel-heading,.membership-payment-info .panel-heading{
  margin-top:0; }

.opalmembership-dashboard-container .panel-body>h3{
  margin:5px 0 10px;
  text-transform:uppercase; }

.opalmembership-dashboard-container .membership-content>ul>li,.opalmembership-dashboard-container .panel-body>ul>li{
  padding:5px 0; }

#user-profile-img{
  margin-bottom:10px; }
.widget_opalestate_profile_info_widget .profile-top{
  margin-bottom:15px; }

.widget_opalestate_profile_info_widget .nav-pills>li{
  margin-top:0;
  border-top:1px solid #eee; }
  .widget_opalestate_profile_info_widget .nav-pills>li>a{
    padding-right:0;
    padding-left:0;
    border-radius:0;
    font-size:14px; }
    .widget_opalestate_profile_info_widget .nav-pills>li>a i{
      margin-right:15px; }
    .widget_opalestate_profile_info_widget .nav-pills>li>a:hover{
      background-color:transparent; }
  .widget_opalestate_profile_info_widget .nav-pills>li:last-child>a{
    padding-bottom:0; }
  .widget_opalestate_profile_info_widget .nav-pills>li:first-child{
    border-top:none; }
  .widget_opalestate_profile_info_widget .nav-pills>li.active a{
    background-color:transparent;
    color:#000; }
    .widget_opalestate_profile_info_widget .nav-pills>li.active a:hover{
      color:#3c3; }

.widget_opalmembership_current_package ul{
  margin:0;
  padding:0;
  list-style:none; }
  .widget_opalmembership_current_package ul>li{
    border-top:1px solid #eee;
    padding:10px 0;
    font-size:14px;
    color:#000; }
    .widget_opalmembership_current_package ul>li:last-child{
      padding-bottom:0; }
    .widget_opalmembership_current_package ul>li:first-child{
      border-top:none;
      padding-top:0; }

.widget_opalmembership_quick_purchase .dropdown-menu-select{
  margin-bottom:10px; }
  .widget_opalmembership_quick_purchase .dropdown-menu-select .btn{
    text-align:left;
    font-size:14px;
    font-weight:400;
    color:#fff; }
    .widget_opalmembership_quick_purchase .dropdown-menu-select .btn .caret{
      position:absolute;
      right:20px; }
  .widget_opalmembership_quick_purchase .dropdown-menu-select .dropdown-menu{
    border-radius:3px;
    font-size:14px;
    padding:5px 0;
    width:100%; }
.metabox-fields-front .cmb-th{
  width:30%; }

.metabox-fields-front .cmb-td{
  width:69%; }

.entry-content-page .slider-agent-search,.entry-content-page .slider-search-transparent{
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:1s;
  transition:1s; }

.entry-content-page .slider-search-transparent-wrapper{
  position:absolute;
  left:18%;
  width:64%;
  z-index:1;
  top:330px; }
  .entry-content-page .slider-search-transparent-wrapper .slider-search-transparent{
    opacity:1;
    filter:alpha(opacity=100); }
  .entry-content-page .slider-search-transparent-wrapper .search-properies-form{
    background-color:rgba(35,51,84,.6); }

.entry-content-page .slider-agent-search-wrapper{
  position:absolute;
  left:18%;
  width:64%;
  z-index:1;
  top:400px; }
  .entry-content-page .slider-agent-search-wrapper .slider-agent-search{
    opacity:1;
    filter:alpha(opacity=100); }
  .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form{
    background-color:transparent;
    padding-top:0; }
    .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form .search-agent-title{
      color:#fff;
      margin-left:-15px;
      margin-bottom:10px;
      display:block !important; }
    .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form .row:last-child{
      background-color:#fff;
      border-radius:5px;
      padding:15px 0; }

.expand-search{
  font-size:20px;
  cursor:pointer;
  overflow:hidden; }
  .expand-search i{
    width:70px;
    height:74px;
    background-color:#3c3;
    line-height:74px;
    text-align:center;
    float:left;
    margin-right:25px;
    -webkit-transition:.3s;
    transition:.3s; }
    .expand-search i:before{
      font-family:FontAwesome;
      content:"\f067"; }
  .expand-search span{
    line-height:70px;
    font-weight:600; }
  @media (max-width: 480px){
    .expand-search{
      font-size:18px; } }

.expand-search-wrapper .opalestate-search-properties{
  width:100%;
  padding:0 15px;
  left:0;
  top:100%;
  z-index:10;
  height:0;
  position:absolute;
  opacity:0;
  filter:alpha(opacity=0);
  visibility:hidden;
  -webkit-transition:.3s;
  transition:.3s; }

.expand-search-wrapper.active .opalestate-search-properties{
  height:auto;
  opacity:1;
  filter:alpha(opacity=100);
  visibility:visible; }

.expand-search-wrapper.active .expand-search i:before{
  content:"\f068"; }

.opalesate-properties-slider .owl-carousel .owl-item .item{
  padding:0; }

.opalesate-properties-slider article .entry-content-wrapper{
  background-color:hsla(0,0%,100%,.8);
  border:none;
  position:absolute;
  width:500px;
  left:26%;
  top:50%;
  -webkit-transform:translate(-26%,-50%);
  transform:translate(-26%,-50%); }
  @media (max-width: 767px){
    .opalesate-properties-slider article .entry-content-wrapper{
      width:400px; } }
  @media (max-width: 480px){
    .opalesate-properties-slider article .entry-content-wrapper{
      width:300px; }
      .opalesate-properties-slider article .entry-content-wrapper .entry-content-bottom,.opalesate-properties-slider article .entry-content-wrapper .entry-summary{
        display:none; } }
  @media screen and (max-width: 479px){
    .opalesate-properties-slider article .entry-content-wrapper{
      width:250px;
      top:55%;
      left:32%; }
      .opalesate-properties-slider article .entry-content-wrapper .entry-content{
        padding:15px 20px 0; }
      .opalesate-properties-slider article .entry-content-wrapper .property-meta-list{
        padding:0 15px 5px; }
      .opalesate-properties-slider article .entry-content-wrapper .property-price{
        padding:0 20px; }
      .opalesate-properties-slider article .entry-content-wrapper .entry-title{
        font-size:14px;
        margin-bottom:0; } }

.opalesate-properties-slider article .property-price{
  position:static;
  color:#fff;
  background-color:#3c3;
  padding:5px 30px; }

.opalesate-properties-slider article .entry-content-bottom{
  padding:15px 30px; }
  @media (max-width: 767px){
    .opalesate-properties-slider article .entry-content-bottom{
      padding-top:0;
      border-top:none; } }

.opalesate-properties-slider article .property-meta-list{
  padding:15px 25px;
  background-color:transparent; }
  .opalesate-properties-slider article .property-meta-list>li .label-property{
    color:#000; }

.opalesate-properties-slider article .entry-content{
  padding:25px 30px 0;
  background-color:transparent; }

.opalesate-properties-slider article .property-group-label{
  right:0;
  top:-25px; }
  .opalesate-properties-slider article .property-group-label div.property-label{
    display:none; }

.opalesate-properties-slider article i.property-toggle-favorite{
  color:#000; }
  .opalesate-properties-slider article i.property-toggle-favorite:hover{
    cursor:pointer; }

.opalesate-properties-slider article .author-link .avatar{
  box-shadow:0 0 5px rgba(0,0,0,.5); }

.opalesate-properties-slider article .property-box-image-inner{
  pointer-events:none;
  cursor:normal; }

.opalesate-properties-slider .carousel-controls{
  position:static; }

.opalesate-properties-slider .carousel-control{
  position:absolute;
  width:50px;
  height:50px;
  line-height:50px;
  margin-top:-25px;
  font-size:16px; }
  @media screen and (max-width: 479px){
    .opalesate-properties-slider .carousel-control{
      width:30px;
      height:30px;
      line-height:30px;
      margin-top:-15px;
      font-size:12px; } }

#sync2 .owl-controls{
  display:block !important;
  margin-top:10px; }

#sync2 img{
  width:100%; }

.space-margin-bottom-30p #opalestate-search-agents-form{
  border:1px solid #eee;
  border-radius:0;
  box-shadow:0 0 10px rgba(0,0,0,.1); }

.featured-listing{
  padding:90px 0;
  background-color:#f3f3f3; }

.featured-listing--white{
  background-color:#fff; }

.featured-listing__container{
  margin-bottom:30px; }

@media only screen and (min-width: 992px){
  .featured-listing__container{
    margin-bottom:0; } }

.tabs_featured input{
  position:absolute;
  z-index:1000;
  width:120px;
  height:40px;
  left:0;
  top:0;
  opacity:0;
  cursor:pointer; }

.tabs_featured .tabs label:first-of-type{
  z-index:3; }
.single-opalestate_property .agents-single__inner{
  display:flex;
  flex-wrap:wrap; }
  .single-opalestate_property .agents-single__inner .agent-preview img{
    max-width:250px;
    padding-right:30px; }
  .single-opalestate_property .agents-single__inner .agent-box-meta{
    margin-bottom:30px; }

.single-property-breadcrumb .breadcrumb{
  margin-bottom:0; }

.property__header{
  padding:30px 0; }

.property__header--v3{
  padding:0 0 45px; }

.property__title--b-margin{
  margin-bottom:20px; }

.property__price--b-margin{
  margin-bottom:25px; }

.property__meta{
  display:flex;
  align-items:center;
  margin-bottom:10px; }

.property__type{
  display:inline-block;
  color:#1fc341;
  font-size:11px;
  text-transform:uppercase;
  margin-right:5px; }

.property__name{
  margin-bottom:8px;
  font-size:30px;
  line-height:40px;
  margin-top:0;
  max-width:420px; }

.property__address{
  color:#888; }

.property__address-icon{
  margin-right:5px;
  font-size:16px; }

.property__stat{
  display:inline-block;
  margin-right:20px;
  color:#888;
  font-size:12px;
  text-transform:uppercase; }

.property__stat:last-child{
  margin-right:0; }

.property__figure{
  display:block;
  margin-bottom:-2px;
  color:#333;
  font-size:24px; }

.property__price-primary .property-price{
  margin-bottom:2px;
  color:#1fc341;
  font-family:Roboto,Helvetica,Arial,sans-serif;
  font-size:24px;
  font-weight:700; }

.property__price-secondary{
  color:#888; }

.property__list{
  display:flex;
  align-items:center;
  padding-left:0; }
  .property__list .property__item{
    display:inline-block;
    margin-right:10px;
    text-align:center; }
    .property__list .property__item ul{
      list-style-type:none;
      padding-left:0;
      background:transparent;
      border:none;
      box-shadow:none; }
    .property__list .property__item .drop-share{
      background:transparent;
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      z-index:1;
      min-width:240px;
      text-align:center; }
      .property__list .property__item .drop-share li{
        display:inline-block; }
        .property__list .property__item .drop-share li a{
          display:inline-block;
          width:30px;
          height:30px;
          line-height:30px;
          border-radius:50%;
          background:#3c3;
          color:#fff;
          font-size:14px;
          margin:0 5px;
          text-align:center;
          transition:all .3s;
          border:1px solid transparent; }
          .property__list .property__item .drop-share li a:hover{
            background-color:#2eb82e;
            border-color:#ddd; }

.property__item.dropdown-share{
  position:relative; }
  .property__item.dropdown-share .drop-share{
    top:-60px; }
    @media (max-width: 1240px){
      .property__item.dropdown-share .drop-share{
        left:auto;
        right:-15px;
        transform:translate(0); } }
    @media (max-width: 767px){
      .property__item.dropdown-share .drop-share{
        top:-5px;
        left:55px;
        right:0; } }
    @media (max-width: 500px){
      .property__item.dropdown-share .drop-share{
        top:60px;
        left:0;
        right:auto;
        transform:translateX(-29%); } }

@media only screen and (min-width: 1200px){
  .property__item{
    margin-right:30px; } }

.property__item:last-child{
  margin-right:0; }

.property__item-desc{
  display:inline-block;
  text-align:center;
  color:#999; }

.property__link{
  display:flex;
  flex-direction:column;
  align-items:center; }

.property-toggle-favorite,.property__icon{
  font-size:18px;
  width:50px;
  height:50px;
  margin-bottom:5px;
  border-radius:50%;
  background-color:#22355b;
  color:#fff;
  line-height:50px !important;
  text-align:center; }

.property__main{
  padding-left:0;
  list-style-type:none; }

@media only screen and (min-width: 992px){
  .property__main{
    display:flex;
    align-items:center; } }

.property__main-item{
  position:relative;
  margin-bottom:10px; }
  .property__main-item .property-status,.property__main-item .property__stats{
    padding-left:0; }

@media only screen and (min-width: 992px){
  .property__main-item{
    display:inline-block;
    margin-bottom:0;
    margin-right:20px;
    padding-right:20px; }
  .property__main-item:after{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    content:"";
    width:1px;
    height:80px;
    background-color:#ddd; }
  .property__main-item:last-child{
    padding-right:0;
    margin-right:0; }
  .property__main-item:last-child:after{
    display:none; } }

@media only screen and (min-width: 1200px){
  .property__main-item{
    margin-right:50px;
    padding-right:50px; } }

@media only screen and (min-width: 768px){
  .property__header-container{
    display:flex;
    justify-content:space-between;
    align-items:center; } }

.property__container{
  padding-bottom:20px;
  background-color:#f6f6f6; }

.property__container .widget{
  transition:all .3s ease-out; }

.property__container .widget:hover{
  box-shadow:0 0 7px 0 rgba(0,0,0,.15); }

.property__feature-container{
  padding:0; }

.single-opalestate_property .property__feature-container{
  padding-top:50px; }
  .property__feature,.property__feature .box-info{
    overflow:hidden; }
  .property__feature .fluid-width-video-wrapper{
    padding-bottom:30px; }

.widget__container{
  padding-top:50px; }
  .widget__container #linkfeatured-author{
    margin-bottom:60px; }
    .widget__container #linkfeatured-author .contact-form__header .team-header{
      max-width:70px;
      margin-bottom:0; }
      .widget__container #linkfeatured-author .contact-form__header .team-header img{
        width:100%;
        height:auto;
        border-radius:50%; }
      .widget__container #linkfeatured-author .contact-form__header .team-header .agent-levels{
        display:none; }
    .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box{
      display:flex;
      align-items:center; }
      .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row{
        margin:0; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .col-sm-6{
          padding:0;
          margin-right:10px; }
          .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .col-sm-6:first-child{
            max-width:60px; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-title{
          font-size:18px; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-job{
          color:#888;
          font-size:12px;
          text-transform:capitalize;
          margin-bottom:0; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-email{
          display:none; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-phone a{
          color:#666;
          font-size:13px;
          transition:all .3s; }
          .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-phone a:hover{
            color:#3c3; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-phone .fa,.widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .bo-social-icons{
          display:none; }
    .widget__container #linkfeatured-author .contact-info p{
      padding:0;
      margin:0; }
    .widget__container #linkfeatured-author .contact-info .agent-job{
      color:#888;
      font-size:12px;
      text-transform:capitalize; }
    .widget__container #linkfeatured-author .contact-info .agent-box-title{
      font-size:18px; }
      .widget__container #linkfeatured-author .contact-info .agent-box-title a{
        color:#333;
        transition:color .3s ease-out; }
        .widget__container #linkfeatured-author .contact-info .agent-box-title a:hover{
          color:#3c3; }
    .widget__container #linkfeatured-author .contact-info .agents-single__contact{
      margin-bottom:0; }
      .widget__container #linkfeatured-author .contact-info .agents-single__contact .agent-box-phone{
        color:#333;
        font-size:13px;
        text-transform:uppercase;
        transition:color .3s ease-out; }
    .widget__container #linkfeatured-author .opalestate-contact-form .form-group{
      margin-bottom:10px; }
      .widget__container #linkfeatured-author .opalestate-contact-form .form-group textarea{
        min-height:130px;
        margin-bottom:20px; }
    .widget__container #linkfeatured-author .opalestate-contact-form .btn{
      text-transform:uppercase;
      font-size:13px;
      font-weight:500;
      font-family:Roboto,sans-serif; }

.single-opalestate_property #linkfeatured-author .entry-content{
  display:none; }

.single-opalestate_property #linkfeatured-author .contact-form__header-container{
  display:flex;
  align-items:center;
  flex-wrap:wrap; }
  .single-opalestate_property #linkfeatured-author .contact-form__header-container .team-header{
    margin-top:0;
    margin-bottom:5px; }
    .single-opalestate_property #linkfeatured-author .contact-form__header-container .team-header .property-label{
      border:none;
      top:27px;
      right:18px;
      position:absolute;
      left:auto; }
      .single-opalestate_property #linkfeatured-author .contact-form__header-container .team-header .property-label .fa{
        color:#ff9d00;
        position:relative;
        bottom:auto;
        top:auto;
        right:0; }
  .single-opalestate_property #linkfeatured-author .contact-form__header-container .contact-info{
    margin-bottom:5px; }

.property__feature{
  margin-bottom:30px;
  padding:15px 20px;
  background-color:#fff;
  transition:box-shadow .5s ease-out; }
  .property__feature .container{
    width:100%; }

.property__feature:hover{
  box-shadow:0 0 7px 0 rgba(0,0,0,.15); }

@media only screen and (min-width: 768px){
  .property__feature{
    padding:25px 40px; } }

.property__feature p{
  color:#666; }

.property__feature-title{
  font-size:20px;
  padding-bottom:10px; }

.property__feature-title--b-spacing{
  margin-bottom:25px;
  border-bottom:1px solid #eee; }

.property__feature-schedule{
  margin-bottom:8px; }

@media only screen and (min-width: 768px){
  .property__feature-schedule{
    display:flex;
    justify-content:space-between;
    align-items:center; } }

.property__feature-cta{
  display:inline-block;
  padding:10px 42px;
  background-color:#22355b;
  color:#fff;
  border-radius:4px;
  text-align:center; }

@media only screen and (min-width: 768px){
  .property__feature-cta{
    flex-shrink:0; } }

.property__feature-time-list{
  margin-bottom:10px;
  padding-left:0; }

@media only screen and (min-width: 768px){
  .property__feature-time-list{
    margin-bottom:0; } }

.property__feature-time-item{
  display:inline-block;
  margin-right:10px;
  color:#666; }

.property__feature-open-maps{
  color:#1fc341; }

@media only screen and (min-width: 768px){
  .property__details-list{
    columns:2;
    column-gap:40px; } }

.property__details-list{
  padding-left:0;
  list-style-type:none; }

.property__details-item{
  position:relative;
  color:#666;
  margin-bottom:5px;
  padding-left:20px; }

.property__details-item:before{
  position:absolute;
  left:0;
  top:5px;
  display:inline-block;
  content:"\f042";
  font-family:FontAwesome;
  font-size:8px; }

.property__details-item--cat{
  color:#333;
  font-weight:500; }

.property__features-list{
  list-style-type:none;
  padding-left:0; }

@media only screen and (min-width: 30em){
  .property__features-list{
    columns:2;
    column-gap:10px; } }

@media only screen and (min-width: 768px){
  .property__features-list{
    columns:3;
    column-gap:20px; } }

.property__features-item{
  margin-bottom:10px;
  color:#666; }

.property__features-icon{
  display:inline-block;
  margin-right:10px;
  color:#333; }

.property__accordion-header{
  padding:10px 15px;
  display:flex;
  justify-content:space-between;
  border-top:1px solid #eee;
  background-color:#f6f6f6;
  cursor:pointer; }

@media only screen and (min-width: 768px){
  .property__accordion-header{
    padding:15px 20px; } }

@media only screen and (min-width: 992px){
  .property__accordion-header{
    align-items:center; } }

@media only screen and (min-width: 992px){
  .property__accordion-textcontent{
    display:flex;
    justify-content:space-between;
    align-items:center; } }

.property__accordion-title{
  color:#333;
  font-size:16px;
  font-weight:500; }

@media only screen and (min-width: 992px){
  .property__accordion-title{
    min-width:150px; } }

.property__accordion-figure{
  position:relative;
  color:#666; }

@media only screen and (min-width: 768px){
  .property__accordion-figure{
    display:inline-block;
    margin-right:15px;
    padding-right:15px; }
  .property__accordion-figure:last-child{
    margin-right:0;
    padding-right:0; }
  .property__accordion-figure:after{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    content:"\f111";
    font-family:FontAwesome;
    font-size:5px; }
  .property__accordion-figure:last-child:after{
    display:none; } }

.property__accordion-figure--cat{
  color:#333;
  font-weight:500; }

.property__accordion-expand{
  color:#888; }

.property__accordion-content{
  display:none;
  text-align:center; }

.property__accordion-content--active{
  display:block; }

@media only screen and (min-width: 992px){
  .property__feature-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #eee; } }

.property__tab{
  display:inline-block;
  margin-right:15px;
  margin-bottom:10px;
  color:#666;
  transition:all .3s ease-out;
  padding-bottom:5px;
  border-bottom:3px solid transparent; }

.property__tab--active,.property__tab:hover{
  color:#333;
  border-bottom:3px solid #1fc341; }

@media only screen and (min-width: 992px){
  .property__tab{
    margin:0 0 0 15px;
    padding-bottom:10px; } }

.property__tab-container{
  overflow-x:auto; }

.property__tab-content{
  display:none;
  margin:5px 0 0;
  border:0;
  border-collapse:collapse;
  border-spacing:0;
  table-layout:auto;
  width:100%; }

@media only screen and (min-width: 992px){
  .property__tab-content{
    margin:15px 0 0; } }

.property__tab-content td,.property__tab-content th{
  border:0;
  border-bottom:1px solid #eee;
  min-width:150px; }

.property__tab-content td{
  color:#333;
  padding:15px 0; }

.property__tab-content th{
  padding:5px 0;
  color:#666;
  font-weight:400; }

.property__tab-content.is-visible{
  display:table; }

.list-number{
  display:inline-block;
  width:30px;
  height:30px;
  margin-right:15px;
  border-radius:50%;
  background-color:#adadad;
  color:#fff;
  text-align:center;
  line-height:30px; }

.property__form-field{
  margin-bottom:20px;
  border:1px solid #eee;
  color:#666; }

.property__form-field:focus{
  border-color:#1fc341; }

.property__form-field::placeholder{
  color:#666; }

.property__form-wrapper{
  position:relative; }

.property__form-icon{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  color:#adadad;
  font-size:18px; }

.property__form-submit{
  max-width:250px;
  background:#1fc341;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  border:0;
  border-radius:4px;
  font-family:Roboto,Helvetica,Arial,sans-serif;
  font-weight:500;
  cursor:pointer; }

.contact-company{
  color:#888;
  font-size:12px; }

.contact-name{
  font-size:18px; }

.contact-name a{
  color:#333;
  transition:color .3s ease-out; }

.contact-name a:hover{
  color:#1fc341; }

.contact-number{
  color:#333;
  font-size:13px;
  text-transform:uppercase;
  transition:color .3s ease-out; }

.contact-number:hover{
  color:#1fc341; }

.similar-home{
  position:relative;
  margin-bottom:20px; }

div.similar-home:last-of-type{
  margin-bottom:0; }

.similar-home__overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:-webkit-linear-gradient(90deg,#222,rgba(34,34,34,0));
  background:linear-gradient(0deg,#222,rgba(34,34,34,0)); }

.similar-home__favorite{
  position:absolute;
  top:10px;
  right:10px;
  display:inline-block;
  width:30px;
  height:30px;
  line-height:30px;
  background-color:hsla(0,0%,100%,.93);
  border-radius:50%;
  text-align:center;
  cursor:pointer; }

.similar-home__favorite .fa{
  color:#bbb;
  font-size:12px; }

.similar-home__content{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:10px 10px 5px; }

.similar-home__title{
  color:#fff;
  font-size:15px;
  transition:color .3s ease-out; }

.similar-home__price{
  color:#1fc341; }

@media only screen and (min-width: 1200px){
  .form-calculator__wrapper{
    display:flex;
    justify-content:space-between; } }

.form-calculator__group{
  position:relative;
  margin-bottom:10px;
  padding:10px 15px;
  border:1px solid #eee;
  border-radius:4px; }

.form-calculator__group .ht-field{
  margin-bottom:0; }

@media only screen and (min-width: 1200px){
  .form-calculator__group--larger{
    width:57%; } }

@media only screen and (min-width: 1200px){
  .form-calculator__group--smaller{
    width:40%; } }

.form-calculator__label{
  color:#999;
  font-size:12px; }

.form-calculator__icon{
  position:absolute;
  bottom:18px;
  color:#999;
  font-size:16px; }

.form-calculator__field{
  color:#333; }

.form-calculator__percent{
  right:20px; }

.form-calculator__currency{
  left:20px; }

.form-calculator__submit{
  background-color:#1fc341;
  color:#fff;
  font-family:Roboto,Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  text-align:center;
  cursor:pointer; }

.form-calculator__result{
  display:none;
  margin-top:10px; }

.mortgage-payment{
  font-size:16px;
  line-height:1.5; }

.mortgage-payment span{
  color:#666; }

.property__slider{
  margin-bottom:50px; }

.property__slider-images .video-wrapper{
  position:relative; }
  .property__slider-images .video-wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%; }

.property__slider--v2{
  margin-bottom:30px; }

@media only screen and (min-width: 1200px){
  .property__slider-container--vertical{
    display:flex; } }

.property__slider-main{
  position:relative; }

.property__slider-main:hover .image-navigation li{
  opacity:1;
  visibility:visible; }

.image-navigation{
  list-style-type:none; }

.image-navigation li{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  opacity:0;
  visibility:hidden;
  transition:all .3s ease-out;
  padding-left:0; }

.image-navigation li.image-navigation__prev{
  left:0; }

.image-navigation li.image-navigation__next{
  right:0;
  text-align:right; }

.image-navigation li span{
  display:inline-block;
  width:30px;
  height:30px;
  background-color:rgba(0,0,0,.8);
  color:#fff;
  line-height:30px;
  font-size:18px;
  text-align:center;
  cursor:pointer; }

@media only screen and (min-width: 768px){
  .image-navigation li span{
    width:60px;
    height:60px;
    font-size:24px;
    line-height:60px; } }

@media only screen and (min-width: 1200px){
  .property__slider-main--vertical{
    width:88%; } }

.slick-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  border:none;
  color:transparent;
  background-color:transparent;
  width:60px;
  padding:0;
  z-index:9; }
  .slick-arrow.slick-prev{
    left:0; }
    .slick-arrow.slick-prev:after{
      content:"\f3d2";
      font-family:Ionicons;
      font-size:24px;
      width:60px;
      height:60px;
      line-height:60px;
      background-color:rgba(0,0,0,.8);
      color:#fff;
      display:inline-block;
      opacity:0;
      visibility:hidden;
      transition:all .3s ease-out; }
      .slick-arrow.slick-prev:after:hover{
        opacity:1;
        visibility:visible; }
  .slick-arrow.slick-next{
    right:0; }
    .slick-arrow.slick-next:after{
      content:"\f3d3";
      font-family:Ionicons;
      font-size:24px;
      width:60px;
      height:60px;
      line-height:60px;
      background-color:rgba(0,0,0,.8);
      color:#fff;
      display:inline-block;
      opacity:0;
      visibility:hidden;
      transition:all .3s ease-out; }

.slick-arrow.slick-next:after:hover,.slid-slick:hover .slick-next:after,.slid-slick:hover .slick-prev:after{
  opacity:1;
  visibility:visible; }

.property__slider-info{
  display:inline-block;
  position:absolute;
  bottom:20px;
  left:20px;
  padding:3px 15px;
  background-color:rgba(0,0,0,.8);
  color:#fff;
  border-radius:4px;
  font-size:13px;
  text-align:center; }

.property__slider-info i{
  display:inline-block;
  font-size:16px;
  margin-right:5px; }

.property__slider-info .sliderInfo{
  display:inline-block;
  font-size:13px; }

.property__slider-nav{
  position:relative;
  padding:20px 25px; }

@media only screen and (min-width: 768px){
  .property__slider-nav{
    padding:30px; } }

.property__slider-nav .slick-slide{
  margin:0 5px;
  border:2px solid transparent; }

.property__slider-nav .slick-current{
  border-color:#1fc341; }

.property__slider-nav .slick-arrow{
  color:#888;
  font-size:16px;
  cursor:pointer; }

.property__slider-nav .slick-arrow:hover{
  color:#1fc341; }

.property__slider-nav .slick-disabled,.property__slider-nav .slick-disabled:hover{
  color:#e5e5e5; }

.property__slider-nav .slick-horizontal-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%); }

.property__slider-nav .slick-horizontal-prev-arrow{
  left:10px; }

.property__slider-nav .slick-horizontal-next-arrow{
  right:10px;
  text-align:right; }

.property__slider-nav .slick-vertical-arrow{
  position:absolute;
  left:50%;
  transform:translateX(-50%); }

.property__slider-nav .slick-vertical-prev-arrow{
  top:5px;
  text-align:center; }

.property__slider-nav .slick-vertical-next-arrow{
  bottom:5px;
  top:auto;
  text-align:center; }

.property__slider-nav--vertical{
  background-color:#f3f3f3; }

@media only screen and (min-width: 1200px){
  .property__slider-nav--vertical{
    width:12%; } }

@media only screen and (min-width: 1200px){
  .property__slider-nav--vertical .slick-slide{
    margin:4px 0; } }

.property__slider-nav--horizontal{
  background-color:#fff; }

@media only screen and (min-width: 768px){
  .property__slider-nav--horizontal{
    padding:20px 25px; } }

.property__slider-item:hover{
  cursor:pointer; }

.property__placeholder{
  position:relative;
  min-height:600px;
  background-image:url(../images/uploads/single_property.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:50%; }

.property__controls{
  position:relative;
  z-index:10;
  top:30px;
  display:flex;
  justify-content:flex-end; }

.property__control{
  display:inline-block;
  width:30px;
  height:30px;
  margin-right:10px;
  border-radius:4px;
  background-color:rgba(0,0,0,.65);
  box-shadow:0 1px 3px 0 rgba(0,0,0,.35);
  line-height:30px;
  text-align:center;
  cursor:pointer;
  transition:all .3s ease-out; }

.property__control:last-child{
  margin-right:0; }

@media only screen and (min-width: 768px){
  .property__control{
    width:45px;
    height:45px;
    line-height:45px; } }

.property__control--active,.property__control:hover{
  background-color:#1fc341; }

.property__control-icon{
  display:block;
  color:#fff;
  font-size:16px; }

@media only screen and (min-width: 768px){
  .property__control-icon{
    font-size:24px; } }

#property-map{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%; }

.property__map{
  visibility:hidden;
  opacity:0;
  z-index:-1; }

.property__map--visible{
  visibility:visible;
  opacity:1;
  z-index:5; }
.gm-iv-address{
  height:auto;
  margin-top:0; }
  .gm-iv-address .gm-iv-address-description{
    padding-right:60px; }
.tax-opalestate_location .site-main{
  background-color:#f6f6f6; }
  .tax-opalestate_location .site-main .property-list{
    margin-bottom:0; }

.author .agent-box.row{
  display:flex; }
  .author .agent-box.row .agent-box-image{
    max-width:200px; }

.noUi-target,.noUi-target *{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -ms-touch-action:none;
  -ms-user-select:none;
  -moz-user-select:none;
  box-sizing:border-box; }

.noUi-target{
  position:relative;
  direction:ltr; }

.noUi-base{
  width:100%;
  height:100%;
  position:relative;
  background-color:#999;
  border-radius:3px; }

.noUi-origin{
  position:absolute;
  right:0;
  top:0;
  left:0;
  bottom:0; }

.noUi-handle{
  position:relative;
  z-index:1; }

.noUi-stacking .noUi-handle{
  z-index:10; }

.noUi-state-tap .noUi-origin{
  -webkit-transition:left .3s,top .3s;
  transition:left .3s,top .3s; }

.noUi-state-drag *{
  cursor:inherit !important; }

.noUi-base{
  -webkit-transform:translateZ(0);
  transform:translateZ(0); }

.noUi-horizontal{
  height:6px;
  border-radius:3px; }
  .noUi-horizontal .noUi-base .noUi-origin .noUi-handle{
    margin-left:-18px; }
  .noUi-horizontal .noUi-base .noUi-origin:first-child .noUi-handle{
    margin-left:0; }

.noUi-horizontal .noUi-handle{
  height:18px;
  width:18px;
  left:0;
  top:-6px; }
  .noUi-horizontal .noUi-handle.noUi-handle-upper{
    margin-left:-18px; }

.noUi-vertical{
  width:18px; }

.noUi-vertical .noUi-handle{
  width:28px;
  height:34px;
  left:-6px;
  top:-17px; }

.noUi-background{
  background:#dadada;
  border-radius:3px; }

.noUi-connect{
  background:#3c3;
  border-radius:3px; }

.noUi-origin{
  background-color:#3c3; }
  .noUi-origin:last-child{
    background-color:#999; }

.noUi-dragable{
  cursor:w-resize; }

.noUi-vertical .noUi-dragable{
  cursor:n-resize; }

.noUi-handle{
  border-radius:50%;
  background:#3c3;
  border:3px solid #fff;
  box-shadow:0 0 5px rgba(0,0,0,.5);
  cursor:default; }

.noUi-active{
  box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb; }

[disabled].noUi-connect,[disabled] .noUi-connect{
  background:#b8b8b8; }

[disabled] .noUi-handle{
  cursor:not-allowed; }