.button {
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    vertical-align: top;
    text-align: center
}

input.custom {

  font: 16px "Helvetica", "Arial", "sans-serif"
}

a, figure {
    display: inline-block;
}

figure {
    padding: 1px;
    padding-bottom: 5px;    
}
figure:hover {
    transform: scale(10);
    transform-origin: bottom;
    -ms-transform: scale(10);
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
}

figure {
    transition: transform 0.2s;
        transform-origin: bottom;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
}

.orangeButton {
    border: 0;
    background: #f90;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.noLinkBtn {
    cursor: default!important
}

.GreyBottomContainer {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(3, 3, 3, 0) 10%, rgba(13, 13, 13, .93) 42%, rgba(30, 30, 30, .93) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(10%, rgba(3, 3, 3, 0)), color-stop(42%, rgba(13, 13, 13, .93)), color-stop(100%, rgba(30, 30, 30, .93)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(3, 3, 3, 0) 10%, rgba(13, 13, 13, .93) 42%, rgba(30, 30, 30, .93) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(3, 3, 3, 0) 10%, rgba(13, 13, 13, .93) 42%, rgba(30, 30, 30, .93) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(3, 3, 3, 0) 10%, rgba(13, 13, 13, .93) 42%, rgba(30, 30, 30, .93) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(3, 3, 3, 0) 10%, rgba(13, 13, 13, .93) 42%, rgba(30, 30, 30, .93) 100%)
}

