/*
Theme Name: Orange Line Condo
Theme URI: http://www.agentimage.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*TABLE OF CONTENTS1. Custom CSS2. IP styles3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css*/
/******************************************************* * * 1. Navigation * *******************************************************/
/* Sub Menu */
.site-nav li {
    position: relative;
}

.site-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

.site-nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

.site-nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

.site-nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

.site-nav li:hover > .sub-menu {
    display: block;
}

.site-nav .sub-menu li {
    position: relative;
}

/******************************************************* * * 2. Custom CSS * *******************************************************/
/* Global */
html.disableSelection,
html.disableSelection * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html.remove-margin {
    margin-top: 0 !important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HP Section Container */
.hp-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 1600px;
    height: 100%;
    max-height: 800px;
}

.hp-section.hp-first-fold {
    z-index: 4;
}

.hp-section.hp-second-fold {
    left: 1600px;
    width: auto;
    z-index: 2;
}

.hp-section.hp-second-fold:after {
    display: none;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 79px;
    background: transparent url("images/footer-bg.png") repeat-x;
    background-position: center center;
    background-size: 100% 100%;
}

.hp-section.hp-third-fold {
    left: 13649px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
}

.hp-section.hp-third-fold:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 79px;
    background: transparent url("images/footer-bg.png") repeat-x;
}

/* Main Wrapper */
.main-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #3d3d3d;
    overflow-y: hidden;
}

/* Edited for demo index */
body.ip-container:not(.page-id-2447) .main-wrapper {
    overflow: visible;
}

/* Mobile Navigation */
.amh-navigation .amh-menu li {
    border: none;
}

.amh-navigation .amh-menu li a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.amh-navigation .amh-menu li li a {
    background: #fff;
    color: #fff;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a {
    background: #da7b1f;
}

.amh-navigation .amh-menu li li:hover > a,
.amh-navigation .amh-menu li li.open > a {
    background: #1b1310;
    color: #fff;
}

/* Header */
.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.header .header-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 900;
}

.header .header-backdrop.active {
    display: block;
}

.header .header-wrap {
    position: relative;
}

.header .header-wrap .header-communities-navigation-button {
    position: absolute;
    z-index: 1001;
    top: 19px;
    left: 44px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #b05800;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header .header-wrap .header-communities-navigation-button,
.header .header-wrap .header-communities-navigation-button * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header .header-wrap .header-communities-navigation-button.active {
    border-radius: 4px 0 0 0;
    width: 70px;
    height: 65px;
    top: 10px;
    left: 10px;
}

.header .header-wrap .header-communities-navigation-button.active:after {
    border-color: transparent !important;
    pointer-events: none;
    -webkit-animation: none;
    animation: none;
}

.header .header-wrap .header-communities-navigation-button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.header .header-wrap .header-communities-navigation-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border: 2px solid #b45a00;
    border-radius: 50%;
    -webkit-animation: menuPulse 2s 1s infinite;
    animation: menuPulse 2s 1s infinite;
}

@-webkit-keyframes menuPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes menuPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

.header .header-wrap .header-communities-navigation-button img {
    display: inline-block;
    vertical-align: middle;
}

