html {
    width: 100%;
    font-family: 'din_alternateregular', sans-serif;
}

html {
    overflow: visible!important;
}

body {
    max-width: 100%;
    background: #ddd;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* {
    box-sizing: border-box;
}

:focus, .flexslider a:focus {outline: 1px dashed #000; outline-offset: 1px;}
.mainwrapper{position: relative;}
.skipnav {background: transparent;color:#9f824a;left: 0;padding: 1rem 1.5rem;position: absolute;top: -4.2rem;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;z-index: 100;border: 1px solid #9f824a;}
.skipnav, .skipnav:hover, .skipnav:visited{position: absolute!important;left:-999em!important;}
.skipnav:focus {z-index: 1000; background:#9f824a;left: 0!important;color: #fff;outline: 0;position: absolute;top: 0;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

.container {
    width: 90%;
    max-width: 1690px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
}


/*::-moz-selection { background:transparent; }
::selection { background:transparent;}*/

.loader.hide {
    display: none !important;
}

.loader {
    width: 100%;
    overflow: hidden;
    display: block;
    background: #7f7f7f;
    position: fixed;
    top: 0;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
}

.loader-inner {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.retail_link {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.retail_link a {
    color: #555555;
    font-size: 18px;
    font-family: 'din_bold', 'din_medium', sans-serif;
    text-transform: uppercase;
}

.retail_link a:hover {
    color: #c6af85;
    text-decoration: underline;
}

.ribbon {
    width: 100%;
    height: 230px;
    background: url('../images/loader1.gif');
    top: 50%;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    background-size: 100%;
    margin-top: -115px;
}

.ribbon img {
    display: none;
}

ul.retail-list li:nth-child(3) span.phone {
    font-size: 21px;
}

ul.retail-list li:nth-child(2) span.phone {
    font-size: 21px;
}

.loader h1,
.loader h2 {
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 3px;
    font-family: 'din_medium', 'din_alternateregular', sans-serif;
}

body.admin-bar .header-inner {
    top: 32px;
}

header {
    width: 100%;
    overflow: hidden;
    height: 127px;
    opacity: 0;
}

.header-inner {
    position: fixed;
    width: 100%;
    top: 0;
    height: 127px;
    z-index: 20;
    background: white;
}

.header-inner .container {
    padding: 20px 0;
    position: relative;
}

span.contact {
    position: absolute;
    top: 0;
    right: 0;
    background: #C6AF85;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
}

span.contact:hover {
    background: #818285;
}

span.contact a {
    display: block;
    color: white;
    cursor: pointer;
}

.logo {
    width: 201px;
    float: left;
}

.logo img, .logo a {
    display: block;
}

.logo img.desktop-hide {
    display: none;
}

.header-buttons {
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    ;
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 40px;
}

.header-buttons {
    display: none;
}

.header-links {
    width: calc(100% - 44px);
    text-transform: uppercase;
    padding: 0 60px 0 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.header-links .utility-header {
    text-transform: capitalize;
    margin-bottom: 25px;
}

.nav-links {
    float: right;
}

.header-links li {
    display: inline-block;
    list-style: none;
    margin-right: 35px;
}

.home .signup-menu {
    display: none;
}

.header-links li a {
    color: #555;
    cursor: pointer;
}

.header-links li a:hover {
    color: #c6af85;
}

.header-links .primary-menu a {
    font-size: 18px;
}

.header-links .utility-header a {
    font-size: 16px;
}

.header-links li:last-child {
    margin-right: 0;
}

.signup {
    background: #c6af85;
    color: white;
    height: 34px;
    width: 188px;
    text-align: center;
    float: left;
}

.signup:hover {
    background: #818285;
}

.signup span {
    font-family: 'din_medium', 'din_alternateregular', sans-serif;
    display: block;
    text-transform: uppercase;
    line-height: 34px;
    cursor: pointer;
}

.tour {
    background: #c6af85;
    color: white;
    height: 34px;
    width: 160px;
    text-align: center;
    float: left;
    line-height: 34px;
    margin-left: 10px;
}

.tour:hover {
    background: #818285;
}

.tour a {
    font-family: 'din_medium', 'din_alternateregular', sans-serif;
    display: block;
    text-transform: uppercase;
    line-height: 34px;
    cursor: pointer;
    color: white;
}

.menu_icon {
    width: 44px;
    float: right;
    margin-top: 9px;
    cursor: pointer;
    background: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
}

.menu_icon span {
    display: block;
    width: 100%;
    height: 6px;
    background: #9f824a;
    margin-bottom: 6px;
}

.menu_icon:hover span {
    background: #818285;
}

.menu_icon p {
    color: #9f824a;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-family:'din_alternateregular',sans-serif;
}

.menu_icon:hover p {
    color: #818285;
}

body.admin-bar .signupform {
    top: 159px;
}

.signupform {
    width: 100%;
    background: #5f5f5f;
    height: 150px;
    position: fixed;
    top: 127px;
    z-index: 9;
    display: none;
    max-width: 100%;
    opacity: 1;
}

.signupform.hide {
    opacity: 0;
}

.signupform .container {
    position: relative;
}

.signupform .form {
    width: 1020px;
    margin: 0 auto;
    padding: 45px 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.signupform div#mail-status {
    color: white;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
}

img#ajax-loader,
img#ajax-loader1 {
    width: 60px;
    display: none;
    margin-top: 10px;
}

.input-fields {
    width: 276px;
    float: left;
    margin-right: 5px;
    position: relative;
}

.input-fields .info {
    position: absolute;
    left: 0;
    top: -20px;
    color: white;
    font-size: 13px;
}

.signupform .form input[type="text"] {
    height: 60px;
    border: none;
    background: white;
    width: 100%;
    padding: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 60px;
    text-transform: initial;
    color: #C6AF85;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.signupform .form input[type="submit"] {
    height: 60px;
    border: none;
    border-radius: 0;
    background: #C6AF85 url('../images/rightarrow.png');
    width: 177px;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 90%;
    outline: none;
}

.signupform .form input[type="submit"]:hover {
    cursor: pointer;
    background: #818285 url('../images/rightarrow.png');
    background-repeat: no-repeat;
    background-position: 90%;
}

::-webkit-input-placeholder {
    color: #C6AF85;
}

:-moz-placeholder {
    color: #C6AF85;
}

::-moz-placeholder {
    color: #C6AF85;
}

:-ms-input-placeholder {
    color: #C6AF85;
}

.formclose {
    position: absolute;
    right: 0;
    top: 60px;
    width: 36px;
    text-align: center;
    cursor: pointer;
}

.formclose img {
    display: block;
    width: 22px;
    margin: 0 auto;
}

.formclose span {
    color: white;
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
    opacity: 0;
}

.menu {
    opacity: 0;
    width: 100%;
    display: block;
    background: rgba(44, 44, 44, 0.88);
    z-index: -1;
    position: fixed;
    top: 0;
    /*transition:all 0.5s;-webkit-transition:0.5s;-ms-transition:0.5s;*/
}

.menu {
    min-height: 650px;
    visibility: hidden;
}

body.admin-bar .menu.visible {
    margin-top: 159px !important;
}

.menu.visible {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

.menu .container {
    position: relative;
}

.close {
    position: absolute;
    right: 0;
    top: 40px;
    width: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-family: 'din_alternateregular',sans-serif;
    line-height: 16px;
    font-size: 12px;
}

.close img {
    display: block;
    width: 22px;
    margin: 0 auto;
}

.close span {
    color: white;
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
}

.menu-inner {
    width: 980px;
    top: 100px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    max-width: 100%;
}

.framelogo {
    width: 90%;
    margin: 0 auto;
    background: url('../images/menupattern.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.menu-inner .frame {
    -webkit-transition-duration: .75s;
    -webkit-transition-property: width;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: .75s;
    transition-property: width;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
    position: relative;
    width: 0;
    background: white;
    padding: 30px 0;
    height: 550px;
}

.menu-inner.loaded .frame {
    width: 100%;
    text-align: center;
}

.frame img {
    margin: 0 auto;
}

.frame-inner {
    width: 790px;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
    position: relative;
    padding: 65px 0;
    max-width: 90%;
}

.frame-inner:before {
    width: 0;
    height: 1px;
    background: #c7c6c7;
    top: 0;
    right: 0;
    content: '';
    position: absolute;
    -webkit-transition-duration: .75s;
    -webkit-transition-property: all;
    -webkit-transition-delay: 1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: .75s;
    transition-property: all;
    transition-delay: 1s;
    transition-timing-function: ease-in-out;
}

.frame-inner:after {
    width: 0;
    height: 1px;
    background: #c7c6c7;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    -webkit-transition-duration: .75s;
    -webkit-transition-property: all;
    -webkit-transition-delay: 1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: .75s;
    transition-property: all;
    transition-delay: 1s;
    transition-timing-function: ease-in-out;
}

.menu-inner.loaded .frame-inner:before {
    width: 100%;
}

.menu-inner.loaded .frame-inner:after {
    width: 100%;
}

.frame-inner ul.menu-list {
    display: block;
    overflow: hidden;
    width: 620px;
    margin: 0 auto;
}

.frame-inner ul.menu-list li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    width: 25%;
    float: left;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    list-style: none;
}

.frame-inner ul.menu-list li:first-child {
    margin-left: 0%;
}


/*.frame-inner ul.menu-list li:last-child {
    width: auto;
}*/

.frame-inner ul.menu-list li.desktop-hide {
    display: none;
}

.frame-inner ul.menu-list li a {
    color: #818285;
    -webkit-transition-duration: .45s;
    -webkit-transition-property: opacity;
    -webkit-transition-delay: 1.45s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: .45s;
    transition-property: opacity;
    transition-delay: 1.45s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    display: inline;
    overflow: hidden;
    position: relative;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.frame-inner ul.menu-list li a:hover {
    color: #9f824a;
}

.frame-inner ul.menu-list li.current-menu-item a {
    color: #9f824a;
}

.menu-inner.loaded .frame-inner ul.menu-list li a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.frame-inner ul.secondry-menu {
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    width: 100%;
}

.frame-inner ul.secondry-menu li {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
    list-style: none;
    width: auto;
    padding: 0 12px;
    text-transform: lowercase;
}


/*.frame-inner ul.menu-list li:last-child {
    width: auto;
}*/

.frame-inner ul.secondry-menu li.desktop-hide {
    display: none;
}

.frame-inner ul.secondry-menu li a {
    color: #818285;
    -webkit-transition-duration: .45s;
    -webkit-transition-property: opacity;
    -webkit-transition-delay: 1.45s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: .45s;
    transition-property: opacity;
    transition-delay: 1.45s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    display: inline;
    overflow: hidden;
    position: relative;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.frame-inner ul.secondry-menu li a:hover {
    color: #9f824a;
}

.frame-inner ul.secondry-menu li.current-menu-item a {
    color: #9f824a;
}

.menu-inner.loaded .frame-inner ul.secondry-menu li a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.social-icon {
    width: 100%;
    display: block;
    margin: 30px auto 0;
    max-width: 780px;
}

.social-icon ul.icons {
    width: 145px;
    float: left;
}

.social-icon ul.icons li {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.social-icon ul.icons li:last-child {
    margin-right: 0;
}

ul.links {
    float: right;
}

ul.links li {
    display: inline-block;
    list-style-type: none;
    margin-left: 30px;
}

ul.links a {
    color: #c6af85
}

ul.links a:hover {
    color: #818285;
}

.directions {
    width: 100%;
    overflow: hidden;
}

.directions span {
    width: 50%;
    float: left;
    height: 35px;
    line-height: 35px;
    background: #9f824a;
    text-align: center;
    cursor: pointer;
}

.directions span:hover {
    background: #818285;
}

.directions span a {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'din_medium', sans-serif;
}

.directions span:first-child {
    width: calc(50% - 2px);
    margin-right: 2px;
}

.desktop-hide {
    display: none;
}


/*==========Home Page==========*/

section#banner {
    width: 100%;
    overflow: hidden;
    display: block;
}

.home section#banner,
.home section#content {
    z-index: 3;
    position: relative;
}

.hero-image {
    width: 100%;
    height: 100%;
    background-position: 50% 6.5px;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.home .hero-image {
    display: none;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url('../images/overlay-pattern.png');
    filter: alpha(opacity=30);
    /*filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.3);*/
    opacity: .3;
}

.hero-image h1,
.hero-image strong {
    font-family: 'din_bold', 'din_medium', sans-serif;
    position: absolute;
    color: white;
    font-size: 55px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    top: auto;
    bottom: 120px;
}

.discover {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 60px;
    background: url('../images/bannerborder.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.discover p {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 30px;
    display: block;
}

section#content {
    width: 100%;
    overflow: hidden;
    display: block;
    background: #dddddd;
    padding: 40px 0 30px;
}

section#content .container {
    position: relative;
    overflow: hidden;
}

section#content .details {
    width: 30%;
    float: left;
}

section#content .details h1 {
    color: #555555;
    font-size: 28px;
    line-height: 31px;
    font-family: 'din_bold', 'din_medium', sans-serif;
    display: block;
    margin-bottom: 45px;
    text-transform: uppercase;
}

section#content .details p {
    font-size: 15px;
    line-height: 24px;
    ;
    display: block;
    color: #3b3b3b;
    margin-bottom: 30px;
}

section#content .details p:last-child {
    margin-bottom: 0;
}

section#property-image {
    width: 100%;
    overflow: hidden;
    display: block;
    background: #dddddd;
    position: relative;
    padding: 0 0 45px;
}

section#property-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

section#property-image .pattern {
    position: fixed;
    right: 0;
    left: auto;
    top: 200px;
    height: 140px;
    width: 40%;
    background-image: url(../images/pattern.png);
    background-size: cover;
    transition: all 1s;
}


/*section#property-image .pattern.patternfixed {
    position: fixed;
    top: 180px;
    transition: all 1s;
}*/

.services {
    width: calc(100% - 30%);
    float: right;
    position: absolute;
    right: 0;
    bottom: 0px;
    text-align: right;
}

.services-inner {
    width: 300px;
    height: calc(42vw / 3);
    display: inline-block;
    margin-left: 15px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.services-inner img {
    max-width: 100%;
    display: block;
    height: auto;
}

.services-inner .overlay {
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.services-inner .overlay > div {
    text-align: center;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    margin-top: -70px;
    width: 140px;
    height: 140px;
    left: 50%;
    margin-left: -70px;
    border: 4px solid white;
}


/*.services-inner .overlay div h3 {
    color: white;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 35px;

}*/

.services-inner .overlay div .overlay-inner-content {
    color: white;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    left: 0;
    right: 0;
}

.services-inner .overlay div .overlay-inner-content a {
    color: white;
    display: block;
}

.services-inner:hover, .services-inner:focus {
    margin-bottom: 25px;
    cursor: pointer;
}

.services-inner:hover .overlay, .services-inner:focus .overlay {
    opacity: 1;
}

.patternhide {
    width: 100%;
    height: 45px;
    z-index: 1;
    background: #DDDDDD;
    position: relative;
}


/*=========Footer==========*/

footer {
    /*background: #fff url(../images/footerpattern.png);*/
    background: #fff;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 100px 0 60px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

footer .footerpattern {
    background: url(../images/footerpattern.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 430px;
    height: 103px;
    position: absolute;
    right: 0;
    margin-top: 30px;
}

.footer-inner {
    width: 1170px;
    float: left;
    border-top: 1px solid #e9eaea;
    max-width: 100%;
}

.primary-footer {
    margin-bottom: 100px;
    width: 100%;
    float: left;
}

.footer-inner ul li {
    width: 25%;
    border-left: 1px solid #e9eaea;
    padding-left: 28px;
    padding-top: 30px;
    float: left;
    height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6;
    list-style: none;
}


/*.footer-inner ul li:nth-child(3) {
    border-left: 1px solid #727476;
}*/


/*.footer-inner ul li:nth-child(4) span {
    display: block;
}*/

.footer-inner ul li:nth-child(4) {
    border-right: 1px solid #e9eaea;
}

.footer-inner ul li:last-child {
    display: none;
}

.footer-inner ul li a {
    color: #555;
}

.footer-inner ul li span {
    color: #555;
}

.footer-inner ul li span em {
    font-size: 16px;
}

.footer-inner ul li a.phone {
    font-size: 24px;
    color: #9f824a;
    font-family: 'din_medium';
}

.footer-inner ul li a.phone span {
    color: #9f824a;
}

.footericons span {
    display: inline-block;
    margin-right: 12px;
}

.footericons span a {
    display: block;
}

.secondry-footer {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}


/***** New footer css*****/

.footer-inner ul.hidden {
    display: none;
}

.footer-inner ul.visible {
    display: block;
}

.footer-inner ul.visible li {
    width: 33.33% !important;
    padding-left: 28px!important;
}

.footer-inner ul.visible li:nth-child(3):not(.footer-logo-cont),.footer-inner ul.visible li.footer-icon-cont {
    border-right: 1px solid #e9eaea;
    padding-top: 35px;
}
.footer-inner ul.visible span.address-cont li:last-child {
    display: block;
}
.retaillease {
    position: absolute;
    top: 0;
    height: 24px;
    line-height: 20px;
    width: 212px;
    margin-left: -106px;
    background: #c6af85;
    color: white;
    margin-left: -107px;
    left: 50%;
    text-align: center;
    cursor: pointer;
    display: none;
}

.retaillease:hover {
    background: #818285;
}

.retaillease span {
    line-height: 24px;
    font-size: 13px;
    text-transform: capitalize;
}

.retaillease span a {
    color: white;
}

.retailleasepdf {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.88);
    z-index: 99;
    text-align: center;
    display: none;
}

.retailleasepdf iframe {
    width: 80%;
    margin: 0 auto;
    height: 90%;
    top: 5%;
    position: relative;
}

.retailleasepdf .closed {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 36px;
    text-align: center;
    cursor: pointer;
}

.retailleasepdf .closed img {
    display: block;
    width: 22px;
    margin: 0 auto;
}

.retailleasepdf .closed span {
    color: white;
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
}

.footerlogo {
    float: left;
    width: 50%;
    padding-left: 100px;
}

.footerlogo a {
    display: inline-block;
    margin-right: 25px;
}

.footerlogo img {
    display: inline;
}

.adalogo {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 3px;
}

.adalogo a.size10 {
    margin-left: 5px;
    color: #555;
    text-transform: uppercase;
    font-size: 10px !important;
    display: inline-block;
}

.adalogo a img {
    position: relative;
    top: 2px;
}


/*=========Feature & Amenities Page==========*/

section#content .details.features {
    width: 630px;
    max-width: 50%;
}

section#content.pad0 {
    padding-bottom: 0;
}

section#content .container.pad30 {
    padding-bottom: 30px;
}

section#property-image.pad0 {
    padding-bottom: 0;
}