.ProfileMainMenu {
    background: #282828;
    background: -moz-linear-gradient(top, #323232 0, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(100%, #1c1c1c));
    background: -webkit-linear-gradient(top, #323232 0, #1c1c1c 100%);
    background: -o-linear-gradient(top, #323232 0, #1c1c1c 100%);
    background: -ms-linear-gradient(top, #323232 0, #1c1c1c 100%);
    background: linear-gradient(to bottom, #323232 0, #1c1c1c 100%)
}

.arrow {
    content: '';
    width: 0;
    height: 0;
    font-size: 0
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.movieBoxHeader,
footer {
    display: none
}

.mainWrapper.sliding {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.mainWrapper.loaderActive {
    height: 100vh;
    overflow: hidden
}

.mainWrapper.mainWrapperMobile .animation-section {
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px
}

body,
html {
    height: 100%
}

.container {
    position: relative;
    height: 100%
}

.loader {
    background: #000;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.loader img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

@media only screen and (min-width:1050px) {
    .cd-vertical-nav {
        display: block
    }
}

.sticky-button {
    width: 100%;
    height: 91px;
    position: fixed;
    z-index: 1;
    padding: 5px 0;
    opacity: 0;
    padding: 35px 41px 0 90px;
    box-sizing: border-box
}

@media only screen and (max-width:1350px) {
    .sticky-button {
        padding: 35px 19px 0 19px
    }
}

.sticky-button .centerBtn {
    margin: 0;
    position: fixed;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0)
}

.sticky-button .centerBtn.fadeOut {
    opacity: 0;
    z-index: 150;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

.sticky-button .buttonSection {
    position: fixed;
    right: 41px
}

.sticky-button.fade-in {
    opacity: 1;
    z-index: 150;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.header {
    width: 100%;
    height: 80px;
    padding: 35px 41px 0 90px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2
}

.header::after,
.header::before {
    display: table;
    content: ""
}

.header::after {
    clear: both;
    zoom: 1
}

@media only screen and (max-width:1350px) {
    .header {
        padding: 35px 19px 0 19px
    }
}

.buttonSection,
.logo {
    z-index: 1;
    position: relative
}

.logo {
    float: left
}

.logo a {
    display: block
}

.buttonSection {
    float: right;
    line-height: 40px
}

.buttonSection .orangeButton {
    padding: 0 26px;
    font-size: .9375rem;
    height: 41px
}

.buttonSection .login {
    font-size: 1.125rem;
    margin-left: 36px;
    text-decoration: none
}

.navBar {
    width: 144px;
    height: 235px;
    position: fixed;
    right: 35px;
    top: 108px;
    bottom: 0;
    margin: auto;
    z-index: 10
}

.navBar::after,
.navBar::before {
    display: table;
    content: ""
}

.navBar::after {
    clear: both;
    zoom: 1
}

@media only screen and (max-width:1350px) {
    .navBar {
        right: 19px
    }
}

.navBar .line {
    width: 1px;
    height: 232px;
    position: absolute;
    background: #fff;
    right: 4px;
    bottom: auto;
    top: 0
}

.navBar .navSectionContent {
    position: relative;
    margin-bottom: 46px;
    text-align: right;
    float: right;
    display: inline-block;
    clear: both
}

.navBar .navSectionContent.active button {
    background: #f90
}

.navBar .navSectionContent.active span {
    color: #f90
}

.navBar button {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #5f5f5f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    cursor: pointer
}

.navBar button.active {
    background: red
}

.navBar span {
    margin-right: 26px;
    cursor: pointer;
    font-size: .6875rem;
    text-transform: uppercase;
    display: inline-block
}

.navBar.sliderNavBar {
    height: 391px
}

.navBar.sliderNavBar .line {
    height: 365px;
    bottom: 14px;
    top: auto
}

.navBar.displayNone {
    display: none
}

.animation-section .slide:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.animation-section .virtualReality .contentWrapper {
    height: 300px
}

.animation-section .virtualReality .imgWrapper span {
    margin: 0
}

.animation-section .premiumContent .contentWrapper {
    height: 400px
}

@media only screen and (max-width:1350px) {
    .animation-section .premiumContent .imgWrapper img.bigImg {
        display: block
    }
}

.animation-section .slide .contentWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.animation-section .freeWeek .contentWrapper {
    height: 300px
}

.animation-section .dvd .contentWrapper,
.animation-section .hdVideos .contentWrapper,
.animation-section .noAds .contentWrapper {
    height: 220px
}

.animation-section .faq .contentWrapper {
    top: 16%
}

.slide {
    height: 100%;
    float: left
}

.slide .contentWrapper {
    position: relative;
    top: 34%
}

.slide .contentWrapper .content {
    width: 900px;
    margin: 0 auto 0;
    text-align: center
}

@media only screen and (max-width:1350px) {
    .slide .contentWrapper .content {
        width: 630px
    }
}

.slide .contentWrapper .content .scroll {
    height: 300px;
    overflow: auto
}

.slide .contentWrapper .content h2 {
    font-size: 3.125rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 52px;
    margin: 0 0 26px;
    color: #fff;
    text-shadow: 0 0 27px rgba(0, 0, 0, .9)
}

.slide .contentWrapper .content>p {
    font-size: 1.563rem;
    line-height: 38px;
    text-shadow: 0 0 27px rgba(0, 0, 0, .9);
    margin: 0
}

.slide .imgWrapper {
    text-align: center
}

#premium-upgrade-link,
#submitNewAccount,
.contentButton {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 1.125rem;
    display: block;
    text-align: center;
    margin: 33px auto 0;
    text-transform: uppercase;
    padding: 17px 21px;
    background: #f90;
    border: none;
    font-weight: 700;
    cursor: pointer;
    height: 55px;
    color: #000;
    box-sizing: border-box;
    text-decoration: none
}

.hanukkah_day1 {
    background-image: url(../../images/premium/joinV39/hanukkah_promo_01024f.png@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.hanukkah_day2 {
    background-image: url(../../images/premium/joinV39/hanukkah_promo_02024f.png@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.hanukkah_day3 {
    background-image: url(../../images/premium/joinV39/hanukkah_promo_03024f.png@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.hanukkah_day4 {
    background-image: url(../../images/premium/joinV39/hanukkah_promo_04024f.png@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.hanukkah_day5 {
    background-image: url(../../images/premium/joinV39/hanukkah_promo_05024f.png@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.hanukkah_day6 {
    background-image: url(../../images/premium/joinV39/hanukkah_promo_06024f.png@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.hanukkah_day7 {
    background-image: url(../../images/premium/joinV39/hanukkah_promo_07024f.png@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.hanukkah_day8 {
    background-image: url(../../images/premium/joinV39/hanukkah_promo_08024f.png@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.freeWeek {
    background-image: url(../../images/premium/joinV39/free_week024f.jpg@cache=2019052102);
    background-size: cover;
    background-position: center center
}

.premiumContent {
    background-image: url(../../images/premium/joinV39/premium_content024f.jpg@cache=2019052102);
    background-size: cover;
    background-position: top center
}

.premiumContent .contentWrapper {
    top: 33%
}

.premiumContent.smallContentWrapper .contentWrapper {
    top: 18%
}

.premiumContent .imgWrapper {
    margin-top: 36px
}

.premiumContent .imgWrapper p {
    font-size: 1.563rem;
    text-decoration: underline;
    margin: 14px auto 0;
    cursor: pointer;
    display: inline-block
}

@media only screen and (max-width:1350px) {
    .premiumContent .imgWrapper p {
        margin: 33px auto 0
    }
}

.premiumContent .imgWrapper img {
    display: block;
    width: 930px;
    margin: 0 auto
}

@media only screen and (max-width:1350px) {
    .premiumContent .imgWrapper img {
        width: 895px
    }
}

.premiumContent .imgWrapper img.smallImg {
    display: none
}

@media only screen and (max-width:1350px) {
    .premiumContent .imgWrapper img.smallImg {
        display: block
    }
}

.premiumContent .imgWrapper img.bigImg {
    display: block
}

@media only screen and (max-width:1350px) {
    .premiumContent .imgWrapper img.bigImg {
        display: none
    }
}

.premiumContent.smallContentWrapper button.orangeButton {
    margin: 22px auto 0
}

.premiumContent.smallContentWrapper .imgWrapper p {
    margin: 4px auto 0
}

.premiumContent.smallContentWrapper .imgWrapper img {
    width: 800px
}

.hdVideos {
    background-image: url(../../images/premium/joinV39/hd_videos024f.jpg@cache=2019052102);
    background-size: cover;
    background-position: top center
}

.noAds {
    background-image: url(../../images/premium/joinV39/ads024f.jpg@cache=2019052102);
    background-size: cover;
    background-position: top center
}

.virtualReality {
    background-image: url(../../images/premium/joinV39/vr024f.jpg@cache=2019052102);
    background-size: cover;
    background-position: top center
}

.virtualReality .contentWrapper {
    top: 34%
}

.virtualReality .imgWrapper span {
    font-size: 1.563rem;
    display: block;
    margin: 42px auto -107px
}

@media only screen and (max-width:1350px) {
    .virtualReality .imgWrapper img {
        width: 840px
    }
}

.virtualReality.smallVirtualReality .contentWrapper {
    top: 18%
}

.dvd {
    background-image: url(../../images/premium/joinV39/dvd024f.jpg@cache=2019052102);
    background-size: cover;
    background-position: top center
}

.dvd h2 span {
    text-transform: lowercase
}

.dvd {
    background-image: url(../../images/premium/joinV39/dvd024f.jpg@cache=2019052102);
    background-size: cover;
    background-position: top center
}

.dvd h2 span {
    text-transform: lowercase
}

.dvd .contentWrapper {
    height: 220px
}

.faq {
    background-image: url(../../images/premium/joinV39/faq024f.jpg@cache=2019052102);
    background-size: cover;
    background-position: top center;
    position: relative
}

.faq .contentWrapper {
    top: 16%
}

.faq .dropDownContent {
    text-align: left;
    padding: 28px 34px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer
}

.faq .dropDownContent>span {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block
}

.faq .dropDownContent p {
    font-size: .9375rem;
    line-height: 23px;
    margin-bottom: 15px;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: opacity .3s, visibility 1.3s linear
}

.faq .dropDownContent p span {
    font-weight: 700
}

.faq .dropDownContent p.paymentTitle span {
    text-transform: uppercase
}

.faq .dropDownContent .linearSlide {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    transition: max-height .3s, visibility 0s, opacity .3s, max-height 1.3s linear
}

.faq .dropDownContent a {
    text-decoration: underline
}

.faq .dropDownContent .icon {
    width: 17px;
    height: 17px;
    background: url(../../images/premium/joinV39/dropdown_sprite024f.png@cache=2019052102) no-repeat;
    display: block;
    float: right;
    background-position: 0 0
}

.faq .dropDownContent.active .icon {
    background-position: -40px 0
}

.faq .buttonWrapper {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.faq .buttonWrapper .help {
    font-size: 1.125rem;
    margin-top: 24px
}

.faq .buttonWrapper .help a {
    color: #f90;
    text-decoration: underline
}

#registerContent {
    display: none
}

.modalMTubes,
.registerWrapper {
    height: 790px
}

@media only screen and (max-width:1350px) {
    .modalMTubes,
    .registerWrapper {
        height: 780px
    }
}

.modalMTubes.gatewayContainer.elOpenMTubes,
.registerWrapper.gatewayContainer.elOpenMTubes {
    width: 810px
}

.modalMTubes .g-recaptcha>div,
.registerWrapper .g-recaptcha>div {
    margin: 0 auto
}

.registerWrapper {
    background-image: url(../../images/premium/joinV39/modal_bg024f.jpg@cache=2019052102);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    z-index: 100
}

@media only screen and (max-width:1350px) {
    .registerWrapper {
        background-position: top right
    }
}

.registerWrapper.hasRecaptcha {
    height: 880px
}

.animation-section .signup,
.modalMTubes {
    width: 1183px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media only screen and (max-width:1350px) {
    .animation-section .signup,
    .modalMTubes {
        width: 950px
    }
}

.animation-section .signup .contentMTubes,
.modalMTubes .contentMTubes {
    height: 100%
}

.animation-section .signup .closeMTubes,
.modalMTubes .closeMTubes {
    right: 41px;
    top: 39px;
    background-position: -286px -321px;
    z-index: 101
}

.animation-section .signup .registerWrapper,
.modalMTubes .registerWrapper {
    padding: 83px 0 30px 0;
    height: 100%
}

.animation-section .signup .registerWrapper.loggedInRegisterWrapper,
.modalMTubes .registerWrapper.loggedInRegisterWrapper {
    text-align: center;
    padding: 158px 391.5px 0
}

@media only screen and (max-width:1350px) {
    .animation-section .signup .registerWrapper.loggedInRegisterWrapper,
    .modalMTubes .registerWrapper.loggedInRegisterWrapper {
        padding: 158px 275px 0
    }
}

.animation-section .signup .registerWrapper.loggedInRegisterWrapper h2 span,
.modalMTubes .registerWrapper.loggedInRegisterWrapper h2 span {
    font-size: 1.938rem;
    color: #fff;
    margin: 5px auto 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: block
}

.animation-section .signup .registerWrapper.loggedInRegisterWrapper .userBlock,
.modalMTubes .registerWrapper.loggedInRegisterWrapper .userBlock {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #888;
    padding: 5px;
    margin-bottom: 10px
}

.animation-section .signup .registerWrapper.loggedInRegisterWrapper .userBlock div,
.modalMTubes .registerWrapper.loggedInRegisterWrapper .userBlock div {
    float: left
}

.animation-section .signup .registerWrapper.loggedInRegisterWrapper .userBlock .username,
.modalMTubes .registerWrapper.loggedInRegisterWrapper .userBlock .username {
    width: 248px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #f90;
    font-size: 2.5em
}

.animation-section .signup .registerWrapper.loggedInRegisterWrapper .userBlock img,
.modalMTubes .registerWrapper.loggedInRegisterWrapper .userBlock img {
    width: 70px;
    height: 70px;
    display: block
}

.animation-section .signup #premium-upgrade-link,
.animation-section .signup #submitNewAccount,
.modalMTubes #premium-upgrade-link,
.modalMTubes #submitNewAccount {
    margin: 18px auto 18px
}

.animation-section .signup .loggedInPremiumSignup a,
.modalMTubes .loggedInPremiumSignup a {
    color: #f90
}

.animation-section .signup.smallSignUpSlide form:not(.joinPageLoginForm) h2.createAccountTitle,
.modalMTubes.smallSignUpSlide form:not(.joinPageLoginForm) h2.createAccountTitle {
    font-size: 2.8rem
}

.animation-section .signup.smallSignUpSlide form:not(.joinPageLoginForm) h2.createAccountTitle p,
.modalMTubes.smallSignUpSlide form:not(.joinPageLoginForm) h2.createAccountTitle p {
    margin: 5px 0 10px
}

.animation-section .signup.smallSignUpSlide form:not(.joinPageLoginForm) #submitNewAccount,
.modalMTubes.smallSignUpSlide form:not(.joinPageLoginForm) #submitNewAccount {
    margin: 5px auto
}

.animation-section .signup.smallSignUpSlide form:not(.joinPageLoginForm) .registerWrapper,
.modalMTubes.smallSignUpSlide form:not(.joinPageLoginForm) .registerWrapper {
    padding: 83px 0 30px 0
}

.animation-section .signup form:not(.joinPageLoginForm),
.modalMTubes form:not(.joinPageLoginForm) {
    margin: 0 auto;
    text-align: center;
    position: relative
}

.animation-section .signup form:not(.joinPageLoginForm)>div,
.modalMTubes form:not(.joinPageLoginForm)>div {
    width: 400px;
    margin: 0 auto;
    position: relative
}

.animation-section .signup form:not(.joinPageLoginForm)#joinLogin,
.modalMTubes form:not(.joinPageLoginForm)#joinLogin {
    position: absolute;
    height: 330px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0
}

.animation-section .signup form:not(.joinPageLoginForm)#joinLogin .createAccountTitle,
.modalMTubes form:not(.joinPageLoginForm)#joinLogin .createAccountTitle {
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 15px
}

.animation-section .signup form:not(.joinPageLoginForm)#joinLogin .submitcontainer,
.modalMTubes form:not(.joinPageLoginForm)#joinLogin .submitcontainer {
    margin: 0 auto 25px
}

.animation-section .signup form:not(.joinPageLoginForm)#joinLogin .submitcontainer a,
.modalMTubes form:not(.joinPageLoginForm)#joinLogin .submitcontainer a {
    color: #f90
}

.animation-section .signup form:not(.joinPageLoginForm)#joinLogin #submitLogin,
.modalMTubes form:not(.joinPageLoginForm)#joinLogin #submitLogin {
    width: 100%;
    height: 43px;
    margin: 0 0 15px
}

.animation-section .signup form:not(.joinPageLoginForm)#joinLogin #errors,
.modalMTubes form:not(.joinPageLoginForm)#joinLogin #errors {
    color: red
}

.animation-section .signup form:not(.joinPageLoginForm)#joinLogin>div,
.modalMTubes form:not(.joinPageLoginForm)#joinLogin>div {
    margin-bottom: 10px
}

.animation-section .signup input,
.modalMTubes input {
    line-height: 1.2em
}

.animation-section .signup input[type=password],
.animation-section .signup input[type=text],
.modalMTubes input[type=password],
.modalMTubes input[type=text] {
    margin-bottom: 14px;
    outline: 0;
    padding: 13px;
    color: #fff;
    transition: border-color .15s ease-in-out 0s;
    -webkit-transition: border-color .15s ease-in-out 0s;
    -moz-transition: border-color .15s ease-in-out 0s;
    -o-transition: border-color .15s ease-in-out 0s;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .16);
    border: 1px solid #464646
}

.animation-section .signup input[type=password]:focus,
.animation-section .signup input[type=text]:focus,
.modalMTubes input[type=password]:focus,
.modalMTubes input[type=text]:focus {
    border-color: #ccc
}

.animation-section .signup input[type=password].wrong,
.animation-section .signup input[type=text].wrong,
.modalMTubes input[type=password].wrong,
.modalMTubes input[type=text].wrong {
    border-color: #c71d1d
}

.animation-section .signup input[type=password]::-webkit-input-placeholder,
.animation-section .signup input[type=text]::-webkit-input-placeholder,
.modalMTubes input[type=password]::-webkit-input-placeholder,
.modalMTubes input[type=text]::-webkit-input-placeholder {
    color: #fff;
    font-size: .9375rem
}

.animation-section .signup input[type=password]::-moz-placeholder,
.animation-section .signup input[type=text]::-moz-placeholder,
.modalMTubes input[type=password]::-moz-placeholder,
.modalMTubes input[type=text]::-moz-placeholder {
    color: #fff;
    font-size: .9375rem
}

.animation-section .signup input[type=password]:-ms-input-placeholder,
.animation-section .signup input[type=text]:-ms-input-placeholder,
.modalMTubes input[type=password]:-ms-input-placeholder,
.modalMTubes input[type=text]:-ms-input-placeholder {
    color: #fff;
    font-size: .9375rem
}

.animation-section .signup input[type=password]:-moz-placeholder,
.animation-section .signup input[type=text]:-moz-placeholder,
.modalMTubes input[type=password]:-moz-placeholder,
.modalMTubes input[type=text]:-moz-placeholder {
    color: #fff;
    font-size: .9375rem
}

.animation-section .signup #errors,
.modalMTubes #errors {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: .75rem;
    padding: 5px;
    box-sizing: border-box;
    margin: 10px 0
}

.animation-section .signup .joinLabel a,
.animation-section .signup .joinLabel span,
.modalMTubes .joinLabel a,
.modalMTubes .joinLabel span {
    color: #f90;
    font-size: 1.125rem
}

.animation-section .signup .joinLabel a,
.modalMTubes .joinLabel a {
    text-decoration: underline
}

.animation-section .signup #result_email,
.animation-section .signup #result_password,
.animation-section .signup #result_username,
.modalMTubes #result_email,
.modalMTubes #result_password,
.modalMTubes #result_username {
    position: absolute;
    right: -27px;
    margin-top: -47px
}

.animation-section .signup .checkboxWrapper,
.animation-section .signup .greySub,
.modalMTubes .checkboxWrapper,
.modalMTubes .greySub {
    font-size: .8125rem
}

.animation-section .signup .checkboxWrapper a,
.animation-section .signup .greySub a,
.modalMTubes .checkboxWrapper a,
.modalMTubes .greySub a {
    color: #f90;
    text-decoration: underline
}

.animation-section .signup .greySub,
.modalMTubes .greySub {
    margin: 10px 0 0
}

.animation-section .signup .greySub p,
.modalMTubes .greySub p {
    margin: 6px 0 0
}

.animation-section .signup .createAccountTitle,
.modalMTubes .createAccountTitle {
    font-size: 3.125rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.animation-section .signup .createAccountTitle p,
.modalMTubes .createAccountTitle p {
    font-size: 1.563rem;
    text-transform: capitalize;
    margin: 5px 0 22px
}

.animation-section .signup #offersBlock,
.modalMTubes #offersBlock {
    margin-bottom: 1rem
}

.animation-section .signup #offersBlock::after,
.animation-section .signup #offersBlock::before,
.modalMTubes #offersBlock::after,
.modalMTubes #offersBlock::before {
    display: table;
    content: ""
}

.animation-section .signup #offersBlock::after,
.modalMTubes #offersBlock::after {
    clear: both;
    zoom: 1
}

.animation-section .signup #offersBlock .payment-offers,
.modalMTubes #offersBlock .payment-offers {
    display: none
}

.animation-section .signup #offersBlock .payment-offers.show,
.modalMTubes #offersBlock .payment-offers.show {
    display: block
}

.animation-section .signup #offersBlock .offer,
.modalMTubes #offersBlock .offer {
    width: 179px;
    height: 215px;
    background: #000;
    border: 1px solid #222;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 1rem .4rem 0;
    position: relative;
    vertical-align: top;
    float: right
}

.animation-section .signup #offersBlock .offer:first-of-type,
.modalMTubes #offersBlock .offer:first-of-type {
    float: left
}

.animation-section .signup #offersBlock .offer.offerLang,
.modalMTubes #offersBlock .offer.offerLang {
    padding: 1.9rem .4rem .9rem
}

.animation-section .signup #offersBlock .offer.offerLang div.savingCaption,
.modalMTubes #offersBlock .offer.offerLang div.savingCaption {
    font-size: .9rem;
    padding: .4rem
}

.animation-section .signup #offersBlock .offer .indicator,
.modalMTubes #offersBlock .offer .indicator {
    display: none
}

.animation-section .signup #offersBlock .offer.active .indicator,
.modalMTubes #offersBlock .offer.active .indicator {
    background: #f90;
    bottom: -5px;
    width: 100%;
    height: 5px;
    display: block;
    left: 0;
    position: absolute
}

.animation-section .signup #offersBlock .offer.active .indicator:after,
.modalMTubes #offersBlock .offer.active .indicator:after {
    border-color: #f90 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 8.5px 0 8.5px;
    content: '';
    width: 0;
    height: 0;
    left: 47%;
    position: absolute;
    bottom: -7px
}

.animation-section .signup #offersBlock .offer .dateBlock,
.modalMTubes #offersBlock .offer .dateBlock {
    font-size: 1.2rem;
    margin: 0 0 .25rem;
    text-align: center
}

.animation-section .signup #offersBlock .offer .greyCaption,
.modalMTubes #offersBlock .offer .greyCaption {
    color: #666
}

.animation-section .signup #offersBlock .offer .monthBlock,
.modalMTubes #offersBlock .offer .monthBlock {
    font-size: 1rem
}

