@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

html {
    position: relative;
    min-height: 100%;
}

html, body, form {
    height: 100%;
}

body {
    margin-bottom: 0px;
}

.int_main, p, .location-dropdown, .homebanner_links, .main_nspblock, header .menu > li, .head_call_devine {
    font-family: 'Lato', sans-serif;
}

.btn {
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

header nav {
    max-width: 1072px;
    padding: 0px 0px;
    box-sizing: border-box;
}

header .menu > li {
    font-size: 1.000em;
    width: auto !important;
    margin-right: 4.2%;
}

header .menu li.home-icon {
    margin-left: 10px;
}

header:after {
    position: static;
    background: transparent;
    height: auto;
    width: auto;
}

header nav .left {
    width: 82.622407%;
}

header nav .investor-right {
    float: right;
    text-align: center;
}

    header nav .investor-right li {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
    }

header .investor-right .menu {
    width: 100%;
    left: 0;
}

header .carousel-outer .carousel-area {
    margin-bottom: 0;
    min-height: 0;
}

.homepage .container {
    max-width: 1072px;
    box-sizing: border-box;
}

.homepage .homebanner_links {
    display: block !important;
}

.homepage .homebanner_links_mobile {
    display: none;
}

.homebanner_links, .homebanner_links_mobile {
    display: none !important;
}

.homebanner_projlinks {
    display: none !important;
}

#wrapper.container {
    padding-top: 1em;
}

.text-center {
    text-align: center;
}

.btn-transparent {
    background-color: transparent !important;
    text-shadow: none;
}

a.btn-gray[href="#"] {
    pointer-events: none;
}

.btn-gray, .btn-orange, .btn-orange2, .btn-dgray, .btn-white, .btn-red {
    margin: 5px;
    border-width: 2px;
    padding: 8px 12px 9px;
}

.btn-gray {
    color: #939399;
    background-color: #fff;
    background-image: none;
    border-color: #D4D4D4;
    font-size: 12px;
    font-weight: 700;
}

    .btn-gray.focus, .btn-gray:focus {
        color: #939399;
        background-color: #fff;
        border-color: #D4D4D4;
    }

    .btn-gray:hover {
        color: #939399;
        background-color: #fff;
        border-color: #D4D4D4;
    }

.btn-red, .btn-red:hover {
    color: #D70505;
    background-color: #FCEDED;
    background-image: none;
    border-color: #D70505;
    font-size: 12px;
    font-weight: 700;
    cursor: default;
}

.btn-orange {
    color: #F37423;
    background-color: #fff;
    background-image: none;
    border-color: #ED8E5F;
    font-size: 12px;
    font-weight: 700;
}

    .btn-orange.focus, .btn-orange:focus {
        color: #fff;
        background-color: #F37423 !important;
        border-color: #F37423 !important;
    }

    .btn-orange:hover {
        color: #fff;
        background-color: #F37423 !important;
        border-color: #F37423 !important;
    }

.btn-orange2 {
    color: #fff;
    background-color: #F37423;
    background-image: none;
    border-color: #F37423;
    font-size: 14px;
    font-weight: 700;
}

    .btn-orange2.focus, .btn-orange2:focus {
        color: #fff;
        background-color: #F37423;
        border-color: #F37423;
    }

    .btn-orange2:hover {
        color: #fff;
        background-color: #F37423;
        border-color: #F37423;
    }

.btn-dgray {
    color: #2C2C2E;
    background-color: #fff;
    background-image: none;
    border-color: #4E4D50;
    font-size: 12px;
    font-weight: 700;
}

    .btn-dgray.focus, .btn-dgray:focus {
        color: #2C2C2E;
        background-color: #fff;
        border-color: #4E4D50;
    }

    .btn-dgray:hover {
        color: #2C2C2E;
        background-color: #fff;
        border-color: #4E4D50;
    }

.btn-white {
    color: #fff;
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    font-size: 12px;
    font-weight: 700;
}

    .btn-white.focus, .btn-white:focus {
        color: #2c2c2e;
        background-color: #fff !important;
        border-color: #fff !important;
    }

    .btn-white:hover {
        color: #2c2c2e;
        background-color: #fff !important;
        border-color: #fff !important;
    }