.page-template-temp-amenities section#banner {
    position: relative;
    z-index: 3;
}

.page-template-temp-amenities section#content.pad0 {
    position: relative;
    z-index: 3;
}

section#feature-details {
    width: 100%;
    overflow: hidden;
    background: #dddddd;
    padding-top: 65px;
    z-index: 5;
    position: relative;
}

section#property-image .pattern.left {
    left: 0;
    right: auto;
    background-image: url(../images/pattern2.png);
    width: 60%;
    top: 180px;
    background-position: right;
    transition: all 1s;
    position: fixed;
}

section#property-image .pattern.left.fixed {
    top: 180px;
    transition: all 1s;
}

section#feature-details .features-inner {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.features-inner h2 {
    font-family: 'din_bold', 'din_medium', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.topborder {
    width: 100%;
    height: 1px;
    background: white;
    margin-bottom: 20px;
    position: relative;
}

.topborder:before {
    content: '';
    width: 1px;
    height: 40px;
    left: 0;
    background: white;
    position: absolute;
}

.topborder:after {
    content: '';
    width: 1px;
    height: 40px;
    right: 0;
    background: white;
    position: absolute;
}

.features-inner ul {
    display: block;
    margin-top: -10px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.page-template-templatestemp-amenities-php .features-inner ul {
    margin-bottom: 10px;
    list-style-type: none;
}

.features-inner ul li {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding: 16px 0;
    margin: 0 auto;
    max-width: 880px;
    list-style-type: none;
}

.features-inner ul li:after {
    content: '';
    width: 406px;
    margin-left: -203px;
    left: 50%;
    position: absolute;
    height: 1px;
    bottom: -15px;
    background: white;
    margin-bottom: 15px;
}

.features-inner ul li:last-child:after {
    display: none;
}

.features-inner span {
    display: block;
    margin-bottom: 24px;
    font-size: 15px;
    color: #3b3b3b;
}

.features-inner span.readmore {
    color: #c6af85;
    cursor: pointer;
    font-size: 20px;
    border-bottom: 6px solid #c6af85;
    display: inline-block;
    padding: 0 8px 5px;
    margin-bottom: 48px;
}

.features-inner span.readmore a {
    color: #c6af85;
    display: block;
}

.iombg {
    background: url(../images/iom3.png);
    width: 550px;
    height: 174px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 100%;
    max-width: 40%;
    background-repeat: no-repeat;
    background-position: bottom;
}

sup {
    display: inline;
    top: -3px;
    position: relative;
    font-size: 16px;
}


/*=========Navyyard Page==========*/

section#content .details.one-half {
    width: 50%;
}

