

/** TITLE **/
.l-body-header					{ padding:20px 0px; font-size:1.1em; }
.l-body-header h2				{ text-transform:uppercase; font-weight:400; }
.l-body-header h2 span			{ display:block; text-transform:none; font-weight:300; }

.l-body-header					{ background-color:#15B48C; }
.l-body-header h2				{ color:#FFFFFF; }
.l-body-header h2 span			{ color:#FFFFFF; }



/** CONTACT DETAILS **/
.hideElement {
  display:none;
}



/** SOCIAL **/
.social-facebook,
.social-twitter					{ display:inline-block; width:128px; height:40px; margin:3px; }

.social-facebook				{ background:transparent url(icons/contact-social.jpg) no-repeat 0% 0%; }
.social-facebook:hover			{ background:transparent url(icons/contact-social.jpg) no-repeat 0% 100%; }
.social-twitter					{ background:transparent url(icons/contact-social.jpg) no-repeat 100% 0%; }
.social-twitter:hover			{ background:transparent url(icons/contact-social.jpg) no-repeat 100% 100%; }
