html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    width: 100vw;
    height: 100vh;
}

body::after {
    content: "";
    background: url(/img/_patterns/bg-vs.jpg) no-repeat;
    background-size: cover;
    opacity: 0.25;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}

input, 
select, 
textarea {
    border: 0;
    background-color: transparent;
    font-size: 1rem;
}

textarea:focus,
input:focus {
    outline: none;
}

input[type=text], input[type=email], input[type=password], textarea {
    color: #000;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}
img {
    max-width: 100%;
}

.pxl, .hidden {
    display: none !important;
}
.modal-overlay {
    display: none;
}
.modal-overlay.highest {
    display: block;
}
.transion-default {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
/* HEADER */
.header {
    background: #000;
    padding: 10px;
    position: relative;
    z-index: 9;
    height: 9vh;
    min-height: 55px;
}
.header .logo,
.header .logo img {
    height: 100%;
}

/* END HEADER */

/* MAIN-CONTENT */
.main-content {
    position: relative;
    height: 88vh;
    top: 0;
}

.main-content .profile-box {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 644px;
}

.main-content .profile-box .profile-item {
    position: relative;
    top: 0px;
    cursor: pointer;
    margin-bottom: 6px; 
}

.main-content .profile-box .profile-item h2 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0.8em;
    color: #fff;
    background: #f00;
    padding: 2px 6px;
}

.container {
    width: 100%;
}

.wrapper-videos {
    display: none;
    height: 100%;
}
.full-page-video {
    background-color: #eeeeee;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.full-page-video video {
    display: none;
}

.loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 9;
    background: url(/img/_patterns/loading.gif) center no-repeat;
    background-color: #f1f1f1;
}
video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* MAIN-CONTENT */

/* SLOGAN */
h1 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 0px 20px;
    font-size: 1.5em;
    text-align: center;
    color: #000;
}
h1 span {
    display: block;
    font-size: 0.5em;
    color: #f00;
}
/* END SLOGAN */

/* REGISTRATION */
.registration-wrapper {
    top: inherit;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 15px;
}

.lock-overlay .registration,
.registration {
    position: static;
    transform: none;
    text-align: center;
}

.registration .registration-inner {
    background: none;
    box-shadow: 0 0 0 0;
}

.registration .block {
    padding: 20px;
}

.registration .form-btn-close {
    display: none;
    font-size: 1.5em;
    color:#f00;
}

.registration .headline-1 {
    font-size: 1.5em;
    color: #f00;
    margin: 0px;
    font-weight: bold;
}

.registration .headline-2 {
    margin: 20px 0px;
}

.registration .btn-group {
    text-align: center;
}

.registration .btn-group .btn {
    text-align: center;
    width: 100%;
    max-width: 120px;
    padding: 10px;
    margin: 0px 5px;
    border: none;
    outline: none;
    color: #fff;
    background: #f00;
    border-radius: 3px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.registration .btn-group .btn:hover {
    -webkit-box-shadow: 0 0 12px -1px #fff;
    box-shadow: 0 0 12px -1px #fff;
}

.registration .btn-group label {
    margin: 0px 3px;
    width: 100%;
    max-width: 120px;
}

.registration .btn-group label .btn {
    margin: 0px;
}

.registration .btn-group label .btn.btn-female {
    background: #ff0074;
}

.registration .btn-group label .btn.btn-male {
    background: #00abff;
}

.registration .block-button-group input[type=radio] + .btn:before {
    display: none;
}

.registration  .block-field-group.js-enter-go-next .form-group {
    margin: 20px 0px 0px;
}

.registration .block-field-group .form-group .form-control {
    height: 44px;
    max-width: 240px;
    background: #fff;
    display: block;
    margin: 0 auto;
    font-size: 15px;
}

.registration .block-field-group .form-group .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.registration .block-field-group .form-group .required {
    color: #ff0;
    font-size: 12px;
}

.registration .block-field-group .form-group .form-control.error {
    border-color: #f00;
}

.registration .block-legal-warning-inner a {
    color: #f00;
    text-decoration: underline;
}
/* END REGISTRATION */

/* FOOTER */
.footer {
    height: 3vh;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 3vh;
    position: relative;
}

.footer .legal__container > div {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    border-right: 1px solid #ffffff;
    padding-right: 7px;
    line-height: 1;
}
.footer .legal__container > div:last-child {
    border-right: 0;
}
/* END FOOTER */

@media(min-width: 768px) {
    h1 {
        font-size: 2.2em;
    }
}

@media(min-width: 992px) {
    .main-content .profile-box {
        max-width: 500px;
    }    
}

@media(min-width: 1024px) {    
    .registration-wrapper {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: 400px;
        background-color: rgba(0, 0, 0, 0.75);
        border: 3px solid white;
    }
    .julietta_sanchez video {
        top: 0;
        transform: translate(-50%, 0);
    }
    .julietta_sanchez + .registration-wrapper {
        left: 3%;
        right: auto;
    }
}

@media(min-width: 1200px) {
    h1 {
        font-size: 2.7em;
    }

    video {
        width: 115%;
        height: auto;
    }

    .wrapper {
        overflow: hidden;
    }

    .container {
        max-width: 1560px;
    }

    .header {
        padding: 12px 10px;
    }

    .registration-wrapper { 
        right: 5%;
    }

    .main-content .profile-box {
        max-width: 600px;
    } 

    .main-content .profile-box .profile-item:hover {
        top: -12px;
    }

    .main-content .profile-box .profile-item h2 {
        font-size: 1.3em;
        padding: 4px 8px;
    }

    .main-content .profile-box {
        max-width: 100%;
        top: 47%;
    }
}

@media(min-width: 1300px) {
    .registration-wrapper { 
        right: 9%;
    }

    video {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-height: 600px) and (min-width: 568px) {
    h1 {
        font-size: 1.2em;
        padding-bottom: 13px;
    }

    h1 span {
        font-size: 0.55em;
    }

    .header {
        height: 15vh;
        padding: 8px;
    }

    video {
        width: 100%;
        height: auto;
    }

    .main-content .profile-box {
        top: 42%;
    }

    .main-content .profile-box .row .col-xs-12 {
        width: 25%;
    }

    .main-content {
        height: 78vh;
    }

    .lock-overlay .registration-wrapper {
        left: 0;
        top: -55px;
        overflow-y: scroll;
    }
    
    .registration .headline-1 {
        font-size: 1.3em;
    }

    .registration .headline-2 {
        margin: 10px 0px;
        font-size: 14px;
    }

    .footer {
        height: 7vh;
        line-height: 7vh;
    }
}   