/* -----------------------------------------
	NOTES!! PLEASE READ!!

	1) FOUNDATION 3 IS NOT DESIGNED TO WORK FOR IE < 9.0, IF YOU INTENT TO MAKE FIXES FOR IE < 9.0, PLEASE ENSURE THESE FIXES ARE ENABLED FOR IE < 9.0 ONLY. (EAC 9/14/2012)

----------------------------------------- */



html{
	background-color: #241E20;
	/*background-image: url('../images/bg/bg-main.png');
	background-repeat: repeat-x;*/
}

@media all and (max-width:1024px){

	html{
	background-color: #000;
	/*background-image: url('../images/bg/bg-main.png');
	background-repeat: repeat-x;*/
}

@media screen and (min-width: 786px) {
	.directions p {
		display: block !important;
	}
}

	.navigation a:hover,
	.navigation a.active,
	.navigation li.active > a{
	text-decoration: none;
	color: #F05133 !important;
}

#recaptcha_area input{
	height: auto;
}

#recaptcha_area input{
	height: auto;
}

#recaptcha_widget_div .recaptcha_input_area {
	height: auto !important;
}

#recaptcha_widget_div .recaptcha_input_area {
	height: auto !important;
}

}

body{
	background-color: transparent !important;
	background-image: url('../images/bg/bg-circles.png');
	background-repeat: no-repeat;
	background-position: 20px -215px;
	font-family: 'Ropa Sans', sans-serif;
	color: #FFF;
}

body,div,p,li,a,label{
	font-size: 18px;
	color: #FFF;
}

@media all and (max-width:641px){
	#recaptcha_image img, #recaptcha_area, #recaptcha_table {
		-webkit-transform:scale(0.9) !important;
		width: 180px !important;
		position: relative;
		left: 23px;
	}
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Ropa Sans', sans-serif;
	text-transform: uppercase;
	color: #69C7C5;
}

a{
	text-decoration: none;
	color: #69C7C5;
}

a:hover,
a.active,
li.active > a{
	text-decoration: none;
	color: #349894 !important;
}

a img{
	border: none;
}

@media all and (max-width:1024px){

	body{
		background-image: none;
	}

}

/* -----------------------------------------
	General Styles
----------------------------------------- */

/* -----------------------------------------
	Wrappers
----------------------------------------- */

#header_container{}

#feature_container{}

#content_container{
	behavior: url(/themes/carmelthevillage/prop/main/default/stylesheets/PIE.htc);
	background-color: #2E2A2B;
	border-top: 1px solid red;
}

#footer_container{}

#header,.main_menu,#feature,#content,#footer{}

/* -----------------------------------------
	Header
----------------------------------------- */

#header{}

#header .address {
  color: #69C7C5;
  font-size: 18px;
  display: inline-block !important;
  float: right;
}

#header .contact_phone{
	margin-top: 20px;
	font-size: 28px;
	color: #FFF;
	text-transform:uppercase;
	float: right;
}

@media all and(max-width:769px) {
	#header .address {
	  margin-left: -184px;
	}
}

#header .white-slash {
	color: #fff;
}

#header .logo .arrow{
	background-image: url('../images/icon/arrow_down.png');
	background-position: center center;
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	background-color: #F05133;
	height: 95px;
	width: 95px;
}

#header_mobile_info{
	background-color: black;
	padding: 20px 0px;
}

#header_mobile_info .address{
	color:white;
}

#header_mobile_info .phone{
	margin-top: 5px;
	color: #56BAB7;
}

#header_mobile_info .phone .txt{}

#header_mobile_info .phone .num{
	font-size: 30px;
}

@media all and (max-width:1024px){

	#header .logo{
		background-color: black;
		border-bottom: 1px solid #FFF;
	}

	#header .logo img{
		margin: 10px 0px 10px 10px;
	}

}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

#header_navigation_toggler{
	background-color: #69C7C5;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px;
}

.main_menu{}

.main_menu.hide-for-small ul{
	padding: 0;
	margin: 0;
}

.main_menu.hide-for-small ul li{
	padding: 0;
	margin: 0 0 2px 0;
	width: 132px;
}

