/**************************************************************************************
Defaults 
***************************************************************************************/
html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Titillium Web', sans-serif;
    color: #5c676e;
    
    -webkit-font-smoothing: antialiased;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

p {
    font-size: 13px;
}

p small a {
    font-weight: bold;
    color: #f89829;
}

p small a:hover {
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 35px;
    color: #172730;
}

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        font-size: 20px;
        color: #172730;
    }

hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
    margin: 0;
    padding: 0;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #172730;
}


/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/
.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    box-shadow: none;
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.affix {
    position: relative !important;
}

.affix {
    position: fixed !important;
}

.affix-bottom {
    position: absolute !important;
}

/*.vertical .carousel-inner {
    height: 100%;
}

.carousel-inner.vertical {
    height: 100%;
}*/

.carousel-inner.vertical > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}
.carousel-indicators .active {
    background-color: #f89829;
}
.carousel-indicators li {
    border-color: #f89829;
}
.carousel-indicators {
    margin: auto;
    padding: 5px;
    position: static;
    width: 100%;
}
.carousel-control.left,
.carousel-control.right {
    /*background-image: none;*/
    opacity: 1;
    z-index: 1;
}
.carousel-control.left:hover,
.carousel-control.right:hover,
.fullscreen-btn:hover {
    color: #F89829;
}
.custom-carousel-controls {
    color: #fff;
    position: absolute;
    bottom: 20px;
    margin-left: -30%;
    width: 60%;
    z-index: 1;
    display: inline;
    left: 50%;
}
.custom-control-inner {
    background-color: rgba(0, 0, 0, .5);
    width: 110px;
    padding: 10px;
    display: inline;
}
.custom-carousel-controls a {
    color: #fff;
}

#photo-carousel-modal a.thumb-arrow,
#carousel-thumbnails a.thumb-arrow {
    /*display: inline;*/
    padding: 18px;
}

#carousel-example-generic, 
#carousel-thumbnails {
    height: 80px;
    max-width: 660px;
    padding-bottom: 5px;
    padding-top: 10px;
}

#carousel-example-generic .carousel-inner, 
#carousel-thumbnails .carousel-inner {
    display: inline-block;
    width: auto;
}
#photo-carousel-modal {
    padding: 0 !important;
}
#photo-carousel-modal .modal-header {
    height: 50px;
}
#photo-carousel-modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 100vh;
}
#photo-carousel-modal .modal-content {
    min-height: 100vh;
}
#gallery-modal .carousel-inner img {
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 100%;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner.vertical > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner.vertical > .item.next,
        .carousel-inner.vertical > .item.active.right {
            top: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        .carousel-inner.vertical > .item.prev,
        .carousel-inner.vertical > .item.active.left {
            top: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

            .carousel-inner.vertical > .item.next.left,
            .carousel-inner.vertical > .item.prev.right,
            .carousel-inner.vertical > .item.active {
                top: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner.vertical > .active {
    top: 0;
}

.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
    top: 0;
    height: 100%;
    width: auto;
}

.carousel-inner.vertical > .next {
    left: 0;
    top: 100%;
}

.carousel-inner.vertical > .prev {
    left: 0;
    top: -100%;
}

    .carousel-inner.vertical > .next.left,
    .carousel-inner.vertical > .prev.right {
        top: 0;
    }

.carousel-inner.vertical > .active.left {
    left: 0;
    top: -100%;
}

.carousel-inner.vertical > .active.right {
    left: 0;
    top: 100%;
}

/**************************************************************************************
Custom Classes
***************************************************************************************/
/* Start of "Micro clearfix" */
.cf {
    zoom: 1;
}

    .cf:before,
    .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }
/* End of "Micro clearfix" */

.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;
}

ul.list {
    margin-top: 20px;
    padding: 0;
}

    ul.list li {
        margin: 10px 0;
        list-style: none;
    }

        ul.list li span {
            font-size: 15px;
            color: #888;
        }

        ul.list li a:hover {
            color: #4285f5;
        }

        ul.list li i {
            margin-right: 5px;
            color: #4285f5;
        }

ul.list-two-col li {
    float: left;
    display: block;
    width: 50%;
}

ul.list-square li {
    list-style-type: square;
}

ul.list-square-fix {
    padding-left: 15px;
}

    ul.list-square-fix li {
        padding: 3px 0;
        font-size: 13px;
    }

nav.hnav a {
    color: #5c676e;
}

    nav.hnav a:hover {
        color: #f89829;
    }

nav.hnav span {
    margin: 0 10px;
}

.light {
    font-weight: 300;
}

.small-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.titleh3 {
    font-size: 18px;
    font-weight: 600;
    color: #172730;
}

.titleh5 {
    font-size: 16px;
    font-weight: 600;
    color: #172730;
}

.titleh6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #172730;
}

.tgreen {
    color: #6bba6a ;
}
/*---"green" tables are now blue to match previous site---*/
#sales h2.tgreen, #sales h2.tgreen span {
    color: #5382A6 ;
}

.tred {
    color: #e05674;
}
#sold h2.tred, #sold h2.tred span {
    color: #A6535B;
}

.torange {
    color: #f89829;
}

.tgrey {
    color: #5c676e;
}

.bggrey {
    background: #f6f6f6;
}

a.link {
    color: #f89829;
}

    a.link:hover {
        color: #f5801b;
    }

input.black-input::-webkit-input-placeholder,
input.black-input {
    color: black;
}

.btn-orange {
    background: #f89829;
    font-size: 15px;
    color: #fff;
}

    .btn-orange:focus,
    .btn-orange:hover,
    .active .btn-orange {
        background: #f5801b;
        color: #fff;
    }

.btn-xl {
    height: 48px;
    line-height: 34px;
}

.grow {
    transition: all .5s ease-in-out;
    height: 110px;
    object-fit: cover;
}

.grow:hover {
    transform: scale(1.1);
}

