

/** GENERAL **/
html							{ height:100%; }
body							{ width:100%; margin:0; font-family: 'Open Sans', sans-serif; font-size:14px; }
a								{ text-decoration:none; cursor:pointer; }
img								{ border:none; }
h1,h2,h3,h4						{ font-weight:normal; margin:0px; padding:0px; }
h1,h2							{ font-size:2em; line-height:1.2em; color:#e62f33; font-weight:400; text-transform:uppercase;  padding-bottom:10px; }
h3,h4 							{ font-size:1.6em; font-weight:300; text-transform:uppercase; padding-bottom:10px; }
.btn							{ text-transform:uppercase; cursor:pointer; }
.btn-outline					{ font-size:1.3em; padding:10px 20px; cursor:pointer; }
.listing-user-button			{ display:inline-block; text-transform:uppercase; font-weight:bold; padding:10px; }

html 							{ background:#63666A; }
body							{ color:#000; }
.mm-page-wrapper 				{ background:#FFFFFF; }
a								{ color:#e62f33; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; }
a:hover							{ color:#63666A; }
a.btn,
.listing-user-button,
.btn							{ background-color:#e62f33; color:#FFFFFF; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; }
a.btn:hover,
.listing-user-button:hover,
.btn:hover						{ background-color:#000000; color:#FFFFFF; }
.btn-outline					{ background:#e62f33; color:#FFFFFF;  text-transform:uppercase; font-weight:300; font-size:1.2em; }
.btn-outline:hover				{ background:#000000; color:#FFFFFF; }



/** COLOURS **/
.red			{ color:#e62f33; }
.grey			{ color:#63666a; }



/** CONTENT **/
.content-margins		{ width:100%; max-width:960px; margin:0px auto; }
.content-padding		{ padding:0px 10px; }



/** ERROR PAGE **/
.errpg.errpg-500		{ padding:150px 0px 30px 0px; margin:50px 0; text-align:center; }



/** FORM ERRORS **/
.form-error-summary							{ padding:20px 20px 20px 20px !important; }
.form-error-summary							{ background:#e62f33 !important; color:#FFFFFF !important; border:none !important; }
.property-page-rent .form-error-summary 	{ background:#e62f33 !important; color:#FFFFFF !important; border:none !important; }



/** MOBILE LIGHTBOX FIX **/
.mobile-lightbox-fix a.btn			{ margin:10px; }
.mobile-lightbox-fix .l-article		{ margin:0px 0px 20px 0px; }
.mobile-lightbox-fix h1				{ padding:20px; margin:0px 0px 5px 0px; font-size:1.5em; letter-spacing:inherit; }

.mobile-lightbox-fix h1				{ background:#FFFFFF; }



.l-divided .l-body		{ margin-top:0px; padding-top:2em; }
 