.main_menu.hide-for-small ul li a{
	behavior: url(/themes/carmelthevillage/prop/main/default/stylesheets/PIE.htc);
	background-color: rgba(36,30,32,0.8);
	-pie-background: rgba(36,30,32,0.8);
	font-size: 18px;
	display: block;
	color: #FFF;
	padding: 5px 10px;
	margin: 0;
}

.main_menu.hide-for-small ul li a:hover,
.main_menu.hide-for-small ul li.active a{
	background-color: rgba(219,225,223,0.8);
	-pie-background: rgba(219,225,223,0.8);
	behavior: url(/themes/carmelthevillage/prop/main/default/stylesheets/PIE.htc);
	text-decoration: none;
	color: #69C7C5;
}

.main_menu.hide-for-small ul .navigation_floorplans li a,
.main_menu.hide-for-small ul .navigation_amenities li a{
	background-color: rgba(146,250,248,0.8);
	-pie-background: rgba(146,250,248,0.8);
	behavior: url(/themes/carmelthevillage/prop/main/default/stylesheets/PIE.htc);
	text-decoration: none;
	color: #364142;
}

.main_menu.hide-for-small ul .navigation_floorplans li a:hover,
.main_menu.hide-for-small ul .navigation_floorplans li.active a,
.main_menu.hide-for-small ul .navigation_amenities li a:hover,
.main_menu.hide-for-small ul .navigation_amenities li.active a{
	background-color: rgba(219,225,223,0.8);
	-pie-background: rgba(219,225,223,0.8);
	behavior: url(/themes/carmelthevillage/prop/main/default/stylesheets/PIE.htc);
	text-decoration: none;
	color: #69C7C5;
}

.main_menu > .navigation_floorplans,
.main_menu > .navigation_amenities{
	padding-top:20px;
}

.main_menu .navigation li a,
.main_menu .navigation_floorplans li a,
.main_menu .navigation_amenities li a{
	text-transform: uppercase;
}

@media all and (max-width:1024px){

	.main_menu{
		background-color: #364142;
	}

}

/* -----------------------------------------
	Feature
----------------------------------------- */

#feature{}

#feature .feature{
	border: 5px solid #FFF;
}

#feature .feature .slideshow,
#feature .feature .slideshow img{
	border: none !important;
}

@media all and (max-width:1024px){
	#feature .feature{
		border: none;
	}
}

#studio #floorplan_browser,
#one-bedroom #floorplan_browser,
#two-bedroom #floorplan_browser,
#three-bedroom #floorplan_browser,
#floorplans #floorplan_browser,
#amenities #amenity_browser{
	background-image: url('../images/bg/bg-pattern-01.gif');
}

#studio #floorplan_browser .first,
#one-bedroom #floorplan_browser .first,
#two-bedroom #floorplan_browser .first,
#three-bedroom #floorplan_browser .first,
#floorplans #floorplan_browser .first{}

#studio #floorplan_browser .second,
#one-bedroom #floorplan_browser .second,
#two-bedroom #floorplan_browser .second,
#three-bedroom #floorplan_browser .second,
#floorplans #floorplan_browser .second{
	background-color: #FFF;
	border: 1px solid #888;
	border-right: none;
	height: 100%;
}

#studio #floorplan_browser .third,
#one-bedroom #floorplan_browser .third,
#two-bedroom #floorplan_browser .third,
#three-bedroom #floorplan_browser .third,
#floorplans #floorplan_browser .third{
	background-color: #FFF;
	border: 1px solid #888;
	border-left: none;
	height: 100%;
}

#studio #floorplan_browser .fourth,
#one-bedroom #floorplan_browser .fourth,
#two-bedroom #floorplan_browser .fourth,
#three-bedroom #floorplan_browser .fourth,
#floorplans #floorplan_browser .fourth{}

#studio #floorplan_browser #fpimg_container,
#one-bedroom #floorplan_browser #fpimg_container,
#two-bedroom #floorplan_browser #fpimg_container,
#three-bedroom #floorplan_browser #fpimg_container,
#floorplans #floorplan_browser #fpimg_container{
	height: 100%;
	width: 100%;
}

#fpimg_container .fpimg{
	width:100%;
	text-align:center;
	padding: 0 15px;
}

#studio #floorplan_browser #fpimg_container .enlarge_msg,
#one-bedroom #floorplan_browser #fpimg_container .enlarge_msg,
#two-bedroom #floorplan_browser #fpimg_container .enlarge_msg,
#three-bedroom #floorplan_browser #fpimg_container .enlarge_msg,
#floorplans #floorplan_browser #fpimg_container .enlarge_msg{
	color: #364142;
	bottom: 20px;
	left: 20px;
}