.limit {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-ratio::after {
    margin-top: 75%; /*  4:3 ratio  */
    content: "";
    display: block;
}
.img-ratio {
    background-size: cover;
    overflow: hidden;
}

.table-responsive-wrapper {
    display: block;
    width: 100%;
    overflow-x: none;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#mailing .embed-container {
    padding-bottom: 78.25%;
}

.new-prop {
    background-color: #f89829;
    color: #fff;
    padding: 0 3px;
    text-transform: uppercase;
}
.new-overlay {
    background-color: rgba(248, 152, 41, 0.8);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.thumb a {
  position: relative;
}

/**************************************************************************************
Header
***************************************************************************************/
#header {
    position: relative;
    background: #5c676e;
}

#menu {
    height: 140px;
}

a#logo {
    z-index: 1;
    position: absolute;
    /*top:32px;*/
    top: 35px;
    left: 15px;
}

.language nav {
    margin-right: 0px;
}

.language span {
    margin-right: 15px;
    color: #b9bec0;
}

.language a {
    display: inline-block;
    margin: 0 0 0 3px;
    padding: 3px;
    background: #5c676e;
}

    .language a.active {
        background: #8b9093;
    }

    .language a img {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

.navigation a {
    font-size: 15px;
    font-weight: 400;
    color: #b9bec0;
}

.navigation .navbar-nav a:hover,
.navigation li.active a {
    background: none;
    color: #f89829;
}

/*.navigation .navbar-nav > li:last-child a {
    padding-right: 0px;
}*/

.navigation .navbar-nav > .open > a,
.navigation .navbar-nav > .open > a:focus,
.navigation .navbar-nav > .open > a:hover {
    background: none;
    color: #f89829;
}

.navigation .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    padding-bottom: 0;
    background: #5c676e;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    .navigation .navbar-nav > li > .dropdown-menu a {
        padding: 12px 15px;
        font-size: 14px;
        color: #b9bec0;
    }

        .navigation .navbar-nav > li > .dropdown-menu a:hover {
            background: #434d53;
            color: #f89829;
        }

#search {
    padding-top: 15px;
    padding-bottom: 15px;
    /* background: rgba(246, 246, 246, 0.54); */
    background: #f6f6f68a;
    border-bottom: solid 1px #e7e9ea;
}

    #search input[type='text'] {
        height: 40px;
        background: white;
    }

    #search input.form-control::-webkit-input-placeholder,
    #search textarea.form-control::-webkit-input-placeholder {
        font-size: 13px;
        color: #a4a9ac;
    }

    #search .btn {
        height: 40px;
        line-height: 24px;
    }

.hbtn {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
}

    .hbtn span {
        display: none;
    }

.hbtn-print {
    background: url(../img/hbtn-print.png) no-repeat 0 0;
    background-size: 40px;
    transition: none;
}

    .hbtn-print:hover {
        background: url(../img/hbtn-print.png) no-repeat 0 bottom;
        background-size: 40px;
    }

.hbtn-email {
    background: url(../img/hbtn-email.png) no-repeat 0 0;
    background-size: 40px;
    transition: none;
}

    .hbtn-email:hover {
        background: url(../img/hbtn-email.png) no-repeat 0 bottom;
        background-size: 40px;
    }

.hbtn-share {
    background: url(../img/hbtn-share.png) no-repeat 0 0;
    background-size: 40px;
    transition: none;
}

    .hbtn-share:hover {
        background: url(../img/hbtn-share.png) no-repeat 0 bottom;
        background-size: 40px;
    }

.hbtn-chat {
    background: url(../img/hbtn-chat.png) no-repeat 0 0;
    background-size: 40px;
    transition: none;
}

    .hbtn-chat:hover {
        background: url(../img/hbtn-chat.png) no-repeat 0 bottom;
        background-size: 40px;
    }

/**************************************************************************************
Docked
***************************************************************************************/
#docked {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background: #5c676e;
}

    #docked .navbar {
        margin-bottom: 0;
    }

    #docked .navbar-nav,
    #docked .navbar-search {
        margin-top: 8px;
    }

a#dk-logo {
    margin-right: 10px;
}

#docked .navbar-nav > li {
}

    #docked .navbar-nav > li > a {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: #b9bec0;
        transition: none;
    }

        #docked .navbar-nav > li > a:hover {
            background: none;
            color: #F37021;
        }

#docked .navbar-nav > .open > a,
#docked .navbar-nav > .open > a:focus,
#docked .navbar-nav > .open > a:hover {
    background: none;
    color: #F37021;
}

img.pipe {
    margin: 0px 8px;
}

    img.pipe.pipelast {
        margin: 0px 0px 0px 8px;
    }

#docked input[type='text'] {
    height: 40px;
    background: #949b9f;
}

#docked input.form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #697279;
}

#docked .btn {
    height: 40px;
    line-height: 26px;
}

a#dk-menu strong {
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 12px;
    width: 22px;
    height: 22px;
    background: url(../img/icon-menu-dk.png) no-repeat 0 0;
    background-size: 22px;
}

a#dk-menu:hover strong,
#docked .navbar-nav > .open > a#dk-menu strong {
    background: url(../img/icon-menu-dk.png) no-repeat 0 bottom;
    background-size: 22px;
}

a#dk-print strong {
    display: block;
    float: left;
    margin-top: 11px;
    margin-right: 12px;
    width: 22px;
    height: 22px;
    background: url(../img/icon-print.png) no-repeat 0 0;
    background-size: 22px;
}

a#dk-print:hover strong,
#docked .navbar-nav > .open > a#dk-print strong {
    background: url(../img/icon-print.png) no-repeat 0 bottom;
    background-size: 22px;
}

a#dk-contact strong {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 12px;
    width: 22px;
    height: 22px;
    background: url(../img/icon-email-dk.png) no-repeat 0 0;
    background-size: 22px;
}

a#dk-contact:hover strong,
#docked .navbar-nav > .open > a#dk-contact strong {
    background: url(../img/icon-email-dk.png) no-repeat 0 bottom;
    background-size: 22px;
}

a#dk-chat strong {
    display: block;
    float: left;
    margin-top: 12px;
    margin-right: 12px;
    width: 22px;
    height: 22px;
    background: url(../img/icon-chat-dk.png) no-repeat 0 0;
    background-size: 22px;
}

a#dk-chat:hover strong,
#docked .navbar-nav > .open > a#dk-chat strong {
    background: url(../img/icon-chat-dk.png) no-repeat 0 bottom;
    background-size: 22px;
}

