/*
Theme Name: Peak Campus
Theme URI: 
Description: This is custom theme for Peak Campus
Author: 
Version: 1.0
*/
/*@font-face {
	font-family: 'MyriadPro';
	src: url('public/fonts/MyriadPro-Regular.eot');
	src: local('O'), url('public/fonts/MyriadPro-Regular.ttf') format('truetype'), url('public/fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
	font-family: 'MyriadPro';
	src: url('public/fonts/MyriadPro-Regular.eot');
	src: url('public/fonts/MyriadPro-Regular.eot#iefix') format('embedded-opentype'),
			 url('public/fonts/myriadpro-regular.woff') format('woff'),
			 url('public/fonts/MyriadPro-Regular.ttf') format('truetype'),
			 url('public/fonts/MyriadPro-Regular.svg') format('svg');
	/*src:url('public/fonts/MyriadPro-Regular.eot');
	src: local('O'),
        url('public/fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('public/fonts/myriadpro-regular.woff') format('woff'),
        url('public/fonts/MyriadPro-Regular.svg') format('svg');*/
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'MyriadPro Bold';
	src: url('public/fonts/MyriadPro-Bold.eot');
	src: local('O'), url('public/fonts/MyriadPro-Bold.ttf') format('truetype'), url('public/fonts/MyriadPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
	font-family: 'MyriadPro Bold';
	src:url('public/fonts/MyriadPro-Bold.eot');
	src: local('O'),
        url('public/fonts/myriadpro-bold.woff') format('woff'),
        url('public/fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('public/fonts/MyriadPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('public/fonts/HelveticaNeue.eot');
	src: local('O'), url('public/fonts/HelveticaNeue.woff') format('woff'), url('public/fonts/HelveticaNeue.ttf') format('truetype'), url('public/fonts/HelveticaNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue Bold';
	src: url('public/fonts/HelveticaNeue-Bold.eot');
	src: local('O'), url('public/fonts/HelveticaNeue-Bold.woff') format('woff'), url('public/fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('public/fonts/HelveticaNeue-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
BODY { 
    margin: 0;
    padding: 0;
    text-align: left;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 	background: #000;
}
A { text-decoration: none; color: #FFF; outline: none;}
A:HOVER { text-decoration: underline;}
A IMG {border: none; }
LABEL { cursor: pointer; }
H1, H2, H3, H4, H5, H6, FORM, P, UL, OL {
	padding: 0;
	margin: 0;
}
DIV.page {
	margin: auto;
	overflow: hidden;
	min-width: 200px;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.area {
    margin: auto;
	width: 100%;
	max-width: 1378px;
	min-width: 300px; 
    text-align: left; 
}
.hidden { display: none !important; }

/* Header */
#header  H2  {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}
DIV.top {
	width: 100%;
	background: #404040;
	overflow: hidden;
	position: relative;
}
/* Slider */
#slider {
	/*width: 76%;*/
	/*height: 100%;*/
	/*height: 500px;*/
	height: 536px;
	/*position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	z-index: 0;
	
	margin-right: 237px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
#slider .more-info {
	position: absolute;
	left: 20px;
	top: 330px;
	z-index: 99;
}
#slider UL{
	list-style: none;
	height: 100%;
	width: 100%;
	margin:0;
	position: relative;
	z-index: 1;
}
#slider UL LI {
	width: 100% !important;
	height: 100% !important;
	display: none;
	position: absolute;
}
#slider UL LI:first-child {
	display: block;
}
#slider UL LI IMG.gallery-image {
	max-width: 1141px;
	/*width:100%;*/
	/*min-height: 100%;*/
	min-width: 1141px;
}
#slider UL LI IMG.top-image {
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 99;
}
.nav-wrapper {
	position: absolute;
    left: 0;
    bottom: 10px;
	text-align: center;
	width: 100%;
	z-index: 80;
}
#next, #prev  {
	background: url("public/images/bg/next.png") no-repeat right center;
	width: 11px;
	height: 19px;
	overflow: hidden; 
    z-index: 25;
	outline: none;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
#prev {
	background: url("public/images/bg/prev.png") no-repeat left center;
    left: 48%;
}
#nav{
    z-index: 25;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	position: relative;
    top: -13px;
	padding: 0 5px;
}
#nav A {
    background: #a0a0a0;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 0 0 1px;
    text-indent: -50000px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}
#nav A.activeSlide {
    background: #fff;
}
.info {
	position: absolute;
	top: 25px;
	left: 15px;
	z-index: 30;
}
.page-title {
	padding: 0 0 10px 0;
	margin: 0 0 0 -3px;
}
.gallery-wrap .page-title {
	padding: 25px 0 0 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.right-box {
	width: 237px;
	height: 536px;
	float: right;
	position: relative;
	z-index: 25;
	background-color: #000000;
}
#header A.logotype {
	background: #000;
	text-align: center;
	/*display: block;*/
	display: block;
	height: 96px;
	width: 100%;
    font-size: 0px;
    line-height: 0px;
	/*padding: 25px 0;*/
}
.logotype IMG {
	/* padding-top: 10px; */
	/* padding-bottom: 24px;*/
}