#studio #floorplan_browser #fpinfo_container,
#one-bedroom #floorplan_browser #fpinfo_container,
#two-bedroom #floorplan_browser #fpinfo_container,
#three-bedroom #floorplan_browser #fpinfo_container,
#floorplans #floorplan_browser #fpinfo_container{
	background-image: url('../images/bg/bg-fp-info.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

#studio #floorplan_browser #fpinfo_container .fpinfo,
#one-bedroom #floorplan_browser #fpinfo_container .fpinfo,
#two-bedroom #floorplan_browser #fpinfo_container .fpinfo,
#three-bedroom #floorplan_browser #fpinfo_container .fpinfo,
#floorplans #floorplan_browser #fpinfo_container .fpinfo{
	padding: 15px 20px;
	height: 100%;
	text-transform:uppercase;
}

#studios #floorplan_browser #fpinfo_container .fpinfo p,
#studio #floorplan_browser #fpinfo_container .fpinfo div,
#one-bedroom #floorplan_browser #fpinfo_container .fpinfo p,
#one-bedroom #floorplan_browser #fpinfo_container .fpinfo div,
#two-bedrooms #floorplan_browser #fpinfo_container .fpinfo p,
#two-bedroom #floorplan_browser #fpinfo_container .fpinfo div,
#three-bedrooms #floorplan_browser #fpinfo_container .fpinfo p,
#three-bedroom #floorplan_browser #fpinfo_container .fpinfo div,
#floorplans #floorplan_browser #fpinfo_container .fpinfo p,
#floorplans #floorplan_browser #fpinfo_container .fpinfo div,
#floorplans #floorplan_browser #fpinfo_container .fpinfo div p,
#studio #floorplan_browser #fpinfo_container .fpinfo div p,
#one-bedroom #floorplan_browser #fpinfo_container .fpinfo div p,
#two-bedroom #floorplan_browser #fpinfo_container .fpinfo div p,
#three-bedroom #floorplan_browser #fpinfo_container .fpinfo div p{
	color: #364142;
}

#fpinfo_container .fpinfo div ul{
	padding-left:16px;
}

#fpinfo_container .fpinfo div ul li{
	background:url(../images/icon/fp_bullets.png) no-repeat 0px 9px;
	padding-left:18px;
	font-size:16px;
	color: #364142;
}

#studio #floorplan_browser #fpinfo_container .fpbnav,
#one-bedroom #floorplan_browser #fpinfo_container .fpbnav,
#two-bedroom #floorplan_browser #fpinfo_container .fpbnav,
#three-bedroom #floorplan_browser #fpinfo_container .fpbnav,
#floorplans #floorplan_browser #fpinfo_container .fpbnav{
	bottom: 20px;
	width: 100%;
	padding-right:20px;
}

#studio #floorplan_browser #fpinfo_container .fpbnav .txt,
#one-bedroom #floorplan_browser #fpinfo_container .fpbnav .txt,
#two-bedroom #floorplan_browser #fpinfo_container .fpbnav .txt,
#three-bedroom #floorplan_browser #fpinfo_container .fpbnav .txt,
#floorplans #floorplan_browser #fpinfo_container .fpbnav .txt{
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 20px;
	color: #56bab7;
}

#studio #floorplan_browser #fpinfo_container .fpbnav .arrow,
#one-bedroom #floorplan_browser #fpinfo_container .fpbnav .arrow,
#two-bedroom #floorplan_browser #fpinfo_container .fpbnav .arrow,
#three-bedroom #floorplan_browser #fpinfo_container .fpbnav .arrow,
#floorplans #floorplan_browser #fpinfo_container .fpbnav .arrow{
	background-color: #364142;
	padding: 5px 8px;
	font-size: 18px;
	color: #FFF;
}

#studio #floorplan_browser #lease_now,
#one-bedroom #floorplan_browser #lease_now,
#two-bedroom #floorplan_browser #lease_now,
#three-bedroom #floorplan_browser #lease_now,
#floorplans #floorplan_browser #lease_now{
	background-image: url('../images/bg/bg-fp-info-lease-now_small.png');
	background-position: right top;
	height: 130px;
	width: 181px;
	/*right: 22px;*/
	left: -16px;
	top: 1px;
}

