

/** GENERAL **/
html							{ height:100%; background:#EAE6DF; width:100%; overflow-x:hidden; }
body							{ font-family: 'Raleway', sans-serif; font-size:14px; background:#FFFFFF; color:#656566; margin:0px; }
a								{ color:#A30234; text-decoration:none; cursor:pointer;
-webkit-transition:border .2s linear; -moz-transition:border .2s linear; transition:border .2s linear;
-webkit-transition:color .2s linear; -moz-transition:color .2s linear; transition:color .2s linear;
-webkit-transition:background .2s linear; -moz-transition:background .2s linear; transition:background .2s linear;
}
a:hover							{ color:#656566; }
h1,h2,h3,h4						{ font-family: 'Roboto Slab', serif; font-weight:400; margin:0px;  color:#656566; }
hr								{ clear:both; margin:20px 0px; border-top:0px; border-bottom:1px dotted #656566; }
hr.red { border-bottom:2px solid #A30234; }
.cookiebox						{ background:rgb(0,0,0); background:rgba(0,0,0,0.8); }
.cookiebox p a					{ color:#A30234; text-decoration:underline; }
.cookiebox p a:hover			{ color:#EAE6DF; }
.stretch						{ width:100%; display:block; font-size:0; line-height:0; }
.back-to-top					{ display:block; width:100px; text-align:center; padding:10px; margin:10px 0px; background:#A30234; color:#EAE6DF; text-transform:uppercase; font-size:14px; }
.back-to-top:hover				{ background:#8B012C; color:#EAE6DF; }



/** BUTTONS **/
.btn,
a.btn							{ text-transform:uppercase; cursor:pointer; }

.btn,
a.btn							{ background:#A30234; color:#EAE6DF; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; transition:all .2s linear; }
.btn:hover,
a.btn:hover						{ background:#8B012C; color:#EAE6DF; }
.btn-border,
a.btn-border					{ padding:10px; text-transform:uppercase; }
.btn-border-cream,
a.btn-border-cream				{ border:3px solid #EAE6DF; color:#EAE6DF; background:transparent; }
.btn-border-cream:hover,
a.btn-border-cream:hover		{ border:3px solid #A30234; color:#EAE6DF; background:#A30234; }



/** LAYOUT **/
.fw-wrapper				{ clear:both; }
.fw-margins				{ width:100%; max-width:1192px; margin:0px auto; }
.fw-padding				{ padding:0px 10px; }



/** COLOURS **/
.red		{ color:#A30234; }
.dark-red	{ color:#8B012C; }
.cream		{ color:#EAE6DF; }
.dark-cream { color:#D8D2C9; }
.grey		{ color:#656566; }



/** ERRORS **/
.form .form-error-summary				{ padding:20px; text-align:left; }
.form .form-error-summary h4,
.Form .Form-errorSummary h4			{ text-transform:uppercase; font-weight:600; color:#EAE6DF !important; }
.form .form-error-summary ul			{ margin:0px; padding:0px 0px 0px 10px; }

.form .form-error-summary,
.Form .Form-errorSummary	 			{ color:#EAE6DF !important; border:none; background:#8b012c !important; }



/** COOKIES **/
.cookiebox	{ z-index:999; }


/** PRINT FRIENDLY BROCHURE **/
.listing-printer 				{ border-top:40px solid #A30234; }
.listing-printer-footer 		{ background:#A30234; }