/* Menu */
.menu {
	width: 100%;
	position: relative;
}
.menu UL {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 100;
	padding: 10px 0 0 0;
	height: 210px;
}
.menu UL LI A  {
	color: #FFF;
	display: block;
	padding: 3px 15px;
	
	-webkit-transition: All 0.1s linear;
	-moz-transition: All 0.1s linear;
	-o-transition: All 0.1s linear;
}
.menu UL LI:HOVER A,
.menu UL LI.current-menu-item A {
	background: rgba(255,255,255,0.3);
	text-decoration: none;
}
.menu IMG {padding-left: 15px;}
#header .menu .special-offer A {
	background: #FFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 2px 15px;
	display: inline-block;
	padding: 1px 2px;
	font-weight: bold;
}
#header .menu .lease-now A,
#header .menu .renew-here A {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 2px 15px;
	display: inline-block;
	padding: 1px 4px;
	font-weight: bold;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg); /* IE 9 */
	-webkit-transform: rotate(-5deg); /* Safari and Chrome */
	-o-transform: rotate(-5deg); /* Opera */
	-moz-transform: rotate(-5deg); /* Firefox */
	color: #FFF;
}
#header .menu .renew-here A {
	margin-left: 30px;
	margin-top: -5px;
}
#header .menu .sub {
 	position: absolute;
	top: 0;
	left: 0;
	background-image: url("public/images/bg/arrow.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 205px;
	height: 100%;
	padding-left: 30px;
	/*display: none;*/
	z-index: 99;
}
#header .sub .wrapper {
	background: #FFF;
    color: #008EC2;
    display: table;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 205px;
}
#header .sub .wrapper2 {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#header .sub .close {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 34px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

/* Contact-form */
.contact-form-wrapper {
	background: #000;
	height: 226px;
}
.contact-form {
	padding: 15px 15px 0 15px;
}
#header .contact-form H2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	font-size: 12px;
}
/*added by David Blane */
#header .contact-form p.span {
	text-align:left;
	margin: 0;
	color: #fff;
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding-bottom: 15px;
}
#header .contact-form P {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#header .contact-form INPUT {
	background: #fff;
	width: 97%;
	height: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #000;
	padding: 4px 3px;
	outline: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #999;
	border-right: 1px solid #787878;
	margin-bottom: 5px;
}
#header .contact-form BUTTON {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	/*background: #ffde16;*/
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 5px 15px;
	cursor: pointer;
	float: right;
	font-size: 12px;
	font-weight: bold;
	
	color: #FFF;
}
#header .call,
#header .call P {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
}
.call {
	float: left;
	margin-right: 5px;
}

/* Social */
.social {
	width: 37%;
	/*background: #363636;*/
	float: right;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 10;
	height: 161px;
}
.social UL {
	padding-top: 55px;
}
.social UL LI {
	display: inline-block;
}
.social UL LI A {
	/*background: url("public/images/bg/social.png") no-repeat left bottom;*/
	/*background-image: url("public/images/bg/social.png");*/
	background-image: url("public/images/bg/yellow-white.png");
	width: 50px;
	height: 50px;
	display: block;
}
.social UL LI A:HOVER {/*background: url("public/images/bg/social.png") no-repeat left top;*/ text-decoration: none;}
.social UL LI.youtube A {background-position: -21px -60px;}
.social UL LI.youtube A:HOVER {background-position: -21px -9px;}
.social UL LI.facebook A {background-position: -73px -60px;}
.social UL LI.facebook A:HOVER {background-position: -73px -9px;}
.social UL LI.pinit A {background-position: -125px -60px;}
.social UL LI.pinit A:HOVER {background-position: -125px -9px;}
.social UL LI.google A {background-position: -176px -60px;}
.social UL LI.google A:HOVER {background-position: -176px -9px;}
.social UL LI.twitter A {background-position: -228px -60px;}
.social UL LI.twitter A:HOVER {background-position: -228px -9px;}
.social UL LI.instagram A {background-position: -280px -60px;}
.social UL LI.instagram A:HOVER {background-position: -280px -9px;}

