/****** PLACE YOUR CUSTOM STYLES HERE ******/

/*Preloader*/
#loader {
    background-color: #292929;
    background-image: url(../img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 250px 29px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