#studio #floorplan_browser #lease_now a,
#one-bedroom #floorplan_browser #lease_now a,
#two-bedroom #floorplan_browser #lease_now a,
#three-bedroom #floorplan_browser #lease_now a,
#floorplans #floorplan_browser #lease_now a{
	height: 100%;
	width: 100%;
}

#floorplan_browser #fpmobile,
#floorplan_browser #fpmobile_studio,
#floorplan_browser #fpmobile_onebdr,
#floorplan_browser #fpmobile_twobdr,
#floorplan_browser #fpmobile_threebdr{
	margin: 0px 20px 20px 20px;
	border:1px solid #FFFFFF;
	background-color: #FFF;
}

#floorplan_browser #fpmobile h4,
#floorplan_browser #fpmobile_studio h4,
#floorplan_browser #fpmobile_onebdr h4,
#floorplan_browser #fpmobile_twobdr h4,
#floorplan_browser #fpmobile_threebdr h4{
	/* background-image: url("../images/icon/arrow_down.png"); */
	background-position: right center;
	background-repeat: no-repeat;
	background-color: black;
	color: #FFFFFF;
	padding: 10px;
	margin: 0;
}

@media all and (max-width:1024px){

	#floorplan_browser #fpmobile h4,
	#floorplan_browser #fpmobile_studio h4,
	#floorplan_browser #fpmobile_onebdr h4,
	#floorplan_browser #fpmobile_twobdr h4,
	#floorplan_browser #fpmobile_threebdr h4{
		/* background-image: url("../images/icon/arrow_down.png"); */
		background-position: right center;
		background-repeat: no-repeat;
		background-color: #364142;
		color: #FFFFFF;
		padding: 10px;
		margin: 0;
		text-align:left;
	}

	#floorplan_browser #fpmobile,
	#floorplan_browser #fpmobile_studio,
	#floorplan_browser #fpmobile_onebdr,
	#floorplan_browser #fpmobile_twobdr,
	#floorplan_browser #fpmobile_threebdr{
		border-top:1px solid #56bab7;
		border-bottom:1px solid #56bab7;
		border-right:none;
		border-left:none;
		margin: 0px 0px 20px 0px;
	}


	#feature{
		background:#2e2a2b;
	}
}

#floorplan_browser .fpmobile{
	padding: 20px 0px;
}

#floorplan_browser .fpmobile .pricing,
#floorplan_browser .fpmobile .bedbath,
#floorplan_browser .fpmobile .fpname,
#floorplan_browser .fpmobile .sqft{
	color: #364142;
}

#floorplan_browser .fpmobile .fpname{
	text-transform: uppercase;
	font-size: 24px;
}

#floorplan_browser .fpmobile img{
	margin: 10px 0px 20px 0px;
}

#floorplan_browser .fpmobile .lease_now{
	background-image: url('../images/bg/bg-lease-now-pattern.gif');
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 20px;
	font-size: 24px;
	color: #FFF;
}

#floorplan_browser .fpmobile .lease_now:hover{
	text-decoration: underline;
	color: #FFF !important;
}

.fpinfo h4{
	color:white;
	font-size:22px;
	margin-bottom:0;
}

#amenity_browser{}

#amenity_browser > img{
	background-color: white;
	border: 1px solid #888;
	margin: 0 auto;
	height: 490px;
	width: 720px;
}

#amenity_browser #amenity_map_info{
	bottom: 0;
	right: 0;
}


#amenity_browser #amenity_map_info .label{
	background-image: url('../images/bg/bg-amenity-browser-title.png');
	background-color: transparent !important;
	background-repeat: no-repeat;
	height: 93px;
	width: 353px;
	left: -11px;
	top: -67px;
}

#amenity_browser #amenity_map_info .label .number{
	width: 120px;
	height: 100px;
	padding: 20px 0px;
	font-size: 60px;
}

#amenity_browser #amenity_map_info .border_container{
	border: 1px solid black;
	width: 340px;
}

#amenity_browser #amenity_map_info .image{
	background-image: url('../images/amenities/01.jpg');
	height: 190px;
	width: 340px;
}