#docked ul.dropdown-menu {
    margin-top: 18px;
    background: #e7e9ea;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
}

    #docked ul.dropdown-menu#dkdd-menu {
        width: 926px;
    }

        #docked ul.dropdown-menu#dkdd-menu li {
            float: left;
            display: block;
        }

            #docked ul.dropdown-menu#dkdd-menu li a {
                padding-top: 10px;
                padding-bottom: 10px;
                color: #5c676e;
                font-weight: 600;
            }

                #docked ul.dropdown-menu#dkdd-menu li a:hover {
                    background: none;
                    color: #172730;
                }

    #docked ul.dropdown-menu#dkdd-print {
        width: 300px;
    }

        #docked ul.dropdown-menu#dkdd-print li {
            float: left;
            display: block;
            width: 110px;
            padding: 0 0 0 20px;
        }

            #docked ul.dropdown-menu#dkdd-print li a {
                float: left;
                display: block;
                margin: 0;
                padding: 12px 0;
                height: auto;
                width: 110px;
            }

                #docked ul.dropdown-menu#dkdd-print li a:hover {
                    background: none;
                }

                #docked ul.dropdown-menu#dkdd-print li a span {
                    display: block;
                    float: left;
                    height: 22px;
                    line-height: 22px;
                    font-size: 15px;
                    font-weight: 600;
                    color: #5c676e;
                }

                #docked ul.dropdown-menu#dkdd-print li a:hover span {
                    color: #172730;
                }

a.dkdd-print-btn strong {
    display: block;
    float: left;
    margin-right: 12px;
    width: 22px;
    height: 22px;
}

a#dkdd-print-print strong {
    background: url(../img/dkdd-print-print.png) no-repeat 0 0;
    background-size: 22px;
}

a#dkdd-print-print:hover strong {
    background: url(../img/dkdd-print-print.png) no-repeat 0 bottom;
    background-size: 22px;
}

a#dkdd-print-facebook strong {
    background: url(../img/dkdd-print-facebook.png) no-repeat 0 0;
    background-size: 22px;
}

a#dkdd-print-facebook:hover strong {
    background: url(../img/dkdd-print-facebook.png) no-repeat 0 bottom;
    background-size: 22px;
}

a#dkdd-print-email strong {
    background: url(../img/dkdd-print-email.png) no-repeat 0 0;
    background-size: 22px;
}

a#dkdd-print-email:hover strong {
    background: url(../img/dkdd-print-email.png) no-repeat 0 bottom;
    background-size: 22px;
}

a#dkdd-print-twitter strong {
    background: url(../img/dkdd-print-twitter.png) no-repeat 0 0;
    background-size: 22px;
}

a#dkdd-print-twitter:hover strong {
    background: url(../img/dkdd-print-twitter.png) no-repeat 0 bottom;
    background-size: 22px;
}

a#dkdd-print-sms strong {
    background: url(../img/dkdd-print-sms.png) no-repeat 0 0;
    background-size: 22px;
}

a#dkdd-print-sms:hover strong {
    background: url(../img/dkdd-print-sms.png) no-repeat 0 bottom;
    background-size: 22px;
}

a#dkdd-print-linkedin strong {
    background: url(../img/dkdd-print-linkedin.png) no-repeat 0 0;
    background-size: 22px;
}

a#dkdd-print-linkedin:hover strong {
    background: url(../img/dkdd-print-linkedin.png) no-repeat 0 bottom;
    background-size: 22px;
}

#docked ul.dropdown-menu#dkdd-contact {
    padding: 20px;
    width: 260px;
}

    #docked ul.dropdown-menu#dkdd-contact p {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 600;
        color: #5c676e;
    }

        #docked ul.dropdown-menu#dkdd-contact p span {
            font-size: 18px;
        }

    #docked ul.dropdown-menu#dkdd-contact label {
        display: block;
        margin-top: 6px;
        margin-bottom: 3px;
        font-size: 14px;
        color: #5c676e;
        font-weight: normal;
    }

    #docked ul.dropdown-menu#dkdd-contact input {
        background: white;
    }

    #docked ul.dropdown-menu#dkdd-contact small {
        color: #9da3a6;
    }

/**************************************************************************************
Footer
***************************************************************************************/
#footer {
    background: #5c676e;
}

    #footer > *,
    #footer a {
        color: white;
    }

        #footer a:hover {
            color: #f89829;
        }

    #footer hr {
        border-color: #949b9f;
    }

    #footer p small a {
        margin-left: 10px;
        font-weight: 600;
    }

.footer-nav a {
    margin-right: 20px;
}

.footer-lists ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
}

    .footer-lists ul li {
        list-style: none;
    }

#footer .footer-lists ul li a {
    font-size: 12px;
    color: #e7e9ea;
}

    #footer .footer-lists ul li a:hover {
        color: #f89829;
    }

.fbtn {
    display: inline-block;
    margin-left: 12px;
    width: 31px;
    height: 30px;
}

    .fbtn span {
        display: none;
    }

.fbtn-fb {
    background: url(../img/footer-facebook.png) no-repeat 0 0;
    background-size: 31px;
    transition: none;
}

    .fbtn-fb:hover {
        background: url(../img/footer-facebook.png) no-repeat 0 bottom;
        background-size: 31px;
    }

.fbtn-tw {
    background: url(../img/footer-twitter.png) no-repeat 0 0;
    background-size: 31px;
    transition: none;
}

    .fbtn-tw:hover {
        background: url(../img/footer-twitter.png) no-repeat 0 bottom;
        background-size: 31px;
    }

.fbtn-li {
    background: url(../img/footer-linkedin.png) no-repeat 0 0;
    background-size: 31px;
    transition: none;
}

    .fbtn-li:hover {
        background: url(../img/footer-linkedin.png) no-repeat 0 bottom;
        background-size: 31px;
    }

.fbtn-gp {
    background: url(../img/footer-google.png) no-repeat 0 0;
    background-size: 31px;
    transition: none;
}

    .fbtn-gp:hover {
        background: url(../img/footer-google.png) no-repeat 0 bottom;
        background-size: 31px;
    }

