@font-face {
    font-family: Micra;
    font-size: 12px;
    font-weight: normal;
    src: url('../fonts/micra.woff') format('woff'),
    url('../fonts/micra.otf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    /*    -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;*/
}

html {
    height: 100%;
    width: 100%;
}

body {
    background: fixed #000 url(../img/landing-back.jpg) 100% 100% no-repeat;
    overflow-x: hidden;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

#bgforblur {
    background: fixed #000 url(../img/landing-back.jpg) 100% 100% no-repeat;
    overflow-x: hidden;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    filter: blur(10px);
    filter: url("/blur.svg#gaussian_blur");
    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
    display: none;
}

#pad {
    opacity: 0.6;
    background: #000000;
    z-index: -1;
    width: 484px;
    height: 100%;
    left: 6%;
    position: fixed;
}

#wrapper {
    width: 484px;
    height: 100%;
    left: 6%;
    position: absolute;
}

#video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: none;
}

#video-player {
    position: absolute;
    left: 0;
    top: 0;
}

#layer-over-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

#video-close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 15px;
    top: 90px;
    background: url(../img/close_video_btn.png) 0px 0px no-repeat;
    opacity: 0.25;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
    cursor: pointer;
    z-index: 12;
}

#video-close:hover {
    opacity: 0.9;
}


#video-mute {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 15px;
    top: 15px;
    background: url(../img/sound_video_btn.png) 0px -71px no-repeat;
    opacity: 0.25;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
    cursor: pointer;
    z-index: 12;
}

#video-mute:hover {
    opacity: 0.9;
}

#video-mute.muted {
    background-position: 0px 0px !important;
}

#content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

#black {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000 url(../img/black.png) top center repeat;
    opacity: 0;
}

#video-player {
    position: absolute;
    left: 0;
    top: 0;
}

#layer-over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#dots {
    background: url(../img/dotted-bg.png) left top repeat;
    opacity: 1;
    width: 100%;
    height: 100%;
}

#note {
    position: absolute;
    width: 90%;
    top: 140px;
    margin: 0 auto;
    box-sizing: border-box;
    background-size: contain;
    text-align: center;
    margin: 0 5% 0 5%;
}

#note span{
    color:#fff;
    font-family: Arial;
    font-size: 15px;

}

#play-video {
    overflow:hidden;
    position: absolute;
    width: 225px;
    height: 150px;
    left: -101px;
    top: 0px;
    background: url(../img/play_video.png) center center no-repeat transparent;
    margin:0 45% 0 45%;
    box-sizing: border-box;
    background-size: auto;
    text-align:center;
    z-index: 1;
    cursor: pointer;
    opacity: 0.5;
    border: 2px #00affe solid;
}

#play-video:hover {
    opacity: 1;
}

#prev-video {

    position: absolute;
    width: 280px;
    height: 150px;
    left: -30px;
    box-sizing: border-box;
    background-size: contain;
    text-align:center;
    z-index: -2;
    cursor: pointer;
}

#load-video-container{
    overflow:hidden;
    position: relative;
    margin: 0 auto;
    width: 225px;
    height: 150px;
    /*left: -60px;*/
    top: 175px;
}

#window_frame{
    position:absolute;
    z-index: 999;
    left:-50%;
}

#play-holder {
    position: relative;
    width: 900px;
    height: 600px;
    top: 15%;
    margin: 0 auto;
    box-sizing: border-box;
    background-size: contain;
    display: none;
    text-align: center;
    padding-top: 20px;
}

#play-holder .play_guest {
    height: 98px;
    width: 438px;
    cursor: pointer;
    background: url(../img/guest_btn.png) center 0px no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 95px;
    position: relative;
}

#play-holder .play_guest span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../img/guest_btn.png) center -98px no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#play-holder .play_guest:hover span {
    opacity: 1;
}

#play-holder .play_register {
    height: 98px;
    width: 438px;
    cursor: pointer;
    background: url(../img/reg_btn.png) center 0px no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}

#play-holder .play_register span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../img/reg_btn.png) center -98px no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#play-holder .play_register:hover span {
    opacity: 1;
}

#logo {
    position: absolute;
    left: 25%;
    top: -3%;
    width: 242px;
    height: 200px;
    background: url(../img/logo-white.png) center center no-repeat;
    background-size: contain;
    text-align: center;
    z-index: 1;
}

