/********  General Styles  *********/
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, sans-serif;
    color: #212121;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 30px;
}

h3 {
    font-size: 22px;
    margin-bottom: 2px;
    margin-top: 10px;
    font-weight: bold;
}

h4 {
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: none;
}

h4:after {
    content: '';
    border-bottom: 1px solid #E5E5E5;
    clear: both;
    width: 100%;
    display: block;
    padding: 10px 0 0;
    max-width: 300px;
    margin: 0 -5px;
}

h5 {
    font-size: 14px;
}

a, a:visited {
    color: #1cbae8;;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

a:hover, a:focus {
    color: #1cbae8;;
    text-decoration: none;
}

/* a.btn, .btn, .dsidx-search-widget .dsidx-search-button .submit, input[type="button"], input[type="submit"], input[type="reset"], input[type="btn"] { */
/*   position: relative; */
/*   border: none; */
/*   color: #777; */
/*   font-weight: normal; */
/*   font-size: 14px; */
/*   padding: 11px 15px; */
/*   line-height: 0.8em; */
/*   text-decoration: none; */
/*   text-align: center; */
/*   white-space: nowrap; */
/*   background: #FFFFFF; */
/*   text-transform: uppercase; */
/*   height: 40px; */
/* } */
.view {
    display: inline-block;
    -webkit-transition: color 1s ease-in;
    -moz-transition: color 1s ease-in;
    -o-transition: color 1s ease-in;
    transition: color 1s ease-in;
    padding: 1em 1.4em;
    line-height: 0.8em;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow: 0px 1px 0 RGBA(0, 0, 0, 0.35);
    background: #000;
}

.clear {
    clear: both;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 20px;
    height: 0;
}

img {
    max-width: 100%;
}

article figure, li figure {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

article figure .hover-content, li figure .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    text-align: center;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

article figure .inner, li figure .inner {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}

li figure .view {
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    margin-top: -16.5px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.lefttext {
    text-align: left;
}

.righttext {
    text-align: right;
}

.centertext {
    text-align: center;
}


/**********  Form  Styles  ***********/
/* input, select, textarea { */
/*   -webkit-appearance: none; */
/*   border: none; */
/*   padding: 6px 10px; */
/*   outline: none; */
/*   color: #777; */
/*   margin: 0; */
/*   width: 100%; */
/*   max-width: 100%; */
/*   display: block; */
/*   background: #fff; */
/*   font-size: 14px; */
/*   height: 40px; */
/*   border-radius: 2px; */
/* } */
select {
    background: url(../images/arrow-down.png) no-repeat 96% center #fff;
}

form > div {
    padding: 0 5px;
    float: left;
}

.sections8 .search-box-container {
    width: 50%;
    padding: 0 5px;
    float: left;
}

/* form input[type=submit] { */
/*     float:none; */
/*     margin: 0 !important; */

/*     font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; */
/*     font-size: 19px; */
/*     text-transform: uppercase; */
/*     letter-spacing: 2px; */
/*     width: 100%; */
/*     border-radius: 3px; */
/*     background: #48c7e7; */
/* } */

/********* Layout Styles **********/
.container {
    width: 100%;
    padding: 0 20px;
}

.container.result-sorting {
    padding-bottom: 5px;
    text-align: center;
    padding-top: 5px;
    text-align: right;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 1px #BFBFBF;
    -moz-box-shadow: 0px 1px 1px #BFBFBF;
    box-shadow: 0px 1px 1px #BFBFBF;
    display: table;
}

.container.page-heading {
    padding-top: 24px;
    padding-bottom: 22px;
}

.container.page-heading h1 {
    margin: 0;
    float: left;
}

.container.dark-bg {
    background: #000;
    padding-top: 15px;
    padding-bottom: 9px;
}

.padding-container {
    padding-left: 20px;
    padding-right: 20px;
}


/**********  Header Styles  ************/
#topbar {
    padding: 4px 0;
    background: #222;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    text-align: center;
}

#topbar .social-media li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

#topbar .social-media li a {
    display: inline-block;
    text-align: center;
    width: 21px;
    padding: 0;
    color: #ccc;
}

.language-select {
    float: left;
}

.language-select select {
    height: 22px;
    padding: 0px 20px 0 12px;
    margin: 4px 0 0;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
    background: url(../images/arrow-down.png) no-repeat 93% center #333;
}

.social-media {
    float: right;
    padding: 6px 0 1px;
    margin: 0;
}

.contact-info {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    display: none;
    float: right;
    padding: 7px 17px 0 0;
}

header#masthead {
    background: #000;
    width: 100%;
    padding: 15px 0 15px;
    z-index: 1000;
}

.navbar {
    margin: 0;
    min-height: 10px;
}