.fbtn-yt {
    background: url(../img/footer-youtube.png) no-repeat 0 0;
    background-size: 31px;
    transition: none;
}

    .fbtn-yt:hover {
        background: url(../img/footer-youtube.png) no-repeat 0 bottom;
        background-size: 31px;
    }

#logo-who img {
    max-width: 100%;
    min-width: 148px;
}

/**************************************************************************************
Home
***************************************************************************************/
#brownZilbert {
    width: auto;
    height: 64px;
    margin: 5px 0;
}

#home-meet {
    position: relative;
    overflow: hidden;
    height: 600px;
    background: url(../img/bg-meet.jpg) no-repeat center top;
    background-size: 1920px;
}

#home-meet.bhs {
    background-image: url(../img/bg-bhs-blue.jpg);
}

#home-meet.avl {
    background-image: url(../img/bg-asheville.jpg);
}


#home-meet.bhs h2 span {
    color: #fff;
    text-shadow: 4px 4px 7px #666;
}

#home-meet-zilbert {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 360px;
    height: 600px;
    background: url(../img/bg-zilbert.png) no-repeat center top;
    background-size: 360px;
}

#home-meet-caption {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 15px;
    display: block;
    padding: 8px;
    background: #172730;
    color: white;
}

#home-meet h1 {
    margin-bottom: 0;
    font-size: 40px;
    color: #5c676e;
}

    #home-meet h1 span {
        font-size: 40px;
        font-weight: 600;
        color: #5c676e;
    }

#home-meet h2 {
    /*margin-top:0;*/
    margin-top: -5px;
}

    #home-meet h2 span {
        color: #5c676e;
    }

.whitebox {
    padding: 15px 25px 25px 25px;
    min-height: 240px;
    background: rgba(255,255,255,0.85);
}

.whitebox select.form-control {
    background: #c3c6c7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #172730;
    height: 25px;
    padding: 0;
}

    .whitebox h3 {
        margin-top: 0;
        padding: 0;
    }

        .whitebox h3 span {
            font-size: 25px;
        }

    .whitebox p {
        font-size: 15px;
    }

    .whitebox p a {
        /*display: block;*/
        font-weight: 600;
        color: #f89829;
    }
    .whitebox.compact h3 {
        line-height: 25px;
        margin-top: 5px;
    }

    .whitebox p a:hover {
        color: #f5801b;
    }

    .whitebox nav a {
        display: block;
        margin: 4px 0;
        padding-left: 15px;
        background: url(../img/arrow.png) no-repeat 0 5px;
        background-size: 6px;
        font-weight: 600;
        color: #5c676e;
    }

        .whitebox nav a:hover {
            color: #f89829;
        }

.thumb {
    margin-bottom: 30px;
    min-height: 360px;
    background: #f9f9fa;
}

    .thumb h6 {
        margin: 0;
        height: 40px;
        background: #172730;
        line-height: 40px;
        font-size: 12px;
        color: #b9bec0;
    }

    .thumb p {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .thumb p strong {
            font-size: 20px;
            color: #172730;
        }

        .thumb p a {
            display: block;
            color: #f89829;
        }

            .thumb p a:hover {
                color: black;
            }

    .thumb ul {
        padding: 25px 0 0 0;
    }

        .thumb ul li {
            list-style: none;
            font-size: 13px;
        }

    .thumb a.seemore {
        font-size: 16px;
        font-weight: 600;
        color: #f89829;
    }

        .thumb a.seemore:hover {
            color: #f5801b;
        }

.thumbsuper {
    float: left;
    margin: 3px;
    width: 19%;
}

/*.thumbsuper img.grow {
    height: 120px;
    width: auto;
    min-width: 0;
    max-width: 100%;
}*/

.thumbhot {
    min-height: 280px;
}

.featured-realtor {
    padding: 40px;
    background: #172730;
}

    .featured-realtor h2 {
        margin-top: 0;
        font-size: 20px;
        font-weight: 600;
        color: white;
    }

    .featured-realtor h3 {
        margin-bottom: 0;
        font-size: 17px;
        color: #b9bec0;
    }

    .featured-realtor p {
        font-size: 15px;
        color: #b9bec0;
    }

.subscribe {
    padding: 40px;
    background: #f5f6f7;
}

    .subscribe h2 {
        margin-top: 0;
        font-size: 20px;
        font-weight: 600;
    }

        .subscribe h2 img {
            display: inline-block;
            margin-right: 5px;
        }

.subscribe-action {
    margin-top: 10px;
}

.realtors a {
    float: left;
    display: block;
    margin: 5px;
    width: 9%;
}

.realtors a img {
  border: 1px solid #b9bbbc;
  border-radius: 50%;
}

a.hover-shadow img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a.hover-shadow:hover img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.directory {
    padding: 50px 0px;
    background: #fafbfb;
}

h2.directory-title {
    font-size: 20px;
    font-weight: 600;
}

.directory ul {
    margin: 15px 0;
    padding: 0;
}

    .directory ul li {
        list-style: none;
    }

        .directory ul li a {
            color: #b9bec0;
        }

            .directory ul li a:hover {
                color: #f89829;
            }

#stats section {
    background: #68bfd5;
}

    #stats section h3 {
        color: white;
    }

/**************************************************************************************
Featured Condo
***************************************************************************************/
body#fc div.affix {
    top: 80px; /* Set the top position of pinned element */
}

#sidebar > div {
    z-index: 1;
    background: white;
}

.nav.sspy > li > a {
    position: relative;
    display: block;
    padding: 0px 0px 0px 14px;
    background: white;
    background-size: 6px;
    background-position: 0 6px;
    color: #5c676e;
    font-size: 15px;
    font-weight: 600;
}

    .nav.sspy > li > a:hover {
        background: white;
        background-size: 6px;
        background-position: 0 6px;
        color: #f89829;
    }

.nav.sspy > li.active > a {
    background: white url(../img/arrow-sspy.png) no-repeat 0 6px;
    background-size: 6px;
    color: #f89829;
}

a.back {
    display: block;
    padding: 8px 0px 8px 14px;
    color: #b9bec0;
    font-size: 15px;
    font-weight: 600;
}

    a.back:hover {
        color: #333;
    }