section#content .details.one-half p:last-child {
    margin-bottom: 30px;
}

#neighborhod-map {
    display: block;
    overflow: hidden;
    width: 100%;
}

img.loc-image, .loc-img-wrapper {
    display: none;
}

#map {
    width: 100%;
    height: 850px;
    position: relative;
    background-image: url(../images/mapbg.png);
    background-position: center;
}

.neighborhod-category {
    /* width: 300px;*/
    width: 250px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(74, 77, 77, 0.87);
}

.cat-heading {
    height: 50px;
    width: 100%;
    background: #c6af85;
    text-transform: uppercase;
    /*padding-left: 35px;*/
    padding-left: 20px;
}

.cat-heading h2 {
    color: white;
    line-height: 50px;
    /*font-size: 24px;*/
    font-size: 22px;
}

.category-list {
    display: block;
    /*padding-left: 35px;*/
    padding-left: 20px;
    overflow: hidden;
}

.category-list li {
    margin-top: 45px;
    display: table;
    color: white;
    text-transform: capitalize;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.4;
    list-style-type: none;
}

.category-list li a {
    color: white;
    display: block;
}

.category-list li.active a {
    color: #C6AF85;
}

.category-list li a:hover {
    color: #C6AF85;
}


/*.walkscore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98px;
    text-align: center;
}*/

.walkscore {
    position: static;
    bottom: 0;
    left: 0;
    width: 98px;
    text-align: center;
    margin: 10px 0;
}

.walkscore span {
    color: white;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.walkcount {
    width: 100%;
    height: 98px;
    background: #c6af85;
    color: white;
    font-size: 73px;
    line-height: 80px;
}

div#map-canvas {
    width: 100%;
    height: 100%;
}

.direction {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: auto;
    width: 90px;
    right: 0;
    z-index: 1;
}

.directions-travel-mode-button {
    background: #787879;
    padding: 2px 0;
    margin-bottom: 1px;
    width: 90px;
    border: none;
    font: inherit;
    cursor: pointer;
}

.directions-travel-mode-button:hover {
    background: #C6AF85;
}

.directions-travel-mode-icon {
    margin-left: 5px;
    background-image: url('../images/direction.png');
    background-size: 96px 216px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
}

.directions-travel-mode-icon .mode-icon-text {
    margin-left: 35px;
    color: white;
    line-height: 25px;
}

.directions-walk-icon {
    background-position: -24px -144px;
}

.directions-bike-icon {
    background-position: -24px -168px;
}

.directions-car-icon {
    background-position: -24px -96px;
}

.marker_info .info {
    /*min-width: 265px;
    min-height: 150px;*/
    width: 300px;
    height: 175px;
    background: #FFF;
    position: relative;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 1);
    position: relative;
    margin-left: -10px;
    margin-top: -10px;
    padding: 20px 12px;
    cursor: initial !important;
}

.marker_info .info:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    border-top: 16px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
    margin-top: -10px;
}

.marker_info .info h2 {
    letter-spacing: 1px;
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    color: #c6af85;
    margin-bottom: 2px;
    line-height: 1.2;
}

.info>span {
    display: block;
    font-size: 16px;
    color: #535353;
    line-height: 22px;
}

.info a.green_btn {
    color: #c6af85;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.gm-style img {
    z-index: 9;
}


/*=========Blog Page==========*/

section#blog {
    width: 100%;
    overflow: hidden;
    padding: 105px 0 50px;
}

.blog-left {
    width: 1147px;
    float: left;
    padding-right: 55px;
    border-right: 1px solid white;
    max-width: 70%;
}

.blog-left h2 {
    text-align: center;
    font-size: 72px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: -30px;
    margin-bottom: 15px;
    font-family: 'din_bold', 'din_medium', sans-serif;
}

.topborder img {
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}

.posts-inner {
    display: block;
    margin-top: 80px;
}

.posts-inner h3 {
    font-size: 24px;
    color: #555555;
    text-transform: uppercase;
}

ul.posts {
    display: block;
    margin-top: 35px;
    overflow: hidden
}

ul.posts li {
    width: 32%;
    margin-right: 2%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    list-style: none;
}

ul.posts li:nth-child(3n+1) {
    clear: left;
}

ul.posts li:nth-child(3n+3) {
    margin-right: 0;
}

.post-image {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.post-image a:focus{
    outline-offset: -1px;
    display: block;
}

.post-image img {
    width: 100%;
    display: block;
    height: auto;
}

.post-detail {
    display: block;
}

.post-detail h4 {
    font-size: 24px;
    color: #555555;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 50px;
    line-height: 30px;
}

.post-item .post-detail h4 {
    margin-bottom: 20px;
}

.post-detail h4 a {
    color: #555555;
    display: inline;
}

.post-detail span {
    font-size: 18px;
    color: #737272;
    display: block;
    margin-bottom: 25px;
}

.post-detail em {
    font-size: 15px;
    display: block;
    font-weight: bold;
    width: 90px;
    cursor: pointer;
}

.post-detail em a {
    color: #555555;
    display: inline;
    position: relative;
    font-family: 'din_medium', sans-serif;
}

.post-detail em a:after {
    content: '';
    position: absolute;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #555555;
    border-bottom: 5px solid transparent;
    top: 50%;
    margin-top: -4px;
}

.sidebar {
    width: 370px;
    float: left;
    padding-top: 55px;
    padding-left: 55px;
    max-width: 30%;
    border-left: 1px solid white;
    margin-left: -1px;
}

section#mailpress-2 {
    width: 100%;
    height: 40px;
    margin-bottom: 55px;
}

form.mp-form {
    width: 100%;
    height: 40px;
    position: relative;
}

input.MailPressFormEmail {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0;
    line-height: 40px;
    color: #818285;
    font-size: 12px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding-left: 5px;
}

input.MailPressFormSubmit.mp_submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 0;
    background: #d2c0a1 url('../images/icon/subscribearrow.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

section#search-2 {
    margin-bottom: 65px;
}

h2.widget-title {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 5px;
    color: #555555;
}

form.search-form {
    width: 100%;
    position: relative;
}

input.search-field {
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 40px;
    padding: 0;
    padding-left: 0px;
    color: #555555;
    font-size: 12px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding-left: 5px;
}

input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 40px;
    width: 40px;
    font-size: 0;
    background: #D2C0A1 url('../images/icon/searchicon.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

section.widget {
    margin-bottom: 65px;
}

.widget ul {
    display: block;
    margin-top: 8px;
}

.widget ul li {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 18px;
    list-style: none;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul li a {
    color: #555555;
}

.tagcloud {
    display: block;
    margin-top: 8px;
}

.tagcloud a {
    display: inline-block;
    border: 2px solid white;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 15px !important;
    color: #555555;
    margin-right: 10px;
    margin-bottom: 15px;
}

div.MailPress div.mp-loading,
div.MailPress div.mp-message {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.widget span.error {
    color: red;
}

.search-field::-webkit-input-placeholder {
    color: #818285;
}

.search-field:-moz-placeholder {
    color: #818285;
}

.search-field::-moz-placeholder {
    color: #818285;
}

.search-field:-ms-input-placeholder {
    color: #818285;
}

.nicescroll-rails {
    display: none !important;
}


/*=========Blog description==========*/

.blog-detail {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-top: 20px;
}

.title {
    width: calc(100% - 200px);
    float: left;
    padding-right: 8px;
}

.title h1 {
    display: block;
    font-size: 38px;
    color: #555555;
    text-transform: uppercase;
    line-height: 42px;
}

.title time {
    display: block;
    font-size: 18px;
    color: #555555;
}

.backto {
    float: right;
    width: 190px;
}

.backto span {
    font-size: 18px;
    display: block;
    color: #555555;
    padding-top: 10px;
    text-transform: uppercase;
}

.backto span a {
    color: #555555;
}

.blog-image {
    display: block;
    overflow: hidden;
    width: 100%;
}

.blog-image img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.blog-description {
    display: block;
    margin-top: 30px;
    font-size: 15px;
    color: #3b3b3b;
    line-height: 24px;
    text-align: justify;
}

.blog-description ol,
.blog-description ul {
    padding-left: 20px;
    padding-top: 20px;
}

.blog-description strong {
    font-style: inherit;
    font-family: 'din_bold', 'din_medium', sans-serif;
}

.blog-description em {
    font-style: italic;
}

blockquote {
    font-style: italic;
    padding: 10px 40px;
    line-height: 1.45;
    position: relative;
    background: #ececec;
    width: 100%;
    margin-top: 10px;
}

.blog-description a {
    color: #C6AF85;
    cursor: pointer;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}

blockquote:after {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    right: 15px;
    top: auto;
    bottom: auto;
    color: #7a7a7a;
    height: 20px;
    line-height: 20px;
    bottom: -20px;
}

.blog-description p {
    display: block;
}

.blog-description h2,
.blog-description h3,
.blog-description h4,
.blog-description h5,
.blog-description h6 {
    font-family: 'din_bold', 'din_medium', sans-serif;
    color: #555555;
    display: block;
    text-align: left;
    margin: 10px 0;
    letter-spacing: 2px;
    text-transform: initial;
}

.blog-description h2 {
    font-size: 24px;
}

.blog-description h3 {
    font-size: 19px;
}

.blog-description h4 {
    font-size: 16px;
}

.blog-description h5 {
    font-size: 14px;
}

.blog-description h6 {
    font-size: 13px;
}

.tags {
    display: block;
    margin-top: 35px;
}

.tags strong {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3b3b3b;
    margin-bottom: 10px;
    display: block;
    font-family: 'din_medium', sans-serif;
}

.tags ul li {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    list-style: none;
}

.tags ul li:after {
    content: '|';
    position: absolute;
    right: -12px;
    color: white;
}

.tags ul li:last-child:after {
    display: none;
}

.tags ul li a {
    color: #3b3b3b;
    font-weight: 400;
}

.share {
    display: block;
    margin-top: 55px;
}

.share strong {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3b3b3b;
    margin-bottom: 10px;
    display: block;
    font-family: 'din_medium', sans-serif;
}

.share ul li {
    display: inline-block;
    margin-right: 0px;
}

.share ul li a {
    display: block;
}

.at-share-btn {
    max-width: 30px !important;
    max-height: 30px !important;
    width: 30px;
    height: 30px;
}

.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
    height: 30px !important;
    width: 30px !important;
    background-color: #2F444B !important;
    border-radius: 50%;
    line-height: 30px !important;
    text-align: center;
}

.at-icon {
    margin-top: 4px;
    width: 22px !important;
    height: 22px !important;
    line-height: 30px !Important;
}

.search .title h1 {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 0;
}

.search .title {
    width: 100%;
}

.search .topborder {
    float: left;
}

.search .posts-inner {
    display: block;
    margin-top: 0;
    float: left;
    width: 100%;
}

.postnotfound h4 {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 10px;
    color: #555555;
}

.archive .title h1 {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 0;
}

.archive .title {
    width: 100%;
}

.archive .topborder {
    float: left;
}

.archive .posts-inner {
    display: block;
    margin-top: 60px;
    float: left;
    width: 100%;
}


/*==========Contact Page==========*/

section#content.contact {
    padding-bottom: 80px;
}

