/*Remove header and footer keep body section. It suitable for pages which use element layout(for now)*/
@media print {
    #header,
    #headerImg,
    #socialNetworksBar,
    #testimonialArea,
    #footerArea,
    #mobileNetuceFooter{
        display: none;
    }
    .zoomTool {
        display: none;
    }
    .fileBar {
        display: none;
    }
}