
html,body,div,span,h1,h2,h3,h4,h5,h6,p{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}
body{line-height:1}ol,ul{list-style:none}
body{
	background: #d6d6d6;
	font-family:'PT Sans', Helvetica, Arial, sans-serif;
	color:#7f7f7f;
}
body a{
	color:#f79521;
	text-decoration:none;
}
body a:hover{
	color:#ff8a00;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	-ms-transition: color 200ms linear;
	transition: color 200ms linear;
}

::selection {
	background: #fff; /* Safari */
	color:#ff8a00;
	}
::-moz-selection {
	background: #ff8a00; /* Firefox */
	color:#fff;

}

#rc-logo {
	display: block;
	width: 491px;
	height: 159px;
	background: transparent url("/images/RENTCafe-logo.png") no-repeat 0 0;
	margin: 0 auto;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
	background-color: #eb6d31;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	filter: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
color: #ffffff;
background-color: #da5e23;
}

.header-main > .btn-primary {
	margin: 20px 0 0 0;
}
.page-container{
	margin:50px auto 0px;
}
.home-container{
	height: 100%;
}

.lock-header{
	position:fixed;
	top:-70px;
	left:0px;
	right:0px;
	padding:15px 0px;
	height:40px;
	background: #f79521;
	z-index:1000;
	text-align:center;
	color:#fff;
	font-family:"Arvo", Helvetica, Arial;
	font-weight:300;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.lock-header h4{
	font-size:19px;
	text-align:right;
	position:relative;
	top:8px;
}
.lock-header .container{
	margin:0px auto;
}
.lock-header .span4{
	text-align:left;
}

.agency-wrap{
	position:relative;
	margin-bottom: 30%;
}
.page-wrapper{
	position:relative;
	z-index:100;
}

/* nav */
.navbar-fixed-top {
margin-right: 20px;
z-index: 999999999;
}
.top-nav .nav{
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
	
}
.top-nav .nav li{
	float:left;
	margin-left:15px;
	position:relative;
}
.top-nav .nav .sub-nav{
	position:absolute;
	top:30px;
	left:0px;
	margin:0px;
	padding:0px;
	z-index:100;
	display:none;
}
.top-nav .nav li.hovering .sub-nav{
	display:inline;
}
.top-nav .nav li.hovering a{
}
.top-nav .nav .has-sub-nav{
	width:120px;
}
.top-nav .nav .sub-nav li{
	float:none;
	margin-left:0px;
	width:120px;
}
.top-nav .nav .sub-nav li a{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#fff;
}
.top-nav .nav .sub-nav li.drop-down-bottom{
	background:#f79521;
	height:5px;
	display:block;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.top-nav .nav li a{
	 background-color: #686868;
	 background: rgba(0, 0, 0, 0.5);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color:#fff;
	text-decoration:none;
	padding:10px 10px;
	display:block;
	font-size:13px;
	
}
.top-nav .nav li a:hover{
	 background-color: #333333;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.header-main {
	clear: left;
	margin-top: 60px;
	padding: 40px 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 60px solid rgba(0,0,0,0.02);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

.header-main h1, .call-to-action h1, .uh-oh h1, .header-main-phone h1{
	font-family: "Arvo", Helvetica, Arial, sans-serif;
	font-weight:900;
	color:#fff;
	font-size:55px;
	margin-bottom:20px;
	text-shadow: 1px 1px 1px #000;
}

.header-main h4, .header-main-phone h4{
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-weight:400;
	color:#fff;
	font-size:21px;
	margin-bottom:0px;
	padding-top:10px;
}

.header-main p, .header-main-phone p{
	color:#fff;
	font-size:17px;
	margin-top:40px;
	line-height:23px;
	margin-bottom:20px;
}




/* theme form */
label.error{
	margin-top:10px;
	display:block;
}


 input[type=search], input[type=text]{
	background:#f5f5f5;
	border:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
	padding:23px 0px 17px 10px!important;
	height:60px;
	width:350px;
	color:#7f7f7f;
	font-size:18px;
	line-height: 24px;
	vertical-align: bottom;
	margin:0px;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-appearance: none;
	
}

.lt-ie9 input[type=text] {
	height: auto; font-size: 14px; line-height: 14px; border: 1px solid #00467f; background-color: #d6d6d6; color:#333;
}

.lt-ie9 input[type=submit], button[type=submit]{
margin-top: 1px;	
}


.watermark_container .watermark {
	top:-11px!important;
}

input[type=submit], button[type=submit]{
	background: #00467f;
	border:none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	position:relative;
	left:-5px;
	height:60px;
	width:180px;
	font-size:19px;
	margin:0px;
	font-family:"PT Sans", sans-serif;
	font-weight:700;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-appearance: none;
}

input[type=submit]:hover, button[type=submit]:hover{
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	cursor:pointer;
}

.watermark_container{
	display:inline!important;
}
.watermark_container .watermark{
	top:-22px!important;
}
#commentform .watermark_container .watermark{
	top:-52px!important;
}
#form-section-comment .watermark_container .watermark{
	top:-92px!important;
}
.comments-textarea .watermark_container .watermark{
	top:-62px!important;
}
.down-tab{
	color: rgba(255, 255, 255, 0.5);
	font-family:"PT Sans", sans-serif;
	text-align:center;
	text-decoration:none;
	font-weight:400;
	font-size: 18px;
	padding:20px;
	line-height: 30px;
	
}
 .lt-ie8 .down-tab, .lt-ie7 .down-tab, .lt-ie9 .down-tab a, .lt-ie8 .down-tab a, .lt-ie7 .down-tab a {
	color: #e5e5e5!important;
	
}


 .lt-ie8 .active, .lt-ie7 .active, .lt-ie9 .active a, .lt-ie8 .active a, .lt-ie7 .active a {
	color: #fff!important;
	
}



.down-tab i{
	position:relative;
	top:2px;
}
.down-tab:hover{
	color:#fff!important;
	text-decoration:none;
}
.active{
	color:#fff!important;
}



	.sticky {
			z-index: 123;
			
		}
	.sticky1 {
			z-index: 111;
		}
	.sticky2 {
			z-index: 222;
		}	
	.sticky3 {
			z-index: 333;
		}	
	.sticky4 {
			z-index: 444;
		}
	.sticky5 {
			z-index: 555;
		}
		
.navbar-fixed-top {
z-index: 999999;
}


		
	.sticky,.sticky1, .sticky2, .sticky3, .sticky4, .sticky5 {
			text-align:center;
			width: 100%;
			margin:0 auto;
		}

		
	.sticky.stuck {
			position:fixed;
			top:0;
			
		}	
		
		.sticky1.stuck, .sticky2.stuck, .sticky3.stuck, .sticky4.stuck, .sticky5.stuck {
			position:fixed;
			top:0;
			width:100%;
			
		}




.full-width-features.feature-1 p{
	width: 50%;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 24px;
}

/* features */
.full-width-features{
	text-align:center;
    padding: 0px 20px 0px 0px;
}
.full-width-features .next{
	margin:50px 0px 70px;
}
.full-width-features{
	background:#fff;
	padding:50px 0px;
}

#cafeicon {
font-size: 100px;
text-align: center;
color: #cdb8ae;
text-shadow: 0 -1px 0 #888;
}