.homepage .homebanner_projlinks {
    background: #2C2C2E;
    padding: 0px 0px 0;
    width: 354px;
    position: absolute;
    top: 0px;
    z-index: 8;
    right: 0;
    text-align: left;
    bottom: 0;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
}

    .homepage .homebanner_projlinks a {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 19px;
        color: #fff;
        border-bottom: 1px solid #424243;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        align-items: flex-end;
    }

        .homepage .homebanner_projlinks a > div {
            padding: 92px 20px 11px;
            box-sizing: border-box;
            background: url('/_sites/devine/_media/images/new-img/icons_sprite.png') no-repeat right -360px;
            width: 100%;
        }

        .homepage .homebanner_projlinks a:hover {
            background-color: #232325;
        }

    .homepage .homebanner_projlinks span {
        font-size: 12px;
        font-style: italic;
        color: #717477;
        display: block;
        text-transform: uppercase;
        padding-top: 4px;
    }

.homebanner_links, .homebanner_links_mobile {
    display: block;
    background: #2C2C2E;
    padding: 0px 0px 0;
    width: 354px;
    position: absolute;
    top: 0px;
    z-index: 8;
    right: 0;
    text-align: left;
    bottom: 0;
}

    .homebanner_links ul, .homebanner_links_mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .homebanner_links ul li, .homebanner_links_mobile ul li {
            display: block;
            position: relative;
            font-size: 19px;
            color: #fff;
            padding: 0px 0px;
            border-bottom: 1px solid #424243;
        }

            .homebanner_links ul li a, .homebanner_links_mobile ul li a {
                display: block;
                position: static;
                color: #fff;
                line-height: 1.2em;
                margin: 0px 0px 0px 0px;
                padding: 0px 20px;
                background: url('/_sites/devine/_media/images/new-img/icons_sprite.png') no-repeat right -429px;
            }

                .homebanner_links ul li a:hover, .homebanner_links_mobile ul li a:hover {
                    background-color: #232325;
                }

            .homebanner_links ul li span, .homebanner_links_mobile ul li span {
                font-size: 12px;
                font-style: italic;
                color: #717477;
                display: block;
                text-transform: uppercase;
            }

            .homebanner_links ul li a:after, .homebanner_links_mobile ul li a:after {
                content: "";
                height: 18px;
                width: 12px;
                display: block;
                position: absolute;
                right: 85px;
                top: 2px;
                font-size: 19px;
                font-weight: 700;
            }

.block_homebanner_links {
    text-align: center;
    margin: 0px;
}

    .block_homebanner_links:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; /* Adjusts for spacing */
    }

.centered_block_homebanner_links {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    text-align: left;
    color: #fff;
    width: 99%;
    box-sizing: border-box;
}

    .centered_block_homebanner_links a {
        display: block;
        color: #fff;
        line-height: 1.2em;
        position: relative;
        border-bottom: 1px solid #424243;
        padding: 24% 20px 10px;
        background: url('/_sites/devine/_media/images/new-img/icons_sprite.png') no-repeat right -221px;
    }

        .centered_block_homebanner_links a:hover {
            background-color: #232325;
        }

        .centered_block_homebanner_links a:last-child {
            border-bottom: none;
        }

        .centered_block_homebanner_links a:after {
            content: "";
            height: 15px;
            width: 11px;
            display: block;
            position: absolute;
            right: 20px;
            top: 2px;
            font-size: 19px;
            font-weight: 700;
        }

    .centered_block_homebanner_links span {
        font-size: 12px;
        font-style: italic;
        color: #717477;
        display: block;
    }

.cat_order {
    background: #2C2C2E;
    font-family: 'Lato', sans-serif;
    margin-top: 0px;
}

    .cat_order > .container {
        padding-bottom: 0;
    }

    .cat_order ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .cat_order ul li {
            float: left;
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            padding: 32px 30px;
            border-left: 1px solid #424243;
        }

            .cat_order ul li a, .cat_order ul li a:hover {
                color: white;
            }

.row-space:first-child {
    margin-top: 25px;
}

.box_list {
    -webkit-box-shadow: 0px 1px 2px 0px #D4D4D4;
    -moz-box-shadow: 0px 1px 2px 0px #D4D4D4;
    box-shadow: 0px 1px 2px 0px #D4D4D4;
    border: 1px solid #D4D4D4;
    min-width: 230px;
    margin: 0px 10px 20px 10px;
    float: left;
    transition: all 0.5s ease;
    min-height: 452px;
}

