

/** GENERAL **/
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:2.3em; line-height:1.2em; color:#209CDA; }
h3,h4 							{ font-size:1.8em; }
.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-color:#FFFFFF; }
body							{ color:#4B4F4F; border-bottom:5px solid #F8CF0D; background:#FFFFFF; }
a								{ color:#209cda; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; transition:background .3s ease; }
a:hover							{ color:#F8CF0D; }
a.btn,
.listing-user-button,
.btn							{ background-color:#209cda; 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:#F8CF0D; color:#FFFFFF; }
.btn-outline					{ background:#FFFFFF; border:2px solid #209cda; color:#209cda; }
.btn-outline:hover				{ background:#209cda; border:2px solid #209cda; color:#FFFFFF; }



/** COLOURS **/
.blue			{ color:#209CDA; }
.yellow			{ color:#F8CF0D; }



/** 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; }

.errpg.errpg-500		{ background:transparent url(logos/hughes-white-footer.png) no-repeat 50% 0%; color:#FFFFFF; }



/** FORM ERRORS **/
.form-error-summary		{ padding:20px 20px 20px 20px !important; }
.form-error-summary		{ background:#209CDA; 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; }



.custom-pop-up									{ display:none; position:fixed; top:0px; left:0px; right:0px; bottom:0px; z-index:99999; text-align:center; }
.custom-pop-up .image							{ position:relative; margin:30px auto; }
.custom-pop-up .pop-up-close					{ position:absolute; top:-15px; right:-15px; font-size:3em; }
.custom-pop-up img								{ width:100%; }
.launch-offer-pop-up .image						{ max-width:960px; }
.launch-offer-pop-up img						{ max-width:960px; max-height:355px; }
.pop-up-video .video-box						{ position:relative; margin:30px auto; max-width:960px; width:94%; }
.pop-up-video .video-bg video					{ width:100%; }
.pop-up-video .play-btn							{ display:none; }
.custom-pop-up.pop-up-video .pop-up-close		{ position:static; display:inline-block; font-size:1em; margin:20px 0px 0px 0px; }
.mobile .pop-up-video .btn						{ display:inline-block; margin:20px 0px 0px 0px; }

.custom-pop-up									{ background:rgba(0,0,0,0.7); }
.custom-pop-up .pop-up-close					{ color:#FFFFFF; text-shadow:0px 1px 3px rgba(0,0,0,0.7); }
.custom-pop-up .pop-up-close:hover				{ color:#F8CF0D; text-shadow:0px 1px 3px rgba(0,0,0,1); }
.custom-pop-up.pop-up-video .pop-up-close:hover	{ color:#FFFFFF; }
.custom-pop-up img								{ -webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3); -moz-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3); box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3); }
