

/** STATIC TITLES **/
.static-titles				{ padding:40px 0px; }
.static-titles h1			{ text-transform:uppercase; }
.static-titles .sub-title	{ font-size:1.4em; color:#00ADF2; text-transform:uppercase; }

.static-titles				{ background:#F2F7FA; }
.static-titles h1			{ color:#393A3A; }

.static-sub-titles 			{ color:#00ADF2; font-size:1.4em; text-transform:uppercase; }



/** GENERAL **/
.static-wrapper						{ padding:60px 0px; font-size:1.4em; line-height:1.6em; }
.StaticWrapper--alt {
	background:#F2F7FA;
}
.static-wrapper .static-left		{ float:left; width:65%; }
.static-wrapper .static-right		{ float:right; width:30%; }

.static-wrapper h1,
.static-wrapper h2,
.static-wrapper h3					{ color:#393A3A; }
.static-list li						{ color:#393A3A; }
.static-list li span				{ color:#00ADF2; }

/** RENTAL APPLICATION BOX **/
.rental-application					{ display:block; margin:20px 0px; padding:20px; }
.rental-application .title			{ display:block; text-transform:uppercase; font-size:1.5em; }
.rental-application .text			{ display:block; margin:20px 0px; }
.rental-application .btn			{ display:block; text-transform:uppercase; padding:10px 5px; }

.rental-application					{ background-color:#393A3A; color:#FFFFFF; }
.rental-application:hover			{ background-color:#161618; color:#FFFFFF; }
.rental-application .title			{ color:#EBE600; }
.rental-application .text			{ color:#FFFFFF; }
.rental-application .btn			{ background:#EBE600; color:#393A3A; }



/** STATIC FORMS **/
.static-wrapper .form			{ padding:20px; margin:0px 0px 30px 0px; }
.static-wrapper .form .styledd	{ width:100%; }

.static-wrapper .form			{ background:#F2F7FA; border:1px solid #CCCCCC; }
.static-wrapper .form .styledd	{ background:#FFFFFF; }



/** STATIC IMAGES **/
.services-image img	{ width:100%; max-width:296px; max-height:432px; }



/** BACK TO TOP **/
.bttop		{ display:block; margin:20px 0px; padding:0px 0px 20px 0px; }

.bttop		{ border-bottom:1px dotted #CCCCCC; }



/** RESPONSIVE **/
@media screen and (max-width:760px){

	.static-wrapper .static-left,
	.static-wrapper .static-right		{ float:none; width:100%; }

}



/** HOME VALUATION FORM **/
.HomeForm {
	background:#00ADF2;
	padding:80px 0px;
}
.HomeForm .HomeForm-Col {
	width:45%;
}
.HomeForm .HomeForm-ColLeft {
	float:left;
	color:#FFFFFF;
	font-size:1.2em;
}
.HomeForm .HomeForm-ColLeft h2 {
	font-size:2.2em;
	text-transform:uppercase;
}
.HomeForm .HomeForm-ColRight {
	float:right;
}
.HomeForm .FormWrapper {
	padding:10px 20px;
	background:#FFFFFF;
	-webkit-box-shadow:0px 20px 40px -20px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 20px 40px -20px rgba(0,0,0,0.6);
	box-shadow:0px 20px 40px -20px rgba(0,0,0,0.6);
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.HomeForm .FormWrapper .form .form-textbox input,
.HomeForm .FormWrapper .form .form-textbox textarea {
	padding:20px;
	-webkit-box-shadow:unset;
	-moz-box-shadow:unset;
	box-shadow:unset;
}
.HomeForm .FormWrapper p {
	font-size:1.6em;
	text-align:center;
	text-transform:uppercase;
	max-width:280px;
	margin:20px auto;
}
.HomeForm .g-recaptcha {
	margin:10px 0px 0px 0px;
	width:100%;
	height:90px;
	overflow-x:hidden;
}
.HomeForm .FormWrapper .form .btn {
	display:block;
	font-size:1.3em;
	width:100%;
}
@media screen and (max-width:680px){
	.HomeForm .HomeForm-Col {
		width:100%;
	}
	.HomeForm .HomeForm-ColLeft,
	.HomeForm .HomeForm-ColRight {
		float:none;
	}
	.HomeForm .HomeForm-ColLeft {
		text-align:center;
	}
	.HomeForm .HomeForm-ColRight {
		margin:20px 0px 0px 0px;
	}
}
