body{
    display:none;
}
#jpreOverlay {
    z-index: 9999999;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.preloaderWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #77c1f0; /* Old browsers */
    background: -moz-linear-gradient(left,  #77c1f0 0%, #c7c6f0 50%, #adc2ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#77c1f0), color-stop(50%,#c7c6f0), color-stop(100%,#adc2ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* IE10+ */
    background: linear-gradient(to right,  #77c1f0 0%,#c7c6f0 50%,#adc2ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c1f0', endColorstr='#adc2ef',GradientType=1 ); /* IE6-9 */

}
.wrapperSvg{
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -150px;
}


.preTop,
.preBottom{
    position: absolute;
    height: 1px;
    width: 100%;
}
.preTop{
    top: 0;
}
.preBottom{
    bottom: 0;
    right: 0;

    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleY(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}

.preRight,
.preLeft{
    position: absolute;
    width: 1px;
    height: 100%;
}
.preRight{
    right: 0;
}
.preLeft{
    left: 0;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: flipv; /*IE*/
    filter: flipv; /*IE*/
    bottom: 0;
}
.pre span{
    display: block;
    background-color: #fff;
}
.preTop span,
.preBottom span{
    width: 0%;
    height: 100%;
}
.preRight span,
.preLeft span{
    width: 100%;
    height: 0%;
}
