/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */
.loader {
    position: fixed;
    top: 0;
    left: 50%;
    height: 36px;
    width: 92px;
    margin: 0;
    padding: 0;
    z-index: 1001;
}
.loader img
{
    height: 36px;
    width: 92px;
}
.qheader {
    padding: 55px !important;
}
/* -----------------------------------------
   Responsive media queries
----------------------------------------- */
/* -----------------------------------------
   Desktops
----------------------------------------- */
@media all and (max-width: 1280px) {
    .qheader {
        padding: 55px !important;
    }
}

@media all and (max-width: 1199px) {
    .qheader {
        padding: 5px !important;
    }
}
/* -----------------------------------------
   Ipad 3/4
----------------------------------------- */
@media all and (max-width: 1024px) {
    .qheader {
        padding: 5px !important;
    }
}
/* -----------------------------------------
   Most Tablets and some phones
----------------------------------------- */
@media all and (max-width: 991px) {
    .qheader {
        padding: 5px !important;
    }
}
/* -----------------------------------------
   Most phones
----------------------------------------- */
@media all and (max-width: 767px) {
    .qheader {
        padding: 5px !important;
    }
}
/* -----------------------------------------
   Small devices
----------------------------------------- */
@media all and (max-width: 640px) {
    .qheader {
        padding: 5px !important;
    }
}
/* -----------------------------------------
   Small devices most phones
----------------------------------------- */
@media all and (max-width: 550px) {
    .qheader {
        padding: 5px !important;
    }
}

@media all and (max-width: 450px) {
    .qheader {
        padding: 5px !important;
    }
}
/* -----------------------------------------
   Small devices old phones
----------------------------------------- */
@media all and (max-width: 360px) {
    .qheader {
        padding: 5px !important;
    }
}
/* -----------------------------------------
   Crapy phones very old
----------------------------------------- */
@media all and (max-width: 320px) {
    .qheader {
        padding: 5px !important;
    }
}
/* -----------------------------------------
   Print styles
----------------------------------------- */
@media print {
    .qheader {
        padding: 55px !important;
    }
}