@font-face {
    font-family: 'ForzaMedium';
    src: url('media/font/forza-medium.woff') format('woff'), url('media/font/forza-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'BankGothicMedium';
    src: url('media/font/bank_gothic_medium_bt-webfont.woff') format('woff'), url('media/font/bank_gothic_medium_bt-webfont.ttf') format('truetype');
}

@media all and (max-width: 590px){
    #social,#rating{
        float:none;
        margin-top:100px;
    }
    #studiologos{
        float:none;
        padding:0;
    }
    #legalTxt{
        float:none;
        max-width: 100%;
    }
    footer{
        height:300px;
    }
    #content{
        margin-bottom: -300px; 
        min-height:970px;
    }
    #content:after {
        content: "";
        display: block;
        height: 300px; 
    }
}

@media all and (min-width: 590px){
    #social,#rating{
        margin-top:20px;
    }
    #social{
        float:right;
    }
    #rating{
        float:left;
    }
    #studiologos{
        float:left;
        padding-left: 30px;
    }
    #legalTxt{
        float: left;
        max-width: 68%;
    }
    footer{
        height:200px;
    }
    #content{
        margin-bottom: -200px; 
        min-height: 870px;
    }
    #content:after {
        content: "";
        display: block;
        height: 200px; 
    }

}

html{
    height: 100%;
}

body{
    height: 100%;
    margin: 0;
    padding:0;
    font: 100%/100% Arial, Helvetica, sans-serif;
    text-align: center;
    color:#808080;
    background: black;
}

p{
    font-size: 10px;
    line-height: 11px;
    margin:0;
}

h1{
    font-family: "BankGothicMedium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color:#dddddd;
    margin:0;
}

h2{
    font-family: "ForzaMedium", "Proxima Nova", "Century Gothic", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color:#cccccc;
    margin:0;
}

h3{
    display: inline-block;
    margin: 0;
    font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-stretch:condensed;
    color:#9b6439;
}

a{
    color:inherit;
    outline:none;
    background-repeat: no-repeat;
}

a:hover{
    opacity:.8;
}

a:active{
    opacity:1;
}

#officialSite:hover{
    opacity:1;
}

span, button, img, form{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    outline:none;
}

button{
    cursor:pointer;
    font-family: "ForzaMedium", "Proxima Nova", "Century Gothic", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color:#333333;
    background-color: transparent;
    background-repeat: no-repeat;
}

.loading{
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0 0 8px #FFFFFF;
    margin-top: 167px;
    padding: 20px 0;
    background-color: rgba(70,77,77,.7);
    border: 1px solid rgba(255,255,255,.2);
    border-left: 0;
    border-right: 0;
}

#content{
    visibility:hidden;
    position:relative;
    min-width:460px;
    max-width:1920px;
    margin-left:auto;
    margin-right:auto;
    height: 100%;
    overflow:hidden;
}

#lightbox{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#111111;
    z-index:3;
    overflow-y:auto;
}

#lightbox>div{
    margin:0 60px;
}

.closeBtn{
    width:204px;
    height:50px;
    margin: 15px;
    border: 1px solid #222222;
    background-color: black;
    color:#999999;
}

#videoDiv{
    position: absolute;
    top: 134px;
    left: 0;
    right: 0;
    width: 360px;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
}

#videoDiv>video{
    display:none;
}

.camBtn{
    opacity: .6;
    position: absolute;
    display:none;
    width: 64px;
    height: 64px;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
    bottom: 0;
    background: rgb(255, 0, 0);
    border: 1px solid #404860;
    box-shadow: inset 0 0 0 12px #303840;
    border-radius: 50%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.camBtn:hover{
    opacity:.8;
}

.fbThumb{
    opacity:0;
    position:relative;
    width:100px;
    height:100px;
    margin: 2px;
    border: 1px solid #334045;
    overflow:hidden;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.fbThumb>img{
    position:absolute;
}

.light{
    opacity:0;
    position:absolute;
    top:42px;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

header, #bottomPanel{
    opacity:0;
    position: absolute;
    display: table;
    left:0;
}

header{
    top:0;
    height: 40px;
    z-index: 2;    
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

#bottomPanel{
    top:40px;
    z-index: 1;
    -webkit-transition:-webkit-transform .5s, opacity .5s;;
    transition:transform .5s, opacity .5s;;
}

#headerL, #headerR{
    display: table-cell;
    width: 50%;
    height: 40px;
    background:repeat-x 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px 2px black;

}

#headerL{
    background-position: 100% 0;
}

#headerC{
    position:relative;
    height: 40px;
}

#headerC>img, #footerC>img{
    display:block;
}

#footerL, #footerR{
    display: table-cell;
    width: 50%;
    background:black repeat-x 0 -40px;
    box-shadow: 0 0px 20px 0px black;
}

#footerL{
    background-position: 100% -40px;
}

#footerCT{
    margin-top: -10px;
    height:60px;
}

#footerCB{
    background:black;
}

footer{
    display:none;
    position: relative;
    min-width:460px;
    max-width: 720px;
    height:200px;
    margin: 0 auto;
    z-index: 2;
}

#logo, #rating, #social, #studiologos{
    vertical-align:top;
}

#logo{
    position:absolute;
    left:0;
    right:0;
    margin: 0 auto;
}

#rating{
    display:inline-block;
    width:170px;
    height:40px;
    padding-top: 35px;
    background: transparent no-repeat 50% 0%;
}