#amenity_browser #amenity_map_info .image .title{
	background-color: rgba(255,255,255,0.5);
	-pie-background: rgba(255,255,255,0.5);
	behavior: url(/themes/carmelthevillage/prop/main/default/stylesheets/PIE.htc);
	padding: 7px 10px 5px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid black;
	max-width: 100%;
	color: black;
	width: 100%;
	bottom: 0;
}

#amenity_browser #amenity_map_info .description{
	padding: 7px 10px 5px 10px;
	background-color: #CCC;
	max-width: 100%;
	color: black;
	font-size:16px;
}

@media all and (max-width:1024px){

	#studio #feature .feature,
	#one-bedroom #feature .feature,
	#two-bedroom #feature .feature,
	#three-bedroom #feature .feature,
	#floorplans #feature .feature{
		border: none;
	}

	#studio #feature .feature #floorplan_browser,
	#one-bedroom #feature .feature #floorplan_browser,
	#two-bedroom #feature .feature #floorplan_browser,
	#three-bedroom #feature .feature #floorplan_browser,
	#floorplans #feature .feature #floorplan_browser{
		background: none;
		height: auto;
	}

	#amenity_browser{}

	#amenity_browser > img{
		height: auto;
	}

}

/* -----------------------------------------
	Content
----------------------------------------- */

#home #content{}

#home #content .columns.first{
	padding-left: 0px;
}

h1{
	font-size:22px;
	font-weight:normal;
}

#home #content .columns.second{
	behavior: url('/themes/shared/javascripts/PIE.htc');
	border-right: 2px solid #666;
	border-left: 2px solid #666;
}

#home #content .columns.last{
	padding-right: 0px;
}

#home #content .second .container{
	background-color: #DEF6F5;
	padding-bottom: 10px;
}

#home #content .second .container h3{
	background: #26807C;
	padding: 10px 15px;
	color:white;
	font-size:21px;
}

#home #content .second .container p{
	color: #26807C !important;
	padding: 0px 15px;
	font-size:15.5px;
}

@media all and (max-width:1024px){

	#home .mobile_special{
		background:#26807c;
		padding:10px 20px 1px;
		margin-bottom:20px;
	}
	#home .mobile_special h3{
		display:none;
	}
	#home .mobile_special p{
		color:white;
	}

}

#amenities{}

#amenities #content{}

#amenities #content .content{}

#finishes #content .content ul,
#amenities #content .content ul{
	padding: 0;
	margin: 0;
}

#finishes #content .content ul,
#amenities #content .content ul{
	list-style: none;
	/* margin-left:17px; */
}

#finishes #content .content ul div,
#amenities #content .content ul div{
	padding-right: 40px;
}

#finishes #content .content ul li,
#amenities #content .content ul li{
	color: #FFF;
}

#finishes #content .content ul li strong,
#amenities #content .content ul li strong{
	font-weight: 700;
}

#finishes #content .content ul li strong em,
#amenities #content .content ul li strong em{
	font-weight: 400;
	color: #F05133;
}

#finishes #content .content #mobile_amenity_list,
#amenities #content .content #mobile_amenity_list{
	background-color: white;
	border: 1px solid white;
}

#finishes #content .content #mobile_amenity_list .label,
#amenities #content .content #mobile_amenity_list .label{
	background-color: #364142;
}

#finishes #content .content #mobile_amenity_list .number,
#amenities #content .content #mobile_amenity_list .number{
	background-image: url('../images/bg/bg-lease-now-pattern.gif');
	text-align: center;
	padding-top: 7px;
	font-size: 36px;
	height: 50px;
	width: 50px;
}

#finishes #content .content #mobile_amenity_list .title,
#amenities #content .content #mobile_amenity_list .title{
	background-color: #364142;
	position: relative;
	font-size: 24px;
	left: 10px;
	top: -3px;
}

#finishes #content .content #mobile_amenity_list img,
#amenities #content .content #mobile_amenity_list img{
	width: 100%;
}

#finishes #content .content #mobile_amenity_list .description,
#amenities #content .content #mobile_amenity_list .description{
	color: #444;
	padding: 10px 10px 30px 10px;
}

#location{}

#location #content{}

#location #content .content{}

#location #content .content .content_accordion{}

#location #content .content .content_accordion .poi_group{
	background-color: #000;
	border: 1px solid #675d60;
	margin-bottom: 3px;
}