#residentsicon {
font-size: 100px;
text-align: center;
color: #e0d4c3;
text-shadow: 0 -1px 0 #888;
}

#managersicon {
font-size: 100px;
text-align: center;
color: #d0dfeb;
text-shadow: 0 -1px 0 #888;
}

.full-width-features.container {
	max-width: 95%;
}


/* ORANGE */
.feature-1-tab {
background: #eb6d31;
display:block;
padding: 40px 0px 40px 0px;
z-index: 111;
color: #fff;
}

.lt-ie9 .feature-1-tab {
margin-top: -210px;
color:#fff;
}

.lt-ie8 .feature-1-tab {
margin-top: -100px;
color:#fff;
}



.full-width-features.feature-1{
	background:#f4ece8;
	padding-bottom:120px;
	width: 100%;
}

.full-width-features.feature-1 h1 {
	color: #eb6d31;
}

.full-width-features.feature-1 a {
	color: #eb6d31;
}
.full-width-features.feature-1 h1::selection, .full-width-features.feature-1 h2::selection, .full-width-features.feature-1 p::selection {
background: #eb6d31;
color:#ffffff;
}



/* TEAL */
.feature-2-tab  {
background: #1fa9d6;
display:block;
padding: 40px 0px 40px 0px;
z-index: 222;
}
.lt-ie9 .feature-2-tab{
margin-top: -110px;
}
.lt-ie8 .feature-2-tab {
margin-top: -35px;
color:#fff;
padding: 20px 0px 40px 0px;
}