#video-logo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 242px;
    height: 200px;
    background: url(../img/logo-white.png) center center no-repeat;
    background-size: contain;
    text-align: center;
    z-index: 1;
    bottom: 0;
    margin: 0 auto;
}

#logo_done {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: -110px;
    width: 160px;
    height: 120px;
    background: url(../img/logo-white.png) center center no-repeat;
    background-size: contain;
    text-align: center;
    z-index: 1;
}

#logos {
    position: absolute;
    height: 35px;
    background: url(../img/logos.png) center center no-repeat;
    width: 80%;
    margin-left: 13%;
    top: 800px;
    margin-bottom: 20px;
}

#footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 1179px;
    height: 74px;
    margin: 0 auto;
    opacity: 0.5;
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}



/* == Form == */

.form {
    position: absolute;
    width: 100%;
    top: 350px;
}

.reg-text {
    color: #e5cc88;
    font-family: Micra;
    font-size: 19pt;
    font-weight: bold;
    margin-left: 23%;
}

.form-input {
    width: 80%;
    margin: 15px 0 0 50px;
    background: black;
    height: 40px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px grey solid;
    border-radius: 2px;
    outline: none;
    color: white;
    font-size: 16px;
}

::-webkit-input-placeholder {
    font-family: Micra !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: Micra !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: Micra !important;
}

:-ms-input-placeholder {
    font-family: Micra !important;
}

.form-input:focus {
    border: 1px white solid;
}

.wrapper-checkbox {
    width: 80%;
    margin-left: 10%;
    margin-top: 4%;
    text-align: center;
}

.checkbox-text {
    color: white;
    font-size: 11pt;
}

.button-create-account {
    background-color: white;
    width: 80%;
    height: 70px;
    border: none;
    font-size: 16pt;
    border-radius: 7px;
    font-family: Micra;
    margin-left: 10%;
    margin-top: 4%;
    cursor: pointer;
}

.button-create-account:hover,
.button-create-account:focus {
    background-color: #e5cc88;
    border-color: #ffffff;
}

.button-create-account:active {
    position: relative;
    top: 1px;
}

.rules:hover {
    color: #e5cc88;
}

/**/
.play {
    width: 438px;
    height: 98px;
    margin-top: 20px;
    margin-left: 6px;
    /*background: url(../img/create_btn.png) center 0px no-repeat;*/
}
#form-container {
    width: 100%;
    height: 471px;
    position: relative;
    left: 0px;
    top: 140px;
    opacity: 1;
    z-index: 10;
    background: rgba(6,7,11,0.25);
    /*overflow-y: auto;*/
    /*display: none;*/
    background: url(../img/reg_form.png) center center no-repeat;
    margin: 0 auto;
}

/*#form-container*/
#form {
    width: 664px;
    margin: 0 auto;
    top: 190px;
    left: 7px;
    /*margin-bottom: 10px;*/
    /*background: rgba(0,0,0,0.75);*/
    color: #fff;
    position: relative;
    /*z-index: 1;*/
    /*box-shadow: 0px 0px 75px rgba(0,0,0,0.8);*/
}

#form2 {
    z-index: 6;
    margin-top: 30px;
    position: relative;
}

/*#form-container #form*/
.close {
    width: 102px;
    height: 73px;
    background: url(../img/reg_form_close_btn.png) left top no-repeat;
    position: absolute;
    right: -7px;
    top: -172px;
    cursor: pointer;
}

/*#form-container #form .close {
    width: 43px;
    height: 43px;
    background: url(../img/close.png) left top no-repeat;
    position: absolute;
    right: 0;
    top: -43px;
    cursor: pointer;
}*/

/*#form-container #form .close:hover {
    width: 102px;
    height: 73px;
    background: url(../img/reg_form_close_btn.png) left -73px no-repeat;
    position: parent;
    right: -7px;
    top: -172px;
    cursor: pointer;
}*/

/*#form-container #form*/
.tabs {
    height: 68px;
    width: 100%;
    background: #eee;
    list-style: none;
    margin-bottom: 20px;
}

/*#form-container #form*/
.tabs li {
    width: 50%;
    height: 68px;
    float: left;
    background: #353537;
    position: relative;
    cursor: pointer;
    font-family: Micra;
    font-size: 21px;
    text-align: center;
    line-height: 68px;
}

