/********************************************************************************
   Base
********************************************************************************/

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; line-height: 1.5; background-color: #ffffff; background: #ffffff; font-weight: 400; }

body, button, input, select, textarea { font-family: 'brandon-grotesque', Arial, sans-serif; color: #1d374b;  }


::-moz-selection { background: rgba(29,55,75, 0.85); color: #fff; text-shadow: none; }
::selection { background: rgba(29,55,75, 0.85); color: #fff; text-shadow: none; }

/* 
font-family: "brandon-grotesque",sans-serif; 300, 400, 700
*/

/********************************************************************************
    Typography
********************************************************************************/


abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #1d374b; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.25em; }
sub { bottom: -0.25em; }

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

/********************************************************************************
    Lists
********************************************************************************/

ul, ol { margin: 0; padding: 0px; }
dd { margin: 0 0 0 0px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



/********************************************************************************
    Embedded content
********************************************************************************/


img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

.template-content img { max-width: auto;  height: auto; }
.template-content .gm-style img {max-width: auto;}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.clear { clear: both; }

.ccm-ui input, .ccm-ui textarea, .ccm-ui .uneditable-input {
    box-sizing: content-box !important;
}

/********************************************************************************
   Overrides
********************************************************************************/
.ccm-ui,
.ccm-ui *,
.ccm-ui *:before,
.ccm-ui *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}




#ccm-files-add-asset input[type=file] {
	display: inline-block;
}

.ccm-ui .inputs-list label {
	display: inline-block !important;
}

.ccm-file-set-add-cb img {
	display: inline;
}

.ccm-ui .input-prepend .add-on {
	display: inline;
}


.ccm-ui label.add-on input {
	display: inline-block;
}


.mobile-hide {
	display: none;
}

@media screen and (min-width: 768px)  { 

	.mobile-hide {
	display: block;
	}
	

} /* END 768px DEVICES */

/********************************************************************************
    Header
********************************************************************************/
body { }


body.logged-in #header-bar-wrapper {
	position: static;
}

#header-bar-wrapper {
	position: absolute;
	top: 0;
	z-index: 998;
	width: 100%;
}



#main-navbar-wrapper {
	background-color: rgba(232,233,233,.80); 
	margin: 0px;
	z-index: 998;
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	z-index: 1000;
}

#logo {
	background: transparent url(img/elysian-nav-logo.png) no-repeat center center;
	width: 266px;
	height: 54px;
	display: block;
	font: 0/0 a;
	color: rgba(0, 0, 0, 0);
	text-shadow: none;
	border: 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	margin: 0px;
	float: left;
	max-width: 36%;
	margin-left: 4%; 
	box-sizing: content-box;
}
#logo:hover {
	opacity: .9;
}

#hamburger-btn-wrapper {
	float: left;
	width: 20%;
	max-width: 20%;
	margin: 0px;
	text-align: center;
	box-sizing: content-box;
}

#hamburger-btn-wrapper a {
	margin: 0 auto;
}
#desktop-nav {
	display: none;	
}

#nav-phone {
	color: #559bb4;
	font-size: 18px;
	font-weight: 400;
	display: table;
	
	height: 55px;
	max-width: 36%;
	width: 36%;
	margin-right: 4%;
	float: left;
	box-sizing: content-box;
}

#nav-phone p {
	margin: 0;
	padding: 0;
	height: 55px;
	vertical-align: middle;
	display: table-cell;
	text-align: right;
}

.nav-background {
	z-index: -99;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background: none;

	-moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    
}
.open.nav-background {	
	z-index: 998;
	background-color: rgba(85,155,180,.90);
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

#bs-navbar-collapse {
   	height: 100% !important;
   	-moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
	 display: block;	
}

.nav-table-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


ul#m-main-nav {
	
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
    
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    
    -moz-transform: translateY(10px););
    -webkit-transform: translateY(10px);;
    transform: translateY(10px);
    
}
.open ul#m-main-nav {
	margin: 0;
	opacity: 1;
	-moz-transform: translateY(0px);;
    -webkit-transform: translateY(0px);;
    transform: translateY(0px);
   }
   
ul#m-main-nav > li {
	margin: 0;
	padding: 0;	
	width: 100%;
	float: none;
}

ul#m-main-nav > li > a {
	font-family: 'brandon-grotesque', 'Arial Narrow', Arial, sans-serif;
	background-color: transparent; 
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1em;
	padding: 20px 0;
	display: block;
}