.animation-section .signup #offersBlock .offer .monthBlock>span,
.modalMTubes #offersBlock .offer .monthBlock>span {
    font-size: 2rem
}

.animation-section .signup #offersBlock .offer .strongCaption,
.modalMTubes #offersBlock .offer .strongCaption {
    font-size: 1rem;
    font-weight: 700
}

.animation-section .signup #offersBlock .offer div.savingCaption,
.modalMTubes #offersBlock .offer div.savingCaption {
    color: #4cc34f;
    font-size: 1rem;
    padding: .5rem;
    position: absolute;
    right: 0;
    top: 0
}

.animation-section .signup #offersBlock .offer div.savingCaption>span,
.modalMTubes #offersBlock .offer div.savingCaption>span {
    display: block;
    font-weight: 700
}

.animation-section .signup.smallModalMTubes,
.modalMTubes.smallModalMTubes {
    width: 1000px;
    height: 630px
}

@media only screen and (max-width:1350px) {
    .animation-section .signup.smallModalMTubes,
    .modalMTubes.smallModalMTubes {
        width: 850px
    }
}

.animation-section .signup.smallModalMTubes .registerWrapper,
.modalMTubes.smallModalMTubes .registerWrapper {
    height: 630px;
    background-position: right center
}

.animation-section .signup.smallModalMTubes .registerWrapper.hasRecaptcha,
.modalMTubes.smallModalMTubes .registerWrapper.hasRecaptcha {
    height: 690px
}