section#content .content-left {
    width: 45%;
    float: left;
    max-width: 630px;
}

section#content .content-left h1 {
    font-family: 'din_bold', 'din_medium', sans-serif;
    color: #555555;
    font-size: 28px;
    line-height: 31px;
    font-weight: 600;
    display: block;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.opening-hours h1 {
    margin-bottom: 19px !important;
}

.opening-hours {
    margin-bottom: 21px;
}

.opening-hours span {
    display: block;
    padding-bottom: 15px;
    color: #3b3b3b;
}

section#content .content-left p {
    font-size: 15px;
    line-height: 24px;
    display: block;
    color: #3b3b3b;
    margin-bottom: 30px;
}

.googlemap {
    width: 100%;
    display: block;
    position: relative;
}

.googlemap img {
    max-width: 100%;
}

.googlemap a {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

section#content .contactform {
    width: 900px;
    float: right;
    max-width: 50%
}

section#content .contactform .hywrap {
    margin: 0;
    max-width: 100%;
}

section#content .contactform .hywrap form {
    background: none;
}

section#content .hywrap .control-group {
    margin-bottom: 30px;
    width: 49%;
    float: left;
    clear: none;
    margin-left: 1%;
    position: relative;
}

.hywrap select,
.hywrap textarea,
.hywrap input[type="text"] {
    height: 45px !important;
    background: white;
    margin: 0;
    outline: none;
    color: #C6AF85 !important;
    font-size: 14px !important;
    line-height: 45px !important;
}

div#hyfield1069 {
    width: 99% !important;
}

.hywrap textarea {
    height: 150px !important;
    line-height: 1.2 !Important;
    width: 100% !important;
    padding-top: 10px !important;
    resize: none;
    margin-top: 0 !important;
    padding-left: 10px !important;
}

.hywrap .top_align .control-label {
    font-size: 14px;
    padding: 0;
    color: #C6AF85;
    /*margin-bottom: 5px !important;*/
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto !important;
}

div#hyfield1056 .control-label,
div#hyfield1068 .control-label,
div#hyfield1058 .control-label,
div#hyfield1066 .control-label {
    position: static;
    margin-bottom: 5px !important;
    width: 100% !important;
}

.hywrap .LV_invalid {
    position: absolute;
    bottom: -20px;
    left: 0px;
}

.form-actions {
    width: 100%;
    overflow: hidden;
    float: left;
}

.hywrap button {
    width: 215px;
    height: 64px;
    float: right;
    display: block;
    background: #C6AF85 url('../images/rightarrow.png')!important;
    color: white !important;
    border: none !important;
    outline: none;
    text-align: left;
    font-size: 24px;
    font-weight: 100 !important;
    font-size: 24px !Important;
    font-weight: 100 !important;
    background-position: 92% !Important;
    background-repeat: no-repeat !important;
}

.hywrap button:hover {
    background: #818285 url('../images/rightarrow.png')!important;
    background-position: 92% !Important;
    background-repeat: no-repeat !important;
}

#more-info {
    margin-left: 1%;
    float: left;
    text-align: right;
    margin-top: 20px !important;
}

.hywrap #more-info a {
    color: #555555;
    text-decoration: underline;
    font-size: 14px;
    text-decoration: none !important;
    border-bottom: 3px solid #C6AF85;
    padding-bottom: 2px;
}

.hywrap select {
    margin-top: 0 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    padding: 0 10px !important;
    background: #fff url('../images/arrowdown.png')!important;
    background-position: 96% !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hywrap select::-ms-expand {
    display: none;
}

div#hyfield1068 input[type="text"] {
    background: #fff url('../images/calendaricon.png')!important;
    background-position: 96% !Important;
    background-repeat: no-repeat !important;
}

.hywrap textarea {
    height: 115px !important;
}

#hy-AXrxloE2b-1 #form-success {
    background-color: #C6AF85!important;
    margin-top: 15px;
    color: white!important;
    letter-spacing: 0.5px;
    border-radius: 0!important;
}

#hy-AXrxloE2b-1 .radio {
    font-size: 14px !important;
    margin-right: 15px !important;
    color: #555555;
}


/*=========404 Page==========*/

.hero-image .container {
    height: 100%;
    position: relative;
}

.hero-inner {
    height: 286px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -143px;
}

.hero-inner h2, .not-found h1 {
    color: white;
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'din_bold', 'din_medium', sans-serif;
}

.not-found h1 {
    position: static;
}

.hero-inner p {
    color: white;
    line-height: 31px;
    text-transform: uppercase;
    margin: 60px 0;
    position: relative;
    font-size: 28px;
}

body.error404 .hero-inner p {
    max-width: 600px;
}

body.error404 .hero-inner p a {
    border-bottom: 6px solid #C6AF85;
}

.home .hero-video {
    position: relative;
    display: block;
}

.home .hero-video video {
    width: 100%;
}

.hero-video .btn-controls {
    width: 135px;
}

.mute_btn {
    width: 54px;
    height: 54px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    right: 80px;
}

.autoHeight {
    height: auto !important;
}

.mute_btn:after {
    background: url(../images/mute.png) no-repeat center center;
    background-size: contain;
    opacity: 0;
}

.mute_btn:before,
.mute_btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mute_btn:before {
    background: url(../images/unmute.png) no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.mute_btn.muted:before {
    opacity: 0;
}

.mute_btn.muted:after {
    opacity: 1;
}

.play_btn {
    width: 54px;
    height: 54px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    right: -50px;
}

.play_btn:after {
    background: url(../images/play.png) no-repeat center center;
    background-size: contain;
    opacity: 0;
}

.play_btn:before,
.play_btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.play_btn:before {
    background: url(../images/pause.png) no-repeat center center;
    background-size: contain;
}

.play_btn.paused:before {
    opacity: 0;
}

.play_btn.paused:after {
    opacity: 1;
}

.service-image {
    height: 300px;
    height: 180px;
    background: url('../images/dc1.jpg') no-repeat;
    float: right;
    width: calc(100% - 30% - 45px);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    background-position: center;
}

.btn-controls {
    position: absolute;
    width: 54px;
    right: 30px;
    bottom: 30px;
}


/*.hero-inner p:after {content: ''; position: absolute;width: 150px;height: 6px;background: #C6AF85;margin-left: -32px;bottom: -10px;}*/

.hero-inner p a {
    color: white;
    display: inline;
}

ul.social-icon-black {
    display: block;
    overflow: hidden;
}

ul.social-icon-black li {
    display: inline-block;
    margin-right: 15px;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
}

ul.social-icon-black li a {
    display: block;
}

ul.social-icon-black li img {
    height: 20px;
    margin-top: 8px;
}


/*=========Thank You Page==========*/

.thankyou-message {
    display: block;
    width: 100%;
    text-align: center;
}

.thankyou-message h2 {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 31px;
}

.thankyou-message p {
    display: block;
    font-size: 15px;
    margin-bottom: 40px;
}

.thankyou-message .social-icon-black {
    margin-bottom: 30px;
}


/*========= Other Pages==========*/

.page-template-default section#content .details.onefull {
    width: 100%;
    text-align: center;
    padding: 60px 0;
}

.page-template-default section#content .details.onefull h1 {
    font-size: 60px;
}

.page-template-default section#content ul li {
    display: block;
    margin-bottom: 25px;
    font-size: 26px;
}

.page-template-default section#content ul li a {
    color: #C6AF85;
}


/*****Mail press Css--------*/

div#content.widecolumn {
    padding: 70px 0;
    text-align: center;
    color: #939598;
    min-height: 400px;
}

div#content.widecolumn h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'din_bold', 'din_medium', sans-serif;
}

div#content.widecolumn p {
    font-size: 18px;
    line-height: 26px;
}

div#mp_mail_links_name {
    display: block;
}

div#content.widecolumn h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: 'din_bold', 'din_medium', sans-serif;
}

div#mp_mail_links_name input {
    width: 300px;
    height: 35px;
    line-height: 35px;
    background: white;
    outline: none;
    padding: 0;
    padding-left: 5px;
    margin-bottom: 10px;
}