#form-container #form .tabs li.left:after {
    content: '';
    background: url(../img/form-arrow/to-left.png) left top no-repeat;
    position: absolute;
    right: 0;
    top: 17px;
    width: 17px;
    height: 34px;
    opacity: 0.5;
}

#form-container #form .tabs li.right:after {
    content: '';
    background: url(../img/form-arrow/to-right.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: 17px;
    width: 17px;
    height: 34px;
    opacity: 0.25;
}

#form-container #form .tabs li.active:after {
    opacity: 1;
}

#form-container #form .tabs li.active {
    background: #742528;
}

#form-container #form .tabs:after {
    content: '';
    float: none;
    clear: both;
}

#form-container #form form {
    position:relative;
    top: -80px;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 24px;
    left:-6px
}

#form-container #form form .row {
    margin-top: 15px;
    text-align: center;
}

#form-container #form form .row label {
    display: block;
    width: 100%;
    font-family: Arial;
    font-size: 12px !important;
    text-align: center;
    margin-bottom: 10px;
}

#form-container #form form .row input {
    width: 350px;
    height: 40px;
    border: 3px rgba(0,134,235,0.4) solid;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 24px;
    padding: 5px 10px;
    background: rgba(255,255,255,0.05);
    outline: none;
    color: #fff;
    text-align: center;
    font-family: Micra;
    font-size: 16pt;
}

#form-container #form form .row input:focus {
    border-color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.1);
}

#form-container #form form .row .create_account {
    background: url(../img/create_btn.png) center -99px no-repeat;
    height: 98px;
    width: 438px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    left: 6px;
}

#form-container #form form .row .create_account span {
    background: url(../img/create_btn.png) center 0px no-repeat;
    height: 98px;
    width: 438px;
    cursor: pointer;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#form-container #form form .row .create_account:hover span {
    opacity: 1;
}

#play_btn  {
    background: url(../img/play_btn.png) center -82px no-repeat;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    top: 60px;
    left: 245px;
}

#play_btn:hover {
    background: url(../img/play_btn.png) center 0px no-repeat;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
}

#dwld_btn  {
    background: url(../img/dwld_btn.png) center -82px no-repeat;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    top: 120px;
    left: 245px;
}

#dwld_btn:hover {
    background: url(../img/dwld_btn.png) center 0px no-repeat;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
}

#wnd_btn  {
    background: url(../img/wnd_btn.png) center -82px no-repeat;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    top: 120px;
    left: 245px;
}

#wnd_btn:hover {
    background: url(../img/wnd_btn.png) center 0px no-repeat;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
}

#linux_btn  {
    background: url(../img/linux_btn.png) center -82px no-repeat;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    top: 120px;
    left: 245px;
}

#linux_btn:hover {
    background: url(../img/linux_btn.png) center 0px no-repeat;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
}

#app-store-btn  {
    background: url(../img/appstore-btn.png) center 0px no-repeat;
    height: 76px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    top: 120px;
    left: 245px;
}

#app-store-btn:hover {
    background: url(../img/appstore-btn.png) center -76px no-repeat;
    height: 76px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
}



#form-container #form form .row button span {
    position: relative;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../img/form-button.png) center -80px repeat-x;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#form-container #form form .row button:hover span {
    opacity: 1;
}

/*#form-container #form*/
.socials {
    width: 510px;
    line-height: 40px;
    font-family: Arial;
    font-size: 14pt;
    position: absolute;
    top: 210px;
}

#form-container #form .socials .left {
    float: left;
    padding-left: 200px;
}

#form-container #form .socials .right {
    float: right;
    padding-top: 7px;
    padding-right: 50px;
}

#form-container #form .socials:after {
    content: '';
    float: none;
    clear: both;
}

#form-login {
    display: none;
}

#form-signup {
    display: block;
}

.row {
    position: relative;
}

.row.row-checkbox {
    text-align: center;
}

.row.row-checkbox input {
    width: auto !important;
    height: auto !important;
}

.row.row-checkbox label {
    width: auto !important;
    display: inline-block !important;
    font-size: 10px !important;
    color: rgba(255,255,255,0.5);
}

.row.row-checkbox label a {
    color: rgba(255,255,255,0.5);
}

.row.row-checkbox label a:hover {
    color: rgba(255,255,255,0.9);
}