.header .header-wrap .header-communities-navigation {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: -274px;
    margin: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header .header-wrap .header-communities-navigation.active {
    left: 10px;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap {
    position: relative;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .communities-nav li:nth-child(1):before {
    background-image: none;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .communities-nav li:nth-child(2):before {
    border-top: 1px solid #c27f3b;
    border-radius: 0;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .communities-nav li:nth-child(2) a {
    border-top: 1px solid #494542;
    border-radius: 0;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .communities-nav li:nth-last-child(1):before {
    border-radius: 0;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .communities-nav li:nth-last-child(1) a {
    border-radius: 0;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .header-communities-smi {
    padding-left: 74px;
    height: 56px;
    position: relative;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .header-communities-smi:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 100%;
    background: #b05800 url("images/communities-menu-icon-b.png") no-repeat;
    background-position: center center;
    background-size: 15px 22px;
    border-right: 4px solid #da7b1f;
    border-top: 1px solid #c27f3b;
    border-bottom-left-radius: 4px;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .header-communities-smi ul {
    background: #1c1713;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-top: 1px solid #494542;
    border-bottom-right-radius: 4px;
    padding-top: 16px;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .header-communities-smi ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .header-communities-smi ul li:nth-child(1) {
    margin-left: 0;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .header-communities-smi ul li a {
    display: block;
    text-decoration: none;
    color: #b05800;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-communities-navigation .communities-nav-wrap .header-communities-smi ul li a:hover {
    color: #fff;
}

.header .header-wrap .header-logo {
    display: block;
    padding: 30px;
    margin-top: 52px;
    text-align: center;
    background: #3d3d3d;
}

.header .header-wrap .header-logo a {
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-logo a:hover {
    opacity: 0.75;
}

.header .header-wrap .header-logo a img {
    display: block;
    width: 175px;
}

.header .header-wrap .header-main-navigation-button {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.header .header-wrap .header-main-navigation-button > div:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0.75;
}

.header .header-wrap .header-main-navigation-button .main-navigation-open {
    margin: 19px 44px 0 0;
    cursor: pointer;
}

.header .header-wrap .header-main-navigation-button .main-navigation-open.text-black {
    color: #000;
}

.header .header-wrap .header-main-navigation-button .main-navigation-open img {
    display: block;
    margin-bottom: 9px;
}

.header .header-wrap .header-main-navigation-button .main-navigation-close {
    margin: 25px 43px 0 0;
    width: 50px;
    display: none;
    cursor: pointer;
}

.header .header-wrap .header-main-navigation-button .main-navigation-close.text-black {
    color: #000;
}

.header .header-wrap .header-main-navigation-button .main-navigation-close img {
    display: block;
    margin: 0 auto 10px;
}

.header .header-wrap .header-main-navigation {
    position: fixed;
    z-index: 1000;
    top: 19px;
    right: 108px;
    width: 247px;
    margin-right: 5%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header .header-wrap .header-main-navigation.active {
    margin-right: 0;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.header .header-wrap .header-main-navigation .main-nav li {
    display: block;
}

.header .header-wrap .header-main-navigation .main-nav li:nth-child(1) a {
    border-radius: 4px 4px 0 0;
}

.header .header-wrap .header-main-navigation .main-nav li:nth-child(1) a:after {
    display: none;
}

.header .header-wrap .header-main-navigation .main-nav li:nth-last-child(1) a {
    border-radius: 0 0 4px 4px;
    border-bottom: 0;
}

.header .header-wrap .header-main-navigation .main-nav li a {
    display: block;
    width: 100%;
    height: 40px;
    text-align: right;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #1c1713;
    border-bottom: 1px solid #3b3734;
    padding: 0 35px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-main-navigation .main-nav li a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b86e24;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-main-navigation .main-nav li a:hover {
    background: #b05800;
    border-bottom-color: #b86e24;
}

.header .header-wrap .header-main-navigation .main-nav li a:hover:after {
    opacity: 1;
}

.header .header-wrap .header-main-navigation .main-nav li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/* HP Slideshow */
.hp-slideshow {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-slideshow .slideshow-wrap {
    width: 100%;
    height: 100%;
}

.hp-slideshow .slideshow-wrap .cycloneslider {
    width: 100%;
    height: 100%;
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-slides {
    width: 100%;
    height: 100%;
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-slides .cycloneslider-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-slides .cycloneslider-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-slides .cycloneslider-slide canvas {
    width: 100%;
    height: 100%;
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-prev,
.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-next {
    opacity: 1;
    width: 42px;
    height: 42px;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-prev span,
.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-prev:hover,
.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-next:hover {
    border-color: #b05800;
    background: #b05800;
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-prev {
    left: 48px;
}

.hp-slideshow .slideshow-wrap .cycloneslider .cycloneslider-next {
    right: 48px;
}

.hp-slideshow .slideshow-wrap .slideshow-logo a {
    position: absolute;
    top: 14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 237px;
    height: 157px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-slideshow .slideshow-wrap .slideshow-logo a:hover {
    opacity: 0.75;
}

.hp-slideshow .slideshow-wrap .slideshow-logo a img {
    display: block;
}

.hp-slideshow .slideshow-wrap .slideshow-mouse {
    position: absolute;
    right: 14.7%;
    bottom: 47.5%;
}

.hp-slideshow .slideshow-wrap .slideshow-mouse img {
    opacity: 0.4;
}

.hp-slideshow .slideshow-wrap .slideshow-arrow-guide {
    position: absolute;
    right: 3%;
    bottom: 47.5%;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    pointer-events: all;
    z-index: 999;
}

.hp-slideshow .slideshow-wrap .slideshow-arrow-guide:hover {
    background: #b05800;
    border-color: #b05800;
}

.hp-slideshow .slideshow-wrap .slideshow-arrow-guide span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.hp-slideshow .slideshow-wrap .slideshow-agent-photo {
    position: fixed;
    top: 110px;
    right: 10px;
    display: none;
}

.hp-slideshow .slideshow-wrap .slideshow-agent-photo img {
    max-width: 125px;
}

/* HP Featured Properties */
.hp-fp {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 1600px;
    transition: all 1s;
    transform: translateY(100%);
}

.hp-fp.active {
    transform: translateY(0);
}

.hp-fp .fp-wrap .fp-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 26px;
}

.hp-fp .fp-wrap .fp-title:before,
.hp-fp .fp-wrap .fp-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 155px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    margin: 0 6px;
}

/*.hp-fp .fp-wrap .fp-button {
     position: absolute;
     top: -37px;
     left: calc(50% - 21px);
     width: 42px;
     height: 42px;
     border: 2px solid #fff;
     border-radius: 50%;
     transform: translateY(-100%);
     cursor: pointer;
     -webkit-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.hp-fp .fp-wrap .fp-button:hover {
     background: #b05800;
     border-color: #b05800;
}
.hp-fp .fp-wrap .fp-button span {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate3d(-50%, -50%, 0);
     transform: translate3d(-50%, -50%, 0);
     font-size: 20px;
     line-height: 20px;
     color: #fff;
     -webkit-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.hp-fp .fp-wrap .fp-button.active span {
     -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
     transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
*/
img.logo {
    width: 280px;
    margin-left: -25px;
}

a.title {
    text-decoration: none;
}

.hp-fp .fp-wrap .fp-button span {
    /* position: absolute;
     */
    /* top: 50%;
     */
    /* left: 50%;
     */
    /* vertical-align: middle;
     */
    font-size: 20px;
    /* line-height: 20px;
     */
    color: #fff;
    /* margin: 0 auto;
     */
    text-align: center;
    display: block;
    margin-top: -30px;
    z-index: 222;
}

.hp-fp .fp-wrap .fp-button {
    position: absolute;
    top: -37px;
    left: calc(50% - 21px);
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translateY(-100%);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-button:hover {
    background: #b05800;
    border-color: #b05800;
}

.hp-fp .fp-wrap .fp-button.active {
    /* border-radius: 4px 0 0 0;
     width: 70px;
     height: 65px;
     left: 10px;
    */
    top: 0px;
}

.hp-fp .fp-wrap .fp-button.active:after {
    border-color: transparent !important;
    pointer-events: none;
    -webkit-animation: none;
    animation: none;
}

.hp-fp .fp-wrap .fp-button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.hp-fp .fp-wrap .fp-button:after {
    content: "";
    position: absolute;
    top: 0;
    /* left: 0;
     */
    /* z-index: 6;
     */
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border: 2px solid #b45a00;
    border-radius: 50%;
    -webkit-animation: menuPulse 2s 1s infinite;
    animation: menuPulse 2s 1s infinite;
}

@-webkit-keyframes menuPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes menuPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

.hp-fp .fp-wrap .fp-slider-wrap {
    overflow: hidden;
    position: relative;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider {
    margin: 0 -3.5px;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide {
    display: block !important;
    padding: 0 3.5px;
    outline: none;
    overflow: hidden;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item:hover:before {
    opacity: 1;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .image-effect-container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .image-effect-holder {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .fp-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 179px;
    display: block !important;
    opacity: 1 !important;
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item:hover .fp-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item svg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item:hover svg {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .fp-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .fp-description:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.32);
    pointer-events: none;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .fp-description .fp-price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0 !important;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .fp-description .fp-address {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .fp-description .fp-extras {
    display: block;
    margin-top: 16px;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .fp-description .fp-extras li {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    margin-left: 3px;
    padding-left: 6px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item .fp-description .fp-extras li:nth-child(1) {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider .fp-slider-slide .fp-item:hover .fp-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-prev,
.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(176, 88, 0, 0.85);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-prev:before,
.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-next:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-prev:hover,
.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-next:hover {
    background: #b05800;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-prev img,
.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-next img {
    display: inline-block;
    vertical-align: middle;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-prev {
    left: 0;
}

.hp-fp .fp-wrap .fp-slider-wrap .fp-slider-controls .fp-next {
    right: 0;
}

.hp-fp .fp-wrap .fp-slider-slide img {
    display: block;
    width: 100%;
}

/* HP Map */
.hp-map {
    position: relative;
    width: 100%;
    height: 100%;
}

.hp-map .map-wrap {
    width: 12530px;
    height: 100%;
    max-height: 800px;
    position: relative;
    top: -1723px;
    top: 0;
    overflow: hidden;
    background: transparent;
}

.hp-map .map-wrap .map-body {
    position: absolute;
    top: 208px;
    top: 0;
    left: -383px;
    width: 100%;
    height: 2473px;
    background: #fff url("images/map-full-low-res.jpg") no-repeat;
    background-size: 12530px 2473px;
    background-position: bottom left;
    cursor: grab;
}

.hp-map .map-wrap .map-footer {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 79px;
    background: transparent url("images/footer-bg.png") repeat-x;
}

.hp-map .map-wrap .map-path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hp-map .map-wrap .map-path svg {
    position: relative;
    pointer-events: none;
}

.hp-map .map-wrap .map-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hp-map .map-wrap .map-elements .map-trains {
    pointer-events: none;
}

.hp-map .map-wrap .map-elements .map-trains .train-p1,
.hp-map .map-wrap .map-elements .map-trains .train-p2,
.hp-map .map-wrap .map-elements .map-trains .train-p3 {
    position: absolute;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    top: -15px;
    height: 30px;
}

.hp-map .map-wrap .map-elements .map-trains .train-p1:after,
.hp-map .map-wrap .map-elements .map-trains .train-p2:after,
.hp-map .map-wrap .map-elements .map-trains .train-p3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 2px);
    box-shadow: 0 12px 10px -5px rgba(0, 0, 0, 0.4);
}

.hp-map .map-wrap .map-elements .map-trains .train-p1 {
    width: 127px;
    background-image: url("images/train-p1.png");
    left: -63.5px;
}

.hp-map .map-wrap .map-elements .map-trains .train-p1:after {
    width: calc(100% - 8px);
}

.hp-map .map-wrap .map-elements .map-trains .train-p2 {
    width: 163px;
    background-image: url("images/train-p2.png");
    left: -81.5px;
}

.hp-map .map-wrap .map-elements .map-trains .train-p2:after {
    width: calc(100% - 14px);
}

.hp-map .map-wrap .map-elements .map-trains .train-p3 {
    width: 140px;
    background-image: url("images/train-p3.png");
    left: -70px;
}

.hp-map .map-wrap .map-elements .map-trains .train-p3:after {
    width: calc(100% - 13px);
    border-radius: 0 0 0 18px;
}

.hp-map .map-arrows {
    font-size: 0;
    pointer-events: none;
}

.hp-map .map-arrows a {
    display: none;
    position: fixed;
    width: 42px;
    height: 42px;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    z-index: 2;
    padding-top: 10px;
    color: #ffffff;
    font-size: 0;
    pointer-events: auto;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.50);
}

.hp-map .map-arrows a:hover {
    background: #b05800;
    border-color: #b05800;
}

.hp-map .map-arrows a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border: 2px solid #b45a00;
    border-radius: 50%;
    -webkit-animation: menuPulse 2s 1s infinite;
    animation: menuPulse 2s 1s infinite;
}

.hp-map .map-arrows a[data-direction="up"] {
    top: 30px;
}

.hp-map .map-arrows a[data-direction="down"] {
    bottom: 30px;
}

.hp-map .map-arrows span {
    font-size: 20px;
}

/* HP Featured Communities */
.hp-station {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-station .station-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-station .station-wrap .station-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-station .station-wrap .station-list .station-item {
    position: absolute;
    pointer-events: auto;
    /*-webkit-perspective: 1000px;
    perspective: 1000px;*/
}

.hp-station .station-wrap .station-list .station-item .station-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-station .station-wrap .station-list .station-item .station-img > div {
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.hp-station .station-wrap .station-list .station-item .station-img > div a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-decoration: none;
    outline: inherit;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0) rotate(0);
    -ms-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hp-station .station-wrap .station-list .station-item .station-img > div a:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    pointer-events: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.hp-station .station-wrap .station-list .station-item .station-img > div a.pop-in {
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
}

.hp-station .station-wrap .station-list .station-item .station-img > div a.pop-in:hover {
    -webkit-transform: scale(1.2) rotate(360deg) !important;
    -ms-transform: scale(1.2) rotate(360deg) !important;
    transform: scale(1.2) rotate(360deg) !important;
    z-index: 100 !important;
}

.hp-station .station-wrap .station-list .station-item .station-img > div a span {
    position: absolute;
    z-index: 2;
    font-size: 8.37px;
    line-height: 8.37px;
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    height: 22px;
    text-align: center;
    padding-top: 3px;
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
}

.hp-station .station-wrap .station-list .station-item .station-img > div a span.l2 {
    padding-top: 3px;
}

.hp-station .station-wrap .station-list .station-item .station-img > div a canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.49);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.hp-station .station-wrap .station-list .station-item .station-img > div.station-img-lg {
    width: 117px;
    height: 117px;
    top: calc(50% - 58.5px);
    left: calc(50% - 58.5px);
}

.hp-station .station-wrap .station-list .station-item .station-img > div.station-img-lg span {
    width: 110px;
    bottom: 22px;
    right: 2px;
    background-image: url("images/station-img-lg-bg.png");
}

.hp-station .station-wrap .station-list .station-item .station-img > div.station-img-lg .station-close {
    top: 7px;
    right: -1px;
    display: none;
}

.hp-station .station-wrap .station-list .station-item .station-img > div.station-img-sm {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.hp-station .station-wrap .station-list .station-item .station-img > div.station-img-sm span {
    width: 90px;
    bottom: 10px;
    right: 5px;
    background-image: url("images/station-img-sm-bg.png");
}

.hp-station .station-wrap .station-list .station-item .station-img > div.station-img-sm .station-close {
    top: 5px;
    right: -5px;
    display: none;
}

.hp-station .station-wrap .station-list .station-item .station-img > div .station-open {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 14px;
    height: 14px;
    background: #d57315;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-station .station-wrap .station-list .station-item .station-img > div .station-open:hover {
    background: #ff7f00;
}

.hp-station .station-wrap .station-list .station-item .station-img > div .station-open:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-station .station-wrap .station-list .station-item .station-img > div .station-close {
    position: absolute;
    z-index: 4;
    width: 19px;
    height: 18px;
    background: transparent url("images/station-close.png") no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
}

.hp-station .station-wrap .station-list .station-item .station-img > div .station-close:hover {
    -webkit-transition: all 0.4s 0s ease-in-out !important;
    transition: all 0.4s 0s ease-in-out !important;
    opacity: 0.75;
}

.hp-station .station-wrap .station-list .station-item .station-description {
    position: relative;
    z-index: 1;
    background: #302a2a;
    border: 3px solid #fff;
    width: 192px;
    text-align: center;
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.4);
}

.hp-station .station-wrap .station-list .station-item .station-description:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    width: 10px;
    height: 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent url("images/station-arrow-a.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: none;
}

.hp-station .station-wrap .station-list .station-item .station-description.arrow-down:before {
    top: auto;
    bottom: -11px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.hp-station .station-wrap .station-list .station-item .station-description:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("images/station-overlay-a.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.hp-station .station-wrap .station-list .station-item .station-description .station-name {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #cb6b0f;
    margin-top: 12px;
}

.hp-station .station-wrap .station-list .station-item .station-description .station-name:after {
    content: "";
    display: block;
    width: 103px;
    max-width: 100%;
    height: 2px;
    margin: 9px auto 12px;
    background: transparent url("images/station-divider-a.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.hp-station .station-wrap .station-list .station-item .station-description .station-name.sm {
    font-size: 13px;
    letter-spacing: 0.65px;
}

.hp-station .station-wrap .station-list .station-item .station-description .station-name.md {
    font-size: 16px;
    letter-spacing: 0.8px;
}

.hp-station .station-wrap .station-list .station-item .station-description .station-links {
    margin-bottom: 16px;
}

.hp-station .station-wrap .station-list .station-item .station-description .station-links a {
    display: block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-bottom: 8px;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-station .station-wrap .station-list .station-item .station-description .station-links a:hover {
    color: #cb6b0f;
}

.communities-navigation {
    width: 274px;
    max-width: 100%;
    margin: 50px auto 0;
}

.communities-navigation .communities-nav li {
    display: block;
    position: relative;
    padding-left: 74px;
}

.communities-navigation .communities-nav li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 100%;
    background-color: #b05800;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 22px;
    background-image: url("images/communities-menu-icon-b.png");
    border-top: 1px solid #c27f3b;
    border-right: 4px solid #da7b1f;
}

.communities-navigation .communities-nav li:nth-child(1):before {
    background-image: url("images/communities-menu-icon-a.png");
    background-size: 29px 33px;
    border-top: none;
    border-radius: 4px 0 0 0;
}

.communities-navigation .communities-nav li:nth-child(1) a {
    border-top: none;
    border-radius: 0 4px 0 0;
}

.communities-navigation .communities-nav li:nth-child(2):before {
    border-top: none;
    border-radius: 4px 0 0 0;
}

.communities-navigation .communities-nav li:nth-child(2) a {
    border-top: none;
    border-radius: 0 4px 0 0;
}

.communities-navigation .communities-nav li:nth-last-child(1):before {
    border-radius: 0 0 0 4px;
}

.communities-navigation .communities-nav li:nth-last-child(1) a {
    border-radius: 0 0 4px 0;
}

.communities-navigation .communities-nav li.home-link {
    display: none;
}

.communities-navigation .communities-nav li a {
    display: block;
    height: 39.3px;
    padding: 4px 0 0 34px;
    background: #1c1713;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #494542;
    position: relative;
}

.communities-navigation .communities-nav li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.communities-navigation .communities-nav li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 18px;
    height: 100%;
    background-color: transparent;
    background-image: url("images/communities-arrow-b.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    width: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.communities-navigation .communities-nav li.active a:after,
.communities-navigation .communities-nav li:hover a:after {
    width: 18px;
}

.communities-navigation .communities-nav li.active:nth-child(1) a {
    color: #da7b1f;
}

.communities-navigation .communities-nav li:nth-child(1) a {
    height: 65px;
    border-top: none;
    border-radius: 0 4px 0 0;
    font-weight: 500;
}

.communities-navigation .communities-nav li:nth-child(1) a:after {
    width: 0;
    background-image: url("images/communities-arrow-a.png");
}

.communities-navigation .communities-nav li:nth-child(1).active a:after {
    width: 17px;
}

.communities-navigation .communities-nav li.white-bg a {
    background: #fff;
    color: #b05800;
    border-top-color: #e7cdb2;
}

.communities-navigation .communities-nav li:not(.white-bg) + li.white-bg a {
    border-top: none;
}

.communities-navigation .communities-nav li.white-bg + li:not(.white-bg) a {
    border-top: none;
}

.communities-navigation .header-communities-smi {
    padding-left: 74px;
    height: 56px;
    position: relative;
}

.communities-navigation .header-communities-smi:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 100%;
    background: #b05800 url("images/communities-menu-icon-b.png") no-repeat;
    background-position: center center;
    background-size: 15px 22px;
    border-right: 4px solid #da7b1f;
    border-top: 1px solid #c27f3b;
    border-bottom-left-radius: 4px;
}

.communities-navigation .header-communities-smi ul {
    background: #1c1713;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-top: 1px solid #494542;
    border-bottom-right-radius: 4px;
    padding-top: 16px;
}

.communities-navigation .header-communities-smi ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}

.communities-navigation .header-communities-smi ul li:nth-child(1) {
    margin-left: 0;
}

.communities-navigation .header-communities-smi ul li a {
    display: block;
    text-decoration: none;
    color: #b05800;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.communities-navigation .header-communities-smi ul li a:hover {
    color: #fff;
}

/* HP Send Us A Message */
.hp-contact {
    padding-top: 50px;
    padding-left: 69px;
}

.hp-contact .contact-wrap {
    position: relative;
}

.hp-contact .contact-wrap .contact-title,
.hp-contact .contact-wrap .contact-form .form-title {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    color: #783d04;
    margin-bottom: 15px;
}

.hp-contact .contact-wrap .contact-form .form-description {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.975px;
    color: #6d6d6d;
    margin-bottom: 22px;
    padding-right: 50px;
}

.hp-contact .contact-wrap .contact-form .form-wrap {
    position: relative;
    /*    overflow: hidden;*/
}

.hp-contact .contact-wrap .contact-form .form-wrap .form-group {
    display: block;
    position: relative;
}

.hp-contact .contact-wrap .contact-form .form-wrap .form-group:before,
.hp-contact .contact-wrap .contact-form .form-wrap .form-group:after {
    content: "";
    display: table;
    clear: both;
}

.hp-contact .contact-wrap .contact-form .form-wrap .form-group.grp-2 {
    margin: 0 -3px;
}

.hp-contact .contact-wrap .contact-form .form-wrap .form-group.grp-2 .wpcf7-form-control-wrap {
    width: 50%;
    padding: 0 3px;
}

.hp-contact .contact-wrap .contact-form .form-wrap .wpcf7-form-control-wrap {
    display: block;
    float: left;
    width: 100%;
}

.hp-contact .contact-wrap .contact-form .form-wrap input[type="text"],
.hp-contact .contact-wrap .contact-form .form-wrap input[type="email"],
.hp-contact .contact-wrap .contact-form .form-wrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(55, 45, 36, 0.48);
    font-family: "Lato", sans-serif;
    letter-spacing: 0.26px;
    color: #9a591f;
    padding-bottom: 5px;
    margin-bottom: 32px;
}

.hp-contact .contact-wrap .contact-form .form-wrap textarea {
    height: 89px;
    resize: none;
    margin-bottom: 0;
    padding-right: 35px;
}

.hp-contact .contact-wrap .contact-form .form-wrap input[type="submit"] {
    position: absolute;
    bottom: 10px;
    right: 4px;
    width: 32px;
    height: 31px;
    background: transparent url("images/site-airplane-a.png") no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.hp-contact .contact-wrap .contact-form .form-wrap .ajax-loader {
    position: absolute;
    bottom: 17px;
    right: 45px;
}

.hp-contact .contact-wrap .contact-form .form-wrap .wpcf7-response-output {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    margin: 0;
    margin-right: 0;
    text-align: center;
}

.hp-contact .contact-wrap .contact-form .form-wrap .wpcf7-not-valid-tip {
    top: 1px;
    left: auto;
    right: 3px;
    font-size: 13px;
}

.hp-contact .contact-wrap .contact-info {
    text-align: center;
    margin-top: 47px;
}

.hp-contact .contact-wrap .contact-info .info-name {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.hp-contact .contact-wrap .contact-info ul li {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #783d04;
    margin-top: 11px;
}

.hp-contact .contact-wrap .contact-info ul li:nth-child(1) {
    margin-top: 0;
}

.hp-contact .contact-wrap .contact-info ul li.phone {
    font-size: 24px;
    line-height: 24px;
}

.hp-contact .contact-wrap .contact-info ul li a,
.hp-contact .contact-wrap .contact-info ul li em,
.hp-contact .contact-wrap .contact-info ul li img {
    display: inline-block;
    vertical-align: middle;
}

.hp-contact .contact-wrap .contact-info ul li a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.hp-contact .contact-wrap .contact-info ul li a:hover {
    color: #b05800;

}

.hp-contact .contact-wrap .contact-info ul li img {
    margin-right: 5px;
}

.hp-contact .contact-wrap .contact-smi {
    text-align: center;
    margin-top: 20px;
}

.hp-contact .contact-wrap .contact-smi li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}

.hp-contact .contact-wrap .contact-smi li a {
    display: table;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-decoration: none;
    background: #783d04;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.hp-contact .contact-wrap .contact-smi li a:hover {
    background: #b05800;
}

.hp-contact .contact-wrap .contact-smi li a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
}

.hp-contact .contact-wrap .contact-agent {
    position: absolute;
    bottom: -77px;
    right: 47px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
}

.hp-contact .contact-wrap .contact-agent img {
    display: block;
    max-height: 85vh;
}

/* Footer */
.footer {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 79px;
    display: none;
}

.footer .footer-wrap {
    width: 100%;
    height: 100%;
}

.footer .footer-wrap .footer-bg {
    width: 100%;
    height: 100%;
    background: transparent url("images/footer-bg.png") repeat-x;
    background-position: center center;
}

.ip-container .footer {
    display: block;
}

/******************************************************* * * 3. IP Styles * *******************************************************/
/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 70.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 27.83%;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7;
}

/* Style post/page main headings (h1) */
#content .entry-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #b05800;
    margin: 0 0 15px 0;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #b05800;
    margin: 0 0 15px 0;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #b05800;
    margin: 0 0 15px 0;
}

/* Content Entry */
#content .entry {
    font-size: 13px;
    line-height: 16px;
    color: #323232;
    margin-bottom: 100px;
}

#content .entry a:not(.btn) {
    color: #da7b1f;
}

#content .entry a:not(.btn):hover {
    color: #b05800;
}

#content .post-0 .entry a.btn-detail-leadcapture {
    color: #fff;
}

#content .entry b,
#content .entry strong {
    font-weight: 600;
}

/* Inner Page Wrapper */
#inner-page-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url("images/inner-page-bg.jpg") no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    padding: 66px 0 0;
    margin-bottom: 0;
}

/* Removes Dotted Outline Border in Both Firefox and IE Browsers */
a:active,
a:focus {
    outline: none;
}

/* IP Contact Us */
.ip-contact-wrap {
    position: relative;
    width: 66.66666667%;
}

.ip-contact-wrap .contact-form .form-title {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    color: #783d04;
    margin-bottom: 15px;
}

.ip-contact-wrap .contact-form .form-description {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.975px;
    color: #6d6d6d;
    margin-bottom: 22px;
}

.ip-contact-wrap .contact-form .form-wrap {
    position: relative;
}

.ip-contact-wrap .contact-form .form-wrap .form-group {
    display: block;
    position: relative;
}

.ip-contact-wrap .contact-form .form-wrap .form-group:before,
.ip-contact-wrap .contact-form .form-wrap .form-group:after {
    content: "";
    display: table;
    clear: both;
}

.ip-contact-wrap .contact-form .form-wrap .form-group.grp-2 {
    margin: 0 -3px;
}

.ip-contact-wrap .contact-form .form-wrap .form-group.grp-2 .wpcf7-form-control-wrap {
    width: 50%;
    padding: 0 3px;
}

.ip-contact-wrap .contact-form .form-wrap .wpcf7-form-control-wrap {
    display: block;
    float: left;
    width: 100%;
}

.ip-contact-wrap .contact-form .form-wrap input[type="text"],
.ip-contact-wrap .contact-form .form-wrap input[type="email"],
.ip-contact-wrap .contact-form .form-wrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(55, 45, 36, 0.48);
    font-family: "Lato", sans-serif;
    letter-spacing: 0.26px;
    color: #9a591f;
    background: transparent;
    padding-bottom: 5px;
    margin-bottom: 32px;
}

.ip-contact-wrap .contact-form .form-wrap textarea {
    height: 89px;
    resize: none;
    margin-bottom: 0;
    padding-right: 35px;
}

.ip-contact-wrap .contact-form .form-wrap input[type="submit"] {
    position: absolute;
    bottom: 10px;
    right: 4px;
    width: 32px;
    height: 31px;
    background: transparent url("images/site-airplane-a.png") no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.ip-contact-wrap .contact-form .form-wrap .ajax-loader {
    position: absolute;
    bottom: 17px;
    right: 45px;
}

.ip-contact-wrap .contact-form .form-wrap .wpcf7-response-output {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    margin: -7px 0 0 0;
    margin-right: 0;
    text-align: center;
}

.ip-contact-wrap .contact-form .form-wrap .wpcf7-not-valid-tip {
    top: -3px;
    left: auto;
    right: 3px;
    font-size: 13px;
}

.ip-contact-wrap .contact-info {
    text-align: center;
    margin-top: 47px;
}

.ip-contact-wrap .contact-info .info-name {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ip-contact-wrap .contact-info ul {
    margin: 0 !important;
}

.ip-contact-wrap .contact-info ul li {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #783d04;
    margin-top: 11px;
}

.ip-contact-wrap .contact-info ul li:nth-child(1) {
    margin-top: 0;
}

.ip-contact-wrap .contact-info ul li.phone {
    font-size: 24px;
    line-height: 24px;
}

.ip-contact-wrap .contact-info ul li a,
.ip-contact-wrap .contact-info ul li em,
.ip-contact-wrap .contact-info ul li img {
    display: inline-block;
    vertical-align: middle;
}

.ip-contact-wrap .contact-info ul li a {
    color: inherit;
}

.ip-contact-wrap .contact-info ul li img {
    margin-right: 5px;
}

.ip-contact-wrap .contact-smi {
    text-align: center;
    margin-top: 20px;
}

.ip-contact-wrap .contact-smi ul {
    margin: 0 !important;
}

.ip-contact-wrap .contact-smi li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}

.ip-contact-wrap .contact-smi li a {
    display: table;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-decoration: none;
    background: #783d04;
    text-align: center;
    color: #fff !important;
}

.ip-contact-wrap .contact-smi li a:hover {
    background: #da7b1f;
}

.ip-contact-wrap .contact-info a:hover {
    color: #783d04 !important;
}

.ip-contact-wrap .contact-smi li a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
}

.ip-contact-wrap .contact-agent {
    position: absolute;
    bottom: -72px;
    right: 47px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
}

.ip-container.page-id-33 #inner-page-scrollable {
    margin-top: 30px;
}

/* Update - 4-3-19 */
div#station-foggy-bottom a[data-train-view-buildings],
div#station-farragut-west a[data-train-view-buildings] {
    display: none;
}

.page-template-template-condo-guide .upper-custom-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #b05800;
}


/*06-25-2019*/

.category-reviews #content .entry {
    margin-bottom: 0;
}


.category-reviews #content article:last-child .entry {
    margin-bottom: 100px;
}



.category-blog #content article .entry {
    margin-bottom: 0;
}


.category-blog #content article:nth-child(11) .entry {
    margin-bottom: 100px !important;
}


/*06-26-19*/

.category-reviews #content-sidebar #content {
    width: 100%;
    float: none;
}


/* IDX FIX */
ul#ihf-detail-extrainfotabs,
#ihf-search-tabs > ul.nav-tabs,
#ihf_select_property_type_chosen ul.chosen-results,
#ihf_select_bedrooms_homes_chosen ul.chosen-results,
#ihf_select_baths_homes_chosen ul.chosen-results {
    margin-left: 0 !important;
}

.ihf-advanced-property-search ul.chosen-results {
    padding-left: 0 !important;
}

#ihf-main-container .dropdown-menu > .active > a {
    color: #333 !important
}

#ihf-main-container .dropdown-menu > li > a:hover {
    color: #000 !important;
}

.page-id-0 #content ul {
    margin-left: 0 !important;
    padding: 0 !important;
}

#ihf-main-container .btn-primary {
    background-color: #999 !important;
}

#ihf-main-container .btn-primary:hover {
    background-color: #b05800 !important;
}

#ihf-main-container .pagination > li > a,
#ihf-main-container .pagination > li > span {
    padding: 6px 8px !important;
}

.ihf-grid-result-address {
    display: block !important
}

#ihf-main-container .chosen-results {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#ihf-schoolDistrict + .chosen-container ul.chosen-results {
    max-height: 200px;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

#ihf-main-container .ihf-label-overlay-money {
    z-index: 0;
}

#ihf-detail-extrainfotabs {
    margin-left: 0 !important;
}

#areaPickerExpandAllCloseButton {
    margin-right: 0 !important;
    width: auto !important;
    position: relative;
    right: 14px;
}

#ihf-main-container .btn-primary {
    background: #265a88
}