.animation-section .signup.smallModalMTubes #result_email,
.animation-section .signup.smallModalMTubes #result_password,
.animation-section .signup.smallModalMTubes #result_username,
.modalMTubes.smallModalMTubes #result_email,
.modalMTubes.smallModalMTubes #result_password,
.modalMTubes.smallModalMTubes #result_username {
    margin-top: -35px
}

.animation-section .signup.smallModalMTubes .createAccountTitle,
.modalMTubes.smallModalMTubes .createAccountTitle {
    font-size: 2.7rem
}

.animation-section .signup.smallModalMTubes .createAccountTitle p,
.modalMTubes.smallModalMTubes .createAccountTitle p {
    font-size: 1.4rem;
    margin: 0 0 10px
}

.animation-section .signup.smallModalMTubes .registerWrapper,
.modalMTubes.smallModalMTubes .registerWrapper {
    padding: 45px 0 0
}

.animation-section .signup.smallModalMTubes .registerWrapper.loggedInRegisterWrapper,
.modalMTubes.smallModalMTubes .registerWrapper.loggedInRegisterWrapper {
    padding: 97px 300px 0
}

@media only screen and (max-width:1350px) {
    .animation-section .signup.smallModalMTubes .registerWrapper.loggedInRegisterWrapper,
    .modalMTubes.smallModalMTubes .registerWrapper.loggedInRegisterWrapper {
        padding: 97px 225px 0
    }
}