.full-width-features.feature-2{
	background:#e4f1f5;
	padding:130px 0px 150px;
	width: 100%;
}
.full-width-features.feature-2 h1{
	color: #1fa9d6;
}
.full-width-features.feature-2 p{
	width: 50%;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 24px;
}
.full-width-features.feature-2 h1::selection, .full-width-features.feature-2 h2::selection, .full-width-features.feature-2 p::selection {
background: #1fa9d6;
color:#ffffff;
}


/* LIME */

.feature-3-tab  {
background: #8dc23f;
display:block;
padding: 40px 0px 40px 0px;
z-index: 333;
}
.lt-ie9 .feature-3-tab {
margin-top: -60px;
}
.lt-ie8 .feature-3-tab {
margin-top: -35px;
color:#fff;
padding: 20px 0px 40px 0px;
}
.full-width-features.feature-3{
	background:#e7ebe1;
	padding:130px 0px 150px;
}

.full-width-features.feature-3 h1{
	color: #8dc23f;
}
.full-width-features.feature-3 h1::selection, .full-width-features.feature-3 h2::selection, .full-width-features.feature-3 p::selection {
background: #8dc23f;
color:#ffffff;
}

/* GOLD */
.feature-4-tab  {
background: #edab3a;
display:block;
padding: 40px 0px 40px 0px;
z-index: 444;
}
.lt-ie9 .feature-4-tab {
margin-top: -80px;
}
.lt-ie8 .feature-4-tab {
margin-top: -35px;
color:#fff;
padding: 20px 0px 40px 0px;
}
.full-width-features.feature-4{
	background:#f0eae1;
	padding:130px 0px 150px;
}

.full-width-features.feature-4 h1{
	color: #edab3a;
}
.full-width-features.feature-4 h1::selection, .full-width-features.feature-4 h2::selection, .full-width-features.feature-4 p::selection {
background: #edab3a;
color:#ffffff;
}

/* NAVY */
.feature-5-tab  {
background: #27505e;
display:block;
padding: 40px 0px 40px 0px;
z-index: 555;
}
.lt-ie9 .feature-5-tab {
margin-top: -80px;
}
.lt-ie8 .feature-5-tab {
margin-top: -35px;
color:#fff;
padding: 20px 0px 40px 0px;
}
.full-width-features.feature-5{
	background:#eaf2f9;
	padding:130px 0px 150px;
}

.full-width-features.feature-5 h1{
	color: #27505e;
}
.full-width-features.feature-5 h1::selection, .full-width-features.feature-5 h2::selection, .full-width-features.feature-5 p::selection {
background: #27505e;
color:#ffffff;
}


/* Guest Login */
.feature-login-tab {
background: #eb6d31;
}

.full-width-features.feature-login{
	background:#f4ece8;
	padding-bottom:120px;
}

.full-width-features.feature-login h1 {
	color: #eb6d31;
}
.full-width-features.feature-login h1::selection, .full-width-features.feature-login h2::selection, .full-width-features.feature-login p::selection {
background: #eb6d31;
color:#ffffff;
}


/* Guest  Register */
.feature-register-tab  {
background: #1fa9d6;
}


.full-width-features.feature-register{
	background:#e4f1f5;
	padding:130px 0px 150px;
}
.full-width-features.feature-register h1{
	color: #1fa9d6;
}
.full-width-features.feature-register p{
	width: 50%;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 24px;
}
.full-width-features.feature-register h1::selection, .full-width-features.feature-register h2::selection, .full-width-features.feature-register p::selection {
background: #1fa9d6;
color:#ffffff;
}


.full-width-features .container, .container{
	 margin-top:20px;
	 margin:0px auto;
}
.full-width-features h1, .theme-modal h3, h1{
	font-family:"Arvo", sans-serif;
	font-weight:200;
	color:#f79521;
	text-align:center;
	font-size:44px;
	margin-top:0px;
	margin-bottom:80px;
}
.full-width-features h1{
	margin-bottom:10px;
}
.full-width-features h2{
	color:#666;
	font-family:"PT Sans", sans-serif;
	font-weight:200;
	font-size:28px;
	width: 90%;
	margin:15px auto;
}
.full-width-features h2{
	font-size:24px;
	line-height:31px;
	margin-bottom:50px;
	
}
.full-width-features h3{
	color:#333;
	font-family:"PT Sans", sans-serif;
	font-weight:300;
	font-size:21px;
	margin-bottom:10px;
	margin-top:30px;
}
.full-width-features p{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 24px;
}

.full-width-features .features-wrap{
	margin-bottom:50px;
}




/* call to action */