.left-box {
	width: 100%;
	background: #000;
	float: left;
	position: relative;
	z-index: 10;
}
#header .left-box A.hover {
	margin: 5px 30px 5px 45px;
	display: block;
	width: 146px;
	height: 146px;
	overflow: hidden;
	float: left;
	position: relative;
	outline: none;
	font-size: 0;
	line-height: 0;
}
#header .left-box H2  {
	/*padding: 70px 0 0 0px;*/
	display: table-cell;
    height: 156px;
    padding: 0;
    vertical-align: middle;
}
#header .left-box A.hover .text {
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	position: absolute;
	width: 39px;
	left: 53px;
	top: 54px;
	text-align: center;
	z-index: 10;
}
#header .left-box A.hover .lt,
#header .left-box A.hover .rt,
#header .left-box A.hover .lb,
#header .left-box A.hover .rb {
	display: block;
	width: 73px;
	height: 73px;
	z-index: 1;
	position: relative;
}
#header .left-box A.hover .lt {
	float: left;
	clear: left;
}
#header .left-box A.hover .rt {
	float: right;
	clear: right;
}
#header .left-box A.hover .lb {
	float: left;
	clear: left;
}
#header .left-box A.hover .rb {
	float: right;
	clear: right;
}
#header .left-box A.hover .over {
	left: 0;
	top: 0;
	width: 73px;
	height: 73px;
	z-index: 2;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 73px 73px;
}
#header .left-box A.hover .over IMG {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}
#header .left-box A.hover:hover { text-decoration: none; }

/* Content */
#content {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
}
#content H1, #content H2, #content H3,
#content H4, #content H5, #content H6 {
	line-height: 130%;
	font-family: MyriadPro Bold, MyriadPro, Arial, Helvetica, sans-serif;
}
#content UL, #content OL {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0 0 3px;
}
#content H1,#content H2 {
	font-size: 13px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#content H3 {font-size:16px;}
#content H4 {font-size:14px;}
#content H5 {font-size:12px;}
#content H6 {font-size:10px;}
#content,
#content P,#content UL, #content OL, #content A {
	padding: 0px 0 25px;
	line-height: 20px;
	font-size: 14px;
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
}
#content A {color: #000000;}
.main {
	float: right;
	width: 37%;
	background: #fff;
}
.main.big{width: 69%;}
.scroll-pane{
	height: 100%;
    margin-left: 8%;
    overflow: auto;
    padding: 39px 0;
	width: auto !important;
}
.scroll-pane,
.scroll-pane * { outline: none !important; }
.sidebar {
	float: left;
	width: 63%;
}
 #content .sidebar UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .sidebar UL LI,
.promotion-area {
	height: 161px;
	overflow: hidden;
}
#content .sidebar UL LI A,
.promotion-area A {
	display: block;
	position: relative;
	padding: 0;
}
#content .sidebar UL LI A:hover,
.promotion-area A:hover { text-decoration: none; }
#content .sidebar UL LI  IMG,
.promotion-area IMG {
	height: 161px;
	min-width: 868px;
}
/*Added by David Blane */
#content .sidebar UL LI A h3.text, .promotion-area A h3.text {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 90%;
	height: 91px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 35px 5%;
	line-height: 100%;
}
#content .sidebar UL LI A h3.text EM,
.promotion-area A SPAN.text EM {
	font-size: 14px;
	font-style: normal;
	display: block;
}
/*end by David Blane */
#content .sidebar UL LI A SPAN.text,
.promotion-area A SPAN.text {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 90%;
	height: 91px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 35px 5%;
	line-height: 100%;
}
#content .sidebar UL LI A SPAN.text EM,
.promotion-area A SPAN.text EM {
	font-size: 14px;
	font-style: normal;
	display: block;
}
#content .sidebar UL LI A SPAN.bg,
.promotion-area A SPAN.bg {
	border-style: solid;
    border-width: 0 0 161px 612px;
    font-size: 0;
    line-height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#header .left-box .dial-area{ float: left; padding: 15px 0 15px 20px; }
#header .left-box .dial-area a{ display: table-cell; }
#header .left-box .dial-area h2{ height: 126px; }
/* added by david blane */
#content .sidebar UL LI.btn-red A h3.text {
	color: #FFF;
}
/* end by david blane */