ul#m-main-nav > li > a.nav-selected,
ul#m-main-nav > li > a:hover {
	background-color: rgba(85,155,180,.95);
	
}






	
	
@media screen and (min-width: 768px)  { 

	
	

} /* END 768px DEVICES */

@media screen and (min-width: 992px) {
	
	
	/* Sticky Nav */

	#logo {
		width: 205px;
	}
	
	#stickyheader {
		width: 100%;
		height: 75px;
		z-index: 998;
	}
	
	#stickyalias {
      display: none;
      height: 75px;
    }
    
	#main-navbar-wrapper {
		z-index: 99;
		position: relative;
	}


	
	.main-navbar-inner-wrapper {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
	.main-navbar-inner-wrapper:after,
	.main-navbar-inner-wrapper:before {
		display: table;
		content: " ";
	}
	.main-navbar-inner-wrapper:after {
		clear: both;
	}
	#logo {
		padding: 0;
		margin: 0 25px 0 0;
	}
	
	#hamburger-btn-wrapper {
		display: none;
	}
	#mobile-nav {
		display: none;
	}
	#desktop-nav {
		display: block;
		z-index: 1;
		position: static;
		width: auto;
 		height: 100%;
 		height: 75px;
		float: left;
		width: 566px;
		width: 625px;
		//margin-right: 10px;
		margin-top: -10px;
		margin-bottom: -10px;	
	}
	#nav-phone {
		float: right;
		width: 115px;
		margin: 0;
		padding: 0;
	}
	#desktop-nav nav {
		width: auto;
		height: 100%; 
		float: right;
	}
	.nav-table-wrapper {
		width: auto;
	}
	ul#d-main-nav {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		display: table-cell;

	}
	ul#d-main-nav > li {
		float: left;
		border: none;
		padding: 0;
		margin: 0 1px 0 0;
		position: relative;
		width: auto;
		display: table;
		height: 100%;
		max-width: 14.28%;
	}
	
	ul#d-main-nav > li > a {
		font-family: 'brandon-grotesque', 'Arial Narrow', Arial, sans-serif;
		text-align: center;
		background-color: transparent;
		line-height: 1em;
		
		display: table-cell;
		vertical-align: middle;
		color: #1d374b;
		font-size: 16px;
		padding: 0 10px;
		height: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		
		z-index: 99;
		position: relative;
	}
	

	ul#d-main-nav > li:hover > a,
	ul#d-main-nav > li > a.nav-path-selected,
	ul#d-main-nav > li > a:hover {
		background-color: transparent;
		background: transparent;
		
	}

	
	ul#d-main-nav > li > span.nav-hl {
		
		background-color: #dbdcde;
		
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		
		top: 75px;
		z-index: 1;
				
		-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	}
	
	ul#d-main-nav > li.nav-path-selected > span.nav-hl,
	ul#d-main-nav > li:hover > span.nav-hl {
		top: 0;
	}
	

	
} /* END LARGE DEVICES */


@media screen and (min-width: 1200px) {
	#logo {
		width: 266px;
		margin: 0 13px 0 0;
	}
	.main-navbar-inner-wrapper {
		width: 1170px;
	}
	#desktop-nav {
		width: 766px;
		margin-right: 10px;
	}
	ul#d-main-nav > li {
		max-width: auto;
	}
	ul#d-main-nav > li > a {
		font-size: 18px;
	}

} /* END XTRA LARGE DEVICES */

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

#header-bar-wrapper {
	background-color: rgba(0, 0, 4, 0.25);
	min-height: 50px;	
	padding: 10px 0 10px
}

.header-bar-left {
	text-align: center;
	display: none;
}
.header-bar-right {
	text-align: center;
}
#header-bar-wrapper p {
	margin: 0;
}
#header-bar-wrapper .button,
#header-bar-wrapper a.button {
	color: #fff;
	border: 1px solid #fff;
    display: inline-block;
    padding: 8px 45px;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
}
#header-bar-wrapper a.button:hover {
	background-color: #fff;
	color: #41463e;
}
#home-hero-wrapper {
	width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    
	left: 0;
    position: relative;
    top: 0;
    height: 900px;
    width: 100% !important;
    
    overflow: hidden;
    
    background: #ccc url(img/elysian-hero-bg.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
     
    -webkit-background-size: auto 800px;
    -moz-background-size: auto 800px;
    -o-background-size: auto 800px;
    background-size: auto 800px;
	
}