#ihf-mini-search-minprice,
#ihf-mini-search-maxprice {
    max-width: 100%;
}

.ihf-mapsearch-refine-overlay-inner {
    padding: 5px;
}

#ihf-main-container form#ihf-refine-map-search-form {
    margin: 0 !important;
}


#ihf-main-container .ihf-advanced-property-search .chosen-container .chosen-results {
    max-height: 120px;
}

.ip-align-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

.ip-align-row.by-3 * {
    margin-right: 2px !important;
}

.page-id-713 .ip-align-row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.col-1,
.col-2,
.col-3 {
    width: calc(100% /3);
    padding: 0 5px;
}

#content .col-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
    overflow: hidden;
    font-size: 0;
}

.page-id-2088 #content .col-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#ihf-main-container .ihf-market-report-header-toggle .dropdown-menu {
    max-height: 200px !important;
    overflow-y: auto;
}

.ihf-eureka .ihf-navbar-nav,
.ihf-eureka .ihf-pagination {
    list-style: none !important;
}

.mobile .hp-fp {
    /* transform: translateY(0) !important; */
}

.ihf-eureka .ihf-board-disclaimers,
.ip-ems-wrapper {
    margin-top: 30px;
}

.home .main-wrapper {
    background: none;
    overflow-x: hidden;
}