.fr {
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border: solid 1px #b9bbbc;
}

    .fr h4 {
        font-size: 16px;
        font-weight: 600;
        color: #172730;
    }

    .fr h3 {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 16px;
        color: #5c676e;
    }

    .fr p {
        font-size: 14px;
        color: #5c676e;
    }

#chat-bubble {
    margin-left: 14px;
}

.ssp {
    /*padding-top:120px;*/
    padding-top: 0px;
    padding-bottom: 0px;
}

.breadcrumbs a {
    color: #f89829;
}

.breadcrumbs small {
    margin: 0 5px 0 5px;
}

.title-condo h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #172730;
}

.title-condo h2 {
    text-transform: uppercase;
    font-size: 15px;
    color: #5c676e;
}

a.thumb-arrow {
    display: block;
    padding: 10px 0;
    width: 80px;
    text-align: center;
    font-size: 1.5em;
    color: #050708;
}

    a.thumb-arrow:hover {
        color: #f89829;
    }

.thumbnails nav {
    height: 400px;
    overflow: hidden;
}

    .thumbnails nav a {
        display: block;
        margin-bottom: 10px;
    }

        .thumbnails nav a:hover img {
            opacity: 0.75;
        }

img.thumb-active {
    border: solid 4px #5c676e;
}

.greybox {
    padding: 20px 40px;
    background: #f5f6f7;
}

    .greybox p {
        display: block;
        padding: 10px 0 0 0;
        font-size: 14px;
    }

        .greybox p strong {
            color: #172730;
        }

        .greybox p a {
            color: #f89829;
        }

.orangebox {
    padding: 20px 40px;
    background: #f89829;
}

/* tables */
table.tablesorter {
    background-color: none;
    margin: 10px 0 15px;
    font-size: 13px;
    width: 99%;
    text-align: center;
    overflow: none;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #e6EEEE;
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        padding: 0;
        height: 30px;
    }

    table.tablesorter thead tr .header {
        background-image: url(../img/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 2px 4px;
        background-color: #FFF;
        border: 1px solid #b9bec0;
        /*vertical-align: top;*/
    }

        table.tablesorter tbody td a {
            color: #f89829;
            font-weight: bold;
        }

    table.tablesorter tbody tr:nth-child(odd) td {
        background: #fff;
    }

    table.tablesorter tbody tr:nth-child(even) td {
        background: #f8f8f8;
    }

    /*---"green" tables are now blue to match previous site---*/
    table.table-green tbody tr:nth-child(even) td {
        background: #EDF4F7;
    }
    /*---"grey" tables are now green to match previous site---*/
    table.table-grey tbody tr:nth-child(even) td {
        background: #E9FCE8;
    }
    table.table-red tbody tr:nth-child(even) td {
        background: #F7EFF2;
    }

    table.tablesorter tbody tr.tr-orange td {
        background: #ffef68;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(../img/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(../img/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

    table.tablesorter thead tr th.no-arrow {
        background-image: none;
        min-width: 65px;
    }

table.table-navy.tablesorter thead tr th,
table.table-navy.tablesorter tfoot tr th {
    background-color: #2c4450;
    border: 1px solid #2c4450;
    color: white;
}

table.table-lightblue.tablesorter thead tr th,
table.table-lightblue.tablesorter tfoot tr th {
    background-color: #6ec6d6;
    border: 1px solid #6ec6d6;
    color: white;
}

table.table-lightblue.tablesorter thead tr .header {
    background-image: none;
    cursor: text;
}
/*---"green" tables are now blue to match previous site---*/
table.table-green.tablesorter thead tr th,
table.table-green.tablesorter tfoot tr th {
    background-color: #5382A6 ;
    border: 1px solid #5382A6 ;
    color: white;
}
/*---"grey" tables are now green to match previous site---*/
table.table-grey.tablesorter thead tr th,
table.table-grey.tablesorter tfoot tr th {
    background-color: #72c16f;
    border: 1px solid #72c16f;
    color: white;
}

table.table-red.tablesorter thead tr th,
table.table-red.tablesorter tfoot tr th {
    background-color: #A6535B;
    border: 1px solid #A6535B;
    color: white;
}

tr.clickable-row {
    cursor: pointer;
}

    tr.clickable-row td {
        color: #3D3D3D;
    }

        tr.clickable-row td a {
            color: #3D3D3D;
            text-decoration: none;
        }

table.tablesorter tbody tr.clickable-row:hover td {
    background: #fef6e1;
}

table.tablesorter thead tr th.header {
    padding-right: 15px;
}

    table.tablesorter thead tr th.header.no-arrow {
        padding-right: 0;
    }

img.icon-more {
    width: 9px;
}

#thinking {
    padding: 15px 35px 30px 35px;
    background: #f5f6f7;
}

    #thinking h3 {
        font-size: 17px;
    }

.navlist li {
    border-bottom: solid 1px #b9bec0;
}

    .navlist li.active {
        background: url(../img/location-active.jpg) repeat-x bottom;
        background-size: 1px;
        border-bottom: solid 1px #172730;
    }

    .navlist li a {
        padding: 15px 0;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        color: #b9bec0;
        transition: none;
    }

    .navlist li.active a,
    .navlist li.active a:hover {
        background: url(../img/location-arrow.png) no-repeat 0 21px;
        background-size: 6px;
        color: #172730;
        text-indent: 16px;
    }

    .navlist li a:hover {
        background: none;
        color: #172730;
    }

.navlist-small li a {
    padding: 9px 0;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    color: #b9bec0;
    transition: none;
}

.navlist-small li.active a,
.navlist-small li.active a:hover {
    background: url(../img/location-arrow.png) no-repeat 0 15px;
    background-size: 6px;
    color: #172730;
    text-indent: 16px;
}

#onlinenow {
    height: 190px;
    background: #f5f6f7 url(../img/onlinenow.png) no-repeat;
    background-size: 842px;
}

    #onlinenow h4 {
        margin-top: 30px;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
        color: #5c676e;
    }

    #onlinenow h3 {
        margin-top: 0;
        font-size: 25px;
        font-weight: 400;
        color: #2c4450;
    }

.directory-condo {
    padding: 20px 50px;
    background: #fafbfb;
}