#content .sidebar UL LI.btn-red A SPAN.text {
	color: #FFF;
}
/*BODY.blog-1 #content .sidebar UL LI.btn-red A SPAN.text {
	color: #FFF;
}*/
/*added by david blane*/
#content .sidebar UL LI.btn-yellow A h3.text, .promotion-area A h3.text {
	color: #000;
}
/*end by david blane*/
#content .sidebar UL LI.btn-yellow A SPAN.text,
.promotion-area A SPAN.text {
	color: #000;
}
#content .sidebar UL LI.btn-yellow A SPAN.bg,
.promotion-area A SPAN.bg {
	border-color: rgba(255, 255, 255, 0.44) transparent transparent rgba(255, 255, 255, 0.44);
}


#list, .column {
	float: right;
	width: 31%;
}
#list UL {
	list-style: none;
	margin: 0;
	padding: 10px 0 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
#list UL LI {
	position: relative;
	margin: 3px 0;
}
#list UL LI A {
	color: #fff;
	padding: 3px 15px 20px;
	display: block;
	line-height: 100%;
}
/*Added by david blane */
#list UL LI A h3 {
	color: #FFFFFF;
	display: block;
	line-height: 100%;
	font-weight:normal;
	font-size:14px;
	font-family: MyriadPro,Arial,Helvetica,sans-serif;
}
/*end by david blane */
#list UL LI SPAN {
	background: url("public/images/bg/arrow-list.png") no-repeat left top;
	background-size: 100% 100%;
	width: 11px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -11px;
	display: none;
	z-index: 20;
}
#list UL LI:HOVER A,
#list UL LI.active A {
	background-color: rgba(235, 235, 235, 0.39);
	text-decoration: none;
}
#list UL LI:HOVER SPAN,
#list UL LI.active SPAN { display: block; }
.box-area {
	background: #989898;
	width: 100%;
	position: relative;
	float: left;
}
.amenities-main {
	float: left;
	width: 69%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.amenities-main .page-title {
	position: absolute;
	top: 25px;
	left: 2%;
}
.amenities-main .item *,
#content .amenities-main .item * {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.amenities-main .item IMG {
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	/*width: auto !important;*/
	height: auto !important;
    max-width: 100%;
}
.amenities-main .item {
	overflow: hidden;
}
.item {
	display: none;
	/*margin: 90px 10px 10px 20px;*/
}
#item-1 {display: block;}
#content .box-area P,
#content .box-area H1,
#content .box-area H2 {color: #fff;}

