/*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */
.eject {
	width: 100%;
	margin-left: 10px;
	margin-top: 10px;
}

.eject-list {
	width: 100%;
}

.eject-list li.selects {
	border: 1px solid #998762;
	color: #998762;
}
.eject-list li.selects a{
	color: #998762;
}

.eject-list li {
	float: left;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	margin-right: 16px;
}

a.big-link {
	display: block;
	cursor: pointer;
	text-align: center;
	width: 54px;
	color: #555;
	line-height: 24px;
}

.eject-list li:nth-child(3n+3) {
	/* margin-right: 0; */
}

.units{
 margin-top: 25px;
}


.units-list {
 width: 100%;
 margin-bottom: 40px;
 border: 1px solid #d7d7d7;
 border-radius: 5px;

}

.units h1 {
 margin-left: 20px;
 position: relative;
 top: 1px;
 margin-top: 10px;
 font-weight: 900;
 font-size: 20px;
 line-height: 30px;
 color: #8a2a36;
 padding-bottom: 10px;
}
.line{
 width: 90%;
 float: right;
 border-bottom: 1px solid #cfcfcf;
}

.units h2 {
 float: left;
 padding-left: 20px;
 line-height: 30px;
 font-size: 12px;
 color: #999;
 font-weight: 900;
}
.city-list{
 margin-top: 15px;
 padding-bottom: 25px;
}
.units ul li {
 float: left;
 margin-left: 20px;
 color: #429dca;
 font-size: 13px;
 line-height: 30px;
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 80px;
	right: 50%;
	margin-right: 245px;
	width: 560px;
	position: absolute;
	z-index: 99999;
	padding: 30px 40px 34px;
	background: #fff;
}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
} 

