

/** STATIC TITLES **/
.static-title					{ padding:30px 0px; }
.static-title .title			{ font-family: 'Roboto Slab', serif; font-size:2em; font-weight:400; }
.static-title .text				{ font-size:1.2em; font-weight:300; }

.static-title					{ background:#EAE6DF; color:#656566; }
.static-title .title			{ color:#A30234; }
.static-title .text				{ color:#656566; }


/** MAIN CONTENT **/
.static-content				{ padding:80px 0px; font-size:1.2em; }
.static-content.cream-bg	{ background:#EAE6DF; }
.static-left				{ float:left; width:50%; }
.static-right				{ float:right; width:45%; }
.static-col-padding			{ padding:40px 0px; }
blockquote					{ font-family: 'Roboto Slab', serif; font-size:2em; margin:20px; padding:20px; font-weight:400; }

blockquote					{ color:#beb7aa; }
.static-list li				{ color:#CFDD2E; }
.bBlue .static-list li		{ color:#8DCDEF; }
.static-list li span		{ color:#141A29; }



/** STATIC FORMS **/
.general-form											{ margin:0px 0px 20px 0px; }
.general-form h2										{ font-family: 'Roboto Slab', serif; display:block; padding:20px 10px; font-size:1.2em; }
.general-form .form-wrapper								{ padding:10px 20px 20px 20px; }
.general-form .form .styledd,
.general-form .form .htmldd								{ width:100%; padding:10px 5px; }
.general-form .form .form-textbox input,
.general-form .form .form-textbox textarea				{ width:100%; padding:15px 5px; }

.general-form											{ background:#A30234; color:#EAE6DF; }
.general-form h2										{ background:#8B012C; color:#EAE6DF }
.bBlue .general-form h2									{ background:#A30234; color:#EAE6DF; }
.general-form .btn										{ border:3px solid #EAE6DF; color:#EAE6DF; background:transparent; }
.general-form .btn:hover								{ border:3px solid #EAE6DF; color:#A30234; background:#EAE6DF; }
.general-form .form .styledd,
.general-form .form .htmldd,
.general-form .form .form-textbox input,
.general-form .form .form-textbox textarea				{ background:#EAE6DF; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }



/** VALUATIONS FORM **/
.valuations-form										{ margin:0px 0px 20px 0px; }
.valuations-form h2										{ font-family: 'Roboto Slab', serif; display:block; font-size:1.6em; text-align:center; padding-bottom:10px; }
.valuations-form .form-wrapper							{ text-align:center; width:70%; margin:auto; }
.valuations-form .form .styledd,
.valuations-form .form .htmldd							{ width:100%; padding:10px 5px; }
.valuations-form .form .form-textbox input,
.valuations-form .form .form-textbox textarea			{ width:100%; padding:15px 10px; margin:5px 0px; }

.valuations-form										{ color:#656566; }
.valuations-form h2										{ color:#656566; }
.valuations-form .btn									{ color:#EAE6DF; background:#A30234; }
.valuations-form .btn:hover								{ color:#EAE6DF; background:#8B012C; }
.valuations-form .form .styledd,
.valuations-form .form .htmldd,
.valuations-form .form .form-textbox input,
.valuations-form .form .form-textbox textarea			{ background:#EAE6DF; border:1px solid #EAE6DF; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }



/** GUIDE **/
.guide-title							{ text-transform:uppercase; margin:0px 0px 20px 0px; padding:0px 0px 20px 0px; }
.step-box								{ display:inline-block; vertical-align:top; width:49%; margin-top:20px; }
.step-box .main-padding					{ margin:20px; }
.step-box .image						{ display:block; margin:0px auto; }
.step-box .image img					{ width:100%; max-width:660px; max-height:370px; }
.step-box .content						{ margin:0px; padding:20px 40px 0px 40px; text-align:center; }
.step-box .content .padding				{ padding:20px 10PX; }
.step-box .content .padding h2			{ text-transform:none; font-size:1.2em; font-weight:400; color:#A30234; }
.step-box .content .padding h2 span		{ display:block; font-size:1.6em; }

.guide-title							{ border-bottom:1px dotted #CCCCCC; }
.step-box .main-padding					{ background:#FAFAFA; border:1px solid #CCCCCC; }
.step-box .image						{ background:#EAE6DF; border-bottom:1px dotted #CCCCCC; }
.step-box .content .padding h2			{ color:#656566; }
.step-box .content .padding h2 span		{ color:#A30234; }
.step-box .content .padding p			{ color:#656566; }



/** RESP IMAGES **/
.land-banner	{ width:100%; max-width:760px; max-height:461px; margin:20px 0px; }
.auction-banner	{ width:100%; max-width:760px; max-height:461px; margin:20px 0px; }



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

	.static-leadin .text-wrapper	{ width:50%; }
	.static-title .title			{ font-size:1.8em; }
	.static-leadin .image			{ left:53%; }

}

@media screen and (max-width:900px){

	.static-left			{ width:100%; }
	.static-right			{ width:100%; }


}


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

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

}

@media screen and (max-width:740px){

	.static-title							{ text-align:center; }
	.static-leadin .text-wrapper			{ float:none; width:100%; text-align:center; }
	.static-leadin .image					{ position:static; width:100%; left:auto; text-align:center; }

}

@media screen and (max-width:490px){

	.step-box 			{ width:100%; }

}