/* Gallery */
.gallery-wrap {
	background: #404040;
}
#gallery {
	width: 100%;
	height: 485px;
	position: relative;
	z-index:0;
	overflow: hidden;
}
#gallery UL{
	list-style: none;
	height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#gallery UL LI {
	width: 100% !important;
	height: 100% !important;
	display: none;
	text-align: center;
}
#gallery UL LI IMG {
	height: 100%;
}	
#gallery_next,#gallery_prev  {
	background: #1c191b url("public/images/bg/next.png") no-repeat center center;
	width: 55px;
	height: 55px;
	overflow: hidden; 
	position:absolute;
    right: 0;
	top: 50%;
    z-index: 25;
	outline: none;
	cursor: pointer;
}
#gallery_prev {
	background: #1c191b url("public/images/bg/prev.png") no-repeat center center;
    left: 0;
}
.container {padding: 0 15px 20px;}
#content .container UL{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.column.column-left {float: left;}
.column.column-width {float: left; width: 32%;}
#content .column P,
#content .column A,
#content .column H4,
.box,
.gce-widget-list UL LI,
.gce-widget-list UL LI A {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
#content .column H4 {padding: 20px 0 25px;}
#content .column P{padding: 0;}
#content .column A.directions {
	padding: 25px 0;
	display: block;
	font-weight: bold;
	text-decoration: underline;
}
#content .column A.directions:HOVER {text-decoration: none;}
.box {
	background: #363636;
	height: 161px;
	text-align: left;
	position: relative;
	padding: 10px;
	overflow: hidden;
}
.box.long {
	min-height: 241px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.brown {background: #404040;}
.gray {background: #aaa;}
.black{background: #000;}
.dark {background: #001c27;}
.black{background: #000;}
.not {background: none;}
.box .background-image {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}
.location-column .box.dark {
	height: 181px;
	padding: 0;
	background-repeat: no-repeat;
}
.location-column .box.dark IMG {height: 181px;}
.box-lease-rates,
.box-floorplans {
	overflow: visible;
}
.column-left .box {
	background-repeat: no-repeat;
	height: 161px;
	padding: 10px;
}
#content .box UL {
	padding: 0;
	margin: 0;
}
#content .box UL LI {
	list-style: none;
}

#content .column A.floorplans,
#content .column A.rates {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	/*background: #008ec2;*/
	padding: 0;
	display: block;
	font-weight: bold;
	text-align: left;
	position: relative;
	z-index: 15;
	margin: -10px;
	font-size: 14px;
	line-height: 50px;
}
/*#content .column A.floorplans {background: #ed174f !important;}*/
#content .column A.floorplans SPAN,
#content .column A.rates SPAN {
	float: left;
	font-size: 0;
	line-height: 0;
}
#content .column A.floorplans SPAN.bg,
#content .column A.rates SPAN.bg {
	background: rgba(255,255,255,0.3);
	margin-right: 10px;
}
#content .column A.floorplans SPAN.arrow,
#content .column A.rates SPAN.arrow {
	background: url("public/images/bg/bottom-arrow.png") no-repeat center center;
	width: 34px;
	padding: 25px 0;
}
/*#content .column A.floorplans SPAN.arrow { background-image: url("public/images/bg/bottom-arrow.png"); }*/
#content .column A.floorplans SPAN.arrow.top,
#content .column A.rates SPAN.arrow.top { background-image:  url("public/images/bg/top-arrow.png"); }

#content .column A.floorplans:HOVER,
#content .column A.rates:HOVER {text-decoration: none;}
.drop {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	text-align: left;
	z-index: 20;
	display: none;
}
#content  .drop UL{
	list-style: none;
	margin: 25px 0 46px 25px;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#content  .drop UL LI A {display: block; padding: 0;}
/* Footer */

/*hide fb number by David Blane Swarm*/
.fb-wrap {width:50px; overflow:hidden;display:inline-block;vertical-align:bottom;}
.fb-wrap div {position:relative;}
/*end db code*/

#footer .area{ background: #000;}
#footer,
#footer P,
#footer A {
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b9b9b9;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 140%;
}
.left, .right {padding: 30px}
.left {float: left;}
.right {float: right;}
#footer .logo {
	padding-top: 5px;
	display: block;
}

.width300 #slider, .width300 .right-box,
.width300 .social, .width300 .left-box,
.width300 .sidebar, .width300 .main,
.width300 .box-area, .width300 #list,
.width300 .column,
.width300 .location-main,
.width300 .amenities-main {
	float: none;
	width: 100%;
}

.width300 .right {float: left;}
.width300 #slider {
	height: 500px !important;
	position: relative;
}
.width300 #next {right: 30%;}

/*  Scroller  */
.jspContainer{
	overflow: hidden;
	position: relative;
	width: auto !important;
}
.jspPane{
	position: absolute;
	width: 85%!important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
	display: none;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #c2c2c2;
	position: relative;
}
.jspDrag{
	background: #848484 url("public/images/bg/scroll.png") no-repeat center center;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
.location-main {
	float: left;
	/*width: 69%;*/
	width: 63%;
	margin: 0;
	padding: 0;
	position: relative;
}
.location-main *,
#content .location-main * {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.location-main IFRAME {
	min-width: 100%;
	min-height: 100%;
	width: none !important;
	height: none !important;
	position: absolute;
	left: 0;
	top: 0;
}
.location-main .page-title {
	position: absolute;
	left: 2%;
	top: 25px;
	z-index: 99;
}
.afg-gallery { display: none; }