.box_list_communities {
    min-height: 490px;
}

.box_list .image_info {
    position: relative;
}

    .box_list .image_info > img {
        width: 100%;
    }

.box_list .image_title {
    position: absolute;
    bottom: 18px;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 1em;
    padding: 0px 8px;
    box-sizing: border-box;
}

    .box_list .image_title span {
        display: block;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

.box_logo {
    text-align: center;
    margin: 25px 0;
    min-height: 50px;
}

    .box_logo img {
        max-height: 50px;
    }

.box_logo_communities {
    margin-bottom: 10px;
}

.box_pricing {
    padding: 16px 18px 20px;
    font-size: 14px;
    color: #58585C;
}

    .box_pricing > p {
        margin: 0px 0px 3px 0px;
        line-height: 1.5em;
        overflow: hidden;
        height: 147px;
    }

    .box_pricing .box_text, .box_pricing .box_price {
        padding-bottom: 5px;
        height: 16px;
        overflow: hidden;
    }

    .box_pricing .box_text {
        float: left;
        color: #58585C;
    }

    .box_pricing .box_price {
        float: right;
        color: #2C2C2E;
        text-align: left;
    }

    .box_pricing .box_button {
        text-align: center;
        margin-top: 12px;
        text-transform: uppercase;
    }

    .box_pricing .box_button_communities {
        position: absolute;
        bottom: 21px;
        left: 31%;
        margin-top: 0;
    }

.box_button_communities .btn-preregister {
    margin-left: -20%;
}

.box_pricing .box_button_communities .btn-coming-soon {
    margin-left: -14%;
    cursor: default;
}

@media(max-width: 767px) {
    .box_pricing .box_button_communities .btn-coming-soon {
        margin-left: -10%;
    }
    .box_comingsoon {
        margin-top: -45px !important;
    }
}
@media(min-width: 375px) and (max-width: 414px) {
    .box_pricing .box_button_communities {
            left: 35%;
    }
}

.box_list.js-exclude_list .content_exclude {
    position: absolute;
    bottom: 28%;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 0px;
    box-sizing: border-box;
}

    .box_list.js-exclude_list .content_exclude .image_title {
        position: static;
    }

    .box_list.js-exclude_list .content_exclude .box_pricing {
        color: #fff;
        padding-top: 10px;
    }

        .box_list.js-exclude_list .content_exclude .box_pricing > p {
            height: auto !important;
        }

.box_comingsoon {
    text-align: center;
    text-transform: uppercase;
    height: 21px;
    margin-top: -14px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .box_comingsoon {
        margin-top: -45px;
    }

    .box_pricing .box_button_communities .btn-coming-soon {
        margin-left: 0%;
    }
}

.location_titlename {
    cursor: pointer;
}

.location-dropdown {
    background-color: #2C2C2E;
    width: 100%;
    display: none;
    margin-top: 0px;
}

    .location-dropdown > .container {
        padding-bottom: 0;
        position: relative;
    }

.location-link {
    position: relative;
    padding-right: 42px;
    background: url('/_sites/devine/_media/images/new-img/icons_sprite.png') no-repeat right -83px;
}

    .location-link:after {
        content: "";
        height: 13px;
        width: 11px;
        display: block;
        position: absolute;
        right: -20px;
        top: 0px;
        font-size: 16px;
        font-weight: 700;
    }

.select-left-side {
    display: block;
    float: left;
    max-width: 148px;
    padding: 50px 0 0px;
}

    .select-left-side ul {
        margin: 0;
        padding: 30px 0px;
    }

        .select-left-side ul li {
            display: block;
            padding: 15px 30px;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 700;
            box-sizing: border-box;
            width: 100%;
        }

            .select-left-side ul li.active {
                color: #F37423;
                border-right: 2px solid #F37423;
            }

                .select-left-side ul li.active a, .select-left-side ul li.active a:hover {
                    color: #F37423;
                }

            .select-left-side ul li a, .select-left-side ul li a:hover {
                color: white;
            }

.location-select-list {
    display: block;
    float: left;
    padding: 30px 20px 0px 60px;
    border-left: 1px solid #424243;
    position: relative;
    box-sizing: border-box;
    width: 74%;
}

.flex_dropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.location-select-list ul {
    /*float:left;
	width:220px;*/
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 220px;
}

    .location-select-list ul li:first-child {
        background: transparent;
        padding: 0;
        border: none;
        margin: 0px;
        padding: 0px 0px 15px 24px;
        color: #717477;
        height: auto;
        text-transform: uppercase;
    }

    .location-select-list ul li {
        background: #282828;
        padding: 10px 20px;
        border: 2px solid #282828;
        margin: 0px 1px 1px 0px;
        cursor: default;
        height: 38px;
    }

.subnav-apartments .location-select-list ul li {
    width: 236px;
}

.location-select-list ul li.active {
    border: 2px solid #fff;
}

.location-select-list .place-name {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.2em;
}

    .location-select-list .place-name span {
        font-size: 12px;
        display: block;
        color: #717477;
    }

.note_text {
    display: block !important;
    font-size: 14px;
    font-style: italic;
    color: #717477;
    max-width: 47.143em;
    padding: 0px 20px;
    box-sizing: border-box;
}

    .note_text p {
        word-wrap: break-word;
    }

.location-select-close {
    float: right;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 20px;
    background: url('/_sites/devine/_media/images/new-img/icons_sprite.png') no-repeat right -155px;
}

    .location-select-close:after {
        content: "";
        height: 18px;
        width: 12px;
        display: block;
        float: right;
        padding: 0px 0px 0px 10px;
        font-size: 16px;
        font-weight: 700;
    }

.location-filter-update {
    float: right;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0px;
    position: absolute;
    right: 0;
    top: 45px;
    padding-right: 20px;
    text-align: right;
}

    .location-filter-update span {
        display: block;
        font-size: 12px;
        font-weight: 700;
    }

.btn-show-all {
    text-align: center;
    margin-top: 30px;
    position: static;
    z-index: 9999;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    width: 100%;
}

    .btn-show-all a {
        padding: 15px;
        display: inline-block;
        margin: 0;
        width: 50%;
        box-sizing: border-box;
    }

.int_main {
    margin: 0 -4px;
    opacity: 0;
}

    .int_main .row-space {
        position: relative;
        margin-top: 18px !important;
    }

.head_call_devine {
    width: 177px;
    position: absolute;
    right: 16.804979253%;
    bottom: 0;
    float: left;
    z-index:99;
}

@media (min-width: 768px) {
    .head_call_devine {
        cursor: default;
    }
}

.js_click_call {
    display: block;
    position: relative;
    height: 45px;
    font-size: 14px;
    font-weight: 700;
    color: #F37423;
    padding: 15px 18px;
    box-sizing: border-box;
    background: url('/_sites/devine/_media/images/new-img/icons_sprite.png') no-repeat 16px 10px;
}

    .js_click_call span {
        margin-left: 30px;
    }

.js_click_call_active {
    color: #fff;
    background: url('/_sites/devine/_media/images/new-img/icons_sprite.png') no-repeat 16px -10px #F37423;
}

.js_show_call {
    position: absolute;
    z-index: 9999;
    top: 45px;
    left: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

    .js_show_call li {
        font-size: 11px;
        font-weight: 700;
        color: #4D4D4D;
        border-bottom: 1px solid #ededed;
        padding: 15px 12px;
    }

        .js_show_call li img {
            margin-right: 8px;
        }

        .js_show_call li:last-child {
            border-bottom: none;
        }

        .js_show_call li a {
            font-size: 18px;
            font-weight: 700;
            color: #EF7422;
            display: block;
            margin-top: 5px;
        }

.main_nspblock {
    margin: 18px 0 26px;
}

.choices_nspblock .title {
    color: #2C2C2E !important;
    top: 35%;
}

    .choices_nspblock .title p {
        font-weight: bold;
    }

.choices_nspblock .nsp_button {
    bottom: 20%;
}

    .choices_nspblock .nsp_button a {
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.1) !important;
    }
        .choices_nspblock .nsp_button a:hover {
            background-color: #F37423 !important;
        }

.main_nsp {
    float: left;
    margin: 10px 20px 10px 0;
    -webkit-box-shadow: 0px 1px 2px 0px #D4D4D4;
    -moz-box-shadow: 0px 1px 2px 0px #D4D4D4;
    box-shadow: 0px 1px 2px 0px #D4D4D4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0px solid white;
}

    .main_nsp:last-child {
        margin-right: 0px;
    }

    .main_nsp.news {
        width: 252px;
    }

    .main_nsp.smartideas {
        width: 252px;
    }

    .main_nsp.projfile {
        width: 524px;
    }

.nsp_button {
    z-index: 40;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20%;
}

.home_imgbox {
    text-align: center;
    width: 100%;
    position: relative;
}

    .home_imgbox > img {
    }

    .home_imgbox .title {
        z-index: 40;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 40%;
        font-size: 24px;
        font-weight: 300;
        color: #fff;
    }

.projfile .home_imgbox .title {
    top: 20%;
}

.home_imgbox .title p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0px;
    margin: 0;
}

