html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*------------------------- GLOBAL STYLES --------------------------------*/
strong, b {
    font-weight: bold;
}

.text {
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hidden {
    display: none;
    visibility: hidden;
}

.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.frame-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.frame-outline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------- SPECIFIC STYLES --------------------------------*/
#banner-outline {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 158px;
	height: 598px;
    border: 1px solid #a2a2a2;
    cursor: pointer;
    z-index: 5;
}

#banner-content {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 0px;
    left: 0px;
	width: 160px;
	height: 600px;
    color: #000000;
    line-height: 1;
    background-color:#170f30;
    overflow: hidden;
}

.content {
	position: absolute;
	width: 100%;
    height: 100%;
    background-size: cover;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#logoframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------- IMAGE --------------------------------*/
.frame-image {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: 50% 15%;
    opacity:0;
}

.fullimage {
    width: 100%;
    height: 100%;
}

#frame-bg {
    position: absolute;
    top: 0;
    left: 0;
}

/*------------------------- TEXT --------------------------------*/
.frame-copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52%;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    transform-origin: 50% 95%;
    opacity:0;
}

span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    min-width: calc(100% - 40px);
}


.copy-shadow {
    text-shadow: 0 0 20px #8f7bdc, 0 0 30px #5840b3, 0 0 40px #5840b3, 0 0 50px #5840b3, 0 0 60px #5840b3, 0 0 70px #5840b3, 0 0 80px #5840b3;
}


/*------------------------- ENDFRAME --------------------------------*/

#logo {
    transform-origin: 50% 10%;
}

#cta, #cta2 {
    opacity: 1;
}

#cta-preorder,
#cta-buynow {
    opacity: 1;
}