/*	Theme Name: Pentagon City, 2014.
	Theme URI: http://www.pentagoncity.com
	Description: Private theme owned by Pentagon City. Created by Silver Creative Group of Norwalk, CT.
	Version: 1.0
	Author: Silver Creative Group - Admin: Will Thresher (webadmin@silvercreativegroup.com)
	Author URI: http://www.silvercreativegroup.com
*/

/*======================== NORMAILIZE & WORDPRESS SPECIFIC */

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

@font-face {
	font-family: Lavender-Font;
	src: url("_inc/fonts/LavenderScriptPro.otf") format("opentype");
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('_inc/fonts/Roboto_condensed/robotocondensed-regular-webfont.eot');
    src: url('_inc/fonts/Roboto_condensed/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/Roboto_condensed/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('_inc/fonts/Roboto_condensed/robotocondensed-regular-webfont.woff') format('woff'),
         url('_inc/fonts/Roboto_condensed/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('_inc/fonts/Roboto_condensed/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('_inc/fonts/Roboto_condensed_bold/robotocondensed-bold-webfont.eot');
    src: url('_inc/fonts/Roboto_condensed_bold/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/Roboto_condensed_bold/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('_inc/fonts/Roboto_condensed_bold/robotocondensed-bold-webfont.woff') format('woff'),
         url('_inc/fonts/Roboto_condensed_bold/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('_inc/fonts/Roboto_condensed_bold/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('_inc/fonts/Playfair_display/playfairdisplay-regular-webfont.eot');
    src: url('_inc/fonts/Playfair_display/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/Playfair_display/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('_inc/fonts/Playfair_display/playfairdisplay-regular-webfont.woff') format('woff'),
         url('_inc/fonts/Playfair_display/playfairdisplay-regular-webfont.ttf') format('truetype'),
         url('_inc/fonts/Playfair_display/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('_inc/fonts/Playfair_display_bold/playfairdisplay-bold-webfont.eot');
    src: url('_inc/fonts/Playfair_display_bold/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/Playfair_display_bold/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('_inc/fonts/Playfair_display_bold/playfairdisplay-bold-webfont.woff') format('woff'),
         url('_inc/fonts/Playfair_display_bold/playfairdisplay-bold-webfont.ttf') format('truetype'),
         url('_inc/fonts/Playfair_display_bold/playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body.page-id-18 .page-content {
	padding-bottom: 300px;
}

#warning {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5191919,endColorstr=#E5191919)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5191919,endColorstr=#E5191919);   /* IE6 & 7 */
	      zoom: 1;
    z-index: 99999999999999999999;
    text-align: center;
    padding: 15%;
    color: #fff;
}

#uwpqsf_id {
	border: 0px;
}

.uwpqsf_submit {
	margin: 0px !important;
}

.uwpqsf_class {
	display: inline-block;
	float: left;
	width: 24%;
	clear: none;
}

.warning-button {
	background: #C3DDFB;
	padding: 10px 18px;
	color: #2F2F2F;
}

body.category .page-content,
body.tag .page-content {
	margin-top: 30px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, .footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

body {
	font-family:'Geometric 212 W01';
	background: #E7E7E7;
}

/*======================== DESIGN BLOCKS */

a { text-decoration: none; color: inherit; }

.ten { width: 10%; }
.fifteen { width: 15%; }
.twenty { width: 20%; }
.qtr { width: 25%; }
.thirty { width: 30%; }
.third { width: 33.33%; }
.forty { width: 40%; }
.half { width: 50%; }
.sixty { width: 60%; }
.seventy { width: 70%; }
.seventyfive { width: 75%; }
.eighty { width: 80%; }
.ninety { width: 90%; }
.full { width: 100%; }

.inline { display: inline; }
.block { display: block; }

.clear { clear: both; }
.m0a { margin: 0 auto; }

.absolute { position: absolute; }
.relative { position: relative; }
.fixed { position: fixed; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.right { float: right; }
.left { float: left; }

a.dark { color: rgba(25,25,25,.5); text-decoration: none; }
a.light { color: rgba(255,255,255,.5); text-decoration: none; }

.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.p30 { padding: 30px; }
.p35 { padding: 35px; }
.p40 { padding: 40px; }
.p45 { padding: 45px; }
.p50 { padding: 50px; }

.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }
.pl50 { padding-left: 50px; }

.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; }


strong { font-weight: bold; }
.italic { font-style: italic; }
p { font-size: 1.1em; letter-spacing: .02em; line-height: 27px; margin-bottom: 25px;  }

.gf { font-family:'Geometric 212 W01'; }
.gsf { font-family:'Geometric Slabserif 712 W01'; }
.hf { font-family:'Helvetica W01'; }

h1,
h2,
h3,
h4
{ font-family:'Geometric 212 W01';  }

h5,
h6,
h7
{ font-family:'Helvetica W01'; }

h1 { font-size: 75px; } /* site titles - use rarely */
h2 { font-size: 65px; } /* page titles - use once per page */
h3 { font-size: 55px; } /* content titles - use within content */
h4 { font-size: 45px; } /* smaller content titles - use within content */
h5 { font-size: 22px; color: #BA493C; } /* side bar titles - use only on sidebars */
h6 { font-size: 25px; color: #BA493C; } /* list titles - use only on UL OL lists */
h7 { font-size: 25px; color: #BA493C; } /* blog titles - use only on blog posts */

.home-footer {
	position: absolute;
	width: 100%;
	height: 80px;
	background: #eee;
	text-align: center;
	font-family: 'Geometric Slabserif 712 W01';
	color: #7A797A;
	padding-top: 10px;
	/*bottom: -325px;*/
}

body.page-template--neighborhood-php .footer {
	/*bottom: -400px;*/
}

body.page-template--blog-php .container.content {
	min-height: 1500px;
}


body.single-post .container.content {
	min-height: 1500px;
}
body.single-post .container.content .page-content {
	min-height: calc(1500px - 320px);
}
body.single-post .container.content img{display: inline-block;max-width: 100%;}
.btlast {
	width: 95% !important;
}

.home-footer,
body.page-template--floorplans-php .footer,
body.page-template--gallery-php .footer,
body.page-template--blog-php .footer,
body.single-post .footer,
body.single-listings .footer {
	bottom: inherit;
}

.single-floorplans-result-neighborhood img{
	width: 100%;
}

.secondary-footer {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #fff;
	font-size: 11px;
}

span.footer-small {
	font-size: 12px;
	position: absolute;
	margin-left: -110px;
	margin-top: -1px;
}

/*body.page-template--floorplans-php .container.content {
	min-height: 6200px;
}*/

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

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

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

/*======================== HEADER BLOCKS */

.select-disguise {
	background: url('_inc/img/pc-menu-disguise.png');
	position: absolute;
	z-index: 999999;
	width: 150px;
	height: 41px;
	top: 5px;
	left: 5px;
	pointer-events: none;
}

.mobile-nav {
	display: none !important;
}

.no-opacity {
	opacity: 0;
    pointer-events: none;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	height: 124px;
	display: flex;
    justify-content: space-between;
}
.inner_page .header{background-color: #ffffff!important;}
.header-bg {
	background-color: #fff!important;
	-webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   -ms-transition: all 0.6s ease;
   transition: all 0.6s ease;
}

.header-transition {
	-webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   -ms-transition: all 0.6s ease;
   transition: all 0.6s ease;
}

.header-bg #menu-header-menu li a, .inner_page #menu-header-menu li a {
	color:rgba(15, 48, 55, 1)
}

.header-bg .hamburger-menu p, .inner_page .hamburger-menu p{
	color: rgba(44, 53, 55, 1)
}

.header-bg .hamburger-icon span, .header-bg .hamburger-icon span:before, .header-bg  .hamburger-icon span:after,
.inner_page .hamburger-icon span, .inner_page .hamburger-icon span:before, .inner_page  .hamburger-icon span:after{
    background: rgba(44, 53, 55, 1);
}

.hamburger-icon span, .hamburger-icon span:before, .hamburger-icon span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 32px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
}

.container.top {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-container {
	margin-right: 52px;
	font-family: 'roboto_condensedregular', sans-serif;
}

.hamburger-menu {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.on-active {
	display: block !important;
	opacity: 1 !important;
}

#menu-wrapper {
	display: none;
}

.hamburger-menu a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33px;
	outline: none;
}

.hamburger-icon {
	width: 32px;
	height: 18px;
	z-index: 100000
}

.hamburger-menu p {
	margin: 0;
	font-size: 13px!important;
	font-weight: 300;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.header div.wpcf7-mail-sent-ok {
	margin-top: -25px;
}



ul#menu-header-menu {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul#menu-header-menu li a {
	font-size: 16px;
        font-family: 'roboto_condensedbold', sans-serif;
	margin-left: 20px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
        text-transform: uppercase;
}

ul#menu-header-menu li a:hover {
	color: rgba(185, 172, 85, 1);
}

#wrapper {
	top: 0;
	height: 100%;
	width: 100%;
}

.logo {
	margin-left: 57px;
/*    z-index: 99999;
*/	height: 100%;
    display: flex;
    align-items: center;
    /*background-color: #fff;*/
    justify-content: center;
    width: 260px;
}

.mobile-icon {
	display: none
}

.logo img{
	width: 100%;
	position: relative;
	min-width: 150px;
}

ul.menu {
	padding: 0px !important;
	vertical-align: middle;
}

#nav, #second-nav {
	text-align: center;
}

#nav li, #second-nav li {
	vertical-align: middle;
	margin: 6% 0%;
	opacity: 1;
}

#nav a, #second-nav a {
	color: #005976;
	font-size: 15px;
	text-transform: uppercase;
}

#second-nav a {
	font-size: 12px;
	opacity: .7;
}

#nav li a:hover {
	font-weight: bold;
}

body.home #second-nav a {
	opacity: 1;
}

