/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
body {
    /* display: none; */
}

#jpreOverlay {
    background-color: #fff;
}

#jpreSlide {
    font-size: 22px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    width: 50%;
    height: 30%;
}

#jpreLoader {
    display: none;
    width: 100%;
    height: 1px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#jpreBar {
    background-color: #A6A6A6;
    animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    -webkit-animation: progress 2s linear infinite;
    -ms-animation: progress 2s linear infinite;
    -o-animation: progress 2s linear infinite;
}

#jprePercentage {
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    top: -100%;
}

#jpreButton {
    padding: 3px 10px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    color: #fff;
    text-shadow: none;
    border: 1px solid #2EACEA;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background-color: #23a6ed;
    background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23a6ed), color-stop(100%, #1275aa));
    background-image: -webkit-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
    background-image: -o-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
    background-image: -ms-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
    background-image: linear-gradient(to bottom, #23a6ed 0%, #1275aa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa', GradientType=0);
}

@-webkit-keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}

@-moz-keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}

@-ms-keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}

@-o-keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}

@keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}