.animation-section .signup.smallModalMTubes form>div,
.modalMTubes.smallModalMTubes form>div {
    width: 380px
}

.animation-section .signup.smallModalMTubes form#joinLogin,
.modalMTubes.smallModalMTubes form#joinLogin {
    height: 285px
}

.animation-section .signup.smallModalMTubes input[type=password],
.animation-section .signup.smallModalMTubes input[type=text],
.modalMTubes.smallModalMTubes input[type=password],
.modalMTubes.smallModalMTubes input[type=text] {
    margin-bottom: 8px;
    padding: 8px
}

.animation-section .signup.smallModalMTubes #offersBlock .offer,
.modalMTubes.smallModalMTubes #offersBlock .offer {
    width: 170px;
    height: 90px;
    margin-bottom: 0
}

.animation-section .signup.smallModalMTubes #offersBlock .offer .dateBlock,
.animation-section .signup.smallModalMTubes #offersBlock .offer .greyCaption,
.animation-section .signup.smallModalMTubes #offersBlock .offer .monthBlock,
.animation-section .signup.smallModalMTubes #offersBlock .offer .strongCaption,
.animation-section .signup.smallModalMTubes #offersBlock .offer div.savingCaption,
.modalMTubes.smallModalMTubes #offersBlock .offer .dateBlock,
.modalMTubes.smallModalMTubes #offersBlock .offer .greyCaption,
.modalMTubes.smallModalMTubes #offersBlock .offer .monthBlock,
.modalMTubes.smallModalMTubes #offersBlock .offer .strongCaption,
.modalMTubes.smallModalMTubes #offersBlock .offer div.savingCaption {
    font-size: .8rem
}