body.home #nav li:not(.current-menu-item) {
	opacity: 1;
}

#nav li:not(.current-menu-item) {
	opacity: .7;
}

.pc-border-box {
	height: 10px;
	border-top: 1px solid #C2B46C;
	border-bottom: 1px solid #C2B46C;
	width: 35px;
	margin: 0 auto;
}

.social-links {
	text-align: center;
	margin: 25px 0px;
}

.social-links span a {
	color: #005976;
	font-size: 15px;
}

img.social-icon {
	margin: 10px 5px 0px 5px;
}

span.to {
	font-size: 55px;
	background: #fff;
	padding: 0px 12px 5px 12px;
	font-family: Lavender-Font;
	text-transform: lowercase;
}

#email-sign-up {
	display: none;
	position: absolute;
	z-index: 999999;
	background: #fff;
	width: 100%;
	text-align: center;
	height: 165px;
	margin-top: 35px;
}

#email-sign-up form {
	width: 60%;
	margin: 0 auto;
}

#email-sign-up form input {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
	padding: 7px 0px;
}

#menu-item-638 {
	cursor: pointer;
}

/*======================== PAGE BLOCKS */

.container {
	width: 100%;
	height: 100%;
}

.content{
	min-height: calc(100vh - 88px);
}

.page-header {
	background: #E7E7E7;
	height: 320px;
	width: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}

.page-header h1 {
	position: absolute;
	font-family:'Helvetica W01';
	text-transform: uppercase;
	top: 30px;
	left: 7%;
	color: #fff;
	font-size: 5em;
	width: 420px;
	line-height: 1.1em;
	margin: 0;
	z-index: 999;
}
.features_heading h1 {
	
	font-size: 5em;
	width: 540px;
	
}

img.page-header-image {
	width: 100%;
	position: absolute;
	z-index: 9;
}

.page-content {
	background: #E7E7E7;
	padding: 2% 7% 2% 7%;
	font-family: 'Geometric Slabserif 712 W01';
	position: relative;
	display: inline-block;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.page-content h2,.page-content h1 {
	text-transform: uppercase;
	/*color: #B9AC55;*/
	color:#7d7229;
	font-size: 1.17em;
	margin: 0 0 1em 0;
	font-weight: 700;
}

.page-content p {
	font-size: 1em;
	font-weight: 100;
}
.page-content p a{
	color: #B9AC55;
    font-weight: 400;
}
/*======================== FLOORPLANS */

.schedule-a-tour-fp {
	position: absolute;
	right: 0;
	top: 0;
	background: #DDDDDC;
	z-index: 999;
	padding: 15px 25px 12px 15px;
	text-transform: uppercase;
}

ul.hide-listings {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-left: 0;
	left: 0;
	background: #E7E7E7;
}

li.floorplans-result {
	width: 27%;
	float: left;
	display: inline-block;
	position: relative;
	background: #F1F1F1;
	padding: 12px;
	margin: 0px 35px 35px 0px;
	border: 4px solid #BAAC55;
}

.floorplans-result-title {
	font-weight: 100;
	margin-bottom: 7px;
}

.floorplans-result-image {
	width: 100%;
	height: 260px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 4px 0px 2px 0px;
	background: #fff;
}

.floorplans-result-image img {
	width: 100%;
	opacity: 1;
}

.fri-tall img {
	height: 90%;
	opacity: 1;
	margin: 5%;
	width: auto;
}

.fri-short img {
	width: 90%;
	margin: 19% 5% 0 5%;
	opacity: 1;
}

.fri-center img {
	width: 80%;
	margin: 5% 12%;
	opacity: 1;
}

.floorplans-result-rent {
	width: 40%;
	display: inline-block;
	font-family:'Geometric 212 W01';
	color: #7E7440;
	font-size: 20px;
	font-weight: 700;
}

.floorplans-result-avail {
	width: 55%;
	display: inline-block;
	text-align: right;
	font-weight: 100;
	font-size: 12px;
}

.block div {
	width: 100%;
	text-align: right;
	font-family:'Geometric 212 W01';
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 6px;
}

.block span {
	float: left;
}

a.apply-now,
a.more-info {
	width: 100%;
	height: 25px;
	margin: 4px 0px;
	clear: both;
	text-align: center;
	padding: 4px 0px;
	display: inline-block;
	font-family:'Geometric 212 W01';
	font-size: 14px;
}

a.apply-now {
	background: #BAAC55;
	color: #fff;
}

a.more-info {
	border: 1px solid #111;
	background: #fff;
}

.search-bar {

}

body.page-template--floorplans-php button,
body.page-template--floorplans-php input[type=button] {
	background: #BAAC55;
	outline: none;
	border: none;
	color: #fff;
	height: 35px;
	line-height: 34px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0px 15px;
	font-family: 'Geometric Slabserif 712 W01';
}

body.page-template--floorplans-php select {
	-webkit-appearance: none;
	background: #BBBAB9;
	color: #0D2227;
	border: 0px;
	outline: 0px;
	border-radius: 0px;
	padding: 8px 12px;
	font-family:'Geometric Slabserif 712 W01';
}

/*======================== SINGLE FLOOR PLAN LISTING */

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	background: red;
	color: #fff;
	border: 0px;
	padding: 10px;
	margin-top: -30px;
}

.single-floorplan-result {
	font-weight: 100;
}

.single-floorplans-result-title {
	font-weight: 100;
	margin-bottom: 7px;
}

.single-floorplans-result-image {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 4px 0px 22px 0px;
	background: #FFFFFF;
	padding: 10%;
}

.single-floorplans-result-image img {
	width: 100%;
}

.single-floorplans-result-rent {
	width: 60%;
	display: inline-block;
	font-family:'Geometric 212 W01';
	color: #004D72;
	font-size: 18px;
	font-weight: 700;
}

.single-floorplans-result-avail {
	width: 35%;
	display: inline-block;
	text-align: right;
	font-weight: 100;
	font-size: 14px;
	font-family:'Geometric 212 W01';
	text-transform: uppercase;
}

.single-floorplans-result-features {
	margin-bottom: 20px;
	display: block;
	height: 140px;
}

.single-floorplans-result-features h3 {
	font-family:'Geometric Slabserif 712 W01';
}

.listing-line-block {
	width: 100%;
	border: 2px solid #DCD5AA;
	text-align: justify;
	background: #fff;
	font-family:'Geometric 212 W01';
	margin: 10px 0px 25px 0px;
}

.listing-line-block .llb-line {
	width: 32%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0px;
}

.listing-line-block .top {
	border-bottom: 2px solid #DCD5AA;
}