.call-to-action{
	margin:0px auto;
	text-align:center;
	padding:80px 0px;
}
.call-to-action h2{
	background:none;
}
.call-to-action .scroll-top{
	background:#1fa9d6;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	right:-5px;
	width:180px;
	font-size:19px;
	margin:0px;
	font-family:"PT Sans", sans-serif;
	font-weight:700;
	color:#fff;
	padding:20px 30px;
	display:block;
	margin:30px auto 0px;
	text-decoration:none;
}
.call-to-action .scroll-top:hover{
	background:#0186b1;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.call-to-action .scroll-top i{
	position:relative;
	top:2px;
}




.footer{
	background:#00467f;
	padding:30px 0px;
	color:#fff;
	font-size:13px;
	overflow:auto;
}
.footer .copyright{
	float:left;
}
.footer .container{
	margin:0px auto;
	position:relative;
}
.footer p{
	margin-top:10px;
	line-height:24px;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#fff;
}
.footer .links{
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}
.footer .links li{
	float:right;
	margin-left:10px;
}





	/* -------------------------------------------------- */
	/*	Back to Top
	/* -------------------------------------------------- */

	#back-to-top, .touch-device #back-to-top:hover {
		background: url(../images/arrow-up-large.png) no-repeat center center;
		background-color: rgb(14, 0, 26);
		background-color: rgba(14, 0, 26, .7);
		bottom: 20px;
		color: transparent;
		display: none;
		font: 0/0 a;
		height: 46px;
		position: fixed;
		right: 20px;
		text-shadow: none;
		-webkit-transition: all .2s ease;
		   -moz-transition: all .2s ease;
			-ms-transition: all .2s ease;
			 -o-transition: all .2s ease;
				transition: all .2s ease;
		width: 45px;
		z-index: 100;
	}

		#back-to-top:hover, .touch-device #back-to-top:active { background-color: #000000; }
		
		
		
		
@media (min-width: 1680px) {
	 #commentform textarea{
		width:730px;
	}
	.header-main {
		margin-top: 140px;
	}
}	

/* responsive */
/* Large desktop */
@media (max-width: 1200px) {
	 #commentform textarea{
		width:730px;
	}
	.header-main {

	margin-top: 40px;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	input[type=text] {
		width:180px;
	}
	 
	 textarea{
		width:580px;
	}
	
	.lock-header h4 {
		font-size:19px;
	}
	.header-main{
		clear: left;
	    margin-top: 40px;
	    padding-bottom: 23px;
	    text-align: center;
		width:820px;
	}
.header-main {
	background: rgba(255, 255, 255, 0.3);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 60px solid rgba(0,0,0,0.03);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
} 

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	input[type=text]{
		width:126px;
	}
	textarea{
		width:684px;
	}
	
	input[type=email]{
		width:155px;
	}
	.lock-header h4 {
		font-size:19px;
	}
	 input[type=submit], button[type=submit]{
		width:148px;
		font-size:18px;
		padding: 10px 0 11px;
	}
	
	.lock-header h4{
		font-size:24px;
	}
	.lock-header h4 span{
		display:none;
	}
	.header-main{
		clear: left;
	    margin-top: 60px;
	    padding-bottom: 23px;
	    text-align: center;
		width:624px;
	}

.header-main {
	background: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 40px solid rgba(0,0,0,0.03);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

.header-main{
	    margin-top: 60px;
	    padding-bottom: 23px;
	    text-align: center;
		width:100%;
		border: 0;
	}
.top-nav .nav {
	position: absolute;
	top: 0px;
	right: 20px;
	}
	#rc-logo {
		display: block;
		width: 300px;
		height: 97px;
		background: transparent url("/images/RENTCafe-logo-white-small.png") no-repeat 0 0;
		margin: 0 auto;
	}
 }
 
