@charset "utf-8";
/* CSS Document From 1150px */
@font-face {
    font-family: 'Calibri';
    src: url('../../fonts/Calibri.eot');
    src: url('../../fonts/Calibri.eot') format('embedded-opentype'),
         url('../../fonts/Calibri.woff2') format('woff2'),
         url('../../fonts/Calibri.woff') format('woff'),
         url('../../fonts/Calibri.ttf') format('truetype'),
         url('../../fonts/Calibri.svg#Calibri') format('svg');
}
#wrapper  {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1000px;
	height: auto;
	max-height: 100%;
	margin: 0 5% 2% 5%;
	font-family: Calibri;
	background-image: url(../../images/the_apartments.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 1;
}

#wrapper #mainRight {
	display: block;
	width: 25%;
	height: 100%;
	padding: 1% 0.5% 0 0.5%;
	margin-top: 4%;
	margin-right: 3.5%;
	font-size: 1.4vw;
	color: #232323;
	line-height: 13px;
	float: right;
	clear: right;
	z-index: 6;
}
#wrapper #mainRight p  {
	font-size: 1.4vw;
	color: #232323;
	line-height: 14px;
	text-align: left;
}
#wrapper #mainRight span a  {
	color: #0E7CFF;
	font-weight: bold;
	font-size: 1.4vw;
	text-decoration: underline;
}
#wrapper #mainRight span a:hover  {
	color: #003E88;
	text-decoration: none;
}
#wrapper #mainRight #linkHolder  {
	display: block;
	width: 100%;
	height: 10%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
	float: left;
}
#wrapper #mainRight #linkHolder a  {
	display: block;
	width: 35%;
	height: auto;
	margin-left: 7%;
	padding: 1%;
	font-size: 1.5vw;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	background-color: #F3F900;
	text-align: center;
	float: left;
}
#wrapper #mainRight #linkHolder a:hover  {
	font-size: 1.5vw;
	font-weight: bold;
	text-decoration: none;
	color: #F3F900;
	background-color: #000;
	text-align: center;
}
#wrapper #mainLeft {
	position: relative;
	display: block;
	width: 32%;
	height: 100%;
	margin-left: 2%;
	margin-top: 30%;
	padding-bottom: 5px;
	font-size: 14px;
	color: #000;
	background-color: none;
	line-height: normal;
	text-align: left;
	float: left;
	clear: right;
	z-index: 6;
}
#wrapper #mainLeft img {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1%;
	float: left;
}
#wrapper #mainLeft #videoHeading  {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 2%;
	font-size: 13px;
	text-align: center;
	float: left;
}
#wrapper #mainLeft a #coveVid  {
	position: absolute;
	width: 81%;
	height: auto;
	top: 40%;
	padding: 2.5% 1.5% 2.5% 1.5%;
	margin: 0 8% 2% 8%;
	color: #000;
	font-size: 1.6vw;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	background-color: rgba(230,252,0,0.64);
	float: left;
	z-index: 7;
}
#wrapper #mainLeft a #coveVid:hover  {
	position: absolute;
	width: 81%;
	height: auto;
	top: 40%;
	padding: 2.5% 1.5% 2.5% 1.5%;
	margin: 0 8% 2% 8%;
	color: #F8F700;
	font-size: 1.6vw;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #000;
	float: left;
	z-index: 7;
}
#wrapper #mainLeft a #gardenVid  {
	position: absolute;
	width: 81%;
	height: auto;
	top: 70%;
	padding: 2.5% 1.5% 2.5% 1.5%;
	margin: 0 8% 0 8%;
	color: #000;
	font-size: 1.6vw;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	background-color: rgba(230,252,0,0.64);
	float: left;
	z-index: 7;
}
#wrapper #mainLeft a #gardenVid:hover  {
	position: absolute;
	width: 81%;
	height: auto;
	top: 70%;
	padding: 2.5% 1.5% 2.5% 1.5%;
	margin: 0 8% 0 8%;
	color: #F8F700;
	font-size: 1.6vw;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #000;
	float: left;
	z-index: 7;
}	
#wrapper #botSpace  {
	display: block;
	width: 90%;
	height: 180px;
	padding: 5px;
	clear: both;
}

@media (max-width:680px) {
	
#wrapper #mainRight {
	padding: 1% 0.5% 0 0.5%;
	font-size: 1.5vw;
	line-height: 12px;
}	
#wrapper #mainRight p {
	font-size: 1.5vw;
	line-height: 12px;
}	
#wrapper #mainLeft #videoHeading  {
	font-size: 1.6vw;
}	
	
}