.animation-section .signup.smallModalMTubes #premium-upgrade-link,
.animation-section .signup.smallModalMTubes #submitNewAccount,
.modalMTubes.smallModalMTubes #premium-upgrade-link,
.modalMTubes.smallModalMTubes #submitNewAccount {
    margin: 18px auto 13px
}

.animation-section .signup.smallModalMTubes .greySub,
.modalMTubes.smallModalMTubes .greySub {
    margin: 5px 0 0
}

.animation-section .signup.smallModalMTubes .greySub p,
.modalMTubes.smallModalMTubes .greySub p {
    margin: 4px 0 0
}

.animation-section .signup.smallModalMTubes .checkboxWrapper,
.animation-section .signup.smallModalMTubes .greySub,
.modalMTubes.smallModalMTubes .checkboxWrapper,
.modalMTubes.smallModalMTubes .greySub {
    font-size: .75rem
}

.animation-section .signup.smallModalMTubes .paymentMethodWrapper a,
.modalMTubes.smallModalMTubes .paymentMethodWrapper a {
    text-decoration: underline;
    margin: 0 0 18px;
    font-weight: 700
}

.animation-section .signup .paymentMethodWrapper a,
.modalMTubes .paymentMethodWrapper a {
    text-decoration: underline;
    margin: 0 0 18px;
    font-weight: 700
}