div#content.widecolumn input.button {
    padding: 8px 30px;
    background: #c6af85;
    color: white;
    outline: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

div#content.widecolumn a {
    color: #c6af85;
}

div#content.widecolumn a:hover {
    text-decoration: underline;
}


/****Retail box***/

#retailwindow {
    position: fixed;
    z-index: -9;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}

#retailwindow #retailoverlay {
    background-color: rgba(44, 44, 44, 0.88);
    z-index: 1;
    width: 100%;
    height: 100%;
}

div#retailclose {
    right: 10px;
    width: 100%;
    height: 20px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

div#retailclose img {
    width: 16px;
    height: auto;
}

div#retailclose:hover {
    color: #555555;
}

#retailwindow .retailbox {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.54);
    padding: 25px;
    width: 310px;
    height: 250px;
    margin-left: -155px;
    margin-top: -125px;
    color: #fff;
}

.retailbox h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #fff;
}

.retailbox p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 5px;
}

.retailbox a {
    color: #c6af85;
    cursor: pointer;
}

.retailbox a:hover {
    color: white;
}

.services-list .features-inner ul {
    margin-top: 55px;
    margin-bottom: 100px;
}


/*=========Services Page==========*/

main#services .features-inner ul li {
    max-width: 450px;
}

main#services section#feature-details {
    margin-top: 40px;
}

main#services section#content .details {
    max-width: 640px;
    width: 40%;
}

main#services .services {
    float: right;
    position: relative;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 58%;
}

main#services .services img {
    width: 100%;
}

.tab-image {
    display: none;
}


/*=========Services Page End==========*/


/*=========Green Living Page==========*/


/*#green-living   .services{
  position: static;
}*/

#green-living section#content .container {
    overflow: visible;
    float: left;
    margin-left: 5%;
}

.services-inner {
    width: 300px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#green-living .hero-image h1,
#green-living .hero-image strong {
    max-width: 600px;
}

#green-living .topborder {
    margin-bottom: 50px;
}

.features-inner ul.innerlist {
    margin: 0 0 10px;
    padding: 0;
}


/*.features-inner ul.innerlist li {
    padding: 5px 0;
    font-size: 22px;
}*/


/*.green-list .features-inner ul.innerlist li:after,
.green-list .features-inner > ul > li:after {
    display: none;
}*/

.green-list .features-inner>ul>li:after {
    display: none;
}

.features-inner ul li h3 {
    font-size: 30px;
    color: white;
    font-family: 'din_bold', 'din_medium', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.green-list .features-inner>ul {
    margin-bottom: 20px;
}

p.features-text {
    max-width: 1024px;
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.3;
}


/*=========Green Living Page End==========*/


/*=========Gallery Page==========*/

.page-template-tem-gallery h1.onehalf {
    max-width: 600px;
    width: auto;
}

main#gallery section#content {
    padding: 0px 0px;
    margin-top: 30px;
}

main#gallery section#content .container.pad30 {
    padding-bottom: 61px;
}

main#gallery section#content .details.features {
    width: 800px;
    max-width: 65%;
}

section#galleryslider {
    margin-bottom: 100px;
    height: 750px;
    overflow: hidden;
}

div#galleryResponse {
    width: 100%;
    height: 100%;
}

section#galleryslider .container {
    position: relative;
    height: 100%;
}

.categorybar {
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(74, 77, 77, 0.87);
}

.categorybar .cat-heading {
    padding-left: 0;
    text-align: center;
}

#galleryslider .category-list li {
    margin-top: 30px;
}

.categorybar .category-list {
    padding-left: 50px;
}

ul.bullets {
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0;
    text-align: left;
    color: white;
    padding: 0 40px 50px 50px;
    line-height: 23px;
    font-size: 15px;
}

.flexslider iframe {
    width: 100%;
    height: 100%;
}

.loading-animation {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(31, 31, 31, 0.45);
    display: none;
}

.loading-animation img {
    position: absolute;
    ;
    top: 50%;
    left: 0;
    right: 0;
    margin: -17px auto 0;
}


/*=========Gallery Page End==========*/


/*=========retail Page==========*/

ul.retail-list {
    margin-bottom: 100px
}

ul.retail-list li {
    overflow: hidden;
}

.retail-list li {
    width: 100%;
    list-style: none;
    margin-bottom: 35px;
}

.retailinner {
    position: relative;
    overflow: hidden;
}

.retail-list li .thumb {
    width: 40%;
    float: left;
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.retail-data {
    width: 60%;
    float: right;
    background: white;
    padding: 45px 80px 35px;
}

.retail-description {
    margin: 30px 0 20px;
}

.reatil-head {
    overflow: hidden;
    border-bottom: 2px solid #d7d7d7;
}

.reatil-head h2 {
    font-size: 42px;
    text-transform: uppercase;
    float: left;
    color: #555555;
    font-family: 'din_bold', 'din_medium', sans-serif;
    width: 70%;
    border-right: 2px solid #d7d7d7;
    line-height: 1.4;
}

.reatil-head span {
    float: right;
    color: #c6af85;
    font-size: 30px !important;
    font-family: 'din_medium', sans-serif;
    margin-top: 12px;
    width: 30%;
    text-align: right;
}

.retail-description p {
    font-size: 15px;
    line-height: 24px;
}

.visit {
    background: #c6af85;
    color: white;
    height: 40px;
    width: 230px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'din_medium', sans-serif;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.visit a {
    color: white;
    cursor: pointer;
    display: block;
}

.visit:hover {
    background: #818285;
}


/*=========retail Page End==========*/


/*=========About Template==========*/

#about-temp section#content .container {
    overflow: visible;
}

.picture-box {
    width: 1000px;
    float: right;
    max-width: 60%;
}

.pic-boxinner {
    float: right;
}

.one-third {
    width: 33.33%;
    float: left;
}

.one-third figure {
    padding-left: 30px;
    width: 100%;
    bottom: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.short-bar {
    margin: auto;
    max-width: 1200px;
    padding: 0 10px;
    width: 100%;
}

.result-bar {
    float: left;
    width: 25%;
    font-size: 20px;
    border: 1px solid #707070;
    border-top: 0;
    border-right: 0;
    margin-bottom: 79px;
    padding: 14px 15px;
}

.result-bar p {
    font-size: 20px;
    color: #5f5f5f;
    text-align: left;
    padding-left: 0px;
    font-weight: bold;
}

.result-bar a {
    color: #c6af85;
}

.filterSelected {
    color: #5f5f5f !important;
}

.floor-plans-pagination {
    margin: 0 auto;
    font-family: 'din_medium', 'din_alternateregular', sans-serif;
    text-align: center;
}

.paging {
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 30px;
}

.paging li {
    display: inline-block;
    padding: 0px;
    text-transform: uppercase;
    margin-right: 10px;
}

.middle-page-txt span {
    display: block;
    width: 100%;
    color: #3d3935;
}

.paging li:last-child {
    margin-right: 0px;
}

.paging .prev a,
.paging .next a {
    display: block;
    text-decoration: none;
    width: auto;
    color: #c6af85;
    cursor: pointer;
}

.one-third figure:hover, .one-third figure:focus {
    cursor: pointer;
    bottom: 25px;
}

.one-third figure img {
    width: 100%;
    display: block;
}

figure .overlay {
    background: rgba(0, 0, 0, .75);
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

figure:hover .overlay, figure:focus .overlay {
    opacity: 1;
}

figure .overlay > div {
    text-align: center;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    margin-top: -70px;
    width: 140px;
    height: 140px;
    left: 50%;
    margin-left: -70px;
    border: 4px solid white;
}

li.current {
    background: #818285 !important;
}

figure .overlay div .overlay-inner-content {
    color: white;
    font-size: 16px;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    left: 0;
    right: 0;
}

figure .overlay div .overlay-inner-content a {
    color: white;
}

.marb40 {
    margin-bottom: 40px;
}

section#property-content-mobile {
    background: #dddddd;
    width: 100%;
    overflow: hidden;
    padding: 60px 0 0;
}

.property-content-inner {
    width: 50%;
    max-width: 600px;
}

section#property-content-mobile h1 {
    color: #555555;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'din_bold', 'din_medium', sans-serif;
    line-height: 31px;
    margin-bottom: 45px;
}

section#property-content-mobile p {
    font-size: 15px;
    line-height: 24px;
    color: #3b3b3b;
}

section#property-content-mobile .container {
    position: relative;
    padding-bottom: 60px;
}

section#property-content-mobile .container img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
}


/**************** Floor Plans************/

#floor-landing section#banner {
    overflow: visible;
}

#floor-landing .discover.grey {
    height: 150px;
    background-image: url(../images/bannergrey.png);
}

#floor-landing .hero-image h1,
#floor-landing .hero-image strong {
    bottom: 200px;
}

.hero-banner.auto-height {
    position: relative;
    width: 100%;
}

.auto-height .hero-image h1 {
    max-width: 500px;
}

.plans-head {
    max-width: 100%;
    width: 1420px;
    margin: 26px auto;
}

.plans-head form {
    display: inline-block;
}

.bedrooms {
    width: 205px;
    float: left;
    color: white;
}

span.form-headings {
    margin-bottom: 15px;
    display: block;
    color: white;
}

ul.bedroom-list {
    display: block;
    list-style: none;
}

ul.bedroom-list li {
    float: left;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    background: #c6af85;
    margin-right: 3px;
    font-size: 30px;
    cursor: pointer;
}

ul.bedroom-list li button {
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    font: inherit;
    color: inherit;
    cursor: pointer;
    padding: 0;
}

ul.bedroom-list li label {
    cursor: pointer;
}

ul.bedroom-list li:last-child {
    margin-right: 0px;
}

.price {
    float: left;
    margin-left: 70px;
    width: auto;
}

.min-price {
    float: left;
}

.max-price {
    float: left;
    margin-left: 8px;
}

.availability {
    float: left;
    margin-left: 70px;
}

.submitform {
    float: left;
    margin-left: 60px;
}

