body {
    font-family: 'Lato', sans-serif;
}

#index-pic {
    position: relative;
    overflow: hidden;
    height: 600px;
    background: url(https://www.aubergeluxurycondo.com/assets/images/colonnade-dadeland-towers-front-view.jpg) no-repeat center top;
    background-size: 1920px;
}


.top-bar {
    background: #235090;
    height: 30px;
    color: #FFFFFF;
}


.main-header {
    background: #fff;
    color: black;

}
.main-header .logo {
    max-width: 220px;
    display: block;
    padding: 12px 0;
    margin: 0 auto;

}


.navbar-default {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar .caret {
    margin-top: 0.5em;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus .caret, .navbar-default .navbar-nav>li>a:hover .caret{
    color: white;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: white;
}
.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:focus .caret,
.navbar-default .navbar-nav>.open>a:hover .caret {
    border-top-color: #555;
}

.main-header__actions {
    padding: 12px 0;
    text-align: right;
}

.main-header__actions .actions__search input {
    padding: 4px 8px;
    width: 40%;
}
.main-header__actions .actions__search button {
    padding: 4px 16px;
    background: #FF9422;
    color: white;
    border: 1px solid #FF9422;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (max-width: 769px) {
    .main-header .logo {
        max-width: 100px;
    }
    .main-header__actions {
        display: none;
    }
    .main-header__actions .actions__search input {
        padding: 4px 8px;
        width: 100%;
    }
}

.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}

.search-bar {
    padding-top: 14px;
    background: #383838;
    height: 60px;
    color: #FFFFFF;
}

.home .intro{
    text-align: center;
    padding: 10px 0;
}
.home .intro h3 {
    font-size: 2.4em;
    margin-bottom: 12px;
}
.home .search-wrap {
    background: #FCF5EB;
    bottom: 0;
    color: white;
    padding: 13px 4px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.home .search-wrap form {
    margin: 0;
}

.home .search-wrap select {
    border: none;
    border-left: 1px solid #E0E0E0;
    margin-bottom: 0;
    height: auto;
    -webkit-appearance: none;
    padding: 9px;
    border-radius: 0;
    color: #929292;
}
.home .search-wrap i.fa {
    position: absolute;
    color: #929292;
    top: 12px;
    right: 16px;
}
.home .search-wrap .adv-lnk {
    text-align: left;
    text-transform: lowercase;
    font-size: .9em;
}
.home .search-wrap .adv-lnk a {
    color: white;
}
.home .search-wrap .fields [class*="perc-"] {
    display: inline-block;
    float: left;
    position: relative;
}
.home .search-wrap .fields .perc-100-xs {
    width: 100%;
}
.home .search-wrap .fields .perc-50-xs {
    width: 50%;
}
@media (min-width: 769px) {
    .home .search-wrap .fields .perc-40-med {
        width: 32%;
    }
    .home .search-wrap .fields .perc-15-med {
        width: 17%;
    }
}
.home .search-wrap button[type="submit"] {
    background: white;
    color: #67b3ff;
    text-transform: uppercase;
    border: none;
    width: 100%;
    font-size: 1.1em;
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 10px;
    margin-bottom: 0;
    border-radius: 0;
}



.radius-color {
    border: 4px solid #D59223;
}

.collapsible-header {
    font-weight: 700;
}

.condo-list ul {
    margin: 0px;
    padding: 0px;
}

.condo-list li {
    list-style-type: none;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intro-box .outline h6{
    font-size: 1.2em;
    margin-bottom: 4px;
}
.intro-box .outline .btn{
    background: #FF9422;
    padding: 4px 8px;
    margin: 0 auto;
    color: white;
}

.gradient-bar {
    color: #000;
    padding: 11px 8px;
    background: #FCF5EB;
    font-size: .9em;

}
.outline {
    padding: 15px 25px 25px 25px;
    min-height: 240px;
    background: rgba(255,255,255,0.85);
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.npl {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
}

.npr {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-right: 0 !important;
}

.noleft {
    padding-left: 0 !important;
}

.noright {
    padding-right: 0 !important;
}

.no-vert {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.full-height, .half-height {
    position: relative;
}

.vspace {
    margin-top: 15px;
}

.vspace2 {
    margin-top: 30px;
}

.vspace3 {
    margin-top: 45px;
}

.vspace4 {
    margin-top: 60px;
}

.vspace5 {
    margin-top: 5px;
}

.vspace10 {
    margin-top: 10px;
}

.imgfull {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.imgfloormap {
    width: 300px;
    align-content:center;
}

.imgbordershadow {
    border: solid 1em white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.125);
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.125);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.125);
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.125);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.125);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.125);
}