.greyboxcontact {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #f5f6f7 url(../img/icon-mail.png) 28px 30px no-repeat;
    background-size: 50px;
}

.description-text p {
    font-size: 15px;
}

.outline {
    padding: 40px;
    border: solid 1px #b9bbbc;
}

    .outline h3 {
        margin-top: 0;
    }

    .outline input,
    .outline select {
        background: #f6f6f6;
    }

.vertable table {
    margin: 15px 0;
    width: 100%;
    border: solid 1px #b9bbbc;
}

    .vertable table tr td {
        padding: 15px;
        background: white;
        border-bottom: solid 1px #b9bbbc;
        font-size: 15px;
    }

.vertable-outline {
    padding: 0 15px 35px 15px;
    border: solid 1px #b9bbbc;
}

.circle-s {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    background: #8949b3;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.circle-f {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    background: #5b4bd5;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

#mailing p {
    font-size: 14px;
}

    #mailing p strong {
        color: #172730;
    }

#about h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
}

#about h4 {
    margin-top: 0;
    font-size: 14px;
    color: #5c676e;
}

#about p {
    font-size: 14px;
    line-height: 24px;
}

#about select {
    background: #f6f6f6;
}

#about img {
    width: 150px;
    border: 1px solid #b9bbbc;
    border-radius: 50%;
}
#about .lhinherit {
    line-height: inherit;
}

.member {
    float: left;
    display: block;
    margin: 2%;
    padding: 18px;
    width: 21%;
    border: solid 1px #b9bbbc;
    min-height:485px;
}

.member img {
    width: 100%;
    border: 1px solid #b9bbbc;
    border-radius: 50%;
}

.member h2 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 17px;
    color: #172730;
    min-height: 38px;
}

    .member h2 small {
        color: #172730;
        font-weight: bold;
    }

.member h5 {
    display: block;
    margin-top: 0px;
    height: 52px;
    font-size: 14px;
    color: #5c676e;
}

.member p {
    font-size: 14px;
    min-height: 40px;
}

.member strong {
    display: block;
    color: #172730;
}

.member a strong {
    display: block;
    color: #f89829;
}

/**************************************************************************************
Sidebar
***************************************************************************************/

a#mainbar-trigger {
    z-index: 3;
    position: fixed;
    top: 25%;
    left: 0;
    display: block;
    width: 58px;
    height: 58px;
    background: #172730;
    line-height: 48px;
    text-align: center;
    color: white;
    padding: 5px;
}

a#mainbar-close {
    z-index: 3;
    position: fixed;
    top: 25%;
    left: 0px;
    display: block;
    width: 48px;
    height: 48px;
    background: white;
    line-height: 48px;
    text-align: center;
    color: #172730;
}

#mainbar {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: -360px;
    padding: 0 0 0 70px;
    width: 290px;
    /*height: 100%;*/
    /*overflow-y:scroll;*/
    background: #172730;
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #mainbar.toggled {
        margin-left: 0px;
    }

#mainbar-inner {
    display: block;
    width: 100%;
    /*height: 100%;*/
    overflow-y: scroll;
}

#mainbar ul {
    margin: 0 0 30px 0;
    padding: 0;
}

    #mainbar ul li {
        list-style: none;
    }

        #mainbar ul li a {
            color: white;
        }

            #mainbar ul li a:hover {
                color: #a9def9;
            }

        #mainbar ul li strong {
            color: #f89829;
        }

#mainbar h3 {
    color: white;
    font-size: 18px;
}
/**************************************************************************************
Preconstruction
***************************************************************************************/
.preconstruction .thumb {
    min-height: 1px;
    padding: 30px 15px;
}
.preconstruction .vertable table {
    margin-top: 0;
}
.preconstruction .vertable table tr td {
    padding: 10px;
}
.preconstruction h6 {
    font-size: 14px;
    font-weight: bold;
}
.preconstruction h4 {
    font-size: 20px;
    margin-top: 0;
}

/**************************************************************************************
Static
***************************************************************************************/
.static h2 {
    font-size: 33px;
}

.static h3 {
    font-size: 31px;
}

.static h4 {
    font-size: 29px;
}

.static h5 {
    font-size: 27px;
}

.static h6 {
    font-size: 25px;
}

.static p {
    font-size: 15px;
    line-height: 24px;
}

.static ul {
    padding: 0;
}

.static ol {
    padding: 0 0 0 20px;
}

.static ul li {
    margin-bottom: 10px;
    list-style: none;
}

.static ol li {
    margin-bottom: 10px;
}

.static li i {
    margin-right: 10px;
    color: #10a0fb;
}

.static-article small {
    font-size: 12px;
    color: #7e7e7e;
}

    .static-article small a {
        color: #7e7e7e;
    }

        .static-article small a:hover {
            color: #1880d5;
        }

.static-article-author-container {
    position: relative;
}

.static-article-author {
    position: absolute;
    bottom: -3.5em;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

    .static-article-author img {
        width: 55px;
        height: 55px;
        border-radius: 45px;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        border: solid 5px rgba(255,255,255,0.5);
    }

    .static-article-author span {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        color: #909b9b;
    }

    .static-article-author:hover span {
        color: #10a0fb;
    }

.modal label {
    font-weight: normal;
}

.modal input,
.modal textarea {
    background: #f6f6f6;
}

.modal textarea {
    height: 110px;
}

#thankyou button.close {
    float: none;
}

.contactForm .alert-success strong {
    display: inline;
    color: #3c763d;
}

.fr {
    float: none;
    max-width: 180px;
}

/* Live Chat */

div#lpchat-container-89740693_4fc23840-84da-4795-a7bf-96367e768289.lpchat-container,
#chat-banner-button img {
    position: static !important;
}

#live-chat-bubble img {
    width: 150px;
}

#hchat1 {
    position: relative;
}

    #hchat1 img, #hchat2 img, #hchat3 img {
        width: 100%;
    }

    #hchat1 > div {
        width: auto !important;
        height: auto !important;
    }

#hchat2 {
    display: inline-block;
    /*padding: 8px 13px 0 0;*/
}

#chat-label {
    float: right;
}

.mobile-nav .mbtn-chat {
    background-image: none;
    width: auto;
    margin: 10px 0;
}