.single-floorplan-result .button {
	text-transform: uppercase;
	background: #AAABAA;
	color: #fff;
	display: inline-block;
	float: left;
	padding: 7px 15px;
	font-family:'Geometric 212 W01';
	width: 46%;
	margin: 0px 12px 12px 0px;
	text-align: center;
	font-size: 14px;
	font-size: 1vw;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background: rgba(25,25,25,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5191919,endColorstr=#E5191919)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5191919,endColorstr=#E5191919);   /* IE6 & 7 */
	      zoom: 1;
    z-index: 99999999999999999999;
    text-align: center;
    padding: 15%;
    color: #fff;
    display: none;
}

.modal-box {
	display: none;
	position: absolute;
	top: 4%;
	left: 22%;
	z-index: 999999999999999999999999;
	background: #fff;
	padding: 5%;
	width: 55%;
}

.modal-box img {
	width: 100%;
}

.closeBtn {
	float: right;
	padding: 20px 20px 0px 0px;
}

/*======================== NEIGHBORHOOD */

body.page-template--neighborhood-php .page-header {
	left: 0;
	width: 100%;
	height: 400px;
	overflow: visible;
	position: relative;
	top: 0!important;
}

body.page-template--neighborhood-php .page-content {
	margin-top: 80px;
	z-index: 9;
	padding-bottom: 250px;
}
@media only screen and (max-width: 768px){
	body.page-template--neighborhood-php .page-content {
		margin-top: 150px;
	}
}

body.page-id-26 .page-content {
	padding-bottom: 250px;
}

#MapListPro0 {
	position: relative;
	z-index: 999;
	background: #fff;
}

.prettyMapListSearch, .prettyListItems, .prettyPagination{
	display: none !important;
}

li.dining:before {
	content: url('/wp-content/plugins/MapListPro/images/pins/-SCG/Dining.png');
}

li.entertainment:before {
	content: url('/wp-content/plugins/MapListPro/images/pins/-SCG/Entertainment.png');
}

li.recreation-parks:before {
	content: url('/wp-content/plugins/MapListPro/images/pins/-SCG/Parks.png');
}

li.services:before {
	content: url('/wp-content/plugins/MapListPro/images/pins/-SCG/Services.png');
}

li.shopping:before {
	content: url('/wp-content/plugins/MapListPro/images/pins/-SCG/Shopping.png');
}

.showing {
	font-weight: bold;
}

/*======================== GALLERY */

body.page-template--gallery-php .page-header, body.single-gallery .page-header {
	height: 0px;
}

body.page-template--gallery-php .page-content, body.single-gallery .page-content {
	margin-top: 0px;
}

ul.gallery,
ul.vt li {
	width: 100%;
}

ul.gallery li,
ul.vt li {
	width: 30%;
	height: 205px;
	overflow: hidden;
	float: left;
	border: 3px solid #fff;
	margin: 0px 15px 15px 0px;
}

ul.gallery li a,
ul.vt li a {
	display: block;
}

.gallery-image-container {
	overflow: hidden;
	width: auto;
	height: 205px;
}

.portrait {

}

.portrait img{
	zoom: 2;
	bottom: 50%;
	-moz-transform: scale(2);
}

.portrait-single {
	height: auto !important;
	width: 52% !important;
	margin-left: 22%;
}

ul.gallery li img,
ul.vt li img {
	max-height: 205px;
	position: relative;
	display: block;
	width: auto;
}

.post-nav,
.post-nav a {
	color: #B9AC55;
}

input#contact-form-context {
	background: transparent;
	color: #014F6D;
}

/*======================== SINGLE GALLERY */

body.single-gallery .page-content {
	padding: 0px 0px 0px ;background: none;
}

.image-container {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background:transparent;
	position: relative;
	z-index: 0;
}
.image-container::before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-image:linear-gradient(to bottom , rgba(15,15,15,0), rgba(15,15,15,0.2));
}
.image-container .caption{
	display: none;
	color: #fff;
	font-size: 1.5vw;
	padding: 15px 25px;
	position: absolute;
	bottom: 65px;
	left: 65px;margin: 0;
	max-width: calc(100% - 130px);line-height: 1.5;
	font-weight: 400;
	z-index: 1;text-transform: none;
}
.image-container img {
	width: 100%;
	height: auto;
}

.view-all {
	background: #fff;
	width: 130px;
	height: 30px;
	position: absolute;
	right: 4%;
	top: 0;
	color: #7d7229;
	line-height: 30px;
	text-transform: uppercase;
	font-family:'Geometric 212 W01';
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	z-index: 10;
}

.view-all img {
	padding-top: 5px;
	position: absolute;
}

.next, .prev {
	color: #fff;
	font-size: 70px;
	line-height: 52px;
	text-align: center;
	z-index: 1;
}

.next {
	background: #E0D8A4;
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 42%;
}

.prev {
	background: #E0D8A4;
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 42%;
}

/*======================== CONTACT US */

input[type=text] {
	padding: 7px 4px 7px 12px;
	background: #BAAC55;
	color: #fff;
	font-family:'Geometric 212 W01';
	margin-bottom: 10px;
	outline: 0px;
	border: 0px;
	font-weight: 700;
	width: 100%;
}

input[type=submit] {
	background: #004F6D;
	color: #fff;
	font-family:'Geometric 212 W01';
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	padding: 7px 4px 7px 12px;
	outline: 0px;
	border: 0px;
}

div.wpcf7-mail-sent-ok {
	background: #005976;
	color: #fff;
	padding: 15px;
	border: 0px;
}

body.page-id-16 div.wpcf7-mail-sent-ok {
	margin-top: -20px;
}

.pc-map {
	border: 3px solid #FFFFFF;
	width: 295px;
	height: 181px;
        max-width:100%;
}

.pc-map img {
	width: 100%;
	margin: 0;
}

a.directions-button {
	padding: 7px 12px 7px 12px;
	/*background: #BAAC55;*/
	background: #7d7229;
	color: #fff!important;
	font-family:'Geometric 212 W01';
	margin-bottom: 10px;
	outline: 0px;
	border: 0px;
	font-weight: 700;
	width: 100%;
}

/*======================== BLOG PAGE */

.blog-featured-image {
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
	border: 3px solid #fff;
	margin: 8px 0px 0px 0px;
	min-width: 265px;
}

.blog-featured-image img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -10%;
}

ul.blog {
	padding: 0;
	margin: 0;
}

ul.blog .half {
	width: 40%;
}

