

#banner {
    background: #000000;
    text-align: left;
    width: 100%;
    height: 100%;
    line-height: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
}
#border {
    border: 1px solid #333333;
    height: 100%;
    z-index: 10;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#banner:hover {
    cursor: pointer
}
.normal,
#big_logo2,
#legal,
#smlogo,
#pen,
#bg2,
#bg3{
    opacity: 0;
}
.normal,
#big_logo2,
#legal,
#bg,
#bg1,
#bg2,
#pen,
#bg3,
#smlogo,
#logo{
    position: absolute;
    top: 0;
    left: 0;
}

#copy1,
#copy2,
#copy3
{
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
}

#copy1.paused,
#bg1.paused{
    position: absolute;
    top: 0;
    left: 0;
    opacity:1 !important;
}
#big_logo2{
    top:100px;
}
#bg1,
#bg2,
#bg3,
#big_logo2,
#pen,
#smlogo,
#legal,
#copy1,
.normal,
#copy2,
#copy3,
#logo {

    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
}

@-webkit-keyframes fadenone {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadenone {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}

@keyframes fadein {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}

@-webkit-keyframes fadeinZ {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeinZ {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;

    }
}

@keyframes fadeout {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;

    }
}
@-webkit-keyframes fadeoutS {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px);
    }
}

@keyframes fadeoutS {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px);
    }
}
@-webkit-keyframes fadeoutZ {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes fadeoutZ {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
@-webkit-keyframes fadeind {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(100px);
    }
}

@keyframes fadeind {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(100px);
    }
}
@-webkit-keyframes fadeoutUP {
    0% {
        opacity: 1;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeoutUP {
    0% {
        opacity: 1;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.outBack {
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
             animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
}
.easeInOut {
     -webkit-animation-timing-function: ease-in-out !important;
             animation-timing-function: ease-in-out !important;;
}
.paused{
   -webkit-animation-play-state:paused !important;
   animation-play-state:paused !important;
}