@media all and (max-width:1024px){

	#location #content .content .content_accordion .poi_group{
	background-color: #364142;
	border: 1px solid #56bab7;
	}

}

#location #content .content .content_accordion .poi_group > a{
	background-image: url('../images/bg/bg-accordion-inactive.png');
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFF;
}

#location #content .content .content_accordion .poi_group.active > a{
	background-image: url('../images/bg/bg-accordion-active.png');
	color: #FFF;
}

#location #content .content .content_accordion .poi_list{
	background-color: #FFF;
	padding: 15px 30px;
	margin: 0;
}

#location #content .content .content_accordion .poi{
	margin-bottom: 5px;
}

#location #content .content .content_accordion .poi a{
	width: 80%;
	float:left;
}

#location #content .content .content_accordion .poi .number{
	background-image: url('../images/markers/blank.png');
	background-position: 0px 1px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	height: 27px;
	width: 23px;
	color: #FFF;
	float: left;
	margin-right: 10px;
}

#location #content .content .content_accordion .poi a .name{
	text-transform: uppercase;
	color: #000;
}

#location #content .content .content_accordion .poi a .address{
	color: #000;
}

#location #content .content .content_accordion .poi a:hover .name{
	color: #F05133;
}

#contact #content{}

#contact #content .content{}

#contact #content .content .form_row{
	margin-bottom: 20px;
}

#contact #content .content label{
}

#contact #content .content #move_in_date{}

#contact #content .content #move_in_date .columns{
	padding: 0;
}

#contact #content .content #move_in_date .columns.second{
	padding: 0 5px;
}

#contact #content .content #contact_message{
	height: 160px;
}

#contact #content .content #recaptcha_table,
#contact #content .content #recaptcha_area{
	float: right;
	zoom: 1;
}

#contact #content .content .form_row_submit{
	text-align: right;
}

@media all and (max-width:1024px){

	#contact .form_body{
		background:white;
		padding:20px;
	}

	#contact #content .content label{
	color:#2e2a2b;
}

	#contact .form_body input[type="text"], #contact .form_body textarea{
		border:2px solid #56bab7;
	}


	#contact .form_body select{
		width:90px;
	}

	#contact .form_body #move_in_date .columns{
		float:left;
		margin-right:10px;
	}
}


.third_menu{
	padding: 0;
	margin: 0;
}

.third_menu li{
	padding: 5px;
	margin: 0;
}

.third_menu li a{
	background-color: #241E20;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0px;
	font-size: 18px;
	display: block;
}

.third_menu li a:hover{
	color:#f05133 !important;
}

.social{
	padding: 0;
	margin: 20px 0 10px 75px;
}

.social li{
	float:left;
	padding: 0;
	margin: 0 10px 0 0;
}

.social li a{
	text-decoration: none;
	display:block;
	width:49px;
	height:48px;
	margin-bottom:10px;
	background:url(../images/icon/social.png) no-repeat;
}

.social li a:hover,
.social li.active a{
	text-decoration: none;
}

.social li.facebook a{
	background-position:0 0;
}
.social li.facebook a:hover{
	background-position:0 -48px;
}
.social li.pinterest a{
	background-position:-58px 0px;
}
.social li.pinterest a:hover{
	background-position:-58px -48px;
}
.social li.walkscore a{
	background-position:-112px 0px;
}
.social li.walkscore a:hover{
	background-position:-112px -48px;
}
.social li.print a{
	background-position:-166px 0px;
}
.social li.print a:hover{
	background-position:-166px -48px;
}
@media all and (max-width:1024px){

	#content_container{
		border-bottom: 1px solid red;
		border-top: none;
	}

	#content > .columns{
		padding: 0 20px !important;
		border: none !important;
	}

	#home #content .columns.second{
		margin-top: 20px !important;
	}

	.third_menu.block-grid.two-up.mobile{
		padding-top: 20px !important;
		border-top:2px solid #494949 !important;
	}

	#finishes #content .content ul div,
	#amenities #content .content ul div{
		width: 100% !important;
		float: none;
		padding: 0;
	}

	#location #content .content .content_accordion .poi_group > a,
	#location #content .content .content_accordion .poi_group.active > a{
		background-image: none;
		color: #FFF !important;
		cursor: default;
	}

	#content .sidebar{
		margin-top: 20px !important;
	}

	#location .content_accordion .divided_column{
		width: 100% !important;
	}

	#contact #content .content #move_in_date .columns.second{
		padding: 0;
	}

	.social{
		margin: 0 0 0 -110px;
		position: relative;
		width: 300px;
		padding: 0;
		left: 50%;
	}

}