.submitform .submit-form {
    width: 165px;
    height: 65px;
    text-align: left;
    line-height: 65px;
    background: #C6AF85 url(../images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: 90%;
    letter-spacing: 1px;
    border: 0;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
    font-family: 'din_medium', sans-serif;
    padding-left: 22px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.submitform .submit-form:focus {
    outline: 2px dashed #fff;
    outline-offset: 2px;
}

section#floorplans {
    background: white;
    padding: 90px 0px;
}

.landing-list {
    display: block;
    overflow: hidden;
    width: 100%;
}

.landing-item {
    float: left;
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #707070;
    position: relative;
    height: 800px;
}

.landing-item:focus {
    outline-offset: -1px;
}

.landing-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    height: 1px;
    width: 70px;
    background: #707070;
}

.landing-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -35px;
    height: 1px;
    width: 70px;
    background: #707070;
}

.landing-item:last-child {
    border: 0;
}

.landing-item:last-child:after,
.landing-item:last-child:before {
    display: none;
}

#floor-landing .landing-item h2 {
    font-size: 120px;
    text-transform: uppercase;
    font-family: 'din_medium', 'din_alternateregular', sans-serif;
    color: #efefef;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    ;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
}

.landing-item figure {
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.landing-item figure a {
    display: block;
    width: 100%;
    height: 100%;
}
.landing-item figure a:focus {
    outline: 1px dashed #000;
    outline-offset: 1px;
}

.landing-item:hover figure, .landing-item:focus figure {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

img.floor-image {
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
}

#floor-content {
    background: #dddddd;
    padding-top: 80px;
}


/*********************** Nice Select******************/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 20px;
    font-weight: normal;
    height: 65px;
    line-height: 65px;
    outline: none;
    position: relative;
    text-align: left !important;
    /*-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
    width: 280px;
    padding-left: 30px;
    font-family: 'din_medium', sans-serif;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:before {
    content: '';
    height: 65px;
    background: #c6af85;
    width: 65px;
    position: absolute;
    right: 0;
}

.nice-select:after {
    content: url(../images/select-arrow.png);
    display: block;
    /*pointer-events: none;*/
    position: absolute;
    right: 20px;
    top: 3px;
    width: 24px;
    height: 13px;
}


/*.nice-select.open:after {
-webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}*/

.nice-select.open .list {
    opacity: 1;
    /*pointer-events: auto;*/
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    z-index: 1;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    /*pointer-events: none;*/
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select .list {
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    /*pointer-events: none;*/
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: -1;
    width: 100%;
    box-shadow: 2px 3px 2px 1px rgba(95, 95, 95, 0.5);
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 65px;
    list-style: none;
    outline: none;
    padding-left: 30px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 65px;
    color: #c6af85;
}

span.current {
    color: #c6af85;
}

.nice-select .option:hover {
    background-color: #999999;
    color: white;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
    font-weight: bold;
    background-color: #c6af85 !Important;
    color: white;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


/************** Nice Seclet End**************/


/****** specials Start*********/

.specials {
    width: 100%;
    line-height: normal;
    background: #c6af85;
    text-align: center;
    font-size: 24px;
    color: white;
    padding: 7px 0;
}

.specials #mail-statuss {
    position: absolute;
    color: white;
    top: 38px;
    font-size: 18px;
}

.specials-text .textwidget {
    font-size: 13px;
    margin-top: 5px;
}

.home .specials {
    position: absolute;
    top: 0;
    z-index: 1;
}

#floor-landing .specials {
    position: absolute;
    top: 0;
    z-index: 1;
}

.specials-inner {
    max-width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}

.specials-text {
    /*float: left;*/
    margin-right: 25px;
}

.signup-form {
    float: left;
    margin-top: 8px;
}

.signup-form form {
    display: block;
    height: 30px;
}

.fieldWrapper {
    width: auto;
    float: left;
    position: relative;
}

.fieldWrapper em,
.fieldWrapper span {
    position: absolute;
    left: 10px;
    bottom: 1px;
    color: #5f5f5f;
    font-size: 10px;
    line-height: 1;
}

.signup-form input[type="text"] {
    height: 30px;
    width: 160px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border: 0;
    outline: none;
    float: left;
    margin-right: 5px;
    color: #c6af85;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.signup-form input[type="submit"] {
    height: 30px;
    width: 130px;
    line-height: 24px;
    font-size: 14px;
    border: 2px solid white;
    background-color: transparent;
    background-image: url(../images/signup-arrow.png);
    background-position: 100px;
    background-repeat: no-repeat;
    outline: none;
    float: left;
    text-transform: uppercase;
    color: white;
    -webkit-appearance: none;
    background-size: 8%;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.specials-text a {
    color: #fff;
    text-decoration: underline;
}

.specials-text a:hover {
    text-decoration: none;
}


/****** specials End*********/


/********* Floor Result page ***********/

#floor-result section#floorsearch {
    height: auto !important;
}

#floor-result .hero-image {
    display: none;
}

.discover.grey.top {
    position: initial;
    background: #707070;
    height: 150px;
    float: left;
    margin-bottom: 50px;
}

.landing-list.border-bottom {
    padding-bottom: 60px;
    border-bottom: 1px solid #707070;
}

.landing-list.border-bottom .landing-item {
    margin-bottom: 60px;
    height: 800px;
    cursor: default;
}

.landing-list.border-bottom .landing-item:nth-child(3n+3) {
    border-right: 0
}

.landing-list.border-bottom .landing-item:nth-child(3n+3):before {
    display: none;
}

.landing-list.border-bottom .landing-item:nth-child(3n+3):after {
    display: none;
}

.iteminner {
    position: absolute;
    width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
}

.item-properties {
    display: block;
    margin-bottom: 70px;
}

.item-properties .top {
    border-bottom: 1px solid #707070;
    overflow: hidden;
}

.top h2 {
    width: 35%;
    float: left;
    text-align: left;
    font-size: 56px;
    padding-left: 15px;
    color: #d7d7d7;
    border-right: 1px solid #707070;
}

.top .floor-data {
    width: 65%;
    float: left;
    text-align: right;
    border-left: 1px solid #707070;
    margin-left: -1px;
    padding-top: 24px;
    font-size: 25px;
    color: #c6af85;
    font-family: 'din_bold', 'din_medium', sans-serif;
    padding-right: 10px;
}

.top .floor-data span:first-child {
    margin-left: 0;
}

.top .floor-data span {
    margin-left: 30px;
}

.item-properties .bottom {
    overflow: hidden;
    padding: 0 10px;
}

.item-properties .bottom span {
    float: left;
    font-size: 20px;
    border-right: 1px solid;
    padding-top: 15px;
}

span.from {
    width: 30%;
    text-align: left;
}

span.area {
    width: 25%;
    text-align: center;
}

span.available {
    width: 45%;
    text-align: right;
    border-right: none !important;
}

.floorimage {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    height: 500px;
    position: relative;
}

.floorimage img {
    max-width: 250px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.viewdetail a {
    margin: 0 auto;
    width: 215px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    background: #c6af85;
    display: block;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.viewdetail a:hover {
    background: #818285;
}


/********* Floor Detail page ***********/

#property-detail section#floorsearch {
    height: auto !important;
}

#property-detail .hero-image {
    display: none;
}

.discover.grey.top.m-b-0 {
    margin-bottom: 0;
}

#floor-detail {
    overflow: hidden;
    padding: 195px 0 60px;
    width: 100%;
    background: white;
    border-bottom: 1px solid #dddddd;
}

.proerty-detail {
    width: 1720px;
    max-width: 98%;
    margin: 0 auto;
    height: 980px;
    border: 1px solid #707070;
    border-top: 0;
    border-bottom: 0;
}

.property-data {
    float: left;
    width: 470px;
    padding-left: 100px;
    height: 100%;
    position: relative;
}

.property-data:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 35px;
    background: #707070;
}

.property-data:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 35px;
    background: #707070;
}

.proerty-data-inner {
    width: 280px;
}

.proerty-data-inner h1 {
    font-size: 110px;
    color: #d7d7d7;
    margin-bottom: 30px;
}

span.type {
    display: block;
    font-size: 40px;
    color: #c6af85;
    margin-bottom: 10px;
}

.more-details {
    display: block;
    margin-top: 30px;
}

.more-details p {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.action-buttons {
    display: block;
    margin-top: 45px;
}

.action-buttons ul {
    list-style: none;
}

.action-buttons ul li {
    display: block;
    background: #c6af85;
    color: white;
    margin-bottom: 5px;
    line-height: 50px;
    width: 280px;
    text-transform: uppercase;
    cursor: pointer;
}

.action-buttons ul li:hover {
    background: #818285;
}

.action-buttons ul li a {
    display: block;
    color: white;
    padding-left: 25px;
}

.keyplans {
    margin-top: 50px;
    width: 100%;
}

.keyplans img {
    max-width: 100px;
    display: block;
    text-align: center;
    margin: auto;
}

.property-image {
    float: left;
    width: calc(100% - 470px);
    text-align: center;
    height: 100%;
    position: relative;
}

.property-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 35px;
    background: #707070;
}

.property-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 35px;
    background: #707070;
}

.property-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 20px;
}

.property-inner img {
    max-width: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

hr {
    width: 1720px;
    margin-top: 120px;
    max-width: 98%;
}


/* Overlay style */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: 1;
}


/* Overlay closing cross */

.overlay .container {
    position: relative;
}

.overlay .overlay-close {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 45px;
    overflow: hidden;
    border: none;
    background: url(../images/close.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    z-index: 100;
    cursor: pointer;
}

.overlay .overlay-close:focus {
    outline: 1px dashed #fff;
}

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 99;
}

.overlay>img {
    max-height: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
}

.no-result {
    text-align: center;
    display: block;
    margin-bottom: 60px;
}

.result-inner {
    margin-bottom: 10px;
    display: block;
}


/********* Floor Detail page End ***********/

.hide {
    display: none;
}

.page-id-71 li.page_item.page-item-372 {
    display: none !important;
}

.page-id-71 li.page_item.page-item-378 {
    display: none !important;
}

.page-id-71 li.page_item.page-item-323 {
    display: none !important;
}

.page-id-71 li.page_item.page-item-385 {
    display: none !important;
}

.page-id-71 li.page_item.page-item-71.current_page_item {
    display: none !important;
}


