/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* 
COLORS
gold #f7ae75; 
purple #372135;
green #62795b;
cream #F6F6EE;
*/
html,
button,
input,
select,
textarea {
    color: #372135;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.btn {
	background: #372135;
color: #f7ae75;
padding: 8px 10px;
text-decoration: none;
text-transform: uppercase;
margin: 15px auto;
width: 60%;
text-align: center;
display: block;
}
.btn:hover {background: #62795b;
color: #F6F6EE;}
textarea {
    resize: vertical;
}
.flex-direction-nav {display:none!important;}

h1 {
	text-align: center;
color: #372135;
font-size:2em;
line-height: 1em;
margin: 0px;
font-weight:200;
}
p {color:#62795b;
margin:2px;
font-size: 95%;}
.threeCol article p {
	font-size:1em;
	text-align: center;
	line-height: 19px;
	letter-spacing: 3px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h4 {
	font-weight: 100;
}
#listings {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
clear: both;
}

#units {
	position: relative;
	width: 100%;
	max-height: 395px;
	overflow: hidden;
	margin: 10px 0;
}

.unit {
	/*width: calc(100% - 2px);*/
	height: auto;
	margin: 0 0 1px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
}

.unit .unit-top {
	width: 100%;
	max-height: 75px;
	cursor: pointer;
	transition: background .2s;
}

.unit .unit-top:hover {
	background: rgba(0, 0, 0, .05);
}

.unit .unit-top .unit-img {
	position: relative;
	max-width: 100px;
	width: 22%;
	max-height: 75px;
	overflow: hidden;
	float: left;
}

.unit .unit-top .unit-img img {
	width: 100%;
}

.unit .unit-top .unit-info {
	position: relative;
	width: 78%;
	height: 75px;
	overflow: hidden;
	float: left;
	color: #000;
	font-size: 12px;
	line-height: 16px;
}

.unit .unit-top .unit-info .details {
	position: relative;
	display: block;
	width: 95%;
	height: 100%;
	margin: 0 0 0 5%;
	padding: 0;
}

.unit .unit-top .unit-info .details div::before {
	display: block;
	font-size: .75em;
	text-transform: uppercase;
	color: #777;
	margin: 10px 0 5px 0;
	padding: 0;
}

.unit .unit-top .unit-info .details div {
	display: block;
	position: relative;
	float: left;
	height: 100%;
	overflow: hidden;
}

.unit-price .nofee {
	display: block;
	font-size: .85em;
	font-weight: 400;
	color: #000;
}

.unit-fp {
	z-index: 12 !important; 
}

.unit-fp a {
	color: #777;
}

.unit-fp a:hover {
	color: #000;
}

.unit-btn {
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100% !important;
}

.fa-map-o {
	margin-left: 2px;
}

.unit .unit-top .unit-info .details .unit-number::before {
	/*content: "unit";*/
	content: "floor";
}

.unit .unit-top .unit-info .details .unit-layout::before {
	content: "layout";
}

.unit .unit-top .unit-info .details .unit-price::before {
	content: "price";
}

.unit .unit-top .unit-info .details .unit-fp::before {
	content: "floor plan";
}

.unit .unit-top .unit-info .details .unit-number {
	width: 20%;
	/*display: none;*/
}

.unit .unit-top .unit-info .details .unit-layout {
	width: 30%;
}

.unit .unit-top .unit-info .details .unit-price {
	width: 20%;
}

.unit .unit-top .unit-info .details .unit-fp {
	width: 30%;

}

.unit .unit-top .unit-info .details .unit-layout .bedroom {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.unit .unit-top .unit-info .details .unit-layout .bath {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

.unit .unit-bottom {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
}

.unit.active .unit-bottom {
	display: block;
}

.unit .unit-bottom .unit-extra {
	position: relative;
	height: auto;
	float: right;
	width: 100%;
	max-width: calc(100% - 120px);
	margin: 0;
	color: #222;
	font-size: .8em;
	text-transform: none;
}

.unit .unit-bottom .unit-extra .gallery {
	position: relative;
	display: block;
	
	padding: 0;
}

.unit .unit-bottom .unit-extra .gallery a {
	display: block;
	float: left;
	width: 55px;
	max-height: 41px;
	margin: 0 4px 4px 0;
	padding: 0;
	border: 1px solid #eee;
	overflow: hidden;
	transition: border .3s;
}

.unit .unit-bottom .unit-extra .gallery a:hover {
	border: 1px solid #000;
}

.unit .unit-bottom .unit-extra .gallery a img {
	position: relative;
	width: 100%;
}

.unit .unit-bottom .unit-extra .amenities {
	padding: 10px 0;
	line-height: 1.45em;
}

.button {
	cursor: pointer;
}

.unit .button {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 5px 10px 0 0;
	text-transform: uppercase;
	transition: all .3s;
	color: #000 !important;
	text-align: center;
	text-decoration: none;
}

.unit .button.apply {
	background: #372135;
	color: #fff !important;
}

.unit .button:hover {
	text-decoration: none !important;
	border-color: #000;
	color: #000 !important;
	background: #fff;
}

.litebox-overlay * {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.litebox-inline-html {
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	margin-top: 0 !important;
}

.litebox-inline-html .col-3 {
	position: relative;
	width: 95%;
	max-width: 400px;
	margin: 0 auto;
	background: #fff;
	text-shadow: none !important;
	color: #000;
}

.litebox-container .col-3 h3 {
	max-width: 90%;
	margin: 5% 5% 0 5%;
	text-align: left;
	padding-top: 5%;
	text-transform: uppercase;	
}

.litebox-container .col-3 .agent-phone {
	text-align: left;
	margin: 10px 0 0 5%;	
}

.litebox-container .contact-form {
	position: relative;
	margin: 0;
	padding: 0 5% 20px 5%;
	width: 90%;
	text-align: left;
}

.litebox-container .contact-form label {
	display: block;
	padding: 0;
	margin: 0 0 0 0;
	color: #222;
	width: 100%;
	font-size: 12px;
}

.litebox-container .contact-form input {
	color: #000;
	width: 100%;
	text-indent: 5px;
	margin: 0 0 5px 0;
	padding: 0;
	height: 30px;
	font-size: 16px;
	border: 1px solid #ccc;
}

.litebox-container .contact-form select {
	color: #000;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	height: 30px;
	font-size: 13px;
	border: 1px solid #ccc;
	background: #fff;
}

.litebox-container .contact-form textarea {
	width: 100%;
	margin-bottom: 8px;
	height: 75px;
	font-size: 16px;
	padding: 5px 0;
	text-indent: 5px;
	border: 1px solid #ccc;
}

.litebox-container .contact-form .button {
	position: relative;
	border: 1px solid #ccc;
	z-index: 2;
	width: 100px;
	text-transform: uppercase;
	transition: all .3s;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.litebox-container .contact-form .button:hover {
	border: 1px solid #000;
	color: #000;
	
}

.litebox-container .contact-form .button.process, .contact-form .button.process:hover {
	background: #ddd;
}

.litebox-container .contact-form .required-text {
	position: relative;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 9px;
	color: #777;
	line-height: 16px;
}

.litebox-container .contact-form .required-text a {
	color: #777;
}

.mCS-minimal.mCSB_scrollTools_vertical {
	right: -16px !important;
}

.mCSB_inside>.mCSB_container {
	margin-right: 20px !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