#docked .navbar-nav > li > a#dk-chat {
    padding-left: 0;
    width: 85px;
    width: 100px;
}

#dk-chat span {
    visibility: visible !important;
}

.live-chat-offline {
    display: none !important;
}

.hbtn-chat {
    width: auto;
    background-image: none;
}

    .hbtn-chat:hover {
        background-image: none;
    }

.blink-orange {
    animation-name: blink-orange;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transition: background-color 1s;
}

@keyframes blink-orange {
    0% {
        background-color: #ffffff;
    }

    50% {
        background-color: #f89829;
    }

    100% {
        background-color: #ffffff;
    }
}

#hchat1 > div.blink-orange {
    height: 22px !important;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 22px !important;
}

/* this should help in detecting when live chat inserts its content */
@keyframes nodeInserted {
    from {
        opacity: 0.99;
    }

    to {
        opacity: 1;
    }
}
/* 
    When an image is inserted into any of these elements it will trigger the animation.
    In js we are listening for the start of animations. 
    When this one is triggered, we know live chat is online.
*/
#hchat1 img, #hchat2 img, #hchat3 img, #chat-banner-button img, #live-chat-bubble img {
    animation-duration: 0.001s;
    animation-name: nodeInserted;
}

/* Menu share button */
.popover a {
    color: #5c676e;
    font-size: 25px;
    padding: 10px;
}

/* for the prevention of scroll-zooming on maps */
.no-scroll {
    pointer-events: none;
}

/* fix for mobile image gallery height */
/*#gallery-mobile .item > img {
    height: 270px;
    margin: auto;
    max-width: none;
    width: auto;
}*/

/*.member .chairman-club {
    color: #8b1c35;
}
.member .president-club {
    color: #4d4a98;
}
.member .top-producer-club {
    color: #1f641e;
}*/

/* fix for mobile image gallery width */
#gallery-mobile .item img {
    width: 100%;
}

a.tour-link {
    color: #f89829;
    font-size: 17px;
}
a.tour-link i {
    font-size: 26px;
}

#photo-carousel-modal .modal-content {
    background-color: #5c676e;
}
#photo-carousel-modal .modal-header {
    border-color: #333;
}
#photo-carousel-modal .modal-header .close {
    color: #333;
    text-shadow: none;
    opacity: 1;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
#photo-carousel-modal a.thumb-arrow {
    color: #333;
}
#photo-carousel-modal a.thumb-arrow:hover,
#photo-carousel-modal .modal-header .close:hover {
    color: #f89829;
}

.light {
    height: 124px;
}

.orange-border {
    border: 4px #f89829 solid;
}
.disabled-row td {
    color: #aaa !important;
}

.nav.nav-tabs > li > a {
    border: none !important;
    padding-right: 15px;
    padding-left: 15px;
}
.nav.nav-tabs > li.active > a {
    padding-left: 0;
}
.nav-tabs {
    border-bottom: 1px solid #b9bec0;
}
.nav-tabs.navlist-small li.active a {
    background: rgba(0, 0, 0, 0) url("../img/location-arrow-down.png") no-repeat scroll 0 17px / 8px auto;
}
.report-banner {
    margin: 30px 0;
}

/**************************************************************************************
Saved Property Page 
***************************************************************************************/

.saved-wrapper {
    border: 1px solid #b9bbbc;
    padding: 30px 70px;
}
.saved-wrapper hr {
    background-color: #b9bbbc;
    height: 1px;
}
.saved-wrapper h3 {
    margin-top: 0px;
    text-transform: uppercase;
    color: #555;
    font-size: 20px;
}
.saved-wrapper p {
    margin: 12px 0;
}
.btn-wrapper {
    text-align: center;
    padding: 15px 0;
}
.btn-gray {
    background-color: #F6F6F6;
    color: #555;
    margin: 0 15px;
    min-width: 100px;
}
.btn-gray:hover {
    background-color: #f89829;
    color: #fff;
}
.btn-dark-gray {
    background-color: #D7D7D7;
    color: #555;
}
.btn-dark-gray:hover {
    background-color: #f89829;
    color: #fff;
}
#modal-edit-property .modal-content {
    background-color: #F6F4F5;
}
#modal-edit-property .modal-body {
    overflow-y: auto;
    max-height: 70vh;
}
#modal-edit-property .modal-footer {
    text-align: center;
}
#modal-edit-property h2 {
    font-size: 24px;
}
#modal-edit-property h5 {
    font-size: 14px;
}
#modal-edit-property h2, 
#modal-edit-property h3, 
#modal-edit-property h5 {
    text-transform: uppercase;
}
#modal-edit-property textarea {
    background-color: #fff;
}
#modal-edit-property .btn {
    min-width: 200px;
}
#modal-edit-property .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    text-align: center;
    line-height: 84px;
}
.include-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}
.image-toggle:hover .include-overlay {
    display: block;
}
.exclude-overlay {
    background-color: rgba(51, 51, 51, 0.7);
    display: none;
}
.image-toggle.image-hidden .exclude-overlay {
    display: block;
}
.save-icon {
    cursor: pointer;
}
.overlay img {
    height: auto;
    width: 40px;
}
.image-toggle {
    cursor: pointer;
}
.property-info-btns {
    text-align: center;
}
.property-info-btns .btn {
    margin: 0 4px;
    min-width: 90px;
}
.saved-wrapper h1 img {
    height: 25px;
    margin-top: -4px;
}
.heart-toggle-btn {
    height: 31px;
}
.thumb .heart-toggle-btn {
    height: 22px;
}
.save-property-btn.saved {
    background-color: #fff;
}
.save-property-btn.saved:hover {
    color: #f89829;
}
.save-property-btn .fa-heart {
    display: none;
}
.save-property-btn.saved .fa-heart {
    display: inline;
}
.save-property-btn.saved .fa-heart-o {
    display: none;
}
#desktopNav {
    padding: 0;
}
/*#desktopNav .navbar-nav > li:first-of-type > a {
    padding-left: 0;
}*/
#desktopNav .navbar-nav > li:last-of-type > a {
    padding-right: 0;
}
#desktopNav a:focus {
    outline: none;
    background-color: transparent;
}
.savedPropertyCount {
    /*background-color: #EF4A58;*/
    background-color: #D12938;
    border-radius: 13px;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 24px;
    margin-left: 6px;
    /*padding: 1px;*/
    text-align: center;
    vertical-align: middle;
    width: 24px;
    line-height: 23px;
}
.savedPropertyCount.zero {
    visibility: hidden;
}
.mbtn .savedPropertyCount {
    display: table !important;
}
#pdfForm .form-control {
    border: 1px solid #ccc;
}
#pdfForm .form-group,
#pdfForm .checkbox {
    margin-right: 30px;
}
/*.indented-group {
    margin-left: 20px;
}*/

