/**************************************************\
|* Style Author: Djordje Jocic                    *|
|* Style Year: 2015                               *|
|* Official Website: http://www.djordjejocic.com/ *|
\**************************************************/

/* Core */

.parallax {
    position: relative;
    height: 500px;
}

.parallax .parallax-preloader {
    width: 64px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}

/* Parallax Default */

.parallax-default {
    background: #f65d96;
    border-top: 1px solid #822246;
    border-bottom: 1px solid #822246;
}

.parallax-default .parallax-preloader {
    background: url(../img/preloader_default.gif) no-repeat center center;
}

/* Parallax Dark */

.parallax-dark {
    background: #111;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.parallax-dark .parallax-preloader {
    background: url(../img/preloader_dark.gif) no-repeat center center;
}

/* Parallax Light */

.parallax-light {
    background: #fff;
    border-top: 1px solid #5d67f6;
    border-bottom: 1px solid #5d67f6;
}

.parallax-light .parallax-preloader {
    background: url(../img/preloader_light.gif) no-repeat center center;
}