.bb {
    border-bottom: solid 1px #eee;
}

.bt {
    border-top: solid 1px #eee;
}

.vcard-sub {
    padding: 36px 0;
}

.home .v-card {
    padding: 24px;
    border: 1px solid #C9C9C9;
}
.home .v-card .image img{
    max-width: 140px;
}
.home .v-card .info .name{
    color: #6BB4FE;
    font-size: 1.7em;
}
.home .v-card .info .title{
    color: #6BB4FE;
}
.home .v-card .info .broker{
    color: #6BB4FE;
    font-weight: 800;
    font-size: 1.3em;
}
/*.home .v-card .info .name{*/
    /*color: #6BB4FE;*/
/*}*/
.home .subscripiton {
    padding: 24px 32px;
    background: #F1F2F4;
    border: 1px solid #D0D0D0;
}
.home .subscripiton input[type="text"]{
    border-radius: 0;
}
.home .subscripiton .btn{
    border-radius: 0;
    padding: 6px 12px;
}

.home .condo-list {
    padding: 36px 0;
}
.home .condo-list .popout > li{
    margin-bottom: 12px;
}

.home .circles {
    padding: 40px 0;
}
.home .circles .img-wrap {
    padding: 10px 40px 20px;
}
.home .circles .lead {
    font-size: 1em;
    font-weight: 400;
}

.circle-thing {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}

.home .condo-icons h2{
    padding: 8px 0 44px;
    text-align: center;
}

.outline:hover {
    padding: 24px;
    border: 1px solid #C9C9C9;
}

.featured .price {
    margin: -30px auto 0px;
    width: auto;
    padding: 12px 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    background: #FFF;
}
.listing.featured .btn {
    padding: 4px 12px;
    border-radius: 0;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    color: #FFFFFF;
}

/** featured home **/

.featured .prop-dets .label
{
    color: black;
}


.legend-box-turques{text-align: center; background-color: turquoise;width: 300px;color: #fff;padding: 5px;}

.padding-20 {
    padding: 20px;
}


#footer .agent-title {
    display: block;
}

#footer h2 {
    font-weight: 500;
}