#joinPageLoginForm h2 span {
    font-size: 1.938rem;
    color: #fff;
    margin: 5px auto 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: block
}

#joinPageLoginForm #usernameWrapper {
    margin: auto;
    width: 400px
}

#joinPageLoginForm #usernameWrapper .userBlock {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #888;
    margin-bottom: 10px;
    padding: 5px
}

#joinPageLoginForm #usernameWrapper .userBlock .avatar img {
    width: 70px;
    height: 70px;
    display: block
}

#joinPageLoginForm #usernameWrapper .userBlock .username {
    width: 248px;
    height: 70px;
    color: #f90;
    font-size: 2.5em;
    line-height: 70px;
    text-align: center
}

#joinPageLoginForm .premiumBtn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 1.125rem;
    display: block;
    text-align: center;
    margin: 33px auto 0;
    text-transform: uppercase;
    padding: 17px 21px;
    background: #f90;
    border: none;
    font-weight: 700;
    cursor: pointer;
    height: 55px;
    color: #000;
    box-sizing: border-box;
    text-decoration: none
}

#joinPageLoginForm .premiumBtn a {
    color: #000
}

html:not(.language-en) .modalMTubes {
    height: 860px
}

html:not(.language-en) .modalMTubes .registerWrapper {
    height: 860px;
    padding-top: 20px
}