#content .parents-buttons,
#content .residents-buttons {
	padding: 0;
	margin: 45px 0 0 2%;
	font-size: 0;
	line-height: 0;
	/*background-color: #FFDE16;*/
}
#content .parents-buttons {
	background-image: url(public/images/pictures/application.png);
	width: 238px;
	height: 119px;
	position: relative;
	z-index: 1;
}
#content .residents-buttons {
	background-image: url(public/images/pictures/renew-pay.png);
	width: 208px;
	height: 118px;
	position: relative;
	z-index: 1;
}
#content .parents-top-button {
    background: url("public/images/pictures/rates_floorplans_button_II.png") no-repeat;
    height: 82px;
    margin: 38px 0 0 0;
    position: relative;
    width: 169px;
    z-index: 1;
}

#content .parents-top-button LI A {

    text-indent: -1000px;
    display: block;
}
#content .parents-top-button LI A.renew {
    padding-top: 10px;
    height: 71px;
}

#content .parents-top-button LI A:HOVER {
    text-decoration: none;
}

#content .parents-buttons LI,
#content .residents-buttons LI {
	display: block;
}
#content .parents-buttons LI A,
#content .residents-buttons LI A {
	/*font-family: HelveticaNeue, Helvetica, Arial, Helvetica, sans-serif;
	display: block;
	transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	color: #000;
	padding: 5px 15px;
	font-size: 22px;
	font-style: italic;
	line-height: 24px;*/
	text-indent: -1000px;
	display: block;
}
#content .parents-buttons LI A.application {
	padding: 12px 0 10px 18px;
}
#content .parents-buttons LI A.housing-contract {
	padding: 2px 0 7px 34px;	
}
#content .parents-buttons LI A.parental-guarantor {
	padding: 0 0 10px 21px;	
}
#content .residents-buttons LI A {
	padding-left: 20px;
}
#content .residents-buttons LI A.renew {
	padding-top: 10px;
}
#content .residents-buttons LI A.pay-rent {
	padding-left: 34px;
	padding-top: 3px;
}
#content .residents-buttons LI A.service-request {
	padding-left: 23px;
	padding-top: 0;
}

#content .parents-buttons LI A:HOVER,
#content .residents-buttons LI A:HOVER {
	text-decoration: none;
}
/*.gce-widget-list UL LI DIV { display: none; }
.gce-widget-list UL LI DIV.gce-list-event { display: block; }
.gce-widget-list .gce-list .gce-list-event {
	background: none !important;
}*/
.appartments-buttons {
	text-align: center;
}



/*.amenities-main {
	width: 951px;
}
#list {
	width: 427px;
}*/

.location-column {
	width: 37%;
}

/*simply changed all h1 to h2's* - David Blane Swarm*/
#content .page-title2,
#content .bring-this-button {
	background: #040707;
	box-shadow: 0px 0px 3px 0px #000000;
	
	left: 2%;
    position: absolute;
    top: 35px;
    z-index: 99;
	padding: 2px;
	
	transform: rotate(-6deg);
	-ms-transform: rotate(-6deg); /* IE 9 */
	-webkit-transform: rotate(-6deg); /* Safari and Chrome */
	-o-transform: rotate(-6deg); /* Opera */
	-moz-transform: rotate(-6deg); /* Firefox */
	
}
#content .page-title2 H2,
#content .page-title2 H2 A,
#content .bring-this-button H2,
#content .bring-this-button H2 A {
	font-family: HelveticaNeue, Helvetica, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 22px;
	font-style: italic;
	line-height: 24px;
}
#content .page-title2 H2,
#content .bring-this-button H2 {
	display: block;	
	padding: 2px 8px 4px 8px;
	text-transform: none;
	transform: rotate(-2deg);
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Safari and Chrome */
	-o-transform: rotate(-3deg); /* Opera */
	-moz-transform: rotate(-3deg); /* Firefox */
	/*background: #FFDE16;*/
}