.navbar-header {
    clear: both;
    display: table;
    width: 100%;
}

.navbar-brand {
    max-width: 80%;
    padding: 2px 0;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.navbar-toggle {
    /* display: inline-block; */
    margin: 0px 0 0 7px;
    padding: 7px 8px;
}

.navbar-toggle .icon-bar {
    background: #ABABAB;
    width: 17px;
}

.navbar a, .navbar a:visited {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
}

.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open a:hover {
    background: #222;
}

.dropdown-menu {
    background: white;
    border: 1px solid black;
    box-shadow: none;
    font-size: inherit;
    padding: 0px;
    margin-top: 6px;
}

.dropdown-menu > li > a {
    color: #222;
    padding: 10px 36px 10px 8px;
    border-bottom: 1px solid #222;
    font-weight: inherit;
}

.dropdown-menu li a:hover {
    background: #222;
}

.dropdown-menu li:last-child a {
    border: 0px;
}

.dropdown-menu > li > a:hover {
    color: #fff;
}


/********* Page Heading Styles ***********/
.breadcrumb {
    background: none;
    margin: 0;
    padding: 8px 0;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #000;
}

.social-share {
    float: right;
    padding: 20px 0 0;
}

.social-share * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.social-share > span {
    margin: 0 0 10px 0;
    display: inline-block;
}


/***********  Slider Styles  *************/
.slick-slider li {
    background-size: cover;
    background-position: center;
}

.slideCaption {
    width: 100%;
    top: 38.5%;
    text-align: center;
    z-index: 9;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    margin: 100px 0;
}

.slideCaptionInner h1 {
    color: #fff;
    margin: 16px 0;
    font-size: 18px;
    line-height: 1.2;
}


/******** Listing Styles ***********/

.listing {
    margin: 0px 0px 15px 0px;
    background: #f0f0f0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 12px;
    clear: both;
    min-height: 350px;
}

.listing-info {
    padding: 60px 0 100px;
    padding: 9px 10px 24px;
    text-align: left;
    background: #f0f0f0;
}

.listing-info h3 a {
    color: #222;
}

.listing-info h3 a .reference-number, .listing-info h1 .ref-num {
    color: #a5a5a5;
}

.listing-info figure {
    position: relative;
    overflow: hidden;
}

.listing-info p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.4;
}

.listing-info p.propinfo {
    margin-bottom: 30px
}

.listing-info .available {
    margin: 20px 0 25px;
}

.listing-info .available span {
    border: 1px solid #1cbae8;
    padding: 2px 8px;
    color: #1cbae8;;
    border-radius: 3px;
}

#listings-results .listing-info .btn.btn-more-info {
    clear: right;
    float: right;
    margin: 0;
}

.listing-info .location {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.listing-info p.price {
    font-size: 20px;
    color: #333;
}

.apartment-listing .listing-info p.price {
    margin-bottom: 0px;
}

.listing-info p.price-info {
    color: #9a9a9a;
    font-size: 16px;
}

.videos {
    margin: 70px 0;
}

.listing-description {
    background: #f0f0f0;
    margin: 0 0 25px;
    padding: 10px 10px 5px;
}

.financial-terms-description {
    background: #f0f0f0;
    margin: 0 0 25px;
    padding: 10px 10px 5px;
}

.listing-info .district-map {
    width: 50%;
    float: right;
}


/*************  Metro Lines  *************/
.metro-lines {
    color: #333;
    display: inline-block;
    clear: left;
    margin: 0 0 30px 0;
}

.metro-lines .etienne-marcel {
    margin: 0 0 5px 0;
}

.metro-lines span.metro-title {
    margin: 0 0 0 3px;
}

.metro-lines span.circle {
    border: 2px solid #000;
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    padding: 1px;
    border-radius: 40px;
    font-size: 13px;
}

.metro-lines span.blue-m {
    color: #314e9f;
    border-color: #314e9f;
}

.metro-lines span.purple-4 {
    color: #fff;
    background: #aa3485;
    border-color: #aa3485;
}

.metro-lines span.yellow-1 {
    color: #000;
    background: #f6d708;
    border-color: #f6d708;
}


/**************  Homepage Styles  *************/
#advanced-search {
    background: rgba(0, 0, 0, 0.52);
    margin: 0;
    padding: 10px 0;
    overflow: visible;
    z-index: 70;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#advanced-search h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 15px;
}

#home .cta {
    padding: 150px 0;
    clear: both;
    position: inherit;
    background-attachment: fixed !important;
    background-size: cover !important;
    z-index: 0;
    -webkit-backface-visibility: visible;
    margin-bottom: 60px;
}