.hp-station .station-wrap .station-list:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

#ihf-refine-search button,
#ihf-refine-search + .btn-group button {
    color: #da7b1f !important;
}

.hp-section.hp-third-fold {
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}

.mobile .hp-slideshow .slideshow-wrap {
    pointer-events: none;
}

.hp-section.hp-first-fold {
    overflow: hidden;
}

.mobile .hp-map .map-wrap .map-body {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    -webkit-user-drag: auto !important;
}

.pan-counter {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    width: 200px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.pan-counter span {
    color: red;
    margin-left: 5px;
}

.mobile body.home {
    overscroll-behavior: none;
}

#content ul.ihf-dropdown-menu {
    list-style: none !important;
    margin: 2px 0 0 !important;
}



.communities-nav-wrap .main-navigation-close{


        position: absolute;
    z-index: 1000;
    top: 4px;
    right: -62px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;

    cursor: pointer;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;


}
.communities-nav-wrap .main-navigation-close:hover{

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0.75;}



.communities-nav-wrap .main-navigation-close img {
    display: block;
    margin: 0px auto;
    margin: 0 auto 10px;
}

.header-communities-navigation .main-navigation-close{
    opacity: 0;
    display: block !important;
}
/*.header-communities-navigation.active .main-navigation-close{
     opacity: 1;
}
*/

.page-id-4056 #content .entry-title {
    margin: 0;
}

.page-id-4056 .aios-smf-theme-three .aios-smf-header #theme-title {
    padding: 0;
}

.page-id-4056 .aios-smf-theme-three .aios-smf-header #theme-title h1 {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.page-id-4056 .aios-smf-theme-three .aios-smf-header #theme-title .filter-feed {
    margin: 0;
    padding: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
}

body .aios-smf-theme-three .aios-smf-group .aios-smf-group-items li .aios-smf-group-item .filter-view-img canvas {
	height: 177px;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */