@charset "UTF-8";
/*
Theme Name: The Office Apartments
Theme URL: http://www.theofficeapts.com
Description: The Office Apartments
Author:  FRED AGENCY http://fredagency.com
Version: 1.0
License: GNU General Public License
*/


 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;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	line-height: normal;
	margin:0; 
	width:100%; 
	height:auto; 
	-webkit-text-size-adjust: 100%;
	
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align:top;
}
a img {
	border: none;
}

div, input, p, textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus  
{  
    outline: none;  /* REMOVES ANY ON FOCUS ON DIVS */   
}

a:link {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
a:visited {text-decoration:none;}


.effect { /* ENABLES ALL CSS TRANSITION FOR THAT NODE/TAG */
	-webkit-transition: all 1s ease;  
    -moz-transition: all 1s ease;  
    -o-transition: all 1s ease;  
    transition: all 1s ease;  
}

.noEffect { /* DISABLE ALL CSS TRANSITION FOR THAT NODE/TAG */
	-webkit-transition: none 0s ease !important;  
    -moz-transition: none 0s ease !important;  
    -o-transition: none 0s ease !important;  
    transition: none 0s ease !important;  
}

.swiper-container, .swiper-wrapper, .swiper-slide {
	position:relative;
	width:100%;
	height:auto;
}

@font-face {
    font-family: 'openSans_light';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

h1 {
	font-family: 'openSans_light', sans-serif;
	font-size: 25px;
	color: #976f41;
	text-transform: uppercase;
	text-align: center;

}

@media only screen and (min-width : 980px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-family: 'openSans_light', sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}

@media only screen and (min-width : 980px) {
	h2 {
		font-size: 14px;
		line-height: 18px;
	}
}


h3 {
	font-family: 'openSans_regular', sans-serif;
	font-size: 20px;
	color: #8d6940;
	line-height: normal;
	margin-bottom: 15px;
}

@media only screen and (min-width : 768px) {
	h3 {
		font-size: 16px;
	}
}

@media only screen and (min-width : 1024px) {
	h3 {
		font-size: 24px;
	}
}

h4 {
	font-family: 'openSans_light', sans-serif;
	font-size: 14px;
	color: #8d6940;
	margin-bottom: 5px;
}

h5 {
	font-family: 'openSans_regular', sans-serif;
	font-size: 16px;
	color: #8d6940;
	margin-bottom: 5px;
}


#content {
	position:relative;
	width: 100%;
	z-index: 9;
}



/* ------------------------- HEADER -------------------------- */

#header {
	position: absolute;
	top: 0px;
	left: 3%;
	width: 94%;
	height: auto;
	z-index: 999;
}

@media only screen and (min-width : 768px) {
	#header {
		width: 97%;
		left: 1.5%;
	}
}

#header , #header a, #menuContainer, #menuContainer a {
	font-family: 'openSans_regular', sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#logoContainer {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.75);
	width: 100%;
	height: 87px;
	margin: 0px auto 10px auto;
	position: absolute;
	z-index: 50;
	top:0;
	left: 0;
}

@media only screen and (min-width : 768px) {
	#logoContainer {
		position: fixed;
		top: 10px;
		width: 96%;
		left: 2%;
		z-index: 7000;
	}

}

#logo {
	position: relative;
	display: block;
	width: 252px;
	height: 52px;
	margin: 0 auto;
	padding-top: 19px;
	top:0;
	left: 0;
}


/* ------------------------- MENU -------------------------- */

#nowOpen {
	width: 105px;
	height: 49px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.75);
	color: #8f6b41;
	z-index: 7001;	
	font-family: 'openSans_regular', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 50px;
	text-align: center;
}

@media only screen and (min-width : 768px) {
	#nowOpen {
		width: 130px;
		font-size: 16px;
	}
}

#menuScroll {
	position: absolute;
	top: 107px;
	left: 3.1%;
	z-index: 7000;
	display: block;
}

@media only screen and (min-width : 768px) {
	#menuScroll {
		position: fixed;
		left: 1.6%;		
		top: 0px;
		padding-top: 215px;
		
	}
}

#menuContainer {
	position:relative;
	display: block;
	width: 105px;
	height: auto;
	z-index: 1;
}

@media only screen and (min-width : 768px) {
	#menuContainer {
		width: 130px;
	}
}

#homeLink {
	display: inline-block;
	width: 105px;
	height: 24px;
	color: #ffffff !important;
	line-height: 27px;
	background: #906d43;
}

@media only screen and (min-width : 768px) {
	#homeLink {
		position: absolute !important;
		left: 25px;
	}
}

#homeLogo {
	padding: 4px 11px 4px 8px;
}

@media only screen and (min-width : 768px) {
	#homeLogo {
		padding: 4px 11px 4px 12px;
	}
}

#menuBtn {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.9);
	width: 95px;
	position: relative;
	display: block;
	height: 46px;
	padding: 5px;
	line-height: 15px;
}

@media only screen and (min-width : 768px) {
	#menuBtn {
		display: none;
	}
}

#menuText {
	padding: 0 3px;
}

#applyNow {
	position: relative;
	display: block;
	width: 105px;
	height: auto;
	background: #906d43;
	height: 24px;
	color: #ffffff !important;
	line-height: 27px;
    text-align: center;
    transition: all .1s ease;
}

@media only screen and (min-width : 768px) {
	#applyNow {
		position: absolute !important;
		top: 525px;
		left: 25px;
		z-index: 99;
	}
}

#applyNow:hover{
    background: #33220e;
}



#applyNow input{
    background-color: transparent;
    width: 100%;
    border: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
}

#menuSidebar {
	display: none;
}

@media only screen and (min-width : 768px) {
	#menuSidebar {
		position: relative;
		display: block;
		width: 25px;
		height: 549px;
		background: #605954;
		overflow: hidden;
		margin-top: -15px;
	}
}

@media only screen and (min-width : 768px) {
	#menuSidebarText {
		position: relative;
		display: block;
		margin: 258px 0 0 -259px;
		width: 550px;
		height: 20px;
		text-align: left;
		letter-spacing: 3px;
		color: #ffffff;
		transform: rotate(-90deg);		
		-webkit-transform: rotate(-90deg); /* Safari */
		-moz-transform: rotate(-90deg); /* Firefox */
		-ms-transform: rotate(-90deg); /* IE */
		-o-transform: rotate(-90deg); /* Opera */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
	}
}

#menu {
	display: none;
	position: absolute;
	width: 105px;
	height: auto;
	top: 0px;
	left: 108px;	
	background: rgb(255,255,255);
	background: rgba(255,255,255,.9);
}

@media only screen and (min-width : 768px) {
	#menu {
		display: block;
		top: 24px;
		left: 25px;
	}
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	position: relative;
	display: block;
	margin:  3px 5px;
	border-bottom: 1px dashed #000000;
}

#menu ul li a {
	position: relative;
	display: block;
	width: 95px;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: center;
}

#menu ul li a img {
	width: 45px;
	height: auto;
}

#menu ul li a:hover {
	background: #ffffff;
}

#menu ul li:last-child {
	border-bottom: 0px;
}


#container .scale {
	-ms-transform: scale(.5, .5); /* IE 9 */
	-webkit-transform: scale(.5, .5); /* Safari */
	-moz-transform: scale(.5, .5);
	  -o-transform: scale(.5, .5);
	     transform: scale(.5, .5);
	top: -20px;
	left: -10px;
	padding: 0px 0px 0px 0px;
}


@media screen and ( min-height: 550px ){
	#container .scale {
		-ms-transform: scale(.6, .6); /* IE 9 */
		-webkit-transform: scale(.6, .6); /* Safari */
		-moz-transform: scale(.6, .6);
		  -o-transform: scale(.6, .6);
		     transform: scale(.6, .6);
		left: -5px;
		padding: 30px 0px 0px 0px;
	}
}

@media screen and ( min-height: 600px ){
	#container .scale {
		-ms-transform: scale(.7, .7); /* IE 9 */
		-webkit-transform: scale(.7, .7); /* Safari */
		-moz-transform: scale(.7, .7);
		  -o-transform: scale(.7, .7);
		     transform: scale(.7, .7);
		left: 0px;
		padding: 60px 0px 0px 0px;
	}
}

@media screen and ( min-height: 650px ){
	#container .scale {
		-ms-transform: scale(.8, .8); /* IE 9 */
		-webkit-transform: scale(.8, .8); /* Safari */
		-moz-transform: scale(.8, .8);
		  -o-transform: scale(.8, .8);
		     transform: scale(.8, .8);
		left: 1%;
		padding: 90px 0px 0px 0px;
	}
}

@media screen and ( min-height: 750px ){
	#container .scale {
		-ms-transform: scale(.9, .9); /* IE 9 */
		-webkit-transform: scale(.9, .9); /* Safari */
		-moz-transform: scale(.9, .9);
		  -o-transform: scale(.9, .9);
		     transform: scale(.9, .9);
		left: 1.5%;
		padding: 120px 0px 0px 0px;
	}
}








/* ------------------------- BACKGROUND ON IPAD/DESKTOP  -------------------------- */
#background {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow:hidden;
}

@media only screen and (min-width : 768px) {
	#background {
		display:block;
	}
}

.bgImgCont {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bgImgCont img {
	
}

#bgImg1 {
	z-index: 3;
}

#bgImg2 {
	z-index: 2;
}







/* ------------------------- SECTIONS CLASSES  -------------------------- */

.sections {
	position: relative;
    min-height: 570px;
	overflow:hidden;
	width: 100%;
}

@media only screen and (min-width : 768px) {
	.sections {
		text-align: center;
		overflow: visible;
	}
}

.bgSections {
	position: absolute;
	min-width: 910px;
    min-height: 570px;
	width: 100%;
	top:0px
}

@media only screen and (min-width : 500px) {
	.bgSections {
		left: -50%
	}
}

@media only screen and (min-width : 600px) {
	.bgSections {
		left: -20%
	}
}

@media only screen and (min-width : 768px) {
	.bgSections {
		left: 0px;
		display:none; /* HIDE ALL IMAGE BACKGROUND FOR SECTIONS */
	}
}

.sec1 {
	/* background: blue; */
}

.sec2 {
	/* background: red;
	background: rgba(255,255,255,.1);
	padding: 0px 0px;*/

}


@media only screen and (min-width : 768px) {
	.sec2 {
		margin: 120px auto;
	}
}

@media only screen and (min-width : 1200px) {
	.sec2 {
		margin: 150px auto;
	}
}




/* ------------------------- SHARED CLASSES  -------------------------- */

.pageIntro {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 570px;
	line-height: 570px;
}

@media only screen and (min-width : 768px) {
	.pageIntro {
		position: relative;
		display: block;
		width: 70%;
		margin: 0px auto;
		left: 85px;
	}
}

@media only screen and (min-width : 1024px) {
	.pageIntro {
		width: 65%;
		max-width: 700px;
	}
}

.introBg {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: 100px;
	left: 3.5%;
	background-color: rgb(0,0,0);
	background: rgba(0,0,0,.75);
	margin: 0px;
	height: auto;
	width: 92%;
	border-spacing: 20px;
	padding: 3px;
	line-height: normal;
	text-align: center;
}

@media only screen and (min-width : 768px) {
	.introBg {
		top: 0px;
		left: 0px;
		margin: 0;
	}
}

.introContent {
	position: relative;
	border: 1px dotted #8f6b41;
	height: auto;
	top: 0px;
	left: 0px;
	padding: 20px 13px;
}

@media only screen and (min-width : 768px) {
	.introContent {
		left: 0%;
	}
}

.downArrow {
	position: absolute;
	left: 0px;
	bottom: -60px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	margin: 0;
	text-align:center;
}

.bgArrow {
	margin: 0px auto;
	width: 40px;
	height: 40px;
	background: #8a663c;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	overflow:hidden;
}

.bgArrow:hover {
	background: #61574F;
}

.daContainer {
	position:absolute;
	top:0px;
	width: 100%;
	text-align:center;
}



.downArrow2 {
	position: absolute;
	left: 0px;
	bottom: -60px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	margin: 0;
	text-align:center;
}


.pageContent-bg{
	position: relative;
	background: rgba(255, 255, 255, 0.8);
    min-height: 200px;
    width: 93.75%;
	margin: 10px auto;  
	line-height: normal;
	text-align: left;
}

@media only screen and (min-width : 768px) {
	.pageContent-bg {
		display:inline-block;
		vertical-align: middle;
		margin: 0px auto;
		width: 75%;
		left: 70px;
		line-height: normal;
		text-align: left;
	}
}

@media only screen and (min-width : 1024px) {
	.pageContent-bg {
		width: 80%;
	}
}

@media only screen and (min-width : 1440px) {
	.pageContent-bg {
		width: 83%;
		left: 110px;
	}
}


.pageContent {
	padding: 20px;
}

.contentText, p {
	font-size: 12px;
	font-family: 'openSans_regular';
	line-height: 1.4;
	color: #605954;
}

.clear {
	clear: both;
}

.alignCenter {
	text-align: center;
}



/* ------------------------ HOME ------------------------ */

#homeSlide {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#homeTop {
	margin: 0px;
	position: relative;
}

#home {
	position: relative;
	z-index: 9;
	min-height: 570px;
}

#homeSlide, .homeImages-container{
	height: 100% !important;
	width: 100% !important;
}

#home h1 {
	font-size: 20px;
}

@media only screen and (min-width : 768px) {
	#home h1 {
		font-size: 26px;
	}
}

#home h2 {
	font-size: 14px;
	text-transform: none;
}












/* ------------------------ FLOORPLANS ------------------------ */
@media only screen and (min-width : 980px) {
	#fpFullContainer {
		position: relative;
		display: block;
		width: 80%;
		left: 70px;
		margin: 0 auto;
	}
}

@media only screen and (min-width : 1440px) {
	#fpFullContainer {
		width: 83%;
		left: 110px;
	}  
}

.page-template-floorplans .pageContent-bg {
	margin: 50px auto;
}

@media only screen and (min-width : 980px) {
	.page-template-floorplans .pageContent-bg {
		margin: 150px auto;
	}
}


@media only screen and (min-width : 980px) {
	.page-template-floorplans .pageContent-bg {
		width: 57%;		
		margin: 0;
		left: 0px;
		display: inline-block;
	}
}

@media only screen and (min-width : 1100px) {
	.page-template-floorplans .pageContent-bg {
		width: 61%;		
	}
}

@media only screen and (min-width : 1300px) {
	.page-template-floorplans .pageContent-bg {
		width: 67%;		
	}
}

@media only screen and (min-width : 1440px) {
	.page-template-floorplans .pageContent-bg {
		width: 71%;	
		margin: 200px auto;
	}
}

.page-template-floorplans .pageContent {
	position: relative;
	padding: 5px;
}

.fpSelect-container {
	position: relative;
	display: inline-block;
    background: #6c6662;
    width: 104px;
    padding: 0px 18px;
    margin-bottom: 10px;
}

.fpSelect-container select {
	font-family: 'openSans_regular', sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background: transparent;
	width: 118%;
	height: 30px;	
	border: none;
	-moz-border-radius: 0px;
	     border-radius: 0px;
	-webkit-border-radius: 0px;	
	-webkit-box-sizing: content-box;	
	   -moz-box-sizing: content-box;	
	        box-sizing: content-box;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: url('http://theofficeapts.com/wp-content/themes/theOffice/images/dropDownArrows.png') no-repeat right #6c6662;
	
}

.fpSelect-container select option {
	padding:0px;
	color: #ffffff !important;
	background: #6c6662;
}


#fpContainer {	
	position: relative;
	overflow: auto;
	height: 420px;
}

@media only screen and (min-width : 768px) {
	#fpContainer {	
		height: 542px;
	}
}

@media only screen and (min-width : 980px) {
	#fpContainer {	
		height: 482px;
	}
}

.fpList {
	position: relative;
	background: #eeeded;
	margin-bottom: 5px;	
	padding-bottom: 25px;
}

@media only screen and (min-width : 1440px) {
	.fpList {		
		width:49%;
		display: inline-block;
	}
}

.fpList:last-child {
	margin-bottom: 0px;
}

.fpList-image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (min-width : 768px) {
	.fpList-image {
		display: inline-block;
		width: 75%;
		vertical-align: top;
	}
}

@media only screen and (min-width : 980px) {
	.fpList-image {
		width: 57%;
	}
}

.fpList-image img {
	width: 98%;
	height: auto;
	padding: 2%;
}

.fpRight{
	position: relative;
	display: block;
}

@media only screen and (min-width : 768px) {
	.fpRight {
		display: inline-block;
		width: 20%;
		margin-top: 25px;
	}
}

@media only screen and (min-width : 980px) {
	.fpRight {
		display: inline-block;
		width: 36%;
		margin-top: 25px;
	}
}

.fpList-info {
	position: relative;
	display: block;
	width: 85%;
	padding: 0px 5px 20px 0;
	margin: 0 auto;
	font-family: 'openSans_regular', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #605954;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
}

@media only screen and (min-width : 768px) {
	.fpList-info {
		width: 100%;		
		padding: 0px 0px 20px 0;		
		line-height: 20px;
	}
}

@media only screen and (min-width : 768px) {
	.fpList-title {
		margin-right: 5px;
	}
}

@media only screen and (min-width : 768px) {
	.fpList-moreInfo {
		margin-right: 5px;
	}
}

@media only screen and (min-width : 768px) {
	.fpList-sf {
		margin-right: 5px;
	}
}

.fpAvail {
	position: relative;
	display: block;
	width: 85%;
	margin: 0 auto;
	font-family: 'openSans_regular', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #605954;
	text-transform: uppercase;
	text-align: right;
	vertical-align: top;
	letter-spacing: 1px;
}

@media only screen and (min-width : 768px) {
	.fpAvail {
		width: 100%;
	}
}

.fpAvailList {
	display: none;
}

.fpAvailUnits {
	padding: 0 5px 10px 0;
}


.fpLeaseNow {
	background: #a07b52;
	color: #ffffff;
	padding: 7px 15px;
	margin-top: 5px;
}

.viewDetails {
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 28px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #976f41;
    background: rgba(151,111,65,.9);
}

.fpLeaseNow:hover, .viewDetails:hover {
	background-color: #6c6662;
}

.fpList-image img:hover .viewDetails {
	background: #6c6662;
	cursor: pointer;
}

#buildingContainer {
	display: none;
}

@media only screen and (min-width : 980px) {
	#buildingContainer {
		position: relative;
		display: inline-block;
		width: 335px;		
		height: 532px;
		vertical-align: middle;
		line-height: normal;
		margin: 0 0 0 -3px;
		overflow: hidden;
		min-height: 200px;
	}
}

@media only screen and (min-width : 980px) {
	.buildingImage {
		position: absolute !important;
		width: 335px;		
		height: 532px;
	}
	
	#buildingImage {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: block;
	}

	#buildingImageClear {
		position: relative;
		display: block;
		z-index: 2;
	}
}

.fpLarge {
	position:relative;
	width: 100%;
	height: auto;	
}

.fpLarge img {
	position:relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#noneAvail {
	position:relative;
	margin-top: 20%;
	font-family: 'openSans_regular';
	font-size: 12px;
	color: #605954;
	text-align:center;
	display:none;
}














/* ------------------------ FEATURES ------------------------ */
.featLeft {
	position:relative;
	color: #605954;
	font-size: 12px; 
	font-family: 'openSans_regular', sans-serif;
	line-height: 1.4;
	
}

@media only screen and (min-width : 1440px) {
	.featLeft {
		width: 58%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
		
	}
}

.featCol {
	position:relative;
}

@media only screen and (min-width : 1024px) {
	.featCol {
		width: 48%;
		padding-right: 2%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
	}
}

.featLeft ul {
	margin-left: 13px;
}

.featLeft ul li {
	margin-bottom: 8px;
}


.featRight {
	position:relative;
	margin-top: 20px;
}

@media only screen and (min-width : 1440px) {
	.featRight {
		width: 42%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
		margin: 0px;
		overflow:hidden;
	}
}


.featImages {
	width: 100%;
}

@media only screen and (min-width : 1440px) {
	.featImages {
		min-width: 628px;
		min-height: 420px;
		
	}
}











/* ------------------------ GALLERY ------------------------ */
#gallery {
	min-height: 500px;
}

#gallery .pageContent-bg {
	margin: 50px auto;
	padding: 5px 0px;
}

@media only screen and (min-width : 768px) {
	#gallery .pageContent-bg {
		margin: 150px auto;
	}
}

@media only screen and (min-width : 768px) {
	#gallery .pageContent-bg {
		margin: 150px auto;
	}
}

@media only screen and (min-width : 1440px) {
	#gallery .pageContent-bg {
		margin: 200px auto;
	}
}

#gallery .pageContent{
	padding: 0px 5px;
}

@media only screen and (min-width : 768px) {
	#gallery .pageContent{
		position: relative;
	}
}

#galMenu {
	position: relative;
}

.galBtn {
	display:inline-block;
	vertical-align: top;
	width: 130px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	background:#9f7b51;
	color: #fff;
	text-align: center;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-family: 'openSans_regular';
}

@media only screen and (min-width : 1024px) {
	. {
		width: 120px;
	}
}

.galBtn:hover, .galBtn.active {
	background: #000;
}

#galleryList {
	position:relative;
	overflow:auto;
	height: 400px;
}

@media only screen and (min-width : 768px) {
	#galleryList {
		height: 550px;
	}
}

@media only screen and (min-width : 1440px) {
	#galleryList {
		height: 485px;
	}
}

.galList {
	display:none;
}

.galContainer {
	position: relative;
	width: 100%;
	margin-bottom:4px;
}

@media only screen and (min-width : 530px) {
	.galContainer {
		width: 49%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
		margin-right: .7%;
	}
	
}

@media only screen and (min-width : 1024px) {
	.galContainer {
		width: 32.8%;
		margin-right: .5%;
	}
}

.galImages {
	position: relative;
	width: 100%;
}

.galEnlarge {
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 28px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background:#976f41;
	background: rgba(151,111,65,.9); 
}

.galContainer:hover .galEnlarge {
	background: #605954;
	background: rgba(96,89,84,.9); 
}

.galLarge, .galLarge img {
	position:relative;
	width: 100%;
}







/* ------------------------ LOCATION ------------------------ */
#locationLeft {
	position:relative;
}

@media only screen and (min-width : 1024px) {
	#locationLeft {
		width: 32%;
		display:inline-block;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
	}
}

#locationList {
	position: relative;
	width: 100%;
	min-height: 50px;
	max-height: 200px;
	overflow: auto;
	margin-bottom: 20px;
}

@media only screen and (min-width : 1024px) {
	#locationList {
		max-height: 395px;
		margin: 0px;
	}
}

#locationList .cContainers {
	display:block;
}

#locationRight {
	position:relative;
	font-family: 'openSans_regular';
}

@media only screen and (min-width : 1024px) {
	#locationRight {
		width: 66%;
		display:inline-block;
		vertical-align: top;
		margin-left: 2%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width : 1024px) {
	#locMenu {
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 99;
	}
}

.catBtn {
	display:inline-block;
	vertical-align: top;
	width: 130px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	background:#9f7b51;
	color: #fff;
	text-align: center;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

@media only screen and (min-width : 1024px) {
	.catBtn {
		width: 120px;
	}
}

.catBtn:hover, .catBtn.active {
	background: #000;
}

.mapContainer {
	width: 100%;
	height: 340px;
	border-style: dotted;
	border-color: #9f7b51;
	border-width: 1px;
}

@media only screen and (min-width : 1024px) {
	.mapContainer {
		height: 440px;
		border-style: dotted;
		border-color: #9f7b51;
		border-width: 1px;
	}
}

.mapAddress {
	line-height: 1.3;
	font-size: 12px;
	font-family: 'openSans_regular';
	color: #605954;
}

.mapAddress a {
	color: #605954;
}

.mapAddress a:hover {
	color: #8d6940;
}


@media only screen and (min-width : 1024px) {
	#dswContent {
		float: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 49%;
		margin-right: 1%;
	}
}

@media only screen and (min-width : 1440px) {
	#dswContent {
		width: 100%;
	}
}

@media only screen and (min-width : 1440px) {
	#locationLeft2 {
		float: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 30%;
	}
}

#locationVideo {
	position:relative;
	margin: 20px 0px 0px 0px;
	width: 100%;
}

@media only screen and (min-width : 1024px) {
	#locationVideo {
		float: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 49%;
		margin: -45px 0px 0px 1%;
	}
}


@media only screen and (min-width : 1440px) {
	#locationVideo {
		position:absolute;
		bottom: 20px;
		left: 20px;
		width: 29.5%;
		margin: 0px;
	}
}

#locationRight2 {
	position:relative;
	margin: 20px 0px 0px 0px;
	overflow:Hidden;
}

@media only screen and (min-width : 1440px) {
	#locationRight2 {
		width: 68%;
		margin: 0px 0px 0px 2%;
		float: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
}


#locationImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#locationImageClear {
	position:relative;
	width: 100%;
}


.popContent {
	font-family: 'openSans_regular';
	color: #000;
	font-size: 12px;
}

.popNum {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #976e40;
	color: #fff;
	width: 20px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	text-align: center; 
	margin-right: 5px;
}

.popContent strong {
	margin-bottom: 2px;
}

.popContent ul {
	padding-left: 35px;
}

.tooltipster-default {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px; 
	border: 0px solid #000;
	background: #fff !important;
	-webkit-box-shadow: 1px 1px 5px 2px #8d8d8d;
	   -moz-box-shadow: 1px 1px 5px 2px #8d8d8d;
	        box-shadow: 1px 1px 5px 2px #8d8d8d;
}

#popupLogo {
	width: 180px;
}








/* ------------------------ CONTACT ------------------------ */
@media only screen and (min-width : 1024px) {
	.left {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 48.5%;
		float: left;
	}

	.right {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 48.5%;
		float: left;
		margin-left: 3%;
	}
}

#contactLeft {
	position: relative;
}

@media only screen and (min-width : 1024px) {
	#contactLeft {
		width: 40%;
	}
}

@media only screen and (min-width : 1440px) {
	#contactLeft {
		width: 54%;
	}
}

.cContainers {
	position: relative;
	display:inline-block;
	vertical-align: top;
	color: #605954;
	font-size: 12px; 
	font-family: 'openSans_regular', sans-serif;
	margin-bottom: 20px;
	line-height: 1.4;
}

@media only screen and (min-width : 1024px) {
	.cContainers {
		line-height: 1.6;
		margin-bottom: 25px;
	}
}

.cContainers a {
	color: #605954;
}

.cContainers a:hover{
	color: #8d6940;
}

.cTitles {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	text-align: left;
}

#cAddress {
	margin-top: 0px;
	width: 100%;
}

#cFB {
	margin-left: 20px;
}

#cLeasing {
	width:100%;
}

.days {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 75px;
	float:left;
}
.hours {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	
	float:left;
}

#form {
	position: relative;
	margin: 10px 0px 0px 0px;
	font-family: 'openSans_regular';
	font-size: 12px;
}

@media only screen and (min-width : 1440px) {
	#form {
		position:absolute;
		top: 39px;
		right: 0px;
		width: 55%;
	}
}

#form input[type=text] {	
	position:relative;
	width:96%;
	background:#fff;
	padding:5px 2%;
	margin:0px 0px 7px 0px;
	border:0px;
	color:#605954; /* GRAY */
	font-size:12px;
	font-family: 'openSans_regular';
}