/***loader***/
.spinner {
  font-size: 48px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.spinner.small-spinner {
  font-size: 20px;
  width: 30px;
  height: 30px;
}
/*.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}*/
.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
      -ms-transform-origin: center -0.2222em;
          transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
          animation: spinner-fade 1s infinite linear;
}
.spinner.small-spinner .spinner-blade {
  width: 3px;
  height: 10px;
}
.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
          animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
          animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
          animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
          animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
          animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
          animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
          animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
          animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
          animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
          animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
  0% {
    background-color: #F5801B;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes spinner-fade {
  0% {
    background-color: #F5801B;
  }
  100% {
    background-color: transparent;
  }
}

/**************************************************************************************
Ad banner
***************************************************************************************/
#banner-ad {
    width: 100%;
    position: fixed;
    height: 70px;
    background-color: #FF9700;
    bottom: 0;
    z-index: 5;
    box-shadow: 0px 0px 160px 85px #333;
}
#banner-ad-link {
    display: block;
    height: 100%;
}
/*#ad-image, #ad-text {
    display: table-cell;
    vertical-align: middle;
}*/
/*#banner-ad i,
#banner-ad span {
    padding: 30px;
    color: #fff;
    cursor: pointer;
    float: right;
}*/
#ad-text h1, 
#ad-text h6,
#ad-text p {
    color: #fff;
    font-family: "Titillium Web", sans-serif;
}
#ad-text h1 {
    font-size: 20px;
    margin: 10px 0 0 220px;
    font-weight: 600;
}
#ad-text h6 {
    font-size: 16px;
    margin: 5px 0 0 220px;
    font-weight: 300;
}
#ad-text p {
    float: right;
    font-size: 14px;
    font-weight: 300;
}
#ad-image {
    height: auto;
    width: 215px;
    position: absolute;
    bottom: 7px;
}
/*#banner-ad div {
    display: table;
    margin: auto;
}*/
#banner-ad span {
    position: absolute;
    bottom: -55px;
    color: #fff;
    cursor: pointer;
    right: 0;
    font-weight: 300;
    font-size: 13px;
    margin-right: 15px;
}
#banner-ad input {
    vertical-align: middle;
    margin: 0 4px;
}
#ad-close {
    position: absolute;
    left: 10px;
    top: -95px;
    z-index: 2;
    cursor: pointer;
}

.team-desc {
    font-size: 14px;
}
.team-members {
    text-align: center;
}
.team-members .member {
    float: none;
    display: inline-block;
    text-align: left;
    margin: 10px;
}

/**************************************************************************************
Locations
***************************************************************************************/

#locations-map {
    height: 700px;
}

#location .greybox {
    padding: 20px;
}

#location .greybox h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
}

#location .greybox hr {
    margin-top: 5px;
    margin-bottom: 0;
    border-top: #aaa 1px solid;
}

#location .greybox p {
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#header .st-default-search-input,
#docked .st-default-search-input,
#header-mobile .st-default-search-input {
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    border: none;
    padding: 6px 12px;
    min-height: 34px;
}
.st-ui-pagination a {
    text-transform: capitalize;
    color: #f89829;
}

/**************************************************************************************
Connect landing
***************************************************************************************/
@font-face {
    font-family: RadikalMedium;
    src: url("../fonts/Radikal-Medium.otf") format("opentype");
}
@font-face {
    font-family: RadikalLight;
    src: url("../fonts/Radikal-Light.otf") format("opentype");
}
@font-face {
    font-family: RadikalItalic;
    src: url("../fonts/Radikal-Italic.otf") format("opentype");
}
#connect-landing .btn {
    margin: 30px 0;
    width: 175px;
    font-size: 16px;
    font-family: RadikalMedium;
}
#connect-landing .btn-xl {
    height: 42px;
    line-height: 28px;
}
#connect-landing h1 {
    margin: 45px 0;
}
#connect-landing .greybox h1 {
    font-size: 44px;
}
#connect-landing p {
    font-size: 16px;
    color: #172730;
    font-family: RadikalLight;
}
#connect-landing h2 {
    margin-bottom: 40px;
    color: #172730;
}
.row-pad {
    padding-top: 45px;
    padding-bottom: 45px;
}
.narrow-p {
    max-width: 450px;
    margin: auto;
}
#connect-landing .white-bg {
    background-color: #fff;
    padding: 15px;
}
.fl-property {
    max-width: 425px;
    margin: auto;
}
.fl-property .prop-img {
    height: 240px;
    background-size: cover;
    background-position: center center;
}
.fl-property .strong,
.fl-property strong {
    font-size: 20px;
    font-family: RadikalMedium;
    color: #172730;
}
#connect-landing strong {
    color: #172730;
}
.ml-realtor {
    max-width: 210px;
    margin: auto;
}
.ml-realtor .profile-img {
    height: 260px;
    background-size: auto 100%;
    background-position: -5px;
}
.ml-realtor .strong,
.ml-realtor strong {
    font-size: 17px;
    font-family: RadikalMedium;
    color: #172730;
}
.ml-realtor em {
    font-size: 15px;
    color: #172730;
    display: block;
    font-family: RadikalLight;
}
.ml-realtor .white-bg {
    min-height: 120px;
}

.clear-agent .fr {
    margin-left: auto;
    margin-right: auto;
}


.listings-align .limit{
    min-height: 130px;
    max-height: 130px;
}

.listings-align .thumbsuper{
    display: flex;
    flex-direction: column;
}

.listings-align .img-ratio {
    min-height: 130px;
}

.listings-align{
    flex-wrap: wrap;
    display: flex;
}