.address-bar {
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 10px 0px 10px 110px;
    width: 100%;
    max-width: 600px;
}

.hero.is-info {
    background: url(http://listing.cotalahost.com/assets/images/prop.jpg) no-repeat center center fixed;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero.is-search {
    background: url(http://listing.cotalahost.com/assets/images/search-bg2.jpg) no-repeat center center fixed;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.nav {
    background: rgba(0, 0, 0, 0.23)!important;
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

.button.is-info.is-inverted {
    background-color: #fff;
    color: #1980de;
}

.image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
}

.text-centered {
  text-align:center;
}

.text-right {
  text-align:right;
}

.info-bar {
    padding-bottom: 22px;
}

.info-bar .fa { padding-right: 10px;}

.button.is-info.is-inverted {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid;
}

.button.is-info.is-inverted:hover {
    background-color: rgba(242, 242, 242, 0.19);
}

.float-left {
  float:left;
}

.line {
    border-left: 1px solid #eee;
    max-height: 400px;
    padding-left: 23px;
}
.border-color {
  border-right: #50A7DE 1px solid!important;
}
.table tr.is-selected2 th {
    border-color: #50A7DE;
  }
  .table tr.is-selected {
      background-color: #50A7DE;
      color: #fff;
  }
  .button.is-primary {
    background-color: #50A7DE;
  }
  a {
    color:#50A7DE;
  }
  .broker {
    max-width:200px;
  }

  .button.is-primary:hover {
    background-color: #333;
}
.footer-bar {
  background:#50A7DE;
  padding: 15px 100px 15px 100px;
}

 .footer-content {
    margin: auto 0;
    color: #fff;
}

.footer-bar strong {
    color: #fff;
}

@media only screen
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.footer-bar {
    background: #50A7DE;
    padding: 15px 40px 15px 40px;
}
.info-bar {
    padding-bottom: 40px;
}
.hero.is-info {
    background: url(http://listing.cotalahost.com/assets/images/prop.jpg);
    color: #fff;
    background-size: cover;
}
}

.is-active {
    margin: 0 5px;
    opacity: .8;
}

.gallery .example-image{ display:none;
}

#loadMore {
    cursor:pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#loadMore:hover {
    color:black;
}

#showLess:hover {
    color:black;
}

/* VT STYLES */

#pano_nav_bg {
    background-color: #eee;
    height: 36px;
}

.social {
    margin-right: 8px;
}
.contact-info {
    font-size: 17px;
}
.nav-item img {
    max-height: 2.75rem;
}

/* --------- SEARCH PAGE ------------ */

.search-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0px 10px 10px;
    width: 100%;
}

.search-box .title {
    text-align: center;
}