#form select {	
	position:relative;
	width:32%;
	background:#6d6762; /* BROWN */
	padding:5px 2%;
	margin:0px 0px 7px 0px;
	border:0px;
	color:#fff; /* GRAY */
	font-size:12px;
	font-family: 'openSans_regular';
}

#mvindt {
	margin-bottom: 5px;
}

#form #cInterested {
	width: 140px;
	text-transform: capitalize;
	display:block;
}

#form textarea {
	position:relative;
	width:95.5%;
	height:125px;
	background:#fff;
	padding:5px 2%;
	margin:2px .5% 7px 0px;
	border:0px;
	color:#605954; /* GRAY */
	resize:none;
	font-size:14px;
	font-family: 'openSans_regular';
}

.cSections {
	position:relative;
	margin-bottom:15px;
	text-align:left;
	font-family: 'openSans_regular';
}

.beds {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:27.5%;
	background:#e6e4e3;
	padding:8px 2%;
	margin:0px .5 7px 0px;
	border:0px;
	color:#605954; /* GRAY */
	font-size:12px;
	text-align:left;
	cursor:pointer;
}

.selectBed {
	background: #a8a4a1;
}

#submitBtn {
	display:block;
	background:#976f41; /* TAN */
	border:0px;
	color:#fff;
	width:92px;
	text-align:center;
	text-transform:uppercase;
	padding:5px 0px;
	margin: 0px 0px 20px auto;
	font-size:14px;
}

@media only screen and (min-width : 1024px) {
	#submitBtn {
		margin: 0px 0px 0px auto;
	}
}

#submitBtn:hover {
	background:#605954; /* GRAY */
}

#contactRight {
	overflow:hidden;
}

@media only screen and (min-width : 1024px) {
	#contactRight {
		width: 57%
	}
}

@media only screen and (min-width : 1440px) {
	#contactRight {
		width: 44%;
		margin-left: 2%;
	}
}

#contactImage {
	position: relative;
	width: 100%;
}

@media only screen and (min-width : 1024px) {
	#contactImage {
		height: 585px;
		width: auto;
		left: -20%;
	}
}

@media only screen and (min-width : 1440px) {
	#contactImage {
		height: 322px;
		width: auto;
	}
}

@media only screen and (min-width : 1615px) {
	#contactImage {
		height: auto;
		width: 100%;
	}
}








/* ------------------------- FOOTER -------------------------- */

#footer {
	position: relative;
	background: #605954;
	color: #ffffff;
	font-family: 'openSans_regular', sans-serif;
	font-size: 10px;
	width: 100%;
	height: 61px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 28px;
	z-index: 99;
}

@media only screen and (min-width : 768px) {
	#footer {
		position: fixed;
		width: 96%;
		height: 30px;
		left: 2%;
		bottom: 10px;		
		z-index: 999;
	}
}

#leftFooter {
	position: relative;
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
}

@media only screen and (min-width : 768px) {
	#leftFooter {		
		display: inline-block;
		text-align: left;
		float: left;
		width: 51%;
		padding: 5px 0 0 2%;
	}
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #000000;
}

#rightFooter {
	position: relative;
	display: block;
	padding-top: 0px;
	height: 20px;
	line-height: 23px;
}

@media only screen and (min-width : 768px) {
	#rightFooter {
		display: inline-block;
		text-align: right;
		float: right;
		width: 40%;
		line-height: 20px;
		padding: 5px 2% 0 0;
		margin: 0;
	}
}

#walkscore {
	position: absolute;
	top: 6px;
	left: 8px;
	display: block;
	width: 90px;
	height: auto;
}

@media only screen and (min-width : 768px) {
	#walkscore {
		width: 75px;
		top: 4px;
		left: 12px;
	}
}

#facebookLogo {
	padding-left: 85px;
	padding-top: 3px;
}

#instagramLogo {
	padding-right: 1px;
	padding-top: 3px;
}


#privacyLink {
	display: none;
}

#footerLogos {
	padding-top: 2px;
}

@media only screen and (min-width : 768px) {
	#footerLogos {
		padding-top: 1px;
	}
}