#studiologos{
    display: inline-block;
    clear: both;
    margin: 0 auto 10px;
}

#legalTxt{
    display: inline-block;
    text-align: justify;
    margin: 0 20px;
    vertical-align: top;
    /* clear: both; */
}

#social{
    display:inline-block;
    width:170px;
    height:40px;
}

#social>a{
    display:inline-block;
    width:34px;
    height:34px;
}

#sectionDiv{
    visibility: hidden;
    position: absolute;
    top: -1800px;
    left:0;
    right: 0;
    height:2400px;
    background: #121517 no-repeat 50% 0;
    -webkit-transition:-webkit-transform .6s;
    transition:transform .6s;
    /* -webkit-backface-visibility: hidden; disables flicker on iPad, but makes desktop text look bad*/
}

section{
    position: absolute;
    width: 100%;
    height:600px;
    overflow: hidden;
    /* white-space:nowrap; */
}

section:first-of-type{
    margin-top:470px;
}

section>h2{
    margin-top: 60px;
}

section:first-of-type>h2{
    margin:0 3px;
    display:inline-block;
}

#userImgDiv, #previewImgDiv, #finalImgDiv{
    position: relative;
    display: block;
    width:360px;
    height:360px;
    margin: 15px auto 8px;
    overflow: hidden;
}

#userImgDiv>img{
    display: none;
    position: absolute;
}

#uploadLegal{
    max-width:640px; margin:0 auto;
}

#previewImgDiv>canvas{
    position:absolute;
    left:0;
    top:0;
}

#c2{
    cursor:move;
}

#finalImgDiv>img{
    position:absolute;
    left:0;
    top:0;
    display: none;
    width:360px;
    height:360px;
}

.bigX{
    font-size: 40px; 
    color:#dddddd; 
    vertical-align: sub;
}

#mainBtnDiv{
    position:absolute;
    top: 562px;
    left:0;
    right:0;
    width: 366px;
    height: 77px;
    margin:0 auto;
    box-shadow: inset 0 -22px 20px -20px black;
}

#mainBtn{
    visibility: hidden;
    position: absolute;
    bottom: 0;
    -webkit-transition:-webkit-transform .5s;
    transition:transform .5s;
}

#mainBtn:disabled{
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.btn1{
    width: 395px;
    height: 67px;
    left: 50%;
    right: 0;
    margin-left: -198px;
    margin-bottom: 10px;
    background-position: 0 0;
}

.btn1>span{
    display: table-cell;
    width: 395px;
    height: 64px;
    padding: 0 14px 3px;
    font-family: "BankGothicMedium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 16px;
    vertical-align: middle;
    color:#dddddd;
    text-shadow: 1px 1px 4px #111111;
}

.btn2, .btn2checkmark{
    width:193px;
    height:56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: -395px 0;
    box-shadow: inset 0 -22px 20px -20px black;
}

.btn2checkmark{
    background-position: -588px 0;
}

.btn2>span{
    display: table-cell;
    width: 193px;
    height: 56px;
    padding: 4px 34px 0;
    vertical-align: middle;
    font-family: "BankGothicMedium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 14px;
    color:#cccccc;
    text-shadow: 1px 1px 4px #111111;
}

.btn3{
    width:144px;
    height:44px;
    margin:0 4px;
    vertical-align: top;
}

.btn3:active{
    color: #eeeeee;
    text-shadow: 0 0 8px #4599cc;
}

.btn4L{
    width:72px;
    height:44px;
    margin-left:4px;
    
    vertical-align: top;
}

.btn4R{
    width:72px;
    height:44px;
    margin-right:4px;
    
    vertical-align: top;
}

.btn5{
    width:78px;
    height:44px;
    margin:0 4px;
    
    vertical-align: top;
}

#fileInputDiv{
    display: none;
}

#formTw{
    display:inline-block;
}

#uploadFb{
    background-position: -781px -132px;
}

#uploadFile{
    background-position: -781px -176px;
}

#uploadCam{
    background-position: -781px -220px;
}

#editBack{
    background-position: -781px -88px;
}

#editBack:active{
    background-position: -781px -44px;
}

#editRed{
    background-position: -925px -132px;
}

#editRed:disabled{
    background-position: -925px -44px;
}

#editBlue{
    background-position: -997px -132px;
}

#editBlue:disabled{
    background-position: -997px -44px;
}

#editMinus{
    background-position: -925px -176px;
}

#editMinus:active{
    background-position: -925px -88px;
}

#editPlus{
    background-position: -997px -176px;
}

#editPlus:active{
    background-position: -997px -88px;
}

#shareFb{
    background-position: -1069px -44px;
}

#shareFb:active{
    background-position: -1169px -44px;
}

#shareTw{
    background-position: -1069px -88px;
}

#shareTw:active{
    background-position: -1169px -88px;
}

#shareTu{
    background-position: -1069px -132px;
}

#shareTu:active{
    background-position: -1169px -132px;
}

#shareDl{
    background-position: -1069px -176px;
}

#shareDl:active{
    background-position: -1169px -176px;
}

#socialFb{
    background-position: -1147px 0px;
}

#socialTw{
    background-position: -1181px 0px;
}

#socialTu{
    background-position: -1215px 0px;
}

#socialYt{
    background-position: -1249px 0px;
}

#socialIn{
    background-position: -1283px 0px;
}