.main_nsp.news .home_imgbox .title {
    color: #2C2C2E;
}

.main_nsp.projfile .home_imgbox .title span {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.main_nsp.projfile .home_imgbox .title p.proj_title {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    padding: 15px 0px;
    margin: 0;
}

.remarketing-panel img {
    left: -999em;
}

footer {
    background-color: #E6E6E6;
    background-image: none;
    height: 245px;
    color: #2C2C2E;
    position: static;
}

    footer .container {
        padding: 5px 0 45px 0;
    }

    footer ul.footer-menu {
        position: static;
        font-size: 10px !important;
    }

    footer li[class*='nav'] {
        border-right: 1px solid #2C2C2E;
    }

    footer a, footer a:hover {
        color: #2C2C2E !important;
        font-size: 10px !important;
    }

    footer .copyright, footer .disclaimer {
        font-size: 0.917em;
    }

    footer .container:before {
        border: none;
        position: static;
    }

.disclaimerBlock {
    font-size: 0.917em;
}

.push {
    height: 135px;
}

#top-half {
    margin-bottom: -135px;
}

.ftrDisclaimer {
    margin-top: 10px;
}

#enquire-global-form .form-item {
    position: relative;
    margin-top: 10px;
}

    #enquire-global-form .form-item span {
        position: absolute;
        right: 30px;
        top: 4px;
        font-size: 11px;
    }