#hero-curtain {
	width: 100%;
	height: 500px;
	max-height: 55%;
	
	background: transparent url(img/curtain.png) no-repeat;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#hero-logo-wrapper {
	position: relative;
	 margin-top: 70px;

}

#hero-logo {
	max-width: 65%;
	width: 538px;
	height: 250px;
	
	background: transparent url(img/denn-logo.png) no-repeat;
	background: transparent url(img/elysian-logo.png) no-repeat;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	
        
   
    margin-left: auto;
    margin-right: auto;
    
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#hero-tagline {
	text-align: center;
	color: #e4ce9b;
	font-style: italic;
	font-size: 36px;
	margin: 36px 0;
	
}

#hero-tagline p{
	margin: 20px 0;
}

#home-hero-wrapper img {
	max-width: 100%;
	height: auto;
}

#key-down {
	background: transparent url(img/key-down.png) no-repeat;
	background-position: 50% 50%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 110px;
	width: 100%;
	height: 50px;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#now-leasing {
	background: #d29847;
	min-height: 60px;
	width:100%;
	padding: 30px 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#now-leasing h2 {
	font-size: 44px;
	color: #fff;
	margin: 0;
	padding: 1px 0;
}

#home-page-template {
	text-align: center;
}

#main-content {
	margin-top: 60px;
	margin-bottom: 45px;
}

#home #info-bar > div.info-area1 {
	/*height: 400px;*/
	max-height: 400px;
	overflow: hidden;
}
#home #info-bar > div.info-area2,
#contact #info-bar > div.info-area2 {
	background: transparent url(img/contact-bg.jpg) no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 520px;
    padding: 0;
    width: 100%;
}
#info-bar > div.info-area1 h3, 
#info-bar > div.info-area2 h3 {
	color: #fff;

}

#info-bar > div.info-area2 {
	display: table;
}

#info-bar > div.info-area2 > .formidable {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 768px)  { 
	
	#home-hero-wrapper {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
	}
	
	#header-bar-wrapper {
		padding: 15px 0;
	}
	.header-bar-left {
		text-align: left;
		display: block;
	}
	.header-bar-right {
		text-align: right;
	}
	#header-bar-wrapper .button,
	#header-bar-wrapper a.button {
		font-size: 13px;
		padding: 10px 35px;
		line-height: 1em;
	}
	#hero-curtain {
		max-height: 555px;
	}

	#hero-logo-wrapper {
	    margin-top: 170px;
	}

	#hero-tagline {
		
	}
	#key-down {
		width: 56px;
		height: 83px;
		height: 160px;
		
	}
	
	#main-content {
		margin-top: 100px;
		margin-bottom: 85px;
	}
	
	#callout-bar:before, #callout-bar:after,
	#info-bar:before, #info-bar:after {
		display: table;
		content: "";
	}
	#callout-bar:after,
	#info-bar:after {
		clear: both;
	}
	#callout-bar {
	}
	#callout-bar > div {
		width: 33.3333%;
		float: left;
		
	}
	#info-bar {
	
	}
	#info-bar > div {
		width: 50%;
		float: left;
		max-width: 50%;
	}
	#home #info-bar > div.info-area1 {
		height: 520px;
		max-height: 520px;
	}
}

@media screen and (min-width: 992px)  { 
	#home-hero-wrapper {
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
	#hero-curtain {
		max-height: 555px;
	}
	#now-leasing {
		bottom: 0px;
	}
	#key-down {
		bottom: 30px;
		bottom: 80px;
	}
}

@media screen and (min-width: 1200px)  { 
	#hero-curtain {
		max-height: 555px;
	}
	

}
/********************************************************************************
   Full Template 
********************************************************************************/



/********************************************************************************
   Full Over Lines 
********************************************************************************/
#full-over-lines-page-template {
	text-align: center;
}

#full-over-lines-page-template #yellow-moving-wave-lines {
	margin: 100px 0 80px;
}

/********************************************************************************
   Full Over Gray 
********************************************************************************/
#full-over-gray-page-template {
	text-align: center;
}

#full-over-gray-page-template #gray-content {
	background-color: #f7f8f8;
	padding: 100px 0;
}

/********************************************************************************
   One Over Two Template 
********************************************************************************/
#one-over-two-page-template {
	text-align: center;
}

#one-over-two-page-template #info-bar {
	text-align: left;
	background-color: #8c9296;
}

#contact #one-over-two-page-template #info-bar {
	text-align: center;
}