html:not(.language-en).language-jp .modalMTubes .createAccountTitle,
html:not(.language-en).language-pt .modalMTubes .createAccountTitle {
    font-size: 2.3rem
}

html:not(.language-en).language-jp .modalMTubes .registerWrapper {
    padding-top: 30px
}

html:not(.language-en).language-cz .modalMTubes .registerWrapper,
html:not(.language-en).language-pl .modalMTubes .registerWrapper,
html:not(.language-en).language-ru .modalMTubes .registerWrapper {
    padding-top: 60px
}

html:not(.language-en).language-jp .modalMTubes .registerWrapper {
    padding-top: 30px
}

html:not(.language-en) .modalMTubes.smallModalMTubes {
    height: 760px
}

html:not(.language-en) .modalMTubes.smallModalMTubes .registerWrapper {
    padding-top: 30px;
    height: 760px
}

html:not(.language-en).language-cz .modalMTubes.smallModalMTubes,
html:not(.language-en).language-es .modalMTubes.smallModalMTubes,
html:not(.language-en).language-nl .modalMTubes.smallModalMTubes,
html:not(.language-en).language-pl .modalMTubes.smallModalMTubes,
html:not(.language-en).language-ru .modalMTubes.smallModalMTubes {
    height: 680px
}

html:not(.language-en).language-cz .modalMTubes.smallModalMTubes .registerWrapper,
html:not(.language-en).language-es .modalMTubes.smallModalMTubes .registerWrapper,
html:not(.language-en).language-nl .modalMTubes.smallModalMTubes .registerWrapper,
html:not(.language-en).language-pl .modalMTubes.smallModalMTubes .registerWrapper,
html:not(.language-en).language-ru .modalMTubes.smallModalMTubes .registerWrapper {
    height: 680px
}

html:not(.language-en).language-cz .modalMTubes.smallModalMTubes .registerWrapper,
html:not(.language-en).language-it .modalMTubes .registerWrapper,
html:not(.language-en).language-pl .modalMTubes.smallModalMTubes .registerWrapper,
html:not(.language-en).language-ru .modalMTubes.smallModalMTubes .registerWrapper {
    padding-top: 45px
}

html:not(.language-en).language-pt .modalMTubes .registerWrapper {
    padding-top: 10px
}

html:not(.language-en).language-it .modalMTubes.smallModalMTubes {
    height: 730px
}

html:not(.language-en).language-it .modalMTubes.smallModalMTubes .registerWrapper {
    height: 730px;
    padding-top: 20px
}

html:not(.language-en).language-it .modalMTubes .createAccountTitle {
    font-size: 2.7rem
}

html:not(.language-en).language-es .navBar span {
    font-size: .6rem
}

.animation-section .signup .createAccountTitle {
    font-size: 3.1rem
}

.animation-section .signup form {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    margin-top: 115px
}

.animation-section .signup .registerWrapper {
    padding: 165px 0 30px 0
}

.animation-section .signup .registerWrapper #usernameWrapper,
.animation-section .signup .registerWrapper .loggedInPremiumSignup {
    width: 400px;
    margin: 0 auto
}