/* Styles for Hyly Contact page */

.contact .hywrap select,
.contact .hywrap textarea,
.contact .hywrap input[type="text"] {
    height: 45px !important;
    background: #fff;
    margin: 0;
    outline: none;
    color: #c6af85 !important;
    font-size: 14px !important;
    line-height: 45px !important;
    border-radius: 0;
}

.contact div#hyfield6 {
    width: 99% !important;
}

.contact .hywrap button[type="submit"] {
    width: 215px;
    height: 64px;
    float: right;
    display: block;
    background: #c6af85 url(../images/rightarrow.png)!important;
    color: #fff !important;
    border: none !important;
    outline: none;
    text-align: left;
    font-size: 24px;
    font-weight: 100 !important;
    font-size: 24px !Important;
    font-weight: 100 !important;
    background-position: 92% !Important;
    background-repeat: no-repeat !important;
    border-radius: 0;
}

.contact .hywrap .name-fields li:first-child {
    margin-bottom: 30px;
}

.contact #hyfield40 .control-label {
    position: relative;
    left: 0;
    top: 0;
}

.contact .hywrap textarea {
    height: 115px !important;
    font-family: arial;
}

.contact #hyfield5 .control-label,
.contact #hyfield39 .control-label {
    position: static;
    margin-bottom: 5px !important;
    width: 100% !important;
}

.hywrap .top_align .control-label {
    pointer-events: none;
}

.energy_logo {
    position: relative;
    display: inline-block;
    width: 30px;
    top: 3px;
}
.fitwell_logo{
    position: relative;
    display: inline-block;
    width: 100px;
    top: 2px;
}
.energy_logo img, .fitwell_logo img {
    width: 100%;
}


/* specials */

.specials-popup {
    padding-bottom: 68px;
    max-width: 410px;
    background: url(../../assets/images/Drop.png) no-repeat center/cover;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 0;
    top: -166px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-transition: top .8s ease-out;
    -moz-transition: top .8s ease-out;
    -o-transition: top .8s ease-out;
    transition: top .8s ease-out;
}

.specials-popup>div {
    padding: 25px 35px;
    background-color: #ece9e7;
    text-align: center;
}

.specials-popup {
    z-index: 4;
}


/*.specials-popup.visible{
    opacity: 1;
    top: -166px;
}*/

.specials-popup.opened {
    top: 75px;
    z-index: 13;
}

.specials-popup.visible>div {
    background-color: transparent;
}