.intro-box {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
/** condo profile **/
.condo-data .data-box {padding: 2px 4px 2px 7px;border: 1px solid #dfdfdf;margin-bottom: 5px;background: whitesmoke;}
.condo-data .data-box .label {display: block;font-weight: bold;letter-spacing: -1px;font-size: 15px;color: #a5a5a9;text-align: left;}
.condo-data .data-box .data-text {display: block;font-size: 24px;line-height: 1.14em;text-align: right;font-weight: bold;letter-spacing: -1px;color: #264B72;}
.condo-data .data-box.price-range .data-text {line-height: 2em;}
.condo-data .last-updated {display: inline-block;float: right;}
.condo-data .last-updated .label {color: #000; display: block;text-align: right;font-weight: bold;letter-spacing: -1px;font-size: 14px;}

/** end condo profile **/


/** condos area **/

.m-building {
    background-color: #fff;
    margin: 5px 0 15px;
}

.m-building a {
    border: 1px solid #DFDFDF;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    text-decoration: none;
    padding: 10px 0px 0;
    display: block;
    color: #474646;
}

.m-building a:hover {
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 0px 0px 1px 1px #E9E9E9;
    box-shadow: 0px 0px 1px 1px #E9E9E9;
}

.m-building .buildingname {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: #264B72;
    color: #fff;
    margin: 0;
    height: 37px;
    margin-top: -10px;
    padding: 10px;
}

.footer_outer .yt-video {
    border: 10px solid white;
}

.m-building figure.img-container {
    display: block;
    position: relative;
    width: 100%;
}

.m-building figure.img-container:after {
    content: '';
    padding-top: 73.04%;
    /*MLS images Aspect Ratio*/
    display: block;
}

.m-building figure.img-container img {
    width: 100%;
    position: absolute;
    max-height: 100%;
}

.m-building .info {
    padding: 15px;
}

.m-building .info header {
    color: #264B72;
}

.m-building .info .address {
    font-size: 26px;
    margin: 10px 0 0;
    width: 100%;
    border-bottom: 0;
    margin-top: 0;
    line-height: 1em;
}

.m-building .info .location {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.m-building .info .price .label {
    color: #000;
    font-size: 1.2em;
    display: block;
    text-align: left;
}
.m-building .info .price .val {
    font-size: 1em;
    font-weight: 700;
}

/* TABS
 **************/
.tab-system > div {
    position: absolute !important;
    left: -999999px;
    top: -999999px;
}
.tab-system > div.active {
    position: relative !important;
    left: 0;
    top: 0;
}
.tab-system ul.tabs {
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
    /* Tab Widths */
}
.tab-system ul.tabs > li {
    display: inline-block;
    float: left;
    padding: 0 2px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #264B72;
}
.tab-system ul.tabs > li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #264B72;
    background: none;
    border: 1px solid #264B72;
    border-bottom: 0;
    text-decoration: none;
}
.tab-system ul.tabs > li:hover a {
    background: #264B72;
    color: white;
    border: 1px solid #264B72;
    border-bottom: none;
}
.tab-system ul.tabs > li.active a {
    background: #264B72;
    color: white;
    border: 1px solid #264B72;
    border-bottom: none;
    font-weight: 700;
}
.tab-system ul.tabs.w-half > li {
    width: 50%;
}
.tab-system ul.tabs.w-fourth > li {
    width: 50%;
}
@media (min-width: 490px) {
    .tab-system ul.tabs.w-fourth > li {
        width: 25%;
    }
}
.add-bottom {
    margin-bottom: 10px;
}


.results .listing-wrap {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
}

.results .listing.module {
    border: 1px solid #D4D4D4;
    padding: 0;
    color: #2b2b2b;
    background: none;
    margin-bottom: 24px;
}
.results .listing.module .featured-details {
    padding: 10px;
}

.results .listing-wrap:hover .listing.module {
    -webkit-box-shadow: 1px 1px 1px 0px #E9E9E9;
    box-shadow: 1px 1px 1px 0px #E9E9E9;
}

.results .listing.module figure {
    display: block;
    position: relative;
    width: 100%;

}


.results .listing.module figure:after {
    content: '';
    padding-top: 75%;
    /*MLS images Aspect Ratio*/
    display: block;
}

.results .listing.module img {
    width: 100%;
    position: absolute;
    max-height: 100%;
}

.results .listing.module .address {
    font-size: 2.1em;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.1em;
    padding: 0 25px;
    overflow: hidden;
    color: #012a5e;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.results .listing.module .city-state {
    font-size: 1.4em;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 25px;

}

.results .listing.module .price-and-alerts {
    padding: 0 25px;
}

.results .listing.module .price-and-alerts:after {
    content: '';
    display: table;
    clear: both;
}

.results .listing.module .price-and-alerts .price {
    font-size: 32px;
    font-size: 1.8em;
    letter-spacing: -2px;
    line-height: 0.9em;
    color: #6a6a6a;
    margin-bottom: 7px;
    display: inline-block;
}

.results .listing.module .price-and-alerts .alerts {
    display: inline-block;
    float: right;
}

.results .listing.module .price-and-alerts .alerts a {
    font-size: 1.3em;
}

.results .listing.module .price-and-alerts .alerts a:hover {
    color: #00132c;
}

.results .prop-dets .data-box {
    width: 50%;
    float: left;
    padding: 3px 25px;
}

.results .prop-dets .long.data-box {
    width: 100%;
}

.results .prop-dets .data-box .data-text {
    display: inline-block;
    font-size: 29px;
    font-size: 1.2em;
    line-height: 1.3em;
    float: right;
    letter-spacing: -1px;
    color: #6a6a6a;
}

.results .prop-dets .data-box .label {
    display: inline-block;
    font-size: 29px;
    font-size: 1.2em;
    line-height: 1.3em;
    letter-spacing: -1px;
    color: #2b2b2b;
}

.results .listing.module hr {
    margin: 10px 25px;
    border-color: #E9E9E9;
}


/** footer styles **/
.footer {
    background-color: #fff;
    border-top:1px solid #c0c0c0;
    position: relative;
    color:#000;
    padding: 40px 0;
}

.footer .footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .meta img{
    max-width: 240px;
}
.footer .meta {
    text-align: right;
}
.footer .meta a{
    display: inline-block;
    padding: 4px;
}


.h2-page{background: none repeat scroll 0 0 #72CEBF;color: #FFFFFF;margin-left: -8px;margin-top: -8px;text-align: center;text-transform: uppercase;width: 101%;}

.listcountries li{float: left; width: 200px;}

.custom-link{background: #67b3ff;
    border: 1px solid #67b3ff;
    
    -o-border-radius: 0;
    border-radius: 0;
    
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: normal;
    padding: 8px 15px;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;}

.custom-link a{color: white;font-weight: 700;}    