ul.blog li {
	border-bottom: 1px solid #565759;
	padding-bottom: 15px;
	margin: 0px 45px 45px 0px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

ul.blog li p {
	margin: 15px 0px;
}


ul.blog h2 {
	margin: 0 0 5px 0;
	font-weight: bold;
}

span.blog-date {
	font-family: 'Geometric 212 W01';
	color: #666766;
	position: relative;
	display: inline-block;
}

.tags-cats {
	font-weight: 100;
	color: #7A797A;
}

/*======================== HOME PAGE LISTING */

.home-listing-result a{
	text-decoration: none;
}

.home-listing-result {
	color: #fff;
	text-align: center;
}

.home-listing-result > h3 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Geometric 212 W01';
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.hp-listing-image {
	border: 4px solid #BAAC55;
}

.home-listing-result span {
	display: none;
}

.home-listing-result-block {
	display: block;
	margin: 15px 0px;
	font-family: 'Geometric Slabserif 712 W01';
	font-size: 20px;
	line-height: 25px;
}

.home-listing-result .floorplans-result-sqft {
	display: none;
}

.home-listing-result-links {
	text-align: center;
}

.home-listing-result-links a {
	font-family: 'Geometric Slabserif 712 W01';
	text-decoration: none !important;
	color: #0D1A1E !important;
}

.hp-listing-apply-now {
	background: #fff;
	text-transform: capitalize;
	font-weight: 100;
	font-size: 20px;
	display: inline-block;
	padding: 8px 35px;
	color: #004F6D;
}

span.home-line {
	display: none;
}

.home-listing-result span.home-line {
	display: inline-block;
}

.home-listing-result-rent {
	display: inline-block;
	text-align: center;
	margin: 0px 0px 20px 0px;
	border: 1px solid #fff;
	padding: 8px 45px;
	font-size: 22px;
}

.thank-you-social-media{margin:20px 0px 0px;}
.thank-you-social-media a{display: block;/*background: #BAAC55;*/background:#7d7229;color: #fff;font-family: 'Geometric 212 W01';margin-bottom: 10px;font-weight: 700;height: 35px;margin: 0px 15px 15px 0px;text-align: center;padding: 9px 0px;width: 160px;float: left;font-size: 14px;}
.thank-you-social-media a img{margin: -2px 2px 0px;vertical-align: middle;}

/**
 * Specials
 */
.specials {
	position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
    background: rgba(6, 87, 114, 0.95);
    margin: auto;
    padding: 15px;
    z-index: 9999;
}
.specials .specials-inner {
	position: relative;
	border: 1px solid #FFF;
    border-radius: 4px;
    padding: 20px 30px;
    text-align: center;
}
.specials h2 {
	color: #B6B676;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
}
.specials p {
	color: #FFFFFF;
	font-size: 12px !important;
	line-height: 18px !important;
}
.specials span {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.specials span:after, .specials span:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 2px;
	transform: rotate(45deg) translateY(-1px);
	background: #B6B676;
}
.specials span:after {
	transform: rotate(-45deg) translateY(-0.5px);
}

/*new home page */
html.home_page,body.home{overflow: auto!important;}
.home{background: #ffffff!important;}
.home .main_wrapper{font-family: 'roboto_condensedregular', sans-serif;color:#092d34;overflow: hidden;}
.intro_heading{display: inline-block;vertical-align: middle;text-transform: uppercase;color:#ffffff;text-align: right;max-width: 441px;width: 97%;font-size: 26px;line-height: initial;font-family: 'roboto_condensedregular', sans-serif;}
.intro_heading h1{margin:0;font-size: 108px;line-height:108px;font-family: 'playfair_displayregular', serif;}
.intro_heading h3{margin:0;font-size: 26px;font-family: 'roboto_condensedregular', sans-serif;}
.intro_heading a{padding:5px 10px;width:292px;text-align: center;border:2px solid #ffffff;font-family: 'roboto_condensedbold';display: inline-block;margin-top:20px;}
.table_layout{padding:100px 0;width:100%;display: inline-block;position: relative;}
.width50:before{content: "";display: inline-block;height: 100%;width:1%;vertical-align: middle;}
.banner_sec.table_layout{margin: 0;height:100vh;}
.banner_sec.table_layout::before {content:"";background: rgba(0,0,0,0.25);position: absolute;top:0;left:0;height:100%;width:100%;}
.width50{width: 50%;display: block;float: right;height:100%;text-align: center;vertical-align: middle;position: relative;padding:0 40px;}
.intro_para_wrap{position: absolute;left:0;width: 100%;bottom:-200px;padding:0 40px;}
.intro_para{max-width: 500px;display: inline-block;text-align: left;background: #ffffff;box-shadow: 0px 1px 18px 0px rgba(177, 177, 177, 0.5);padding:48px 30px;}
.intro_para p{margin:0;font-size: 15px!important;line-height: 26px!important;}
.border_top{width: 63px;height:2px;display: block;background-color: #b9ac55;margin-bottom: 10px;}
.width40{width: 39%;display: inline-block;text-align: center;vertical-align: middle;position: relative;direction:ltr;padding:0 40px;}
.width60{width: 60%;display: inline-block;height: 730px;text-align: center;vertical-align: middle;position: relative;padding-right: 40px;direction:ltr;}
.sec_heading{font-family: 'playfair_displaybold';font-size: 58px;line-height: 58px;margin: 0;margin-bottom: 15px;}
.sec_sub_heading{font-size: 24px;margin-bottom: 5px;display: block;line-height: normal;}
.sec_sub_heading span{color:#767676;}
.inner_box{display: inline-block;text-align: left;max-width: 412px;}
.featured_aprtmnt .inner_box{max-width: 375px;}
.gallery_sec .inner_box{max-width: 480px;}
.sec_btn{display: inline-block;margin-top:35px;text-transform: uppercase;width:211px;border:1px solid #cbcbcf;color:#4c4c52;text-align: center;padding:10px;font-size: 18px;font-family: 'roboto_condensedbold';}
.image_wrap{height: 100%;width: 100%;position: relative;}
.bed_bath > div{width:100px;display: inline-block;margin:30px 0 0;}
.bed_bath{font-size: 16px;}
.bed_bath img{width: 36px;margin-bottom: 5px;}
.bed_bath span{display: block;}
.flr_bed{overflow: hidden;width: 25%;height:100%;display: block;float: left;color:#ffffff;position: relative;-webkit-transition:all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);}
.flr_bed:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);z-index:1;}
.blank_box{position: absolute;width: 250px;height:250px;background-color: #ffffff;box-shadow: 0px 1px 18px 0px #b1b1b1;left:-80px;bottom:-80px;}

.floorplans_sec, .gallery_sec{direction:rtl;}
.floorplans_sec .blank_box{left: auto;right:-80px;}
.floorplans_sec .width60, .gallery_sec .width60{padding-right:0;padding-left:40px;}
.floorplans_sec .img_overlay{width: 100%;height:100%;opacity:0.2;background: #000000;-webkit-transition: opacity .3s ease;-moz-transition: opacity .3s ease;-o-transition: opacity .3s ease;transition: opacity .3s ease;}
.floorplans_sec .flr_bed:hover .img_overlay{opacity: 0;}
.floorplans_sec .content_expanded{font-family: 'roboto_condensedbold';font-size: 20px;text-align: center;text-transform: uppercase;position: absolute;z-index:1;left:0;width: 100%;bottom:-52px;padding: 11.2% 11.2% 32px;transition: all .3s ease;}
.floorplans_sec .content_expanded span{display: block;font-size: 80px;line-height: normal;}
.floorplans_sec .content_expanded .flrpln_view_more{font-size: 18px;text-decoration: underline;color: #b9ac55;margin-top:25px;}
.floorplans_sec .content_expanded .content_expanded_bg{position: absolute;z-index:-1;top:0;bottom:0;left:0;width: 100%;background-color:#1b1b22;background: url(_inc/img/home/mouseover_shape.png) no-repeat center center;background-size: 100% 100%;-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);-o-transition: -o-transform .3s ease;-webkit-transition: transform .3s ease;-moz-transition: transform .3s ease;-ms-transition: transform .3s ease;transition: transform .3s ease;}
.floorplans_sec .flr_bed:hover .content_expanded{bottom:0;}
.floorplans_sec .flr_bed:hover .content_expanded_bg{-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
.content_para{font-size: 16px;line-height:24px;color:#4c4c52;margin-top:25px;}

.gallery_sec{color:#ffffff;margin-bottom: 100px;}
.gallery_sec .sec_btn{color:#ffffff;border-color: #ffffff;}
.gallery_sec .blank_box{position: absolute;width:250px;height:250px;right:0;top:75px;bottom: auto;left:auto;background-color: #0b0b0b;box-shadow: 0px 1px 18px 0px #101010;}
.gallery_sec .flexslider{width: 100%;height:100%;border:0;position: absolute;top:140px;left:0;background: transparent;margin:0;padding:0 80px;}
.gallery_sec .flexslider .flex-viewport{width: 100%;height:100%;box-shadow: 0px 1px 18px 0px #6b6b6b;}
.gallery_sec .flexslider .slides{width: 100%;height:100%;padding:0;}
.gallery_sec .flexslider .slides li{height:100%;}
.gallery_sec .flex-direction-nav a:before, .gallery_sec .flex-direction-nav a.flex-next:before{content: '';}
.gallery_sec .flex-direction-nav .flex-prev{opacity: 1;left:10px!important;background: url(_inc/img/home/prev.png) no-repeat center center;background-size: contain;}
.gallery_sec .flex-direction-nav .flex-next{opacity:1;right:10px!important;background: url(_inc/img/home/next.png) no-repeat center center;background-size: contain;}
.gallery_sec .flex-direction-nav a{color:#ffffff;opacity:1;text-shadow: none;}
.sec_btn:hover, .intro_heading a:hover{background: rgba(185, 172, 85, 1);transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;}


.hamburger-icon span, .hamburger-icon span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

.hamburger-icon span, .hamburger-icon span:before, .hamburger-icon span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 32px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}

.header.header-transition .hamburger-icon span,
.header.header-transition .hamburger-icon span:before,
.header.header-transition .hamburger-icon span:after {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.hamburger-icon span:before {
    top: 8px;
}

.hamburger-icon span:after {
    top: 16px;
}

.hamburger-icon.active span {
    background-color: transparent;
}

.hamburger-icon.active span:before, .hamburger-icon.active span:after {
    top: 8px;
    height: 4px;
    width: 30px;
    background-color: #000;
}

.hamburger-icon.active span:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.hamburger-icon.active span:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#menu-wrapper li {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	padding-left: 65px;
	cursor: pointer;
	display: flex;
}

#menu-wrapper {
    position: fixed;
    background-color: rgba(255,255,255,0.98);
    width: 100%;
    height: 100%;
    z-index: 10;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 150px;
    left: 0;
    top: 124px;
}

#menu-wrapper li:hover {
    background-color: #000;
    color: #fff;
}

a:focus {
    /*outline: none !important;*/
}

#menu-wrapper li a {
    text-transform: uppercase;
}

#menu-wrapper ul {
    padding: 0;
    margin: 0;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

#menu-second-menu a {
	font-size: 50px;
	line-height: 72px;
	padding: 5px 0;
	font-family: 'roboto_condensedregular', sans-serif;
	font-weight: normal;
}

#menu-second-menu-sub a {
	font-size: 20px;
	padding: 5px 0;
	font-family: 'roboto_condensedregular', sans-serif;
	font-weight: normal;
}

.scroll {
	overflow: hidden;
}

.menu-logo {
	margin-left: 57px;
	z-index: 99999;
	display: flex;
	align-items: center;
	width: 260px;
	justify-content: center;
}

li#menu-second-menu-sub {
    display: flex;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-twitter, .fa-instagram, .fa-facebook, .fa-pinterest-p, .fa-google-plus, .fa-envelope {
    font-size: 19px !important;
}

ul#social-logo li a {
	display: flex;
    align-items: center;
    justify-content: center;
}

ul#social-logo {
	margin: 0;
	display: flex;
	margin-top: 15px;
}

ul#social-logo {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul#social-logo li:hover {
    background-color: transparent;
    color: rgba(185, 172, 85, 1);;
}

ul#main-menu-items {
    margin-bottom: 0;
    margin-top: 15px;
}

.my-scroll{
  border:1px solid #e1e1e1;
  height: 200px;
  width:400px;
  overflow-y: auto;
}

.mCSB_scrollTools {
	opacity: 0 !important;
}


/* **************footer style******************* */


.footer-container {
	position: absolute;
	height: 117px;
	width: 100%;
	/*background-color: rgba(185, 172, 85, 1);*/
	background-color: #7d7229;
	font-family: 'roboto_condensedregular';
		z-index: 10;
		padding: 0 10px;
}

.footer-container .address-details p {
	margin: 0;
	font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 20px;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-img-container {
/*    width: 260px;
*/    align-items: center;
    justify-content: center;
    display: flex;
    /*flex: 1;*/
    order: 1;
}

 .footer-insta-bg {
    height: 24px;
    width: 24px;
    background-color: white;
    border-radius: 100%;
    color: #7d7229;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px !important;
}
/*.buzzuto-logo .social-icons {
	display: none;
}*/

.privacy-policy {
	/*flex: 1;*/
	display: flex;
	align-items: center;
	justify-content: center;
	order: 3;
	margin-top: 15px;
}
.privacy-wrapper{
	display: flex;
}

.privacy-policy p {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 15px;
	margin: 0;
}

.social-icons-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons-wrap a {
    margin-left: 45px;
    margin-right: 8px;
}
#instrata img{
	/*max-width: 180px;*/
    max-width: 195px;
    margin-top: 5px;
}
.address-details {
	/*flex: 1;*/
	order: 2;
}

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 99999;
}

/* You can customize to your needs  */
.login-popup {
    display: none;
    background:#092d34;;
    /*background: url('_inc/img/noise_bg_signup.png');*/
    padding: 30px;
    /*border: 2px solid #ddd;*/
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 47%;
    z-index: 999999;
    width: 380px;
/*    box-shadow: 0px 0px 20px #999;
     CSS3
        -moz-box-shadow: 0px 0px 20px #999;
     Firefox
        -webkit-box-shadow: 0px 0px 20px #999;
     Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

#login-box fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#login-box form.signin img {
    position: absolute;
    top: 8px;
    right: 10px;
/*    display: none;
*/    width: 20px;
    height: 20px;
}

#login-box form.signin label {
    position: relative;
}

#login-box form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

#login-box form.signin .textbox span {
    display: block;
}

#login-box form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

#login-box form.signin .textbox input {
    background: #666666;
    color: #fff;
    font: 16px 'roboto_condensedregular', sans-serif;
    width: 100%;
    height: 42px;
    border: 1px solid #9d9a93;
    background-color: transparent;
    padding-left: 15px;
    margin-bottom: 10px;
}

#login-box form.signin input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

#login-box  form.signin input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

#login-box .button , #login-box form.signin .textbox input[type="submit"]{
    width: 150px;
    height: 40px;
    border: 2px solid #d6a957;
    background: rgba(50,50,50,0.4);
    cursor: pointer;
    letter-spacing: .05em;
    line-height: 16px;
    text-rendering: optimizeLegibility;
    text-align: center;
    padding-left:4px;
    color: white;
    text-transform: uppercase;
    font-family: 'roboto_condensedbold';
    border-radius: 0;
    margin-top: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
        outline: none;
}

#login-box .button:hover {
    color: #d6a957;
}

#login-box span.title {
    font-family: 'roboto_condensedbold';
    color: #d6a957;
    letter-spacing: 1px;
    letter-spacing: .05em;
    line-height: 16px;
    text-rendering: optimizeLegibility;
}

#login-box form.signin {
    margin-top: 25px;
}

.first-name,
.last-name,
.email{
	position: relative;
}

.hide {
	display: none;
}

#thankyou h3,
#thankyou p {
	color: #ffffff;
	font-family: 'roboto_condensedregular', sans-serif;
}

.bg-white {
	background-color: #fff;
}

div#login-box a.close {
    position: absolute;
    top: 7px;
    right: 7px;
}

