/* Hide the header if the CSS class page-hideheader is found in the body tag */
body.page-hideheader nav.heading, body.page-hideheader .header-search, body.page-hideheader .block-alfresco-lang-dropdown, body.page-hideheader .contact-icon {
  display : none !important;
}

/* Hide the footer if the CSS class page-hidefooter is found in the body tag */
body.page-hidefooter .main-footer, body.page-hidefooter #prefooter, body.page-hidefooter .customers-footer, body.page-hidefooter #footer {
  display : none;
}

body.page-hidefooter #final-footer {
  margin-top : 10px;
}

/* Hide the social tags if the CSS class page-hidesocial is found in the body tag */
body.page-hidesocial .socialitejs, body.page-hidesocial .socialitejs {
  display : none;
}