.row .error {
    position: absolute;
    background: #e5cc88;
    width: 80%;
    opacity: 0.75;
    font-family: Micra;
    font-size: 10px;
    padding: 2px 4px;
    box-sizing: border-box;
    padding-right: 20px;
    display: none;
    min-height: 16px;
    text-align: center;
    left:51px;
    z-index: 2;
    top: 15px;

}

.row .error:hover {
    opacity: 1;
}

.row .error .close {
    position: absolute;
    right: 0px !important;
    color: #000000;
    top: 0px !important;
    font-weight: bold;
    width: 15px !important;
    height: 100% !important;
    display: block;
    background: #fff !important;
    border-top-right-radius: 2px;
    font-family: Arial;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    opacity: 0.75;
}

.row .error .close:hover {
    opacity: 1;
}

.preloader {
    text-align: center;
    display: none;
}



/* == Responsible feature == */

@media (max-width: 319px) {
    /* 40% */

    /*#logo, #logo a {
        height: 73px;
    }*/

    #play-holder {
        height: 117px;
    }

    #play-holder .play {
        width: 210px;
        height: 53px;
        margin-top: 40px;
        background: url(../img/play/play-210.png) center 0px no-repeat;
    }

    #play-holder .play span {
        background: url(../img/play/play-210.png) center -53px no-repeat;
    }

    #footer {
        width: 235px;
        height: 14px;
    }

    #platforms {
        width: 235px;
        height: 12px;
        bottom: 50px;
    }

    #form-container #form {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 175px;
    }

    #form-container #form .tabs li {
        font-size: 14px;
    }

    #form-container #form .socials {
        font-size: 12px;
        line-height: 18px;
        padding-top: 35px;
        box-sizing: border-box;
    }

    #form-container #form .socials .left {
        width: 50%;
        padding-left: 20px;
    }

    #form-container #form .socials .right {
        padding-right: 20px;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
    /* 50% */

    /*#logo, #logo a {
        height: 92px;
    }*/

    #play-holder {
        height: 146px;
    }

    #play-holder .play {
        width: 263px;
        height: 67px;
        margin-top: 46px;
        background: url(../img/play/play-263.png) center 0px no-repeat;
    }

    #play-holder .play span {
        background: url(../img/play/play-263.png) center -67px no-repeat;
    }

    #footer {
        width: 235px;
        height: 14px;
    }

    #platforms {
        width: 235px;
        height: 12px;
        bottom: 50px;
    }


    #form-container {
        top: 50px;
    }

    #form-container #form {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 150px;
    }

    #form-container #form .tabs li {
        font-size: 14px;
    }

    #form-container #form .socials {
        font-size: 12px;
        line-height: 18px;
        padding-top: 22px;
        box-sizing: border-box;
    }

    #form-container #form .socials .left {
        width: 57%;
        padding-left: 20px;
        margin-top: 8px;
        font-size: 16px;
    }

    #form-container #form .socials .right {
        padding-right: 20px;
        margin-top: -5px;
    }

    /*#note {
        top: 130px;
        width: 100%;
        margin: 0;
    }

    #note span {
        font-size: 14px;
    }*/

    #load-video-container {
        top: 200px;
    }

    .socials {
        width: 250px;
        left: 80px;
        top: 195px;
    }
}


