.btn-tool-add {
    color: #0275d8 !important;
}

.btn-tool-add:hover {
    color: white !important;
}


/*************************************
PRELOADER  
**************************************/

.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(../img/template/preloader-01.gif) center no-repeat #fff;
}

.loading-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 1;
    background: url(../img/template/loading-01.gif) center no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    display: none
}

#se-pre-con-h1 {
    position: relative;
    margin-top: 30%;
}