div#login-box a.close img {
    width: 28px;
}

#signup_loading{width:100%;display: inline-block;min-height: 150px;text-align: center;position: relative;}
#signup_loading img{width: 30px;position: absolute;top:50%;margin-top:-15px;left:50%;margin-left:-15px;}


.error404 .not-found-wrapper {
    font-family: 'roboto_condensedregular';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
        padding:30px 20px;
}

.error404 .container.content.animated.fadeIn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error404 .content {
    min-height: calc(100vh - 124px);
    padding-bottom: 117px;
}

.error404 .not-found-wrapper h1 {
    font-size: 58px;
    margin: 0;
    font-family: 'playfair_displaybold';
}

.error404 .not-found-wrapper a {
    padding: 15px 52px;
    /*background: #BAAC55;*/
    background:#7d7229;
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
}

.error404 .footer-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom:0;
}

body.error404 {
    position: relative;
}

/*.....Floorplans page.....*/
.floorplans_heading.page-header h1{top:50%;margin-top:-25px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);}
.floorplans.page-content{padding: 0 52px;background: #ffffff;min-height:calc(100vh - 408px);}
.floorplans a,.fp_back:after{transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;}

.srch_bar{position:absolute;right:52px;left:52px;bottom: calc(100% - 12px);background: #ffffff;padding:1% 0;box-shadow: 0 2px 20px rgba(0, 0, 0, 0.27);-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.27);-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.27);}
.srch_bar form{display: flex;width:100%;justify-content:space-between;align-items:center;}
.srch_bar form:after, .srch_bar form:before{content: "";}
.custom_select_box{width:15.1%;}

.srch_bar .customSelect{margin-right:0;width:100%!important;z-index:1!important;font-family: 'roboto_condensedregular', sans-serif;font-size: 16px;letter-spacing: 0.42px;}
.srch_bar .customSelect.select-open{z-index:2!important;}
.srch_bar .customSelect .selectedValue{padding: 15px 36px 16px 17px;height:50px;color:#4c4c52;background: transparent;border: 1px solid rgba(76, 76, 82, 0.16);border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;text-shadow:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.srch_bar .customSelect .selectValueWrap .caret{border:0;right:20px;top:50%;width:17px;height:9px;background: url(_inc/img/floorplans/down_arrow.svg) no-repeat center center;background-size: contain;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}

.srch_bar .customSelect .selectList{border-radius: 0;-webkit-border-radius: 0;-moz-border-radius:0;border:0;}
.srch_bar .customSelect .selectList dl dd{padding: 10px 17px 8px;line-height: 1.2;}
.srch_bar .customSelect .selected{background:#2c3537;}
.srch_bar .customSelect .selectList dl{color:#4c4c52;}
.srch_bar .customSelect .selectList dl dd.hovered{background: #b9ac55;}
.srch_bar .customSelect .jspVerticalBar{width:4px;}
.srch_bar .customSelect .jspTrack{right:3px;}
.srch_bar .customSelect .jspDrag{opacity: 1;background: #31302e;}
.srch_bar .customSelect *{outline:0!important;}

.srch_bar select{position:absolute;z-index:-1;opacity:0;left:-999em;}
.customSelect.focused .selectedValue{box-shadow: none;}
.hasJS select.use-default{z-index: 1;height:100%;width: 100%;left:0;top:0;}
.customSelect.select-open .selectList, .customSelect .selectList dl, .customSelect .selectList .selectListOuterWrap, .customSelect .selectList .jspScrollable, .customSelect .selectList .jspContainer, .customSelect .selectList .jspPane{width: 100%!important;}
.selectList,.selectListInnerWrap, .jspTrack, .jspDrag {width: 100%;}
.jspContainer, .jspPane{left:0!important;}

.fp_search_btn{display: flex;justify-content:space-between;align-items:center;width:16%;}
.srch_icon{width:72%;}
.srch_reset{display: block;width:60px;height:50px;margin-left: 6.89%;background: url(_inc/img/floorplans/reset_icon.png) no-repeat center center #b9ac55;background-size: 41%; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.srch_icon input[type=submit]{cursor:pointer;border-radius: 0;height:50px;padding:10px;text-align: center;font-family: 'roboto_condensedbold', sans-serif;font-size: 20px;letter-spacing: 0.53px;background: #b9ac55;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
html.system .srch_icon input[type=submit]:hover, html.system .srch_reset:hover{background-color:#2c3537!important;}

.quick_search{display: flex;justify-content:center;align-items:center;min-height:calc(100vh - 408px);width:80%;max-width:1200px;text-align: center;margin:0 auto;padding: 80px 0;transform-style: preserve-3d;backface-visibility: hidden;}
.quick_search:after{content:"";clear:both;display: block;}
.quick_search .flr_bed{height:361px;/*overflow: visible;*/}
html.device .quick_search .flr_bed:hover{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);z-index:1;}
.quick_search .img_overlay{width: 100%;height:100%;opacity: 1;background:url(_inc/img/floorplans/quick_search_mask.png) no-repeat center bottom;background-size: 100% 136px; -webkit-transition: opacity .3s ease;-moz-transition: opacity .3s ease;-o-transition: opacity .3s ease;transition: opacity .3s ease;}
html.system .quick_search .flr_bed:hover .img_overlay{opacity: 0;}
.quick_search .content_expanded{font-family: 'roboto_condensedbold';font-size: 28px;text-align: center;text-transform: uppercase;position: absolute;z-index:1;left:0;width: 100%;bottom:0;padding: 30px 11.2%;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;}
.quick_search .content_expanded span{display: block;font-size: 58px;line-height: 58px;}
.quick_search .content_expanded .content_expanded_bg{position: absolute;z-index:-1;top:0;bottom:0;left:0;width: 100%;background-color: #010b0e;opacity: 0;-webkit-transition: opacity .3s ease;-moz-transition: opacity .3s ease;-o-transition: opacity .3s ease;transition: opacity .3s ease;}
.quick_search .content_expanded .content_expanded_bg:after{content:"";width: 0;height: 0;border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 20px solid #010b0e;position: absolute;bottom: 99%;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);}
html.system .quick_search .flr_bed:hover .content_expanded_bg{opacity: 0.8;}

/*Floorplans listing*/
.floorplans_listing{color: #4c4c52;padding-top:50px;}
.count_sort_wrap{font-family: 'roboto_condensedbold';font-size: 18px;display: flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;margin-bottom: 30px;}
.fp_sort_wrap{text-transform: uppercase;display: flex;justify-content:center;flex-direction:column;}
.fp_sort_wrap > *{display: flex;flex-direction:row;justify-content:space-between;}
.count_sort_wrap .sort_heading{font-size: 20px;margin-bottom: 25px;}
.sort_label_wrap a{cursor:pointer;padding:10px 9px 0;margin-right: 4vw;position: relative;}
.sort_label_wrap a:last-of-type{margin-right: 0;}
.sort_label_wrap span:after{content: "";opacity: 0;border-top:2px solid #b9ac55;position: absolute;top:0;left:0;right:0;}
.sort_label_wrap span.active:after{opacity: 1;}
.fp_result_count{font-size: 30px;padding-left: 2.04%;;}

.fp_result_wrap{width:calc(100% + 1.6%);margin-left:-0.8%;}
.fp_result_box{display: block;float: left;width:31.73%;margin:0.8%;padding:1.6% 2% 2%;background-color: #fbfbfb;font-family: 'roboto_condensedregular';font-size: 18px;}
.fp_result_wrap:after{content: "";display: block;clear: both;}
.fp_result_box > div{display: flex;justify-content:space-between;align-items:center;margin-bottom: 20px;}
.fp_result_box > div:last-of-type{margin-bottom: 0;}
.fp_result_box .unit_number_wrap{padding:0 14px;}
.fp_result_box .unit_number,.fp_result_price{margin:0;margin-bottom:5px;font-family: 'roboto_condensedbold';font-size: 28px;}
.fp_result_price{color: #b9ac55;margin-bottom: 0;}
.fp_result_price span{font-family: 'roboto_condensedregular';}
.fp_price_label{display: block;font-size:18px;}
.result_availability{color: #8c8c97;}
.fp_result_box .fp_thumb{width:100%;justify-content:center;align-items:center;background: #ffffff;padding:15px;height:310px;}
.fp_result_box .fp_thumb img{max-width: 85%;max-height: 100%;}
.fp_thumb_details{background: #ffffff;padding: 14px 25px;}
.fp_thumb_details > div{display: flex;align-items:center;}
.fp_thumb_details img{max-width:32px;max-height: 36px;margin-right:10px;}
.fp_result_btns a{font-family: 'roboto_condensedbold';text-align: center;width:calc(50% - 10px);text-transform: uppercase;padding:15px;}
.result_apply_now{background: #b9ac55;color:#ffffff;}
html.system .result_apply_now:hover{background: #2c3537;}
.result_more_info{border: 1px solid #4c4c52;background:#ffffff;}
html.system .result_more_info:hover,html.system .fp_btn_wrap a:hover{background: #b9ac55;border-color:#b9ac55;}
.floorplans .no_result_wrap{display: flex;width:100%;}
.floorplans .no_result{display: flex;justify-content:center;align-items:center;min-height: calc(100vh - 408px);font-family: 'roboto_condensedregular';font-size: 18px;text-align: center;line-height: normal;letter-spacing: 0.42px;color: #4c4c52;padding:50px 0;}
.fp_pagination{padding: 40px 0;display: inline-block;width:100%;}
.fp_pagination #pagination{display: flex;justify-content:flex-end;margin:0;padding: 0;margin-top:-0.8%;}
.fp_pagination #pagination li{display: flex;justify-content:flex-end;align-items:center;}
.fp_pagination #pagination li.page-number{margin-left: 8px;}
.fp_pagination #pagination a{display: flex;font-family: 'roboto_condensedregular';font-size: 18px;color:#4c4c52;align-items:center;justify-content:center;width:40px;height:40px;vertical-align: middle;margin-left:20px;}
.fp_pagination .fp-prev-icon{margin-left: 0!important;margin-right: 15px;background: url(_inc/img/floorplans/previous.png) no-repeat center center #4c4c52;background-size: auto 40%;}
.fp_pagination .fp-next-icon{margin-left: 35px!important;background: url(_inc/img/floorplans/next.png) no-repeat center center #4c4c52;background-size: auto 40%;}
.fp-prev-icon.current-previous,.current-next.fp-next-icon{opacity: 0.7;cursor: default;background-color:#4c4c52!important;}
.fp_pagination #pagination .pagination_num.active{background-color: #b9ac55;color:#ffffff;}
html.system .fp_pagination #pagination a:hover{background-color: #2c3537;}

/*Floorplans details*/
.floorplans.page-content.floorplans_detail{padding: 0;}
.floorplans_detail_wrap{display: flex;width:100%;}
.floorplans_detail_wrap > div{display: flex;width:50%;align-items:center;flex-direction:column;padding:90px 4vw 4vw;}
.floorplans_detail_wrap img{max-width: 100%;}
.floorplans_detail_wrap .fp_left_box{background-color: #fbfbfb;position: relative;align-items:stretch;flex-direction:row;}
.floorplans_detail_img{width:100%;display: flex;align-items:center;justify-content:center;background:#ffffff;padding:15% 10%;margin-top: 20px;flex-direction: column;text-align: center;}
.floorplans_detail_img a{max-width: 100%;flex-shrink:0;}
.fp_keyplan{margin-top:25px;}
.fp_keyplan img{max-width:85%;max-height:165px;}
.fp_btn{font-size: 18px;font-family: 'roboto_condensedbold';text-transform: uppercase;}
.fp_back{position: absolute;top:30px;right:0;padding:16px 1.7vw;background-color: #b9ac55;color:#ffffff;}
html.system .fp_back:hover{background-color: #2c3537;}
.fp_back:after{content:"";position: absolute;right:100%;top:0;width: 0;height: 0;border-top: 25px solid transparent;border-bottom: 25px solid transparent;border-right:28px solid #b9ac55; }
html.system .fp_back:hover:after{border-right-color:#2c3537;}
.fp_right_box{overflow: hidden;font-family: 'roboto_condensedregular';font-size: 24px;letter-spacing: 1.92px;color:#494949;}
.page-content .detail_unit_num{color: #15343b;font-family: 'roboto_condensedbold';font-size: 48px;letter-spacing: 0;margin-bottom: 50px;}
.fp_detail_content{display: table;margin-left: 5.2vw;border-collapse: separate;border-spacing: 15px;}
.fp_detail_content > div{display: table-row;}
.fp_detail_content > div > span{display: table-cell;line-height: 1.2;vertical-align:top;}
.fp_content_label{padding-right: 4vw;}
.fp_detail_val{padding-left:30px;position: relative;}
.fp_detail_val:before{content:":";position: absolute;top:-1px;left:0;}
.fp_detail_val span{font-size: 28px;font-family: 'roboto_condensedbold';line-height: 0.8;}
.fp_btn_wrap{margin-top: 75px;}
.fp_btn_wrap a{display: block;width:260px;max-width:100%;padding:15px;letter-spacing: 1.44px;border: 1px solid #bababa;text-align: center;margin-bottom: 20px;}
.fp_btn_wrap a:last-of-type{margin-bottom: 0;}
.mfp-bg{z-index: 100000;}
.mfp-wrap{z-index: 100001;}
.floorplan_popup{background-color: #fff;padding: 0 45px;width: 100%;}
.mfp-image-holder .mfp-close{cursor: pointer !important;color: #000 !important;top:0!important;right: 0px !important;margin-right: 10px!important;width: auto;}
.mfp-zoom-out-cur{cursor: default;}
.fp_btn_wrap a .at-icon-wrapper{display: none;}
.mfp-zoom-out-cur { cursor: default!important;}
.download_pdf{cursor: default;}
/*Hyly*/
.page-content #hyform{background-color: #fff;}
.page-content .hywrap{font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;}
.page-content .hywrap .control-label {color: #243849;font-size: 14px;line-height: 24px;}
.page-content .hywrap input[type="text"] {color: #243849;font-size: 16px;height: 26px;border-width: 1px;border-style: solid;border-color: #9BA2AD;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;background: #BAAC55;padding: 4px 6px;min-height: 0;}
.page-content .hywrap select{color: #243849;font-size: 12px;height: 26px;border-width: 1px;border-style: solid;border-color: #9BA2AD;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;padding: 4px 6px;min-height: 0;background-color: buttonface;}
.page-content .hywrap textarea{color: #243849;font-size: 12px;height: 26px;border-width: 1px;border-style: solid;border-color: #9BA2AD;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;padding: 4px 6px;min-height: 0;width: 100%;height: 112px;}
.page-content .hywrap button[type="submit"] {color: #595E71;font-size: 16px;font-weight: normal;padding: 3px 18px;border-width: 1px;border-style: solid;border-color: #9BA2AD;background: #C0C5CB;border-radius: 0;-webkit-border-radius:0;}
.page-content .hywrap .radio input{min-height: 0;}
.page-content .hywrap .radio{margin-bottom: 0;}
.page-content .hywrap button[type="submit"]:hover {background: #a1a6ad;color: #595E71;border-color: #9BA2AD;}
.page-content .hywrap input:focus,.page-content .hywrap input[type="text"]:focus,.page-content .hywrap select:focus,.page-content .hywrap textarea:focus{border-color: #9BA2AD;}

/*--------------Virtual Tour Popup------------*/
.specials-popup-section-inner {
    width: 556px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    position: fixed;
    text-align: center;
}
.specials-popup-cnt {
	padding: 35px;
	margin: 7px;
	border-top: 1px solid #b9ac55;
	border-right: 1px solid #b9ac55;
	border-bottom: 1px solid #b9ac55;
}
.closed-icon {
    position: absolute;
    right: 13px;
    top: 12px;
    margin: 0!important;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.specials-logo {
	position: relative;
	padding-bottom: 30px;
}
.specials-logo:after, .specials-logo:before{
	content: "";
   position: absolute;
   z-index: -1;
   width: 40px;
   background-color:#b9ac55;
   display: block;
   height: 1px;
   left: 50%;
   transform: translateX(-50%);
 }
.specials-logo:after {
	bottom: -10px;
}
 
.specials-logo:before {
	bottom: 0;
}
.specials-popup-wrapper .sec_btn {
	margin-top: 0;
}
.specials-popup-wrapper p {
    margin: 30px auto;
    font-size: 17px !important;
    line-height: 27px !important;
    color: #092d34;
    font-family: 'Geometric 212 W01';
}
.specials-popup-section {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -o-transition: .9s;
    -ms-transition: .9s;
	transition: .9s;
}
.specials-popup-section img {
	height: auto;
    max-width: 100%;
    vertical-align: middle;
    outline: none;
}
.specials-popup-section.popup-active {
    opacity: 1;
    z-index: 100000;
    display: block;
}

/*---------------------------------
        ADA Style
-----------------------------------*/
.using-keytab a:focus,.using-keytab button:focus,.using-keytab input:focus,.using-keytab textarea:focus,.using-keytab select:focus,.using-keytab ul.gallery li a:focus,.featured_image_link:focus,.blog-featured-image:focus-within{outline: 2px dashed #000!important;}
.skip_wrap {height: 51px;position: fixed;width: 220px;z-index: 1000;}
.skip_wrap:focus-within{z-index: 100000;}
.skipnav {background: transparent;color: #fff;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;}
.skipnav:focus {background: #fff;left: 0 !important;outline: 0;position: absolute;top: 0;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;font-size:15px;color:#092d34;}
.hamburger-icon button{position: relative;width: 100%;height: 24px;background:transparent;border: 0;}
.hamburger-icon button span{top:0;left:0;}
.play-pause-btn{z-index:100;position: absolute;bottom: 0;right:60px;width:40px;height:40px;border: 0;background:url('_inc/img/pause.svg') center/cover no-repeat;}
.play-pause-btn.play{background:url('_inc/img/play.svg') center/cover no-repeat;}
 ul.gallery li a:focus,ul.blog .half a:focus h2,.tags-cats a:focus{border: 2px dashed #000!important;}
 ul.blog .half p > span{color:#5c531c!important;font-weight: bold;}
.tags-cats{color:#424142;}
.tags-cats a{font-weight: 500;color:#5c531c;}
.post-nav,.post-nav a,.page-content p > a,.pophld a{color:#5c531c;font-weight: bold;}
.gallery_header{overflow: hidden;height: 0px;}
.post-nav a{text-decoration: underline;}
.header{background-color: rgba(0,0,0,.6);}
.page-content .hywrap input[type="text"]:focus,.page-content .hywrap select:focus,.page-content .hywrap textarea:focus,.page-content .hywrap button[type="submit"]:focus{outline: 2px dashed #000!important;}
.page-content .hywrap button[type="submit"]{color:#444754;font-weight: bold;}
.back_to_blog a{color:#5c531c;font-weight: bold;text-decoration: underline;text-transform: uppercase;}
.back_to_blog{padding-top: 20px;}
.featured_image_link{display: block;width: 100%;height: 100%;cursor: pointer;}
.prev a,.next a{display: block;width: 100%;height: 100%;}
.prev a:focus,.next a:focus{outline: 2px dashed #000;}

/*---------------------------------
        Covid Banner Style
-----------------------------------*/
.navbar, .container {transition: margin-top 0.4s ease; }
.covid_popup_wrapper {background-color: #7d7229;color: #fff;position: fixed;top: 0;width: 100%;z-index: 10; }
.covid_popup_wrapper .covid_popup {display: flex;justify-content: space-between;align-items: center;padding: 25px 8.7vw 25px 32px; }
@media (max-width: 768px) {.covid_popup_wrapper .covid_popup {padding: 15px 32px 25px 32px;flex-direction: column; } }
.covid_popup_wrapper .covid_popup_close {position: absolute;width: 14px;height: 13px;top: 25px;right: 25px;background: url('_inc/img/close-white.png') no-repeat center center;background-size: 14px 13px;cursor: pointer; }
@media (max-width: 768px) {.covid_popup_wrapper .covid_popup_close {top: 7px;right: 7px; } }
.covid_popup_wrapper .covid_info p {font-family: 'roboto_condensedregular', sans-serif;;font-size: 20px;letter-spacing: 0.26px;line-height: 33px;margin-right: 10px; }
.covid_popup_wrapper .covid_info p a {color: #fff;text-decoration: underline; }
@media (max-width: 768px) {.covid_popup_wrapper .covid_info {padding-right: 0px;text-align: center; } }
.covid_popup_wrapper .covid_btn_wrap a {border: 1px solid #ffffff;background: transparent;padding: 13px 30px 12px;white-space: nowrap;color: #ffffff;font-weight: 700; }
.covid_popup_wrapper .covid_btn_wrap a:hover {background: #fff;color: #7d7229 !important; }
@media (max-width: 768px) {.covid_popup_wrapper .covid_btn_wrap a {margin-top: 20px;display: block;padding: 8px 15px 7px; } }
html.system .covid_btn_wrap a:hover {color: #ffffff; }

/* Virtual tour */
#pano {width: 100%;height: 100%;min-height: 562px;margin: 0 auto;}
.tab-wrapper {text-transform: uppercase;color: #7d7229;font-size: 0.98em;margin: 2.5em 0;font-weight: 700;display: flex;justify-content: space-between;width: 257px;}
.tab-wrapper a {position: relative;cursor: pointer; font-family: 'Geometric 212 W01';}
.tab-wrapper a:after {position: absolute;content: '';border-right: 3px solid #7d7229;height: 100%;padding: 0 7px;}
.tab-wrapper a:last-child:after {display: none;}
.no-read-display {
	height: 0;
	/* display: none; */
	overflow: hidden;
	margin: 0;
}
html, body {overflow: initial !important;}
.tab-highlight {border-bottom: 2px solid #7d7229;}

.half .phonenumber.tel-link {color: #000;font-weight: 300;}
.covid_popup_wrapper.hide-covid-popup + #wrapper > .header {
    margin-top: 0 !important;
}

.height0{
	height: 0 !important;
}
.margin-top-0{
	margin-top: 0 !important;
}
.padding-0.page-content{
	padding: 0;
}
body.single-gallery .content.container{
	min-height: calc(100vh - 241px);
	background: rgba(15,15,15,0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
}
@media screen and (max-width : 992px){
	.image-container .caption{
		font-size: 2.3vw;
		bottom: 30px;
		left: 30px;
		max-width: calc(100% - 60px);
	}
}
@media only screen and (max-width: 768px){
	body.single-gallery .content.container{
		min-height: calc(100vh - 268px);
	}
       #sightmap{
          padding :0px!important;
       }
}
@media screen and (max-width : 500px){
	.image-container .caption{
		font-size:12px;
	}
}
@media only screen and (max-width: 1100px){
	.image-container::before{
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
}
}

.sightmap-btn{
      background:rgba(185, 172, 85, 1);
       color:#fff;
}
.sightmap-btn:hover{
      background:transparent;
      color:#4c4c52;
}
#sightmap{
      min-height:100vh;
      padding :50px 50px;
}
.hidden_header{
	font-size:0;
        overflow:hidden;
        padding:0;
        margin:0;
        height:0;
}
.view-map-section{
	text-align: center;
	padding-top: 55px;
}
.back-fp-section{
	text-align: center;
	padding-top: 15px;
}
.download_pdf{
      display:none!important;
}
@media only screen and (max-width: 768px){
	.view-map-section{
		padding: 40px 0px 50px;
	}
        .back-fp-section{
	   padding-bottom:50px;
        }
}
.ada{margin-left:0px!important}


/* Cookie Preference Styling */
.osano-cm-widget {
    display: none;
}

.cookie-pref-order{
	order: 3;
}

@media only screen and (min-width: 769px){
	.img-wrapper.social-icons-mob {
		margin: 0 0 5px;
	}
}

body .osano-cm-info-dialog-header__header {
    padding-left: 15px;
}

body .osano-cm-info-dialog-header .osano-cm-info-dialog-header__header {
    color: #000;
    font-weight: 600;
    font-family: 'playfair_displaybold';
    text-transform: uppercase;
    font-size: 17px;
}

body .osano-cm-view .osano-cm-description,
body .osano-cm-info-dialog p {
    font-family: 'roboto_condensedregular', sans-serif;
    font-weight: 300;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.3;
    color: #222;
}

body .osano-cm-view--active {
    padding-left: 15px;
    padding-right: 15px;
}

.osano-cm-drawer-toggle .osano-cm-label {
    color: #000;
    font-family: 'roboto_condensedregular', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle{
    font-family: 'roboto_condensedregular', sans-serif;
    font-weight: bold;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.3;
    color: #222;
}
.osano-cm-button {
	display: inline-block;
    margin-top: 35px;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #cbcbcf;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-family: 'roboto_condensedbold';
}

.osano-cm-button:hover {
    background: rgba(185, 172, 85, 1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.osano-cm-toggle__input:checked+.osano-cm-toggle__switch,
.osano-cm-toggle__input:checked:focus+.osano-cm-toggle__switch,
.osano-cm-toggle__input:checked:hover+.osano-cm-toggle__switch {
    background-color: #326195;
    border-color: #326195;
}

.osano-cm-toggle__switch:before {
    border: 0;
}

.osano-cm-toggle__input:focus+.osano-cm-toggle__switch,
.osano-cm-toggle__input:hover+.osano-cm-toggle__switch {
    background-color: #000;
    border-color: #000;
}

.osano-cm-toggle__switch {
    background-color: #000;
}
iframe[src*="https://my.hy.ly/"] {
    position: absolute;
    margin-top: -5px;
    border: 0;
}

.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle{
color: #000;
}
.osano-cm-link,
.osano-cm-link:hover, 
.osano-cm-link:active{
  color: #000;
}
.osano-cm-disclosure__toggle:hover{
color: #323a5f;
}

@media only screen and (max-width: 400px){
	#instrata img {
		max-width: 75px!important;
	}
	.footer-container .logo-img img {
		max-width: 80px!important;
	}
	.privacy-wrapper a {
		font-size: 10px;
	}
}

/* Neighborhood Map Styles */
.neighborhood-map .map-container, .neighborhood-map .map-container #map{
	width: 100%;
	height: 400px!important;
}

.neighborhood-map .category-container{
	background: #fff;
	padding: 2px;
}
.neighborhood-map .category-container .unstyled{
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	row-gap: 15px;
	margin: 12px;
	align-items: center;
	padding-left: 25px;
}
.neighborhood-map .category-container .unstyled .sub-category{
	display: none;
}

.neighborhood-map .category-container .unstyled .cat-item{
	margin-right: 10px;
	cursor: pointer;
}
.neighborhood-map .category-container .unstyled .cat-item span{
	all: unset;
	color: #555;
    font-family: 'Geometric Slabserif 712 W01';
    font-size: 20px;
	line-height: 1em;
    margin-left: 0;
    padding: 6px 4px;
	cursor: pointer;
}
@media only screen and (max-width: 768px){
	.neighborhood-map .category-container .unstyled .cat-item span{
		font-size: 12px;
	}
}

.neighborhood-map .category-container .unstyled .cat-item.active{
	font-weight: 600;
}