@media screen and (min-width: 768px)  { 
	
}
@media screen and (min-width: 992px)  { 
	
}

/********************************************************************************
   Neighborhood Template 
********************************************************************************/

#neighborhood-page-template {
	text-align: center;
	
}

#ammenities-section-wrapper {
	background-color: #e4ce9b;
	background: #e4ce9b url(img/neighborhood-bg.jpg) no-repeat;
	background-position: 50% 50%;
	
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    width: 100%;
    height: 100%;
    padding: 100px 0 100px;
    
    color: #fff;
}

#ammenities-section-wrapper h1,
#ammenities-section-wrapper h2,
#ammenities-section-wrapper h3,
#ammenities-section-wrapper h4,
#ammenities-section-wrapper h5,
#ammenities-section-wrapper h6,
#ammenities-section-wrapper p {
	color: #fff;
	font-style: normal;
}

#yellow-wave-line {
	background: transparent url(img/yellow-lines.png) repeat-x;
	height: 117px;
	background-position: 35% 50%;
}

#yellow-moving-wave-lines {
	height: 59px;
}

#yellow-line1 {
	background: transparent url(img/yellow-line1b.png) no-repeat;
	height: 76px;
	width: 100%;
/* 	background-position-x: 25%; */

	background-position: 40% 50%;
	background-position-y: 50%;
	background-position-x: 40%;
	background-position: 40% 50%;
	
	-webkit-background-size: 1517px 38px;
    -moz-background-size: 1517px 38px;
    -o-background-size: 1517px 38px;
    background-size: 1517px 38px;
	

}

#yellow-line2 {
	background: transparent url(img/yellow-line2b.png) no-repeat;
	height: 76px;
	width: 100%;
/* 	background-position-x: 40%; */

	background-position: 60% 50%;
	background-position-y: 50%;
	background-position-x: 60%;
	background-position: 60% 50%;
	
	
	margin: -80px 0 0 0px;
	-webkit-background-size: 1517px 38px
    -moz-background-size: 1517px 38px;
    -o-background-size: 1517px 38px;
    background-size: 1517px 38px;
}

.col-wrapper:before,
.col-wrapper:after {
		display: table;
		content: "";
}

.col-wrapper:after {
	clear: both;
}

.col-third {
	width: 100%;
	margin: 60px 0 0;
	
}

#map-area p {
	margin-top: 0;
	line-height: 1.3em;
}

#map-area h4 {
	font-weight: 400;
	margin-top: 15px;
}

#map-area {
	position: relative;
}

ul#extended_google_map_categories {
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	z-index: 598;
	bottom: 20px;
	padding: 8px 8px;
	margin: 0 auto;
	float: left;
}

ul#extended_google_map_categories li {
	padding: 0 8px;
	margin: 0;
	float: left;
	text-align: center;
	list-style: none;
}
ul#extended_google_map_categories li a.active,
ul#extended_google_map_categories li a:hover {
	color: #41463E;
}

@media screen and (min-width: 768px)  { 
	
		
	.col-third {
		width: 33.3333%;
		float: left;
		margin: 30px 0 0;
	}
}

@media screen and (min-width: 992px)  { 
	.col-third {
		margin: 0px 0 0;
	}
}

/********************************************************************************
    Left Sidebar / Default Page
********************************************************************************/


@media screen and (min-width: 768px)  { 
	
}
@media screen and (min-width: 992px)  { 
	
}


/********************************************************************************
    View Page
********************************************************************************/
#view-template {
	margin: 50px 0 100px;
	text-align: center;
}
#view-template form {
text-align: left;
}
.error-header {
	font-size: 6em;
	margin: 20px 0 20px;
}

.headerBorder h1 {
	margin-bottom: 30px;
}
.signin-form hr,
.forgot-password hr {
	border-top-color: #d0dae0;
}

@media screen and (min-width: 768px)  { 
	#view-template {
		margin: 50px 0 100px;
	}
}


/********************************************************************************
    Search Block / Page
********************************************************************************/
#main-content .ccm-search-block-form h3{
	margin-bottom: 10px;
}
#main-content .ccm-search-block-form input[type=submit].ccm-search-block-submit {
	padding: 4px 15px 5px;
}
/********************************************************************************
    FORMS
********************************************************************************/

#main-content button, #main-content input, #main-content select, #main-content textarea {
	border: 1px solid #cfcfcf;
	color: #8d8d8d;
	font-weight: 600;
	padding: 6px 12px;
}