/* -----------------------------------------
	Sidebar
----------------------------------------- */

#content .sidebar{}

#content .sidebar{}

#content .sidebar h4{
	background-color: #241E20;
	margin: 30px 0px 3px 0px;
	padding: 15px 0px;
	font-size:18.5px;
}

#content .sidebar .office_hours,
#content .sidebar .directions{
	background-color: #241E20;
	padding: 20px;
}

#content .sidebar .office_hours{
	text-transform:uppercase;
}

#content .sidebar .office_hours ul li.even{
	float:left;
	width:50%;
}

#content .sidebar .office_hours ul li.odd{
	float:right;
	width:50%;
}

@media all and (max-width:1024px){



}

/* -----------------------------------------
	Footer
----------------------------------------- */

#footer{

}

#footer .footer_leaselabs{
	color:white;
	text-decoration: underline;
	font-size:14px;
	line-height:20px;
}
/* -----------------------------------------
	Footer > Navigation
----------------------------------------- */

#footer .navigation{

}

#footer .navigation li{
	font-size: 14px;
}

#footer .navigation li a{
	font-size: 14px;
	color: #FFF;
}

#footer .navigation .company_info{
	font-size: 14px;
	color: #69C7C5;
}

#footer .address{
	font-size: 14px;
}

.alignright.hide-for-small {
	display: inline-block;
}


/*EDITED ON 1.29.2013*/
#footer .five.columns ul {
  display: inline;
  list-style: none;
}

#footer .five.columns .show-for-small ul li {
  display: inline-block;
  margin-top: 20px;
}

#footer .five.colums ul li {
  display: inline !important;
  float: right;
}
#footer .five.columns ul * {
	float: right;
}


#footer .five.columns a {
  background: url("../images/icon/affiliates.png") no-repeat scroll transparent;
  color: transparent;
  display: inline-block;
  float: left;
  font-size: 0;
  line-height: 0;
  margin-left: 10px !important;
  margin-right: 10px !important;
  min-height: 20px;
}

#footer .five.columns a.dzap { width: 110px }

#footer a.mini_logo {
  background: url("../images/bg/mini_logo.png") no-repeat scroll 0 0 transparent !important;
  height: 50px;
  position: relative;
  top: -10px;
  width: 40px;
}
#footer .show-for-small a.mini_logo {
  top: 10px;
}

#footer .five.columns a.carmel_logo {
  background-position: -128px 0 !important;
  width: 100px;
}

#footer .five.columns a.eo_logo {
  background-position: -262px center !important;
  width: 20px;
  pointer-events: none;
  cursor: default;
}
/*END 1.29.2013 EDITS*/

/* -----------------------------------------
	Footer > Affiliates
----------------------------------------- */


/* -----------------------------------------
	OTHER
----------------------------------------- */

.map_poi_info{
	color: #364142;
}


#location div{
	color:black;
}

.thank_you_message {
	background-color: #E6EFC2;
	border: 1px solid #C6D881;
	color: #333333 !important;
	margin-bottom: 20px ;
	padding:10px;
}

.flash_body {
	border: 1px solid #EC6F75;
	background: #FBE3E4;
	padding: 10px;
	color: #333 !important;
	margin-bottom: 20px ;
}
.flash_body ul li{
	color:#333;
}

#recaptcha_area input{
	height: auto;
}

#recaptcha_widget_div .recaptcha_input_area {
	height: auto !important;
}

a.show-all {
	background: #241E20;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-top: 3px;
	line-height: 26px;
	font-size: 14px;
}

body .recaptchatable #recaptcha_response_field {
	margin: 13px 0 0 0!important;
	border: 1px solid #cca940 !important;
}

/* Gallery */

#gallery_hold {
	width: 104%;
}

#gallery .th {
	border: none;
	border-radius: 0;
	float: left;
	margin: 0 33px 33px 0;
	display: inline-block;
}

#gallery .th img {
	border: none;
	border-radius: 0;
	display: inline-block;
}

#cboxCurrent {
	display: none !important;
}