@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 {
    width: 100%;
    height: 100%;
    background: fixed #000 url(../img/bg-new.jpg) top center no-repeat;
    overflow-x: hidden;
    background-size: cover;
}

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

#video_container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}
#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: 999;
}

#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: 999;
}

#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: relative;
    width: 650px;
    height: 50px;
    top: 170px;
    margin:0 auto;
    box-sizing: border-box;
    background-size: contain;
    text-align:center;
}

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

}

#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;
}

#red_round{
    position: absolute;
    left: 83px;
    top: 49px;
    border-color: #fff;
    border-width: 5;
    border-style: solid;
    border-radius: 45px;
    height: 45px;
    width:45px;
    z-index:0;
    opacity: 0.7;
}

#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 .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: 0;
    top: 15px;
    width: 100%;
    height: 147px;
    background: url(../img/logo.png) center center no-repeat;
    background-size: contain;
    text-align: center;
    z-index: 99;
}

#logos {
    position: relative;
    left: 0;
    right: 0;
    height: 35px;
    margin: 0;
    opacity: 0.3;
    background: url(../img/logos.jpg) center center no-repeat;
    background-size: contain;
    top: 900px;
}

#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 == */
.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);*/
}


/*#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: Arial, Helvetica, sans-serif;
    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-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;
}


#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: 215px;
}

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

#form-container #form .socials .right {
    float: right;
    padding-top: 7px;
    padding-right: -10px;
    margin: 0px 25px 0 0;
    position: relative;
    left: 5%;
}

#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: red;
    width: 343px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    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: 54px;
    top: 3px;
}

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

.row .error .close {
    position: absolute;
    right: 0px !important;
    color: red;
    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% */

    .lscreen .slider_images {
        top: 490px;
    }

    #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;
    }

    .lscreen .slider_images {
        top: 500px;
    }

    #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;
    }

    #note {
        width: 50%;
        margin: 0 25% 0 25%;
    }
}

@media (min-width: 1200px) and (max-width: 1432px) {
    #note {
        width: 40%;
        margin: 0 30% 0 30%;
    }
}

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

.slider_images .image_items {
    display: block;
    height: 114px;
    margin-top: 10px;
}

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

.slider_images img {
    border: 2px #01484d solid;
    width: 144px;
    height: 60px;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0px;
    top: 4px;

}

.slider_images img:hover {
    border: 2px #00affe 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: 100%;
    height: 90px;
    position: absolute;
    top: 460px;
}

.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;
}

div.landing_alter_logins {

    /*font-family: Arial;*/
    /*font-weight: bold;*/
    /*background: url("/img/header/header_gradient2_left.png") repeat;*/

    width: 345px;
    background-color: #000;
    font-size: 16px;
    color: white;
    position: absolute;
    left: 50px;
    top: 40px;
    border-radius: 3px;
    border: 3px solid #007aa2;
    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: #9d8f8f;
}


@media (max-width: 1440px) and  (min-width: 1367px) {

    .socials {

    }

    .socials .right {
        margin: -37px 10px 0px 0px !important;
        float: right;
    }
}

@media (max-width: 1366px) and  (min-width: 1281px) {

    .socials {
        top: 220px;

    }

    .socials .right {
        margin: -8px 40px 0px 0px !important;
        float: right;
    }
}

@media (max-width: 1280px) and  (min-width: 1025px) {

    .socials {

    }

    .socials .right {
        margin: -3px 60px 0px 0px !important;
        float: right;
    }
}

@media (max-width: 1024px) {

    .socials {

    }

    .socials .right {

        float: right;
    }
}

@media (max-height: 815px) {
    #load-video-container {
        display: none;
    }

    #logos {
        top: 760px;
    }
}

@media (max-height: 721px) {
    #logo {
        height: 124px;
    }
    #note {
        top: 145px;
    }

    #form-container {
        top: 90px;
    }

    html {
        overflow: hidden;
    }
}