#sidebar button, #sidebar input, #sidebar select, #sidebar textarea {
	width: 90% !important;
}

#main-content .required {
	color: #d65a1f;
}

#main-content button, #main-content html input[type=button], #main-content input[type=reset], #main-content input[type=submit] {
	background: #fff;
	background-color: #fff;
	border: 1px solid #559bb4;
	 color: #559bb4;
	 padding: 10px 35px;
	 font-size: 16px;
	  font-style: normal;
	  font-weight: 400;
	  text-transform: uppercase;
}

#main-content button:hover, #main-content html input[type=button]:hover, #main-content input[type=reset]:hover, #main-content input[type=submit]:hover {

	background-color: #559bb4;
	color: #fff;
}


#main-content #main #mc_embed_signup {
	
	
	opacity: 0;
	overflow: hidden;
	//position: fixed;
	
	-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	-o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		
		
	
}
#main-content #main #mc_embed_signup.open {
	opacity: 1;
	position: static;
}
#main-content #main #mc_embed_signup form {
	padding-top: 20px;
}
#main-content #main .mc-field-group {
	margin-bottom: 5px;
}
#main-content #main .mc-field-group label {
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
#main-content #main .mc-field-group input {
		width: 200px;
}
#main-content #main input[type=submit] {
	margin-top: 20px;
}

#mc-signup-hide {
	color: #959595;
	display: inline-block;
	margin: 30px;
	border: 1px solid #ccc;
	padding: 3px 15px;
}
/********************************************************************************
   Live Here Bar
********************************************************************************/
#livehere {
	background-color: #66696d;
	background: #66696d url(img/bg-stone-texture.jpg) no-repeat;
 	background-attachment: fixed; 
		background-position: center center;
	background-position: 50% -100%;
	position: relative;
	padding: 60px 0;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}
#livehere .button {
	color: #fff;
	border-color: #fff;
}
#livehere .button:hover {
	color: #d29847;
	background-color: #fff;
}

/********************************************************************************
  Gallery Fixes
********************************************************************************/
#fancybox-wrap *,
#fancybox-wrap,
#fancybox-outer *,
#fancybox-outer {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sortable_fancybox_gallery_image {
	margin-bottom: 10px;
}

/********************************************************************************
   Footer
********************************************************************************/
footer a{
	-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	-o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}


#footer-wrapper1 {
	background-color: #41463e;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 100px 0 80px;
	background: #1d374b url(img/elysian-emblem-bg.png) no-repeat;
	background-position: 90% 50%;
}
#footer-wrapper2 {
	background-color: #fff;
	height: 114px;	
}

.cpm-wrapper {
	float: left;
}

#cpm-logo-footer {
	background: transparent url(img/north-bay-companies-logo.png) no-repeat;
	width: 42px;
	height: 21px;
	
	margin: 25px 0px 10px 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	display: block;
	font: 0/0 a;
}

#denn-logo-footer {
	background: transparent url(img/denn-footer-icon.png) no-repeat;
	width: 31px;
	height: 30px;
	
	margin: 40px 0px 40px 30px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	display: block;
	font: 0/0 a;
	float: left;
}


#footer-wrapper2 a.footer-about {
	color: #1d374b;
	margin: 5px 0px 15px 0px;
	border-top: 1px solid #41463e;
	display: block;
	float: left;
	padding: 10px 0px;
	font-size: 12px;
}
#footer-wrapper2 a.footer-about:hover {
	color: #d29847;
}

.footer-right {
	float: right;
}
footer a.footer-login {
	color: #1d374b;
	float: left;
	padding: 50px 15px;
	line-height: 1em;
	font-size: 13px;	
}
footer a.footer-login:hover {
	color: #d29847;
}
#facebook-footer {
	font: 0/0 a;
	color: rgba(0, 0, 0, 0);
	background: transparent url(img/facebook.png) no-repeat;
	background-position: 50% 50%;
	float: left;
	display: block;
		border-left: 1px solid #b2d7e4;
	border-right: 1px solid #b2d7e4;
	padding: 35px 15px;
	width: 70px;
	height: 114px;
}
#facebook-footer:after { background: url(img/facebook-white.png) no-repeat -9999px -9999px; display: none; } /* preload img */
#facebook-footer:hover {
	background-color: #b2d7e4;
	background: #b2d7e4 url(img/facebook-white.png) no-repeat;
	background-position: 50% 50%;
	
}
#footer-wrapper3 {
	background-color: #1d374b;
	padding: 12px 0;
}

