﻿body {
}
body, #header
{
    background-image:none !important;
    background-color:transparent !important;
}
#header, #cookie-popup-container, #footer, #rightcol, #leftcol, #actionButtons, #bottomNews, #social-tabs, #contactUS, h1#title, .pageSeperator, #drift-widget-container {
    display: none !important;
}
#shop{ width:auto !important; }

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

/*.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}*/

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/Layout/loader.gif) 20px 20px no-repeat #f5fafd;
}

.onlyForBlankpage{
    display:block;
}