section *, .section-container *, .modal-window-block * {
    font-family: Roboto Condensed;
}

html, body {
    margin: 0;
    /*overflow: hidden;*/
}

* {
    outline: none;
}

a {
    outline: none;
}

.clear {
    clear: both;
}
.hidden{
    display: none;
}
.general-title {
    font-size: 40px;
    font-weight: bold;
    color: #194b83;
    text-transform: uppercase;
}

.screen-size {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.overflow-hidden {
    overflow: hidden;
    position: fixed;
}

.overflow-scroll .custom-scroll-pretty_track-y, .overflow-scroll .custom-scroll-pretty_bar-y{
    display: none;
}

.overflow-scroll .custom-scroll-pretty_inner {
    height: auto;
}

.property-value sup {
    position: absolute;
    font-size: 50%;
}

.fixed {
    position: fixed;
}

.notices-button {
    display: none;
    position: absolute;
    width: 40px;
    padding: 10px 5px 5px 5px;
    left: 20px;
    top: 0;
    background-color: #ffffff;
    background-color: #194b83;
    border-radius: 5px;
    z-index: 1000;
}

.notices-button span {
    display: block;
    height: 2px;
    margin: 0 5px 5px 5px;
    background-color: #194b83;
    background-color: #ffffff;
    border-radius: 5px;
}

.alt .notices-button {
    background-color: #194b83;
}

.alt .notices-button span {
    background-color: #ffffff;
}

.anchor {
    position: absolute;
    top: -80px;
}

.main-nav li.close-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.close-button a {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    border: none;
    background-image: url('./images/close.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px;
}

#fp-nav ul li .fp-tooltip {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-color: #194b83;
    border: 1px solid #ffffff;
}

.main-container {
    width: 100%;
    background-color: #ffffff;
}

.section {
    position: relative;
    width: 100%;
    background-color: #f4f5f9;
    /*min-height: 300px;*/
    text-align: center;
    /*padding-top: 100px;*/
    overflow: hidden;
}

.main-container .section:nth-child(even) {
    background-color: #ffffff;
}

.main-container .section.section-header {
    /*background-image: url('./images/Garfield_Building_Detroit.jpg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-container .section.section-footer {
    background-color: #194b83;
}

.section .section-container {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    /*width: 1500px;*/
    margin: 0 auto;
}

.section-residents .section-container {
    display: block;
}

.section-properties .section-container, .screens-block, .residents-title, .buildings-block .column-left, .section-demographics .section-container,
.section-demographics2 .section-container, .section-footer .section-container {
    margin-top: 100px;
}

.section-footer .section-container {
    flex-direction: column;
}

.section-container.header {
    border: none;
    position: fixed;
    top: 0;
    /*width: 1500px;*/
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.section-container.header.alt {
    background-color: #ffffff;
    padding: 20px 0 0 0;
}
.section-container.header.alt .buttons-block, .section-container.header .logo, .section-container.header.alt .advertise-button{
    display: none;
}
.section-container.header.alt .building-name{
    display: block;
}

.gradient-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 320px;
    margin: 0 auto;
    background-image: url('./images/gradient.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.nav-gradient-block {
    display: none;
}

.alt .nav-gradient-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-image: url('./images/gradient-alt.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    z-index: 10;
}

.logo {
    position: absolute;
    width: 180px;
    height: 58px;
    background-image: url('./images/logo.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    /*margin: 30px 0 0 70px;*/
    left: 0;
}
.building-name {
    display: none;
    height: 45px;
    left: 0;
    font-size: 22px;
    color: #6b6f73;
}

.alt .logo {
    background-image: url('./images/logo-alt.png');
}

.main-nav {
    position: relative;
    margin: 0 50px 0 65px;
    padding: 0 0 0 150px;
}

.section-container.header nav {
    display: block;
}

.main-nav ul {
    margin: 0;
    padding: 0;
    float: right;
}

.main-nav li {
    display: inline-block;
    text-align: center;
    /*float: left;*/
    padding: 0 0 0 50px;
}

.main-nav li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.alt .main-nav li a {
    display: block;
    padding: 0 0 35px 0;
    color: #194b83;
    border-bottom: 5px solid #ffffff;
}

.alt .main-nav li.active a, .alt .main-nav li a:hover {
    color: #44baf1;
    border-bottom: 5px solid #44baf1;
}

.alt .main-nav li.buttons-block a {
    border-bottom: 5px solid #44baf1;
    color: #ffffff;
    padding: 0;
}

.main-container .title-block {
    color: #ffffff;
    margin-bottom: 50px;
}

.main-container .building-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}

.main-container .building-address {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.main-container .transparent-block {
    display: block;
    padding: 50px 100px 50px 100px;
}

.buttons-block a, .advertise-button {
    display: inline-block;
    border: 4px solid #44baf1;
    border-radius: 28px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    width: 225px;
    transition: 1s;
}

.advertise-button {
    display: none;
    position: absolute;
    top: -10px;
    right: 85px;
    border: 4px solid #44baf1;
    background-color: #44baf1;
    border-radius: 28px;
    text-align: center;
}

.buttons-block a:first-child {
    margin-right: 20px;
}

.buttons-block a span, .advertise-button span {
    display: block;
    padding: 14px 0;
}

.buttons-block .button-transparent, .transparent-block {
    background-color: rgba(0, 0, 0, 0.5);
}

.buttons-block .button-filled {
    background-color: #44baf1;
}

.buttons-block a:hover, .advertise-button:hover {
    border: 4px solid #194b83 !important;
    background-color: #194b83;
}

.section-footer .buttons-block a:hover {
    border: 4px solid #44baf1 !important;
    background-color: #44baf1;
}

.section-footer .buttons-block a:first-child:hover {
    border: 4px solid #44baf1 !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.properties-block {
    /*max-width: 1005px;*/
    /*margin: 0 auto;*/
    display: flex;
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    /*align-items: flex-start;*/
    width: 100%;
}

.notices-list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.properties-block .column, .screens-block .column, .buildings-block .column {
    float: left;
    /*	background-color: yellow;*/
}

.properties-block .column-left {
    border-right: 2px solid #f4f4f3;
    position: relative;
    /*width: 20%;*/
    flex: 0 0 320px;
}

.properties-block .column-left-wrap {
    padding: 20px 20px 35px 20px;
}

.properties-block .column-right {
    /*width: 75%;*/
    flex-grow: 5;
    text-align: left;
}

.properties-block .column-right-wrap {
    padding: 20px 45px 0 65px;
    overflow: hidden;
}

.property-unit {
    margin: 0 0 15px 0;
    text-align: left;
    border-left: 3px solid #6b6f73;
    white-space: nowrap;
}

.property-unit .property-value {
    font-size: 40px;
    color: #194b83;
}

.property-unit .property-name {
    display: block;
    padding: 10px 15px 10px 15px;
    color: #6b6f73;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid transparent;
    width: 220px;
    overflow: hidden;
}
.property-unit .property-name span{
    display: block;
    overflow: hidden;
}

.property-unit .property-name.active{
    color: #44baf1;
    border: 1px solid #44baf1;
    border-left: 1px solid transparent;
    border-radius: 0 3px 3px 0;
}

.property-block {
    /*min-width: 680px;*/
}

.property-block .property-title, .amenties-block .property-title {
    margin-bottom: 15px;
}

.property-block .property-description {
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    width: 695px;
    height: 720px;
    margin: auto;
}


.property-block .property-description iframe{
    border: none;
}
.amenties-list {
    height: 190px;
    font-size: 18px;
    color: #6b6f73;
    line-height: 32px;
    overflow-y: auto;
    /*display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;*/
}

.amenties-list .custom-scroll-pretty_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.amenties-list .column {
    /*width: 30%;*/
    padding: 0 10px 0 0;
}

.screens-block {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.screens-block .column {
    /*border: 1px dotted red;*/
}

.screens-block .column-left {
    width: 30%;
    max-width: 45%;
    text-align: left;
}

.screens-block .column-left-wrap {
    padding: 125px 20px 0 170px;
}

.screens-block .column-right {
    text-align: left;
}

.screens-block .column-right-wrap {
    position: relative;
    padding: 0px 0 0 0;
    height: 675px;
    width: 800px;
    overflow: hidden;
    /*display: none;*/
}

.screens-block .column-right-wrap img {
    display: none;
}

.screens-block .animated-block {
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0;
}

.screens-block .animated-v {
    height: 615px;
    width: 370px;
    /*left: 10px;*/
    margin-left: 10px;
    top: -500px;
    background-image: url('./images/tablet-v.png');
}

.screens-block .animated-h {
    height: 430px;
    width: 585px;
    bottom: 0;
    left: 485px;
    margin-left: 215px;
    background-image: url('./images/tablet-h.png');
}

.screens-block .screens-title {
    line-height: 43px;
    margin-bottom: 50px;
}

.screens-unit {
    display: table-row;
    margin: 0 0 10px 0;
    text-align: left;
}

.screens-unit .property-value {
    display: table-cell;
    /*float: left;*/
    padding: 0 20px 0 0;
    font-size: 40px;
    color: #194b83;
}

.screens-unit .property-name {
    display: table-cell;
    /*float: left;*/
    font-size: 20px;
    color: #6b6f73;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
}

.residents-title {
    margin-bottom: 100px;
}

.residents-block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1150px;
    margin: 0 auto;
}

.residents-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    padding: 0 5px;
}

.residents-unit {
}

.residents-unit:first-child {
    margin-bottom: 85px;
}

.residents-unit .property-icon {
    width: 50px;
    height: 45px;
    margin: 0 auto 20px auto;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.property-icon.median_age {
    background-image: url('./images/crown.png');
}

.property-icon.avg_household_size, .property-icon.population_size {
    background-image: url('./images/people.png');
}

.property-icon.newcomers {
    background-image: url('./images/leaf.png');
}

.property-icon.renovated_in_past_year {
    background-image: url('./images/tools.png');
}

.property-icon.avg_household_income {
    background-image: url('./images/dollar.png');
}

.property-icon.working_residents {
    background-image: url('./images/case.png');
}

.property-icon.households_with_children {
    background-image: url('./images/baby.png');
}

.property-icon.turnover_rate {
    background-image: url('./images/arrows.png');
}

.property-icon.cars_per_household {
    background-image: url('./images/car.png');
}

.property-icon.condo_pet_friendly {
    background-image: url('./images/pet.png');
}

.residents-unit .property-value {
    font-size: 40px;
    color: #194b83;
    margin-bottom: 13px;
}

.residents-unit .property-name {
    font-size: 18px;
    color: #6b6f73;
    /*white-space: nowrap;*/
}

.main-container .section.section-buildings {

}

.buildings-title {
    margin-bottom: 70px;
}

.buildings-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
}

.buildings-block .column-left {
    /*border: 1px dotted red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*width: 50%;*/
    float: none;
}

.buildings-block .column-left-wrap {
    /*padding: 0 0 0 180px;*/
    text-align: left;
    width: 570px;
}

.buildings-block .column-right {
    /*width: 50%;*/
}

.buildings-block .column-right-wrap {
    width: 100%;
    /*height: 790px;*/
    height: 100%;
    overflow: hidden;
    padding: 0px 0 0 0;
}

.buildings-block .column-right-wrap img {
    max-height: 100%;
}

.buildings-stat-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.buildings-block .buildings-column {
    /*float: left;*/
    /*width: 265px;*/
    width: 45%;
    padding: 0 20px 0 0;
}

.buildings-unit {
    margin: 0 0 75px 0;
}

.buildings-unit .property-value {
    font-size: 40px;
    color: #194b83;
    margin-bottom: 8px;
}

.buildings-unit .property-name {
    font-size: 18px;
    color: #6b6f73;
    font-weight: bold;
}

.buildings-photo {
    /*border: 1px dotted red;*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*right: 0;*/
    /*opacity: 0;*/
    width: 50%;
    /*height: 100%;*/
    height: auto;
    /*display: none;*/
    opacity: 0;
    text-align: left;
}

.buildings-photo img {
    display: none;
    max-height: 100%;
    max-width: 100%;
}

.charts-block {
}

.charts-block .column {
    /*border: 1px dotted #eeeeee;*/
    display: inline-block;
    padding: 0 5px;
    /*width: 600px;*/
}

.charts-block.alt .column-left-wrap, .charts-block.alt .column-right-wrap {
    width: 550px;
    height: 700px;
    position: relative;
}

.charts-block .general-title {
    margin-bottom: 22px;
}

.charts-block .chart-description {
    font-size: 18px;
    color: #6b6f73;
    font-weight: bold;
}

.charts-block .chart-canvas-google {
    width: 550px;
    height: 550px;
}

.charts-block .chart-canvas-google > div {
    margin: 0 0 0 100px;
}

.charts-block .chart-canvas {
    /*position: absolute;*/
    /*border: 1px dotted red;*/
    /*width: 550px;*/
    /*width: 650px;*/
    width: 100%;
    height: 350px;
    margin-top: 80px;
    /*margin-left: 80px;*/
    /*margin-left: 100px;*/
    /*overflow: hidden;*/
}

.charts-block .chart-canvas canvas {
    margin-left: 100px;
    /*width: 550px;*/
    /*height: 350px;*/
}

.chart-legend {
    margin: 20px 0 0 0;
}

.chart-legend ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.chart-legend li {
    margin: 0 15px 0 0;
    padding: 0 0 0 20px;
    display: block;
    /*width: 100px;*/
    position: relative;
    text-align: left;
    white-space: nowrap;
    height: 20px
}

.chart-legend li span {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px;
}

.section-footer .footer-block {
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.section-footer .footer-logo {
    width: 96px;
    height: 104px;
    margin: 0 auto 45px auto;
    background-image: url('./images/footer-logo.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.section-footer .footer-text {
    margin: 0 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}
.section-footer .footer-text a{
    color: #ffffff;
}

.section-footer .footer-phone {
    color: #44baf1;
    margin: 10px 10px 0 10px;
}

.section-footer .footer-phone a {
    color: #44baf1;
    text-decoration: none;
}

.section-footer .buttons-block a {
    border: 4px solid #44baf1;
    border-radius: 34px;
    width: 285px;
}

.section-footer .buttons-block a span {
    display: block;
    padding: 18px 0;
}

.section-footer .updates-block {
    margin-top: 2rem;
    width: 34%;
    color: #8ca9ca;
}
.is-mobile .section-footer .updates-block {
    width: 50%;
}

/* Contact form */
.modal-window-block {
    position: absolute;
    max-height: 100%;
    overflow-y: scroll;
    border: 1px solid;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Roboto Condensed;
}

.ui-dialog {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 10px 10px 0 10px;
}

.ui-dialog .ui-dialog-titlebar {
    /*display: none;*/
    border: none;
    padding: 5px 10px;
}

.ui-widget-content {
    background-color: #f5f5f5;
}

.contacts-form .form-row {
    position: relative;
    margin: 10px 10px 0 10px;
}

.contacts-form .form-row:first-child {
    position: relative;
    margin: 0 10px 0 10px;
}

.contacts-form .form-row .form-input {
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0 -10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 100%;
    outline: none;
}

.contacts-form .form-row.has-error .form-input, .form-input:invalid, .poll-form .form-row.has-error .form-input.required {
    border: 1px solid #ff0000;
}

.contacts-form .form-row textarea.form-input {
    height: 120px;
}

.ui-dialog .ui-dialog-buttonpane {
    border: none;
    margin: 0 0 20px 0;
    padding: 20px 10px 0 10px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 0 0 20px;
    padding: 13px 20px 13px 20px;
    border: 1px solid #1c77a4;
    border-radius: 5px;
    color: #1c77a4;
    text-transform: uppercase;
    font-size: 18px;
}

.loading {
    display: none;
    position: relative;
    min-height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('./images/ajax-loader.gif');
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ui-dialog-titlebar-close {
    display: none;
}

.form-message {
    padding: 20px 0;
    font-size: 25px;
}

/* Mobile styles */
.is-mobile .section-header {
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.is-mobile .section-container {
    margin: 0 auto !important;
}

.is-mobile .section-container.header {
    /*width: auto;*/
    padding: 20px 0 0 0;
}

.is-mobile .general-title {
    margin: 0 auto 20px auto;
}

.is-mobile .screens-block {
    margin: 0 0;
    width: 100%;
}

.is-mobile .property-block .property-title, .is-mobile .amenties-block .property-title {
    margin: 0 0 15px 0;
}

.ui-widget-overlay {
    background: #000000;
    opacity: 0.85;
}
.main-nav.poll #navigation{
    float: left;
}
.main-nav.poll .buttons-block a{
    width: auto;
    background-color: #ffffff;
}
.main-nav.poll .buttons-block a span{
    padding: 14px 0 30px 0;
}
.alt .main-nav.poll li.buttons-block a{
    color: #194b83;
    border-color: #ffffff;
}
.main-nav.poll .buttons-block a:hover, .advertise-button:hover {
    border: 4px solid #ffffff !important;
    background-color: #ffffff;
}
.rtecenter{
    text-align: center;
}