/*  Accent Color (#FCAE26, rgba(252, 174, 38, 0.7), rgb(252, 174, 38))  */
#content .sidebar UL LI.btn-yellow,
#header .contact-form BUTTON,
#header .left-box A.hover .lt:hover,
#header .left-box A.hover .rt:hover,
#header .left-box A.hover .lb:hover,
#header .left-box A.hover .rb:hover,
#header .menu .lease-now A,
#header .menu .renew-here A,
.promotion-area,
#content .page-title2 H2,
#content .bring-this-button H2 {
	background-color: #FFDE16;
}
#content .bring-this-button {
	display: inline-block;
	position: static;
	margin-top: 55px;
}
/*end david blane changes*/
/*  Color #1 (#0094C9, rgba(0, 148, 201, 0.7), rgb(0, 148, 201))  */
.menu UL,
#header .menu .sub,
#header .left-box A.hover .lt,
#header .left-box A.hover .rt,
#header .left-box A.hover .lb,
#header .left-box A.hover .rb,
#list,
.column,
#content .column A.rates,
#header .menu .sub,
BODY.page-gallery .promotion-area,
BODY.page-location .promotion-area {
	background-color: #008EC2;
}
#content .sidebar UL LI.btn-blue A SPAN.bg {
	border-color: rgba(0, 142, 194, 0.7) transparent transparent rgba(0, 142, 194, 0.7);
}
.drop {
	background-color: rgba(0, 142, 194, 0.79);
}
#header .menu .special-offer A,
#header .sub .wrapper {
	color: #008EC2;
}

/*  Color #2 (#9E004F, rgba(158, 0, 79, 0.7), rgb(158, 0, 79))  */
#content .sidebar UL LI.btn-red A SPAN.bg {
	border-color: rgba(158, 0, 79, 0.7) transparent transparent rgba(158, 0, 79, 0.7);
}
BODY.page-amenities .promotion-area,
BODY.page-residents .promotion-area,
#content .column A.floorplans,
.social {
	background-color: #9E004F;
}
.drop.red {
	background-color: rgba(158, 0, 79, 0.79);
	z-index: 100 !important;
}

#content .events-calendar,
#content .events-calendar P,
#content .events-calendar A,
#content .events-calendar H4,
#content .location-column,
#content .location-column P,
#content .location-column A,
#content .location-column H4 {
	font-family: "MyriadPro",Arial,Helvetica,sans-serif;
}


#content .sidebar UL LI.btn-yellow A SPAN.bg, .promotion-area A SPAN.bg,
#content .sidebar UL LI.btn-blue A SPAN.bg,
#content .sidebar UL LI.btn-red A SPAN.bg {
	border: none;
	width: 100%;
	height: 161px;
}
#content .sidebar UL LI.btn-yellow A SPAN.bg, .promotion-area A SPAN.bg {
	background: url('public/images/bg/yellow.png') no-repeat;
	background-size: 100% 100%;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/wp-content/themes/peakcampus/public/images/bg/yellow.png',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/wp-content/themes/peakcampus/public/images/bg/yellow.png',
	sizingMethod='scale')";
}
#content .sidebar UL LI.btn-blue A SPAN.bg {
	background: url('public/images/bg/trianlge-color1.png') no-repeat;
	background-size: 100% 100%;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/wp-content/themes/peakcampus/public/images/bg/trianlge-color1.png',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/wp-content/themes/peakcampus/public/images/bg/trianlge-color1.png',
	sizingMethod='scale')";
}
#content .sidebar UL LI.btn-red A SPAN.bg {
	background: url('public/images/bg/trianlge-color2.png') no-repeat;
	background-size: 100% 100%;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/wp-content/themes/peakcampus/public/images/bg/trianlge-color2.png',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/wp-content/themes/peakcampus/public/images/bg/trianlge-color2.png',
	sizingMethod='scale')";
}
.pay-form input {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #787878;
    border-top: 1px solid #666666;
    color: #000000;
    font-family: "Century Gothic",Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 12px;
    line-height: 100%;
    margin-bottom: 5px;
    outline: medium none;
    padding: 4px 3px;
    width: 200px;
}
.pay-form input[type="submit"] {
    background: none repeat scroll 0 0 #FB994A;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Century Gothic",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 5px 15px;
    height:auto;
    width:auto;
    outline:none;
}
.pay-form > h4{
font-family: "Century Gothic",Arial,Helvetica,sans-serif !important;
}