#enquire-global-form a.submit {
    margin: 15px 0;
}

@media (max-width: 767px) {
    header nav {
        padding: 0;
        min-height: 0;
        height: auto;
    }

        header nav .left {
            margin-top: 5px;
            width: 100%;
        }

            header nav .left .tablet-logo {
                margin: 5px auto 10px;
            }

    .box_pricing > p {
        height: auto;
    }

    .box_list .image_info img {
        width: 100%;
    }

    .box_list.js-exclude_list .image_info > img {
        height: auto;
    }

    .homepage .homebanner_links, .homepage .homebanner_projlinks {
        display: none !important;
    }

    .homepage .homebanner_links_mobile {
        display: block !important;
    }

    .homebanner_links_mobile {
        float: none;
        width: 100%;
        position: static;
        padding: 0;
        /*margin-bottom:20px;*/
    }

        .homebanner_links_mobile ul li {
            padding: 0px;
        }

            .homebanner_links_mobile ul li a, .homebanner_links_mobile ul li a:hover {
                margin: 0;
                padding: 20px;
            }

                .homebanner_links_mobile ul li a:after {
                    right: 20px;
                    top: 30px;
                }

    .cat_order ul li {
        border: none;
        padding: 20px;
    }

    .main_nsp.projfile .home_imgbox .title p.proj_title {
        font-size: 24px;
        padding: 15px;
    }

    .projfile .nsp_button {
        bottom: 12%;
    }

    .flex_dropdown {
        display: block;
    }

    .select-left-side {
        float: none;
        max-width: none;
        text-align: center;
        padding: 42px 0px 10px;
    }

        .select-left-side ul {
            padding: 0;
            border-bottom: 1px solid #424243;
        }

            .select-left-side ul li {
                display: inline-block;
                margin: 0;
                width: auto;
                padding: 15px 11px;
                font-size: 14px;
            }

                .select-left-side ul li.active {
                    border-bottom: 2px solid #F37423;
                    border-right: 0;
                }

    .location-dropdown > .container {
        padding: 0;
    }

    .location-select-list {
        border: 0;
        float: none;
        padding: 10px 0px 0px;
        min-height: 0;
        width: 100%;
    }

        .location-select-list ul {
            float: none;
            width: auto;
            min-height: 0;
        }

    .subnav-apartments .location-select-list ul li {
        width: auto;
    }

    .location-select-list ul li:first-child {
        padding: 10px 20px;
    }

    .location-select-close {
        padding: 20px 0;
        padding-right: 20px;
        background-position: right -165px;
    }

    .location-filter-update {
        padding: 20px 0;
        padding-left: 20px;
        left: 0;
        top: 0;
        right: auto;
    }

    .btn-show-all {
        width: 100%;
    }

    footer {
        padding: 0;
        height: auto;
    }

        footer .container {
            padding-left: 15px;
            padding-right: 15px;
            box-sizing: border-box;
        }

        footer ul.footer-menu {
            padding: 10px 0px;
            margin: 0;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .homepage .homebanner_projlinks a > div {
        padding: 64px 20px 10px;
        overflow: hidden;
        background: url('/_sites/devine/_media/images/new-img/icons_sprite.png') no-repeat 20px -245px;
    }

    header nav .left .tablet-logo {
        margin-top: 15px;
    }

    .btn-gray, .btn-orange, .btn-orange2, .btn-dgray {
    }

    .select-left-side {
        padding: 10px 0px;
    }

        .select-left-side ul {
            padding: 0;
        }

            .select-left-side ul li {
                display: inline-block;
                margin: 0;
            }

    .location-select-list {
        padding: 10px 20px 0px;
        min-height: 0;
        width: 67%;
    }

        .location-select-list ul {
            /*max-width:150px;*/
        }

            .location-select-list ul li {
                height: auto;
                padding: 10px 6px;
            }

                .location-select-list ul li:first-child {
                    padding: 10px 0px;
                }

    .location-select-close {
        padding: 20px 0;
        padding-right: 20px;
        background-position: right -165px;
    }

    header .menu {
        display: table;
    }

    header nav .left {
        width: 100%;
    }

    header .menu > li {
        float: left;
        /*display: table-cell;*/
        box-sizing: border-box;
        margin: 0 8% 0 0;
    }

        header .menu > li.home-icon {
            display: inline-block;
        }

    .head_call_devine {
        right: 19.79166666666667%;
        bottom:0;
    }

    header nav .investor-right {
        line-height: 24px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 99;
    }

    .box_pricing > p {
        height: auto;
    }

    .box_list.js-exclude_list .image_info > img {
        height: 499px;
    }

    .box_pricing .box_text, .box_pricing .box_price {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .btn-show-all a {
        float: left;
        height: 62px;
    }

    .js-apply_filter {
        padding-top: 24px !important;
    }
}

@media (max-width: 480px) {
    .main_nsp.projfile img {
        max-width: 253px;
        height: 373px;
    }

    .box_list .image_info img {
        height: 280px;
    }

    .box_list.js-exclude_list .image_info > img {
        height: auto;
    }

    .push {
        height: 135px;
    }

    footer {
        position: static;
    }
}

@media (max-width: 640px) {
    .box_list.js-exclude_list .image_info > img {
        height: 492px;
    }
}

@media (max-width: 979px) {
    .main_nspblock {
        text-align: center;
    }

    .main_nsp {
        width: auto !important;
        float: none;
        margin: 10px 10px !important;
        display: inline-block;
    }

    .centered_block_homebanner_links a {
        margin: 17% 0;
    }
}

@media (max-width: 1024px) and (min-width: 980px) {
    header .menu > li {
        margin-right: 3.7%;
    }

    .main_nspblock {
        text-align: center;
    }

    .main_nsp {
        width: auto !important;
        float: none;
        margin: 10px 10px;
        display: inline-block;
    }

        .main_nsp.news {
            width: 216px;
        }

        .main_nsp.smartideas {
            width: 216px;
        }

        .main_nsp.projfile {
            width: 498px;
            margin-left: 0;
        }

            .main_nsp.projfile img {
                height: 318px;
                width: 100%;
            }

    .apartments .btn {
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin: 5px 2px !important;
    }

    .box_list.js-exclude_list .image_info > img {
        height: 464px;
    }
}

@media (min-width: 1600px) {
    .homebanner_links {
        right: 0;
    }
}
