﻿.loading {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 99999;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0,0,0,0.2);
}

#noTrespassingOuterBarG {
    height: 7px;
    width: 100%;
    border: 1px solid #1d78ad;
    overflow: hidden;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
}


.noTrespassingBarLineG {
    background-color: #1d78ad;
    float: left;
    width: 14px;
    height: 120px;
    margin-right: 24px;
    margin-top: -28px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.noTrespassingAnimationG {
    width: 100%;
    -moz-animation-name: noTrespassingAnimationG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: noTrespassingAnimationG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: noTrespassingAnimationG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: noTrespassingAnimationG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: noTrespassingAnimationG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#noTrespassingFrontBarG {
}

@-moz-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -38px;
    }
}

@-webkit-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -38px;
    }
}

@-ms-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -38px;
    }
}

@-o-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -38px;
    }
}

@keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -38px;
    }
}