@media (min-width: 480px) and (max-width: 639px) {
    /* 60% */

    #form-container #form form .row .create_account {
        left: -18px;
    }

    #form-container {
        width: 100%;
        height: 367px;
        position: relative;
        left: 0px;
        top: 80px;
        opacity: 1;
        z-index: 10;
        background: rgba(6,7,11,0.25);
        /*overflow-y: auto;*/
        /*display: none;*/
        background: url(../img/reg_form.png) center center no-repeat;
        margin: 0 auto;
    }

    /*#logo, #logo a {
        height: 101px;
    }*/

    #play-holder {
        height: 400px;
    }

    #play-holder .play {
        width: 315px;
        height: 80px;
        margin-top: 58px;
        background: url(../img/play/play-315.png) center 0px no-repeat;
    }

    #play-holder .play span {
        background: url(../img/play/play-315.png) center -80px no-repeat;
    }

    #footer {
        width: 471px;
        height: 29px;
    }

    #platforms {
        width: 471px;
        height: 24px;
        bottom: 60px;
    }

    #form-container {
        width: 100%;
        height: 478px;
        top: 200px;
        opacity: 1;
        z-index: 10;
        background: rgba(6,7,11,0.25);
        /* overflow-y: auto; */
        /* display: none; */
        background: url(../img/reg_form.png) center center no-repeat;
        margin: 0 auto;
    }

    #form-container #form {
        width: 100%;
        margin-bottom: 0px;
        /*margin-top: 160px;*/
    }

    #form-container #form .tabs li {
        font-size: 18px;
    }

    #form-container #form .socials {
        font-size: 18px;
        line-height: 24px;
        padding-top: 18px;
        box-sizing: border-box;
    }

    #form-container #form .socials .left {
        width: 50%;
        padding-left: 60px;
        margin-top: 8px;
    }

    #form-container #form .socials .right {
        padding-right: 30px;
    }

    .socials {
        top: 195px;
        width: 340px;
        left: 90px;
    }

    /*#note {
        width: 90%;
        margin: 0 5% 0 5%;
        top: 150px;
    }

    #note span {
        font-size: 15px;
    }*/

    #load-video-container {
        top: 220px;
    }


}
@media (min-width: 640px) and (max-width: 767px) {
    /* 70% */

    #form-container {
        width: 100%;
        height: 527px;
        position: relative;
        left: 0px;
        top: -50px;
        opacity: 1;
        z-index: 10;
        background: rgba(6,7,11,0.25);
        /*overflow-y: auto;*/
        /*display: none;*/
        background: url(../img/reg_form.png) center center no-repeat;
        margin: 0 auto;
    }


    /*#logo, #logo a {
        height: 110px;
    }*/

    #play-holder {
        height: 205px;
    }

    #play-holder .play {
        width: 368px;
        height: 93px;
        margin-top: 66px;
        background: url(../img/play/play-368.png) center 0px no-repeat;
    }

    #play-holder .play span {
        background: url(../img/play/play-368.png) center -93px no-repeat;
    }

    #footer {
        width: 613px;
        height: 38px;
    }

    #platforms {
        width: 613px;
        height: 31px;
        bottom: 70px;
    }

    #form-container #form {
        width: 100%;
        max-width: 678px;
        margin-bottom: 0px;
        margin-top: 165px;
    }

    #form-container #form form {
        top: -60px;
    }

    /*#note {
        width: 70%;
        margin: 0 15% 0 15%;
        top: 140px;
    }*/

    #load-video-container {
        top: 150px;
    }

    .socials {
        top: 235px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* 80% */

    #load-video-container {
        top: 150px;
    }

    #form-container {
        width: 100%;
        height: 527px;
        position: relative;
        left: 0px;
        top: -70px;
        /*top: 50px;*/
        opacity: 1;
        z-index: 10;
        background: rgba(6,7,11,0.25);
        /*overflow-y: auto;*/
        /*display: none;*/
        background: url(../img/reg_form.png) center center no-repeat;
        margin: 0 auto;
    }

    /*#note {
        top: 147px;
    }*/

    /*#logo, #logo a {
        height: 119px;
    }*/

    #play-holder {
        height: 554px;
    }

    #play-holder .play {
        width: 420px;
        height: 107px;
        margin-top: 74px;
        background: url(../img/play/play-420.png) center 0px no-repeat;
    }

    #play-holder .play span {
        background: url(../img/play/play-420.png) center -107px no-repeat;
    }

    #footer {
        width: 766px;
        height: 48px;
    }

    #platforms {
        width: 766px;
        height: 39px;
        bottom: 80px;
    }

    #form-container #form form {
        top: -65px;
    }

    #form-container #form {
        margin-top: 175px;
    }
    .socials {
        top: 225px;
    }

    /*#note {
        width: 60%;
        margin: 0 20% 0 20%;
    }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* 90% */

    /*#logo, #logo a {
        height: 128px;
    }*/

    #play-holder {
        height: 554px;
    }

    #play-holder .play {
        width: 473px;
        height: 120px;
        margin-top: 84px;
        background: url(../img/play/play-473.png) center 0px no-repeat;
    }

    #play-holder .play span {
        background: url(../img/play/play-473.png) center -120px no-repeat;
    }

    #footer {
        width: 943px;
        height: 59px;
    }

    #platforms {
        width: 943px;
        height: 48px;
        bottom: 90px;
    }

    #form-container #form {
        margin-top: 190px;
    }

    #form-container {
        top: -30px;
    }


}