#home .cta .container {
    position: relative;
    background: rgba(0, 0, 0, .4);
    padding: 20px;
    color: #fff;
}

#home .cta h1 {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    margin: 0;
}

#home .featured-listings {
    padding: 50px 10px 50px;
}

#home .featured-listings ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#home .featured-listings li {
    margin-bottom: 20px;
    padding: 0 10px;
}

#home .listing-info {
    text-align: center;
}

#home .listing-info h3 {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
}

#home .listing-info p {
    font-size: 14px;
    margin: 0 0 5px;
}

#home .listing-info p.price {
    font-size: 20px;
}

#home .listing-info p.propinfo {
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
}


/********  Search Page Styles  *************/
.sorting-options {
    margin: 20px auto 0;
    text-align: center;
}

.sorting-options .sort-by-box {
    border: 1px solid #cacaca;
    width: 156px;
    margin: 0px 10px 0 0;
    float: none;
    display: inline-block;
}

.sorting-options .sort-by-box select {
    margin: 0;

}

.sorting-options .num-per-page {
    float: none;
    display: inline-block;
    margin-bottom: -14px;
}

.num-per-page a {
    color: #000;
    padding: 0px 5px;
    display: block;
    float: left;
    border-right: 1px solid #000;
    margin: 0px;
}

.num-per-page a:last-child {
    border-right: 0px;
}

.num-per-page a.active {
    font-weight: bold;
}

.mode-switch {
    float: right;
    clear: none;
    padding: 3px;
    width: 100%;
    border-radius: 4px;
    background: #D3D3D3;
    text-align: center;
    margin-left: 5px;
    max-width: 175px;
}

.mode-switch a {
    display: inline-block;
    color: #000;
    background: #fff;
    opacity: 1;
    padding: 0px;
    line-height: 30px;
}

.mode-switch a.active, .mode-switch a:hover {
    background: #48C7E7;
    color: #fff;
}

.mode-switch a > span {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
}

.mode-switch a > span span {
    display: block;
    background: #000;
    margin: 0 0 2px;
    height: 4px;
}

.mode-switch a img {
    margin: -5px 0 0;
    width: 18px;
}

.result-total {
    font-size: 15px;
}

.search-listings #listings-results {
    display: none;
    margin-bottom: 100px;
}

.search-listings footer, .search-listings #footer-widgets {
    display: none;
}

#map-wrap #map {
    height: 300px;
    background-size: cover;
    margin-bottom: -100px;
}

.find-apt {
    text-align: center;
    margin: 100px 0 0;
}

.find-apt h2 {
    font-weight: normal;
    text-transform: none;
}

.pagination {
    margin: 20px auto;
    display: inline-block;
    text-align: center;
}

.pagination a {
    color: #000;
    padding: 2px 14px;
    border-right: 1px solid #000;
    margin: 0;
    display: inline-block;
    float: left;
}

.pagination a:hover {
    color: #fff;
    background: #000;
}

.pagination a.active {
    font-weight: bold;
}

.pagination a:last-child {
    border: 0;
}


/********  Single Listing Page  *********/
.large-image-slider img {
    max-height: 575px;
}

.thumb-image-slider {
    margin: 20px;
}

.thumb-image-slider li.slick-slide {
    padding: 0 5px;
}

.single-listing .listing-info {
    padding: 1px 17px 50px;;
    background: #f0f0f0;
}

.listing-highlights {
    padding: 30px 0 0;
}

.listing-highlights ul {
    margin: 0;
    padding: 0 0 0 27px;
}

.listing-highlights ul li {
    position: relative;
    list-style: none;
    padding: 0 0 9px 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.2
}

.listing-highlights ul li:before {
    display: inline-block;
    content: '';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05d";
    color: #48C7EF;
    font-size: 24px;
    margin: 0 6px 0px 0;
    position: absolute;
    left: -29px;
    top: -3px;
}

.single-listing #map {
    height: 300px;
    background-size: cover;
}

.financial-terms {
    margin: 0 0 30px;
}

.agent-info {
    margin: 0 0 100px;
}

.agent-info .agent-photo {
    width: 20%;
    float: left;
}

.agent-info .agent-name {
    font-weight: bold;
}


/*********  Footer Styles   **********/
#footer-widgets {
    padding: 20px 0 20px 0;
    border-top: 10px solid #444;
    background: #000;
    color: #777;
}

#footer-widgets h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 30px;
    font-family: arial, helvetica, sans-serif;
}

#footer-widgets h5.nopadding {
    margin-bottom: 10px;
}

.footer-widgets aside:nth-child(2) {
    clear: both;
}

#footer-widgets .widget ul {
    padding: 0;
}

.widget li {
    padding: 8px 0;
    list-style: none;
    font-size: 12px;
    line-height: 16px;
}

