/**
 * ------------------------------------------------------------------------
 * LGX Parallax Module
 * ------------------------------------------------------------------------
 * Copyright (C) 2014-2016 LogicHunt, All Rights Reserved.
 * license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: LogicHunt
 * Websites: http://logichunt.com - http://logichunt.com
 * ------------------------------------------------------------------------
 */

.lgx-parallax{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
}

.lgx-parallax .lgx-parallax-inner{
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0,0,0,0);
}

.lgx-parallax-inner .lgx-parallax-content{
    display: table-cell;
    vertical-align: middle;
}

.lgx-parallax-logo {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.lgx-parallax-content .lgx-parallax-content-wrapper {
    margin: 0 auto;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.lgx-parallax-content .lgx-parallax-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.lgx-parallax-content .lgx-parallax-text {
    font-weight: 400;
}