/*.slider_images {
    width: 100%;
    height: 114px;
    position: absolute;
    top: 8px;
}*/

.slider_images .image_items {
    display: block;
    height: 114px;
}

.slider_images .image_items div {
    width: 148px;
    height: 100%;
}

.slider_images img {
    border: 1px grey solid;
    width: 129px;
    height: 110px;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0px;
    top: 4px;

}

.slider_images img:hover {
    border: 1px white solid;
}

.slider_images div.active {
    background: url("/img/landing/image_border.png") no-repeat transparent;
    background-size: 100% 100%;
}

.slider_images div.active img {
    border: 2px #02b7c4 solid;
}

.bx-wrapper .bx-prev {
    left: -40px !important;
    background: url(../img/arrows_l.png) no-repeat left 0px;
}

.bx-wrapper .bx-next {
    right: -40px !important;
    background: url(../img/arrows_r.png) no-repeat left 0px;
}

.bx-wrapper .bx-prev:hover {
    left: -40px !important;
    background: url(../img/arrows_l.png) no-repeat left -63px;
}

.bx-wrapper .bx-next:hover {
    right: -40px !important;
    background: url(../img/arrows_r.png) no-repeat left -63px;
}

.screen {
    width: 100%;
    height: 157px;
    position: absolute;
    top: 530px;
    left: 400px;
}

.slider_images {
    width: 84%;
    height: 124px;
    position: absolute;
    top: 200px;
    margin: 0% 7% 0% 7%;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50;
    margin-top: -30px;
    outline: 0;
    width:37px;
    height:62px;
    text-indent: -9999px;
    z-index: 9999;
}

.wrapper-socials {
    width: 80%;
    height: 70px;
    top: 700px;
    position: absolute;
    color: white;
    margin-left: 10%;
}

.pad-social {
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}

.social-text {
    position: absolute;
    width: 100%;
    top: 35%;
    margin-left: 10%;
}

.social-button {
    position: absolute;
    width: 100%;
    top: 28%;
    margin-left: 65%;
}

.video {
    position: fixed;
    right: 25%;
    top: 40%;
    width: 100px;
    height: 100px;
    z-index: 2;
    border: 4px white solid;
    border-radius: 54px;
    cursor: pointer;
}

.video:hover {
    border: 4px #e5cc88 solid;
    border-radius: 54px;
}

.pad-video {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    border-radius: 50px;
    z-index: 1;
}

.play-video {
    width: 100%;
    height: 100%;
    background: url(../img/play.png) center center no-repeat;
    z-index: 3;
    margin-left: 5px;
    position: absolute;
    top: 0;
}

.pad-play-popup {
    position: absolute;
    width: 900px;
    height: 610px;
    z-index: 5;
    background-color: black;
    opacity: 0.6;
    border: 2px white solid;
    box-shadow: 0px 0px 50px rgba(0,0,0,1);
    margin-bottom: 100px;
}

/*.blur {
    -webkit-filter: blur(3px);
}*/

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.button-close-popup {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -3px;
    top: -29px;
    font-size: 40px;
    background-color: white;
    color: black;
    text-align: center;
    line-height: 50px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
    font-size: 54px;
    font-weight: normal;
    cursor: pointer;
    font-family: serif;
}

div.landings_alter_logins {
    /* font-family: Arial; */
    /* font-weight: bold; */
    /* background: url("/img/header/header_gradient2_left.png") repeat; */
    width: 384px;
    background-color: #000;
    font-size: 16px;
    color: white;
    position: absolute;
    left: 50px;
    top: 63px;
    border-radius: 3px;
    border: 2px solid #bbb;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.55);
    z-index: 999;
    font-family: Arial;
    opacity: 0.9;
}

ul.alter_login{
    list-style-type: none;
    padding: 5px 0px 5px 5px;
}

li.alter_login{
    cursor:pointer;
    /*display:block;*/
    text-align:center;

}
li.alter_login:hover{
    /*color: #fff;*/
    background: #bbb !important;
    color: #fff;
    box-sizing: border-box;
}



input:focus::-webkit-input-placeholder
{
    color: transparent;
}

.bx-wrapper {
    width: 409px !important;
}