.specilas-down img {
    width: 30px;
    height: 20px;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.specilas-down {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.specials-popup.opened .specilas-down {
    bottom: 35px;
}

.specials-popup.opened .specilas-down img {
    transform: rotateX(-180deg);
}

.specials-popup .schedule {
    position: relative;
}

.specials-popup .schedule:after {
    background-image: -ms-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -moz-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -o-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7f7f7f), color-stop(100, #7f7f7f));
    background-image: -webkit-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: linear-gradient(to right, #7f7f7f 0%, #7f7f7f 100%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.specials-popup .schedule:hover:after {
    opacity: 1;
}

.btn {
    border: 1px solid #ece9e7;
    color: #ece9e7;
    display: inline-block;
    font-family: 'din_bold', 'din_medium', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 18px;
    max-width: 320px;
    padding: 17px 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.btn-bg {
    background-image: -ms-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -moz-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -o-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7f7f7f), color-stop(100, #7f7f7f));
    background-image: -webkit-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: linear-gradient(to right, #7f7f7f 0%, #7f7f7f 100%);
    border: none;
    position: relative;
    z-index: 1;
}

.btn-bg:after {
    background-image: -ms-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -moz-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -o-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7f7f7f), color-stop(100, #7f7f7f));
    background-image: -webkit-linear-gradient(left, #7f7f7f 0%, #7f7f7f 100%);
    background-image: linear-gradient(to right, #7f7f7f 0%, #7f7f7f 100%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.btn-bg:hover:after,
body:not(.system) .btn-bg:focus:after {
    opacity: 0;
}

.specials-popup .btn {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ece9e7;
}

.specials-popup h3 {
    color: #ece9e7;
    font-family: 'din_bold', 'din_medium', sans-serif;
    ;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 9px 0 .5rem;
    text-align: center;
}

.specilas-down:hover {
    cursor: pointer;
}

.contact .hywrap button[type="submit"]:focus, .hywrap input:focus, .hywrap input[type="text"]:focus, .hywrap select:focus, .hywrap textarea:focus {
    outline: 1px dashed #000;
    outline-offset: 1px;
}
.contact .hywrap button[type="submit"] {
    margin-right: 2px;
    margin-top: 2px;
}
.hywrap #more-info a {
    margin-right: 2px;
    margin-bottom: 2px;
}
.hidden-text {
    font-size: 0 !important;
    height: 0 !important;
}
#galleryslider .container {position: relative;}
#galleryslider .flex-pauseplay {position: absolute;bottom:24px;z-index: 10;right: 60px;}
#galleryslider .flex-pauseplay button {-webkit-appearance: none;-moz-appearance: none;appearance: none;border: 0;border-radius: 0;display: block;opacity: 1;overflow: hidden;cursor: pointer;color: #000; }
#galleryslider .flexslider .flex-pauseplay a, #galleryslider .flex-pauseplay button {width: 30px;height: 30px;overflow: hidden;text-indent: 9999px;background: url(../images/play-icon.svg) no-repeat center center;background-size: contain;transition:none;}
#galleryslider .flexslider .flex-pauseplay a.flex-pause, #galleryslider .flex-pauseplay button.flex-pause {background: url(../images/pause-icon.svg) no-repeat center center;background-size: contain; }

/*FP search filter dropdown*/
.filter-col .selectivo__option:first-child {background: none;}
.filter-col .selectivo {
    width: 100%;
}
.filter-col button.selectivo__label{
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 20px;
    font-weight: normal;
    height: 65px;
    line-height: 65px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
    width: 280px;
    padding: 0 0 0 30px;
    font-family: 'din_medium', sans-serif;
    border: none;
    color: #000;
}

.filter-col button.selectivo__label:before {
    content: '';
    height: 65px;
    background: #c6af85;
    width: 65px;
    position: absolute;
    right: 0;
}

.filter-col button.selectivo__label:after {
    content: url(../images/select-arrow.png);
    display: block;
    /*pointer-events: none;*/
    position: absolute;
    right: 20px;
    top: 3px;
    width: 24px;
    height: 13px;
}

.filter-col .selectivo__dropdown {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: none;
    width: 100%;
    border-radius: 0;
    right: 0;

    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    width: 100%;
    box-shadow: 2px 3px 2px 1px rgba(95, 95, 95, 0.5);
}
.filter-col .selectivo.selectivo--open .selectivo__dropdown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    z-index: 1;
}
.filter-col .selectivo__option {
    cursor: pointer;
    font-weight: 400;
    line-height: 65px;
    list-style: none;
    padding-left: 30px;
    text-align: left;
    height: 65px;
    color: #000;
    padding: 0 0 0 30px;
    font-family: 'din_medium', sans-serif;
    font-size: 20px;
}
.filter-col .selectivo__option:hover {
    background-color: #999999;
    color: white;
}
.filter-col .selectivo__option--selected, .filter-col .selectivo__option.selectivo__option--selected:first-child {
    font-weight: bold;
    background-color: #c6af85;
    color: #000;
}
.filter-col button.selectivo__label:focus {
    outline: 2px dashed #fff;
    outline-offset: 2px;
}


.specials-popup-wrap{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    overflow-y: auto;
    padding: 15px;
    background: rgba(255,255,255,0.3);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
}

.specials-popup-wrap.show{
    visibility: visible;
    opacity: 1;
}

.specials-popup-content{
    max-width: 600px;
    background: #BBA378;
    padding: 35px 40px;
    text-align: center;
    color: #ece9e7;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: relative;
}

.specials-popup-content .h3{
    font-family: 'din_bold','din_medium',sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

.special-cta {
    margin: 20px 0;
}

.special-cta a{
    border: 1px solid #ece9e7;
    display: inline-block;
    font-family: 'din_bold','din_medium',sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .8px;
    line-height: 18px;
    color: #ece9e7;
    padding: 12px 20px;
    text-transform: uppercase;
    text-align: center;
}

.special-cta a:hover{
    background: #818285;
}

.specials-popup-content p{
    font-family: 'din_bold','din_medium',sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .8px;
    line-height: 1.2;
}

.sp-close{
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    background: none;
    color: #ece9e7;
    font-size: 32px;
    cursor: pointer;
    padding: 8px;
    line-height: .5;
}
.covid_popup {
    background-color: #bba378;
    color: #fff;
    padding: 25px 8.7vw 25px 72px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-family: 'din_bold','din_medium',sans-serif;
    display: none;
}

.covid_popup .covid_popup_close {
    position: absolute;
    width: 14px;
    height: 13px;
    top: 25px;
    right: 25px;
    background: url('../images/close-white.png') no-repeat center center;
    background-size: 14px 13px;
    cursor: pointer;
    z-index: 9
}

.covid_popup .covid_info p {
    font-size: 20px;
    line-height: calc(23px + (36 - 23) * ((100vh - 400px) / (1024 - 400)));
    font-family: bicyclette,sans-serif;
}

.covid_popup .covid_btn_wrap {
    margin-left: 6.3vw;
    z-index: 9999;
    cursor: pointer
}

.covid_popup .covid_btn_wrap a {
    white-space: nowrap;
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid white;
    color: #fff;
    padding: 12px 20px 10px;
    z-index: 9999;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .covid_popup {
        padding-right:5.7vw
    }

    .covid_popup .covid_btn_wrap {
        margin-left: 4.3vw
    }
}

@media (max-width: 991px) {
    .covid_popup {
        padding-right:65px
    }
}

@media (max-width: 768px) {
    .covid_popup {
        padding:25px 32px 25px 32px;
        flex-direction: column
    }

    .covid_popup .covid_popup_close {
        top: 10px;
        right: 10px
    }

    .covid_popup .covid_info {
        padding-right: 0px;
        text-align: center;
        margin-bottom: 10px
    }

    .covid_popup .covid_btn_wrap {
        margin: 12px 0 12px;
        text-align: center
    }

    .covid_popup .covid_btn_wrap a {
        padding: 8px 15px 7px;
        letter-spacing: 2px
    }
}

#skrollr-body {
    position: relative
}

.covid_popup .covid_btn_wrap a:hover {
    background-color: white;
    color: #bba378;
    border-color: white;
}

.covid_info {
    z-index: 9999
}

.covid_info p a {
    z-index: 9;
    cursor: pointer;
    text-decoration: underline;
    color: white;
    font-size: 20px;
    line-height: calc(23px + (36 - 23) * ((100vh - 400px) / (1024 - 400)));
}
@media (max-width: 400px) {
    .specials-popup-wrap {
        align-items: flex-end;
    }
}
/* SEO edits */
.gallery-anchor {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/**********Contrast fix************/
.skipnav:focus {
    background: #685631;
}
.specials-popup-content {
    background: #554A30;
}
.menu_icon p, .footer-inner ul li a.phone span, .result-bar a, 
.paging .prev a, .paging .next a, span.type, .reatil-head span {
    color: #685631;
}
ul.bedroom-list li, .viewdetail a, .action-buttons ul li, 
.cat-heading, .visit, .walkcount {
    background: #685631;
}
.discover.grey.top {
    background: #575757;
}
.filterSelected {
    color: #545454 !important;
}
.proerty-data-inner h1 {
    color: #595959;
}
.retail_link a, .features-inner h2, .features-inner ul li h3, .blog-left h2, 
.post-detail span, .post-detail em a {
    color: #454545;
}
.hywrap .top_align .control-label {
    color: #504326;
}
.hywrap #more-info a {
    color: #454545;
}
.features-inner span.readmore {
    color: #504226;
}
.widget ul li a, .tagcloud a, .backto span a, .title time {
    color: #454545;
}
.blog-description a {
    color: #504226;
}
/* specials popup */
.sh-popup-wrap {
    display: none;
    background: #BBA378;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: all 0.7s ease-out;
    height: auto;
}
.sh-popup-wrap.slide-in {
    top: 0;
}
.header-inner {
    transition: all 0.7s ease-out;
}
.sh-popup-wrap .sh-popup-content {
    padding: 10px 60px;
    width: 100%;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sh-popup-wrap .sp-head-close {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    background: none;
    color: #ece9e7;
    font-size: 32px;
    cursor: pointer;
    padding: 8px;
    line-height: .5;
}
.sh-popup-wrap .sh-popup-content p {
    font-size: 14px !important;
    line-height: 18px !important;
    text-align: center;
}
.sh-popup-wrap .special-cta {
    margin: 0;
    margin-left: 15px;
    min-width: 170px;
}
.sh-popup-wrap .special-cta a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
}
.sh-popup-wrap  .specials-wrapper {
    flex-grow: 1;
}
html,.sh-popup-wrap .sh-popup-content p  {
    -webkit-text-size-adjust: 100%;
}
/***** fp specials*******/
p.fp_specials {
    display: block;
    padding: 2vw 2vw;
    text-transform: uppercase;
    font: normal 15px/20px 'din_alternateregular',sans-serif;
    background: #fff;
    color: #9f824a;
    margin-bottom: 1vw;
    border: 1px solid #9f824a;
}
.proerty-detail{
    height:1060px;
}
@media screen and (max-width:768px){
    p.fp_specials{
        text-align:center;
        margin-bottom:3vw;
    }
    #retailpage .hero-image.parallax {
        background-position: 13% 6.5px !important;
    }
}


.fp-desc-text {
    max-width: 100%;
    position: absolute;
    bottom: 15%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0px 20px;
}

.fp-desc-text p 
{
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 767px)
{
    .fp-desc-text 
    { 

        position: static;
        bottom: 0px;
        padding: 30px 20px 0px 20px;
    }

}
.viewmapdiv{
    float: left;
}

.viewmapdiv .submit-form {
    width: 200px;
    height: 65px;
    text-align: left;
    line-height: 65px;
    background: #C6AF85 url(../images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: 90%;
    letter-spacing: 1px;
    border: 0;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
    font-family: 'din_medium', sans-serif;
    padding-left: 22px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
 
}
.viewmapdiv .submit-form:focus {
    outline: 2px dashed #fff;
    outline-offset: 2px;
}

.wrap-btn{
    max-width: 100%;
    width: 100%;
    height: 100px;
    background: #5f5f5f;
    float: left;
    padding-right: 0px;
}
#property-detail .wrap-btn{
    height: 40px;
}
section#floorplans{
    padding: 190px 0 90px;
}
#floor-result .discover.grey.top{
        margin-bottom: 120px;
    }
    #floor-result .wrap-btn,#property-detail .wrap-btn{
        background: #575757;
    }
    #sightmap-page{
        background: #575757; 
    }
    .sight-map-page{
        padding-top: 30px;
    }
    #sightmap-page .btn-prime{
        width: auto;
    height: 65px;
    text-align: left;
    line-height: 65px;
    background: #C6AF85 url(../images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: 90%;
    letter-spacing: 1px;
    border: 0;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 30px 30px 30px ;
    font-family: 'din_medium', sans-serif;
    padding-left: 22px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    max-width: 350px;
    }
    #sightmap-page .btn-prime:focus {
        outline: 2px dashed #fff;
        outline-offset: 2px;
    }
    iframe#sightmap {
        padding: 0 30px 30px 30px;
    }

    .system .landing-item .viewdetail{
        position: absolute;
        background: rgba(0,0,0,0.08);
        top: 175px;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: all ease .2s;
    }
    .system .landing-item:hover .viewdetail{
        opacity: 1;
        visibility: visible;
    }

    @media (min-width: 768px){
        .device .viewdetail{
            width: 100%;
            position: absolute;
            height: 100%;
            top: 0;
            display: flex;
            align-items: flex-end;
            padding-bottom: 30px;
        }
    }

    .viewdetail .detail{
        position: relative;
        z-index: 2;
    }

    .viewdetail .img-detail{
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        opacity: 0;
    }
      .osano-cm-widget {
        display: none;
      }
      .osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
      .osano-cm-disclosure__toggle:hover,
      .osano-cm-link:hover, .osano-cm-link:active, 
      .osano-cm-link{
        color: #000;
      } 
      .osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
      .osano-cm-disclosure__toggle:hover,
      .osano-cm-link,
      .osano-cm-link:hover, 
      .osano-cm-link:active{
      color: #000;
      }
 /*=========Map==========*/
    .gm-style .gm-style-iw{
        width: 300px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 1);
    margin-left: -10px;
    padding: 20px 12px;
    cursor: initial !important;
    border-radius: 0px;
    }
    a.popup-close-icon {
        display: none;
    }
    h3.map-popup-title {
        letter-spacing: 1px;
        text-align: left;
        font-size: 19px;
        font-weight: bold;
        color: #c6af85;
        margin-bottom: 2px;
        line-height: 1.2;
    }
    .map-address {
        display: block;
        font-size: 16px;
        color: #535353;
        line-height: 22px;
    }
    .map-btns {
        color: #c6af85;
        font-size: 16px;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .map-btns a {
        text-decoration: none;
        color: #c6af85 !important;
    }
/* Home banner video height update */

.home section#banner {
  height: 74vh !important;
}
.home section#banner video{
  object-fit: cover;
}
.home .hero-video{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
  @media (max-width: 1550px) { 
    .home .hero-video video {
        width: auto;
        height: auto;
    }
}
.rfwa-fee-calculator {
        position: relative;
}
.rfwa-fee-calculator:before {
    margin-left: -4px;
}
.rfwa-fee-calculator span {
    position: absolute;
    top: 4px;
    left: 30px;
    width: 200px;
    font-size:20px !important;
    color: #000!important;
  }
  .expense-display .rfwa-expense-guide-container {
    padding-top: 0 !important;
    padding: 0;
    width: 90%;
    max-width: 1690px;
    margin: 0 auto;
    padding-bottom: 5em;
  }

  @media (min-width: 992px) {
    .expense-display .rfwa-expense-guide-container {
      padding-top: 0 !important;
    }
  }
.expense-display{
    background-color: #fff;
}
  .expense-display .rfwa-expense-guide-container h2 {
    color: #000;
  }

  @media (min-width: 992px) {
    .expense-display .rfwa-expense-guide-container h2 {
      margin-top: 0 !important;
    }
  }

  .expense-display .rfwa-expense-guide-container p {
    color: #000;
  }

  .expense-display .rfwa-accordion-item {
  }
  .qrfwa-expense-footer,
  [data-accordion="true"] .rfwa-expense-guide-container .rfwa-accordion-header h3,
  .rfwa-expense-guide-container p,
  .rfwa-expense-list th,
  .rfwa-expense-list .rfwa-expense-label,
  .rfwa-expense-list .rfwa-expense-amount.has-tooltip,
  .rfwa-expense-list .rfwa-expense-details,
  .rfwa-expense-list td::before,
  .rfwa-expense-footer {
    color: #000!important;
  }
  
  .rfwa-expense-list td {
    color: #000!important;
  }
  
  .rfwa-expense-type,
  .rfwa-expense-type-required {
    background-color:#000!important;
    color: #fff!important;
    border: 1px solid #000!important;
  }
  
  .rfwa-expense-type.Optional,
  .rfwa-expense-type.Situational,
  .rfwa-expense-type-optional,
  .rfwa-expense-type-situational {
    background:#685631 !important;
    color: #fff!important;
    border: 1px solid #685631!important;
  }
  .rfwa-export-pdf-link {
    color: #000 !important;
}
.price-disclaimer,.fp-desc-text{
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.item-properties .bottom{
    padding:0;
    display: flex;
    justify-content: space-between;
}
.item-properties .bottom span{
    padding:15px 5px 0;
    width:100%;
    display: block;
    text-align: center;
}
.bottom-rent-wrap{
    width: 100%;
    border-right: 1px solid;
    display: block;
}
.bottom-rent-wrap span{
   border-right: none !important;
}
.more-details p b{
    font-weight: bold;
}
.from-with-fee{
    font-weight: bold;
    text-align: left!important;
}
.from{
    text-align: left!important;
}