/* Landscape phones and down */
@media (max-width: 766px) { 
	body{
		padding:0px!important;
		margin:0px;
	}
	p {width: 90% !important;}
	
	.page-container, .full-width-features, .home-container{
		padding-bottom:50px;
		height:auto;
	}
	.full-width-features{
		text-align:center;
		
	}
	.header-main h1, .call-to-action h1, .header-main-phone h1{
		font-size:41px;
		
	}
	
	.span6 img{
		margin:20px auto 0px;
	}
	.full-width-features h3{
		margin-bottom:20px;
		margin-top:50px;
	}

#searchForm{
	margin: 0 auto;
	max-width:80%
	
	}
		
	.form{
		margin-bottom:50px;
		
	}
	input,button[type="submit"] {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width:100%!important;
		padding:20px 10px!important;
		position:static!important;
	}
	input[type="submit"], button[type="submit"]{
		background-image:none!important;
		margin-top:20px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	input[type="email"]{
		text-align:center;
		margin-bottom:20px;
	}
	.footer{
		text-align:center;
	}
	.footer .links{
		position:static;
		float:none;
		margin-top:30px;
	}
	.footer .links li{
		width:25%;
		text-align:center;
		margin:0px;
	}
	.footer .links li a{
		margin:0px auto;
	}
	.contact-form{
		padding:0px 20px;
	}
	input[type="text"], input[type="email"]{
		width:100%;
		padding:10px 0px;
		margin-top:20px
	}
	.contact-form textarea{
		width:100%;
		padding:10px 0px;
	}
	#cafeicon {
font-size: 300px;
text-align: center;
color: #cdb8ae;
text-shadow: 0 -1px 0 #888;
}	
	
	
	
	.agency-wrap .agency-credit{
		position:absolute;
		left:50%;
		bottom:30px;
		width:120px;
		text-align:center;
		margin-left:-60px;
	}
		
	.header-main label.error, .header-main-phone label-error{
		display:none!important;
	}
	.header-main .watermark_container, .header-main-phone .watermark_container{
		width:100%;
	}
	.header-main .watermark_container .watermark, .header-main-phone .watermark_container .watermark{
		left:50%!important;
		margin-left:-80px;
		top:-64px!important;
	}
	
	.full-width-features h3 {
		margin-top:10px;
	}
	.full-width-features p{
		margin-bottom:50px;
	}
	.feature-1, .feature-2, .feature-3, .feature-login, .feature-register{
		padding-bottom:40px!important;
	}
	.feature-1 .container, .feature-2 .container, .feature-3 .container, .feature-login .container, .feature-register .container {
		padding:0px;
		margin: 0 auto;
	}
	.header-main{
		clear: left;
	    margin-top: 80px;
		 
	    padding-bottom: 23px;
	    text-align: center;
	}
	.header-main img{
	    margin-bottom: 60px;
	}

.down-tab{
	margin: -20px auto;
	text-align: center;
	font-size: 23px;
	line-height: 40px;
	overflow: hidden;
	display: block;
		
}


}


#facebookWrap{

width: 100%;
padding: 0 0 5px 20px;
line-height: 2em;
}

#otherSocialWrap {
width:100%;
padding: 10px 0 0 0;

}
.demo-headings {
  margin-bottom: 12px; }

.demo-tiles {
  margin-bottom: 46px; }

.tile {
  background-color: rgba(255,255,255,.90);
  border-radius: 6px;
  padding: 14px;
  position: relative;
  text-align: center; }

.lt-ie9 .tile, .lt-ie8 .tile, .lt-ie7 .tile {
background-color: #fff;
}  
  .tile.tile-hot:before {
    background: url("../images/itunes-ribbon.png") 0 0 no-repeat;
    background-size: 82px 82px;
    content: "";
    height: 82px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 82px; }
  .tile p {
    font-size: 15px;
    margin: 10px 0px 30px 0px; }

.lt-ie9 .tile-image {
  display: none; }
  
.tile-image {
  height: 100px;
  margin: 31px 0 27px;
  vertical-align: bottom; }
  
  .tile-image.big-illustration {
    height: 111px;
    margin: 20px 0px;
    width: 112px; 
	color: #1fa9d6;
	font-size: 112px;
	}

.tile-title {
  font-size: 20px;
  margin: 0; }

.rc-canada {margin: 30px 0 0 -20px;}
.rc-canada img {width:32px; height:32px; margin-right: 8px;}

/* 003c6e */

.ie8 {background-color:#00467f; width: 97.5%; padding: 20px; margin-bottom: -100px; }
.ie8 p {color:#fff; margin: 10px 0 15px 0;}
.ie8 h5 {color:#c9f2ff;  font-size: 20px;}

.chevron-down{ text-align: center; }
.icon-angle-down{ color: #fff; color: rgba(255, 255, 255, 0.5); font-size: 200px; display:inline-block;
    transform:scale(2,1); /* W3C */
    -webkit-transform:scale(1,1); /* Safari and Chrome */
    -moz-transform:scale(1,1); /* Firefox */
    -ms-transform:scale(1,1); /* IE 9 */
    -o-transform:scale(1,1); /* Opera */
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;

}

.icon-angle-down:hover{ color: #fff;  color: rgba(255, 255, 255, 0.8);}	

/* added to make the rentcafe homepage search textfield solid color on IE */
#txtCity{
    filter: alpha(opacity=100) !important;
	opacity:1 !important;
}