.step img.loader {
    display: none;
    border: none;
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
:focus {
    outline: 0;
}
*,
:after,
:before {
    -webkit-text-size-adjust: none;
}
body,
html {
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
img {
    -webkit-touch-callout: none;
}
.tranny {
    display: none;
}
.video-girl {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    height: 80px;
    line-height: 80px;
    float: none;
    margin: 5px 0 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    text-decoration: none;
    outline: 0;
}
.email-button {
    margin: 0 0 10px 0;
}
input,
select {
    background: #fff;
    color: #111;
    border: 1px solid #999;
    padding: 0 2%;
    float: none;
    font-size: 20px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.agreement-checkbox-firstlabel {
    height: 22px;
    width: 22px;
}

input#agreement-checkbox:checked {
    background-color: #ff5f89;
    box-shadow: inset 0 0 0 3px #fff;
}

.agreement-checkbox-firstlabel input[type="checkbox"] {
    width: 22px;
    height: 22px;
    top: 4px;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 1px solid #aaa;
}

/*.agreement-checkbox-secondlabel {
    padding-left: 6px;
}

label:after,
label:before {
    content: " ";
    display: block;
    height: 0;
}
label:after {
    clear: both;
}
label.agesearch {
    float: left;
    width: 49%;
    margin-right: 2%;
}
label.agesearch:last-of-type {
    margin-right: 0;
}*/
#relative {
    position: relative;
    display: none;
}
.background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .background {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
    }
}
.video-container {
    position: fixed;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
video.videoBg {
    min-width: 100vw;
    -webkit-filter: blur(20px);
    -ms-filter: blur(20px);
    -moz-filter: blur(20px);
}
@media only screen and (max-width: 767px) {
    video.videoElement {
        min-width: 100vw;
    }
}
header {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 3px 0;
}
header img {
    display: inline-block;
    max-width: 300px;
    max-height: 59px;
    filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px) {
    header {
        display: none;
    }
}
.content,
.steps {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    padding: 85px 20px 20px;
    max-width: 480px;
    opacity: 0.95;
    overflow-y: hidden;
}
@media only screen and (max-width: 767px) {
    .content,
    .steps {
        padding-top: 20px;
    }
}
.content h1.slide-inBottomToTop,
.steps h1.slide-inBottomToTop {
    text-align: center;
    text-transform: uppercase;
    transform: translate(0, 100vh);
    animation-delay: 6s;
    font-size: 2em;
}
@media only screen and (max-width: 767px) {
    .content h1.slide-inBottomToTop,
    .steps h1.slide-inBottomToTop {
        font-size: 1.4em;
    }
}
.content .msg,
.steps .msg {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transform: translate(0, 100vh);
    font-size: 1em;
}
.content .msg:after,
.content .msg:before,
.steps .msg:after,
.steps .msg:before {
    content: " ";
    display: block;
    height: 0;
}
.content .msg:after,
.steps .msg:after {
    clear: both;
}
@media only screen and (max-width: 767px) {
    .content .msg,
    .steps .msg {
        font-size: 0.8em;
    }
}
.content .msg:nth-child(1),
.steps .msg:nth-child(1) {
    animation-delay: 1s;
}
.content .msg:nth-child(2),
.steps .msg:nth-child(2) {
    animation-delay: 2s;
}
.content .msg:nth-child(3),
.steps .msg:nth-child(3) {
    animation-delay: 4s;
}
.content .msg:nth-child(4),
.steps .msg:nth-child(4) {
    animation-delay: 5s;
}
.content .msg img,
.steps .msg img {
    float: left;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
}
.content .msg .bubble3,
.steps .msg .bubble3 {
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0 0 30px;
    padding: 8px 16px;
    position: relative;
    font-size: 1em;
    line-height: 20px;
    max-width: 60%;
    display: inline-block;
    opacity: 1;
}
.content .msg .bubble3::after,
.content .msg .bubble3::before,
.steps .msg .bubble3::after,
.steps .msg .bubble3::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 6px;
}
.content .msg .bubble3::before,
.steps .msg .bubble3::before {
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-width: 10px;
    border-style: solid;
    left: -19px;
}
.content .msg .bubble3::after,
.steps .msg .bubble3::after {
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-width: 10px;
    border-style: solid;
    right: -19px;
    display: none;
}
.content .msg.right img,
.steps .msg.right img {
    float: right;
}
.content .msg.right .bubble3,
.steps .msg.right .bubble3 {
    float: right;
}
.content .msg.right .bubble3::before,
.steps .msg.right .bubble3::before {
    display: none;
}
.content .msg.right .bubble3::after,
.steps .msg.right .bubble3::after {
    display: block;
}
.content .step,
.steps .step {
    position: absolute;
    bottom: 120px;
    left: 20px;
    right: 20px;
}
.steps .stepserror {
    bottom: 140px;
}
.steps .finalsteptermsbefore {
    bottom: 40px;
}
.steps .finalstepterms {
    bottom: 180px;
}
.steps .stepserrorlast {
    bottom: 200px;
}
/*.steps .checkboxlaststepgen {
    bottom: 220px;
}*/
.finalcontent {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.content .step h2,
.steps .step h2 {
    text-align: center;
    font-size: 1.2em;
}
.content .step .location-selects select:first-of-type,
.steps .step .location-selects select:first-of-type {
    margin-bottom: 10px;
}
.content .step.confirm :not(button):not(.email-button),
.content .step.success :not(button):not(.email-button),
.steps .step.confirm :not(button):not(.email-button),
.steps .step.success :not(button):not(.email-button) {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.content .step.confirm .email-button,
.content .step.success .email-button,
.steps .step.confirm .email-button,
.steps .step.success .email-button {
    font-size: 1.2em;
}
.cc-popup .cc-popup-content h1 {
    position: relative;
    padding: 0;
    text-align: left;
    font-size: 24px;
    top: auto;
    font-style: normal;
    text-shadow: none;
}
.cc-popup .cc-popup-content h2 {
    font-size: 16px;
}
.cc-popup .cc-popup-content li,
.cc-popup .cc-popup-content p {
    text-align: left;
    font-size: 10px;
    line-height: 12px;
}
.cc-popup .cc-popup-content .cc-popup-segments {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 0.9em;
}
.cc-popup .cc-popup-content button {
    margin: 10px 0 0;
    float: none;
}
.cc-popup .cc-popup-close {
    z-index: 1;
}
.slide-inBottomToTop {
    -webkit-animation: slide-inBottomToTop 0.5s forwards;
    animation: slide-inBottomToTop 0.5s forwards;
}
@-webkit-keyframes slide-inBottomToTop {
    0% {
        -webkit-transform: translate(0, 100vh);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes slide-inBottomToTop {
    0% {
        transform: translate(0, 100vh);
    }
    100% {
        transform: translate(0, 0);
    }
}
@media only screen and (max-width: 500px) {
    input, select {
        height: 60px;
        line-height: 50px;
    }
    .video-girl {
        height: 60px;
        line-height: 50px;
        font-size: 22px;
    }
    .content .step, .steps .step {
        bottom: 95px;
    }
    .steps .stepserror {
        bottom: 115px;
    }
    .steps .finalsteptermsbefore {
        bottom: 40px;
    }
    .steps .finalstepterms {
        bottom: 155px;
    }
    .steps .stepserrorlast {
        bottom: 175px;
    }
     /*.steps .checkboxlaststep {
        bottom: 155px;
    }
   .steps .checkboxlaststepgen {
        bottom: 175px;
    }*/
}