.widget > h5:after {
    position: relative;
    top: 12px;
    content: "";
    display: block;
    height: 3px;
    width: 25%;
    background: #48c7e7;
}

footer {
    font-size: 12px;
    padding: 20px 20px 40px 20px;
    background: #222;
    color: #777;
}

footer .copyright {
    font-family: arial, helvetica, san-serif;
    text-align: center;
}

#footer-widgets .btn {
    border: 2px solid #48c7e7;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    color: white;
}

#footer-widgets .btn:hover {
    border: 2px solid #48c7e7;
    color: #48c7e7;
}

@media screen and (max-width: 400px) {


    .col-xs-5, .col-xs-6, .col-xs-7 {
        width: 100%;
    }


}


@media screen and (min-width: 540px) {


    .listing-left {
        float: left;
        width: 50%;
    }

    .listing-right {
        float: right;
        width: 50%;
    }


}


@media screen and (min-width: 640px) {

    .listing-image {
        width: 40%;
        float: left;
    }

    #listings-results .listing-info {
        width: 60%;
        float: left;
        clear: none;
        padding: 0px 10px 10px 20px;
    }

    /* form > div { */
    /*   width: 25%; */
    /* } */
    .sections8 .search-box-container {
        width: 25%;
    }

}


@media screen and (max-width: 768px) {


}


@media screen and (min-width: 768px) {

    /* #form > div { */
    /*   width: 25%; */
    /* } */
    .sections6 .search-button-container {
        width: 12%;
    }

    .sections8 .search-box-container {
        /* .sections8 .search-box-container.search-box-container-date, */
        /* .sections8 .search-box-container.search-box-container-small { */
        width: 25%;
    }

    /* .sections8 .search-box-container.search-box-container-small-last { */
    /*     width: 22.3%; */
    /* } */
    .navbar-collapse {
        float: right;
    }

    .navbar-brand {
        max-width: 100%;
    }

    .navbar-header {
        max-width: 35%;
        width: auto;
        height: 45px;
    }

    .navbar-nav > li > a {
        padding: 8px 12px;
        border-right: 1px solid #333;
    }

    .navbar-nav > li:last-child a {
        border-right: 0px;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-color: #333;
    }

    .contact-info {
        display: block;
    }

    .slideCaptionInner h1 {
        font-size: 42px;
        font-weight: bold;
    }

    .slideCaption {
        margin: 150px 0;
    }

    #advanced-search .container {
        padding: 5px 30px 0;
        margin: 0px auto 0;
        max-width: 1300px;
    }

    #advanced-search h2 {
        font-size: 25px;
    }

    #home .cta h1 {
        font-size: 42px;
        font-weight: bold;
    }

    .result-total {
        height: 0px;
        float: right;
        overflow: visible;
        margin: 5px 0px;
    }

    .sorting-options {
        float: left;
        clear: none;
        margin-top: -4px;
    }

    #map-wrap #map {
        height: 450px;
    }

    .social-share {
        padding: 0;
    }

    #listings-results .listing-info .btn.btn-more-info {
        margin-top: 20px;
    }


}


@media screen and (min-width: 992px) {

    .navbar-nav > li > a {
        padding: 8px 19px;
    }

    .contact-info {
        padding: 0px 5px;
    }

    form.sections6 > div {
        width: 18.8%;
    }

    form.sections6 > div.search-button-container,
    form.sections6.sale-sections6 > div.search-button-container {
        width: 6%;
    }

    .sections8 .search-box-container {
        width: 13.3333333%;
        float: left;
    }

    .search-box-container.search-box-container-date {
        width: 12%;
    }

    .search-box-container.search-box-container-small,
    .search-box-container.search-box-container-small-last {
        width: 10.4%;
    }

    .search-box-container.search-button-container.search-box-container-small {
        width: 5.4%;
    }

    .sections8 > div.mode-switch {
        width: 10%;
        float: left;
    }

    .sections8 > div .search-button-container {
        width: 6.6666667%;
        float: left;
    }

    .result-total {
        height: 0px;
        float: right;
        overflow: visible;
        margin: 5px 0px;
    }

    #map-wrap #map {
        height: 600px;
    }

    .slideCaption {
        margin: 215px 0 360px;
    }

    #listings-results .listing-info {
        padding: 10px 20px 10px 40px;
    }

    .single-listing .listing-info {
        padding: 6px 34px 31px;
    }


}

.cookie-banner {
    max-width: 400px;
    position: fixed;
    border: 2px solid #000;
    background-color: #fff;
    z-index: 99;
    margin: 15px;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.cookie-banner button {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {


    .listing-left {
        width: 100%;
    }

    .listing-right {
        width: 100%;
    }


}