#footer-wrapper3 p{
	color: rgba(255,255,255,0.5);
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	margin: 0;
}

#footer-wrapper3 a{
	color: #547d8f;
}
#footer-wrapper3 a:hover{
	color: #fff;
}


.spectrum-logo {
	background: transparent url(img/spectrum-logo.png) no-repeat;
	padding: 0px;
	width: 80px;
	max-width: 90%;
	height: 15px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	display: block;
	font: 0/0 a;
	float: left;
	margin: 48px 0px 35px 0px;

}

@media screen and (min-width: 768px)  { 
	#cpm-logo-footer {
	background: transparent url(img/north-bay-companies-logo.png) no-repeat;
	width: 84px;
	height: 42px;
	float: left;
	margin: 36px 0px 36px 0;
	
	}
	
	#footer-wrapper2 a.footer-about {
	margin: 35px 15px 35px 15px;
	border-left: 1px solid #41463e;
	padding: 10px 15px;
	font-size: 16px;
	border-top: none;
	}
	#footer-wrapper2 a.footer-about:hover {
	}
	footer a.footer-login {
	float: left;
	padding: 50px 35px;
	line-height: 1em;
	font-size: 16px;
	color: #41463e;
	}
	footer a.footer-login:hover {

	}
	#facebook-footer {
	font: 0/0 a;
	color: rgba(0, 0, 0, 0);
	background: transparent url(img/facebook.png) no-repeat;
	background-position: 50% 50%;
	float: left;
	display: block;
	
	padding: 35px 15px;
	width: 90px;
	height: 114px;
	}
	
	.spectrum-logo {
		background: transparent url(img/spectrum-logo.png) no-repeat;
		width: 109px;
		height: 15px;
		padding: 0px;
		margin: 46px 0px 35px 0px;
			-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	}
} 

@media screen and (min-width: 992px) {
	.spectrum-logo {
		padding: 0px;
		width: 109px;
		height: 15px;
		float: left;
		margin: 48px 0px 35px 0px;
	}
}

@media screen and (min-width: 1200px) {
	#denn-logo-footer {
		width: 161px;
		background: transparent url(img/denn-footer-logo.png) no-repeat;
		float: left;
		margin: 41px 0px 41px 40px;
	}
}

/********************************************************************************
   Other
********************************************************************************/


@media screen and (max-width: 592px) {
	.gmap_canvas {
		max-height: 250px;
	}
	#key-down {
		display:none;
	}
	
	#now-leasing {
		min-height:0;
		padding:15px 0;
	}
}

@media screen and (min-width: 768px)  { 
	
} 

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}
.spring-special #popupMessage {
	background: transparent url(img/cherry-blossom.png) no-repeat center center;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.spring-special #popupMessage .modal-content  {
	background-color: rgba(255,79,123,0.8);
}

.spring-special #popupMessage .modal-content h2, 
.spring-special #popupMessage .modal-content h3, 
.spring-special #popupMessage .modal-content h4, 
.spring-special #popupMessage .modal-content h5,
.spring-special #popupMessage .modal-content h6,
.spring-special #popupMessage .modal-content p {
	color: #fff;
}

.spring-special #popupMessage .modal-content h2.modal-title {
	
}
.spring-special #popupMessage .modal-content h2.subhead {
	border-top: 1px solid #fff;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.spring-special #popupMessage .modal-content h3 {
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 30px;
}
.spring-special #popupMessage .modal-content .small {
	font-size: 14px;
}


/* SOCIAL ICONS */
.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-icons .social-icon {
  font-size: 1.75rem;
}
.social-icons .social-icon a {
  display: block;
  padding: .25rem 1rem;
  -webkit-transition: all .25s ease;
          transition: all .25s ease;
}
@media (min-width: 768px) {
  .social-icons__header {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.social-icons__header .social-icon {
  font-size: 1.5rem;
}
.social-icons__header .social-icon a {
  color: #fff !important;
  padding-top: .375rem;
  padding-bottom: .375rem;
}
.social-icons__header .social-icon a:hover {
  opacity: .25;
}
.social-icons__footer a {
  color: #d28c49 !important;
}
.social-icons__footer a:hover {
  color: #7d4d1f !important;
}

.btn-header-top {
	display:block;
	background:#559bb4 !important;
	color:#fff !important;
	text-align: center;
}

.btn-header-top:hover,
.btn-header-top:focus {
	background:#307188 !important;
	color:#fff !important;
}
