body {
    font-family: 'Nunito', sans-serif;
}
/* preloader */

#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ECF0F1;
    z-index: 9999;
    height: 100%;
    width: 100%;
}
#status {
    width: 920px;
    height: 532px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -266px 0 0 -460px;
    background: url('/templates/assets/dist/img/preload.gif') center no-repeat;
}
.cursor-pointer {
    cursor: pointer;
}