﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #696868;
    background: #120c10;
    font-weight: 300;
    background-color: #000
}

article, aside, details, figcaption, figure, footer, header, hgroup, li.topli.parent.dropdown:hover .dropdown-menu, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: underline;
    color: #f2090b
}

    a, a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    display: block
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

    input[type=checkbox], input[type=radio] {
        margin: 0 5px 0 0 !important;
        vertical-align: middle
    }

label {
    margin-bottom: 0 !important
}

.radiobtn > label, label {
    vertical-align: middle
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, legend, p, td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#divPlayList .form-row .btn-red:focus, #divPlayList .form-row .btn-red:hover, a:focus, a:hover {
    text-decoration: none
}

input, select {
    font-size: 12px;
    font-family: 'Open Sans',sans-serif
}

input {
    outline: 0
}

h1, h2, h3 {
    font-family: 'Raleway',sans-serif
}

h1 {
    font-size: 42px;
    text-align: center;
    margin: 0 0 25px
}

h2 {
    font-size: 30px;
    font-weight: 600
}

h1, h2, h3, h4 {
    color: #363636
}

h1, h2, h3 {
    line-height: 1.4
}

h2, h3 {
    text-align: left
}

h3 {
    font-size: 18px;
    font-weight: 400
}

h4 {
    margin: 0 0 6px;
    font-weight: 600
}

ol, p, ul {
    line-height: 1.6
}

h2, p {
    margin: 0 0 10px
}

p {
    color: #000
}

ol, ul {
    padding: 0
}

h3, li, ol, ul {
    margin: 0
}

    ul li {
        padding: 0;
        list-style: inside
    }

    ol li {
        list-style-position: inside
    }

.list-style li:before {
    content: '•';
    display: inline-block;
    margin-right: 5px
}

.clear, .container:after {
    clear: both;
    height: 1px;
    margin-top: -1px
}

.hidden {
    display: none !important
}

.text-important {
    color: #e41a24
}

.box-shadow {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(11,23,45,.12);
    box-shadow: 0 0 20px rgba(11,23,45,.12);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 100%
}

#fade {
    background: rgba(0,0,0,.6)
}

.main {
    background:transparent !important;
}
.wrapper {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px
}

    .container:after {
        content: "";
        display: block;
        width: 100%
    }

.section-narrow {
    padding: 80px 0
}

    .section-narrow .container {
        max-width: 980px
    }

.bg-grey {
    background: #ebebeb
}

.grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .grid-row .column-6 {
        width: 48%
    }

    .grid-row .column-4 {
        width: 31%
    }

.buttons {
    text-align: left
}

.btn {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 4px;
    padding: 10px 35px
}

    .btn:focus, .btn:hover {
        -webkit-transition: all .6s ease 0s;
        transition: all .6s ease 0s;
        color: #fff
    }

.btn-red {
    background: #ff001e !important;
    color: white !important;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}




    .btn-red:focus, .btn-red:hover {
        -webkit-transition: all .6s ease 0s;
        transition: all .6s ease 0s;
        color: white !important;
        background: #ff001e !important;
    }





.btn-black {
    background: black !important;
    color: white !important;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}




    .btn-black:focus, .btn-black:hover {
        -webkit-transition: all .6s ease 0s;
        transition: all .6s ease 0s;
        color: white !important;
        background: black !important;
    }




.text {
    color: #494949;
    font-size: 14px;
    background: #fff;
    border: solid 1px #c8c7c7;
    width: 100%;
    padding: 15px 10px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300
}

    .text:focus {
        border: solid 1px #000
    }

    .text::-webkit-input-placeholder {
        color: #747474
    }

    .text::-moz-placeholder {
        color: #747474
    }

    .text:-moz-placeholder {
        color: #747474
    }

    .text:-ms-input-placeholder {
        color: #747474
    }

.form textarea, textarea.text {
    resize: vertical
}

.text.error {
    border-color: red
}

.form .form-row {
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form textarea {
    height: 140px
}

.form input, .form textarea {
    margin: 0;
    width: 100%
}

.radiobtn-agreement {
    white-space: nowrap;
    margin-left: 30px
}

    .radiobtn input, .radiobtn-agreement input[type=radio] {
        margin-right: 5px;
        vertical-align: middle
    }

.radiobtn input {
    width: auto
}

.icon, .icon:hover, .pluses-item:before:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-search {
    background: url(../img/icons.png) no-repeat 0 0;
    opacity: .6
}

    .btn_mnu:hover, .icon-fb:hover, .icon-instagram:hover, .icon-search:hover {
        opacity: 1
    }

.icon-footer, .pluses-item:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pluses-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 80px;
    height: 83px;
    margin-top: -41px
}

.exclusive-access:before {
    background: url(../img/exclusive-access.png) no-repeat 50% 50%;
    background-size: contain
}

.all-skills:before {
    background: url(../img/all-skills.png) no-repeat 50% 50%;
    background-size: contain
}

.learn-anywhere:before {
    background: url(../img/icon-devices.png) no-repeat 50% 50%;
    background-size: contain
}

.cancel-anytime:before {
    background: url(../img/icon-cancel.png) no-repeat 50% 50%;
    background-size: contain;
    width: 76px
}

.icon-footer {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    background: url(../img/icons-footer.jpg) no-repeat 0 0
}

.icon-twitter {
    background-position: -15px 0
}

.icon-instagram {
    background-position: -30px 0
}

.icon-youtube {
    background-position: -45px 0
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-fb, .icon-instagram2 {
    display: block;
    margin-left: 22px;
    width: 27px;
    height: 27px;
    opacity: .8
}

.icon-fb {
    background: url(../img/icon-fb.png) 50% 50% no-repeat
}

.icon-instagram2 {
    background: url(../img/icon-instagram.png) 50% 50% no-repeat
}

.btn_mnu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    top: 6px;
    float: right;
    display: flex;
    margin: 0 auto;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    background: #e31c1c;
    -webkit-border-radius: 4px
}

    .btn_mnu.active .btn_row:first-child {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 8px
    }

    .btn_mnu.active .btn_row:last-child {
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
        top: -8px
    }

    .btn_mnu.active .btn_row:nth-child(2) {
        opacity: 0
    }

#mobile {
    display: none;
    margin: 0;
    padding: 10px 0;
    background-color: #1c1c1c;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 12;
    color: #fff;
    overflow-x: hidden;
    outline: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

    #mobile li {
        float: none;
        width: 250px;
        margin: 0;
        padding: 0;
        list-style: none
    }

        #mobile li a {
            text-decoration: none;
            padding: 8px 15px;
            color: #fff;
            display: block;
            font-size: 16px;
            border: 0;
            border-bottom: solid 1px #303030;
            text-transform: uppercase
        }

            #mobile li a:hover {
                color: #21adea;
                border-color: #303030
            }

    #mobile.active {
        display: block;
        width: 250px
    }

    #mobile li.current a, #mobile li.current:hover > a {
        color: #fff;
        background: #21adea;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    #mobile li:hover > a {
        color: #fff;
        border-color: #303030
    }

.header-top {

    position: relative
}
.innerpage .header-top {
    background: #000;  
}
    .header-top .container {
        padding-bottom: 20px;
        padding-left: 0
    }

.header-top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.logo-block img {
    display: block;
    max-width: 100%
}

.logo-block .logo, .logo-block .logo:hover {
    text-decoration: none
}

.mainmenu-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mainmenu, .usermenu {
    margin-bottom: 4px
}

    .mainmenu li, .usermenu li {
        display: inline-block;
        padding: 0 0 0 7%
    }

    .usermenu li {
        padding: 0 0 0 30px
    }

    .mainmenu li a {
        color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .mainmenu li a, .usermenu li a {
        font-family: 'Raleway',sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none
    }

        .mainmenu li a:hover, .usermenu li a, .usermenu li a:hover {
            color: #fff;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

.usermenu {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .usermenu .dropdown-menu, .usermenu .dropdown-menu li {
        margin: 0 !important;
        padding: 0 !important
    }

    .usermenu .topli.parent:hover .dropdown-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .usermenu .dropdown-menu li {
        width: 100%;
        overflow: hidden
    }

        .usermenu .dropdown-menu li a {
            padding: 5px 20px
        }

        .usermenu .dropdown-menu li:first-of-type {
            border-radius: 4px 4px 0 0
        }

        .usermenu .dropdown-menu li:last-of-type {
            border-radius: 0 0 4px 4px
        }

        .usermenu .dropdown-menu li:first-of-type a {
            padding-top: 10px
        }

        .usermenu .dropdown-menu li:last-of-type a {
            padding-bottom: 10px
        }


.navbar .k-header {
    margin:5px;
}
.content {
    padding: 30px 0;
}
.content-home {
    padding: 30px 0;
}
.section-banner {
    background: url(../img/banner-bg.png) no-repeat 50% 50%;
    background-size: cover;
    height: 822px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .section-banner:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        position: absolute;
        z-index: 0;
        background: -webkit-linear-gradient(top,transparent 0,transparent 50%,#000 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),to(#000));
        background: linear-gradient(to bottom,transparent 0,transparent 50%,#000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 )
    }

    .section-banner .banner-wrap {
        padding: 0 0 74px;
        width: 100%;
        z-index: 0
    }

    .section-banner h1 {
        color: #fff;
        font-size: 70px;
        letter-spacing: 20px;
        line-height: 90px;
        text-transform: uppercase;
        text-align: left;
        margin: 0 0 10px
    }

    .section-banner p {
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 25px
    }

.section-pluses {
    background: #101010;
    text-align: center;
    align-content: center;
    width: 100%;
}

.pluses-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 36px 0
}

.pluses-image {
    background: url(../img/Responsive.png) no-repeat 50% 50%;
}

.pluses-item {
    color: #fff;
    border-right: solid 1px #404040;
    width: 25%;
    position: relative;
    padding-left: 120px;
    padding-right: 10px
}

    .pluses-item h3 {
        color: #fff;
        font-weight: 500;
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 5px
    }

    .pluses-item p, .section-banner h1 {
        font-weight: 300;
        font-family: 'Raleway',sans-serif
    }

    .pluses-item p {
        color: #a1a1a1;
        font-size: 14px;
        line-height: 21px;
        margin: 0
    }

    .pluses-item:last-of-type {
        border: 0;
        padding-right: 0
    }

.section-latest-videos {
    padding: 65px 0
}

    .section-latest-videos h3 {
        color: white;
        font-size: 26px
    }

    .section-latest-videos .video-items, .videos-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.videos-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.video-item {
    padding-right: 10px
}

    .video-item:last-of-type {
        padding-right: 0
    }

    .video-item img {
        width: 100%;
        max-width: 100%
    }

    .video-item h4 {
        font-size: 600;
        color: #000;
        margin-bottom: 10px
    }

    .video-item p {
        line-height: 21px;
        font-weight: 300;
        color: #696868
    }

.video-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px
}

.video-thumb-angle {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 90px;
    height: 90px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

    .video-thumb-angle.angle-small {
        bottom: -42px;
        right: -42px;
        width: 70px;
        height: 70px
    }

    .video-thumb-angle.angle-red {
        background: #db0000
    }

    .video-thumb-angle.angle-green {
        background: #03ad13
    }

    .video-thumb-angle.angle-yellow {
        background: #eddf01
    }

    .video-thumb-angle.video-lock:before {
        content: '';
        display: block;
        position: absolute;
        left: 6px;
        top: 35px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 18px;
        height: 19px;
        background: url(../img/icons.png) no-repeat -18px 0
    }

.section-about-itda {
    background: #000;
    position: relative
}

.about-itda-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-itda-image {
    width: 49%;
    position: relative
}

    .about-itda-image:before {
        background: url(../img/about-itda_bg.jpg) no-repeat 100% 50%;
        background-size: cover;
        content: '';
        position: absolute;
        width: 940px;
        height: 100%;
        right: 0;
        background-position: -180px bottom
    }

    .about-itda-image img, .recommended-videos div img {
        max-width: 100%
    }

.about-itda-text {
    width: 45%;
    padding: 50px 0;
    z-index: 1
}

    .about-itda-text .about-itda_title {
        color: #fff;
        font-family: 'Raleway',sans-serif;
        font-weight: 500;
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 30px
    }

    .about-itda-text p {
        color: #a6a1a1;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px
    }

    .about-itda-text a {
        color: #f31212;
        text-decoration: none;
        font-family: 'Raleway',sans-serif;
        font-weight: 600
    }

    .about-itda-text .btn, .link-level-1:hover ul .link-level-2:hover ul li:hover a {
        color: #fff !important
    }

.content p, .content div {
    color: white !important;
}

.content div.validation-message {
    color: red !important;
}

.content h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.4
}

.content a {
    color: #5584bf;
    text-decoration: none
}

    .content a:hover {
        color: #5095ec
    }

.section-in-content {
    margin-bottom: 50px
}

    .section-in-content:last-of-type {
        margin-bottom: 0
    }

.video-list {

}

.video-list-filter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    content-items: center
}

    .video-list-filter-wrap select {
        display: inline-block;
        width: auto;
        min-width: 200px;
        padding-top: 7px;
        padding-bottom: 7px
    }

.video-list-filter {
    text-align: center;
    font-size: 14px;
    padding: 22px 0;
    letter-spacing: .01em;
    margin: 0 0 27px
}

.filter-title {
    font-weight: 600;
    color: #4f4f4f;
    padding: 5px 40px 5px 0;
    margin: 0 25px 5px 0;
    border-right: solid 1px #fff
}

.filter-column {
    display: inline-block;
    text-align: left;
    margin: 0 30px 5px 0
}

.filter-label {
    color: #7d7c7c;
    margin: 0 19px 0 0;
    display: inline-block
}

.dancer-items {
    *zoom: 1;
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin: 0
}

    .dancer-items li {
        list-style: none;
        padding: 0 11px 30px
    }

.dancer-image {
    display: block;
    width: 100%;
    min-height: 169px;
    position: relative;
    margin: 0 0 10px !important;
    text-decoration: none
}

.video-list-thumb {
    background-size: cover !important;
    background-position: 0 50% !important;
    width: 100%;
    height: 169px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.dancer-name {
    display: block;
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    padding-top: 183px;
    text-align: left
}

.dancer-items li.dancer-item .dancer-content {
    display: none;
    text-align: left;
    width: 100%;
    background: #e7e7e7;
    color: #686767
}

.dancer-items li.dancer-item.is-open .dancer-content {
    margin: 0 0 25px
}

.dancer-items li.dancer-item .container {
    max-width: 1300px;
    padding: 40px 0 40px 45px
}

.dancer-item-column {
    width: 40%;
    float: left
}

    .dancer-item-column:nth-of-type(2) {
        width: 50%;
        float: right
    }

.dancer-item h3 {
    font-weight: 400;
    color: #232323;
    font-size: 26px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #cdcdcd
}

.dancer-item p {
    font-size: 13px;
    letter-spacing: .01em;
    margin: 0 0 15px !important;
    line-height: 1.6
}

.section-recommended-videos {
    margin-top: 40px
}

.recommended-videos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .recommended-videos div {
        margin-right: 23px
    }

.watch-video img {
    width: 100%;
    max-width: 100%
}

.jwplayer {
    max-width: 100%
}

    .jwplayer video {
        height: auto
    }

.pagination {
    border-top: solid 1px #d7d7d7;
    padding: 15px 11px;
    text-align: right
}

    .pagination a, .pagination span {
        display: inline-block;
        padding: 5px;
        font-size: 13px
    }

    .pagination a {
        color: #232323;
        font-weight: 600;
        text-decoration: none
    }

    .pagination span {
        color: #000;
        font-weight: 700
    }

    .pagination .next, .pagination .prev {
        width: 0;
        height: 0;
        padding: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        display: inline-block
    }

    .pagination a.prev {
        margin-right: 5px;
        border-right: 9px solid #676767
    }

    .pagination span.prev {
        margin-right: 5px;
        border-right: 9px solid #c3c3c3
    }

    .pagination a.next {
        margin-left: 5px;
        border-left: 9px solid #676767
    }

    .pagination span.next {
        margin-left: 5px;
        border-left: 9px solid #c3c3c3
    }

.footer {
    padding: 25px 0;
    font-size: 14px;
    font-weight: 400;
    color: #959595;
    width: 100%;
    background: #101010;
    left: 0;
    bottom: 0;
    text-align: center
}

    .footer .container {
        max-width: 1140px
    }

    .footer p {
        margin: 0;
        color: #959595
    }

.footer-wrap, .section-welcome .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#divPlayList .form-row, .footer-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrap {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center
}

.footer-menu {
    list-style: none
}

    .footer-menu li {
        display: inline-block;
        margin-left: 10px
    }

.fancybox-skin {
    background: #fff !important
}

#divPlayList .form-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 0 !important;
    border-bottom: solid 1px #efefef
}

    #divPlayList .form-row input {
        margin: 0;
        vertical-align: middle
    }

    #divPlayList .form-row label {
        margin: 0 10px 0 5px;
        width: 100%
    }

.section-welcome {
    background: #ebebeb;
    padding: 90px 0
}

    .section-welcome .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

.welcome-body p {
    color: #696868;
    font-weight: 300;
    line-height: 26px
}

.link-level-1 ul, .link-level-1 ul .link-level-2 ul, .link-level-1:hover ul .link-level-2 ul, .section-welcome .container:after, .section-welcome .container:before {
    display: none
}

.section-welcome h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 20px
}

.section-welcome .welcome-img {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 50%
}

    .section-welcome .welcome-img img {
        max-width: 100%;
        height: auto
    }

.section-welcome .welcome-body {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 50px
}

.text-color-pink {
    color: #ec008c
}

.section-faq h3 {
    margin-top: 30px
}

    .section-faq h3:first-of-type {
        margin-top: 0
    }

@media screen and (min-width:4em) {
    .dancer-items {
        border: 0;
        position: relative
    }

        .dancer-items li.dancer-item {
            display: inline-block;
            position: relative
        }
}

.dancer-items li.dancer-item .dancer-content {
    float: left;
    left: 0
}

@media (max-width:1400px) {
    .about-itda-image:before {
        width: 740px
    }
}

@media (max-width:1300px) {
    .dancer-items li.dancer-item .container {
        padding: 40px 15px 40px 40px
    }

    .dancer-item-column {
        width: 48%;
        float: left
    }

        .dancer-item-column:nth-of-type(2) {
            width: 48%;
            float: right
        }

    .video-list-filter-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .filter-title {
        padding: 0;
        margin: 0 0 15px;
        border-right: none
    }
}

@media only screen and (max-width:1199px) {
    .pluses-item:before {
        left: 7px;
        width: 40px;
        height: 40px
    }

    .pluses-item {
        padding-left: 54px
    }
}

@media only screen and (max-width:1024px) {
    .dancer-items li.dancer-item .container {
        padding: 40px
    }

    .dancer-item-column, .dancer-item-column:nth-of-type(2) {
        width: 100%
    }

    .dancer-item-column {
        margin: 0 0 30px
    }

        .dancer-item-column:nth-of-type(2) {
            margin: 0
        }
}

@media (min-width:1000px) {
    #fade, .btn_mnu {
        display: none
    }
}

@media (max-width:1000px) {
    #desktop {
        display: none
    }

    #mobile {
        display: block
    }

    .section-banner {
        height: 600px;
        width: 100%
    }

        .section-banner h1 {
            font-size: 58px;
            letter-spacing: 16px;
            line-height: 72px;
            margin-bottom: 10px
        }

    .pluses-wrap {
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pluses-item {
        border: 0
    }

        .pluses-item:last-of-type {
            margin: 0
        }

    .about-itda-image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        top: 0;
        left: 0;
        HEIGHT: 100%;
        width: 100%;
        opacity: .2
    }

        .about-itda-image:before {
            height: 100%;
            right: 0;
            left: auto
        }

    .about-itda-text {
        width: 100%;
        padding: 50px 0
    }
}

@media (max-width:991px) {
    .pluses-item {
        width: 50%;
        margin-bottom: 30px
    }
}

@media (max-width:800px) {
    .section-banner h1 {
        font-size: 50px
    }

    .video-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .video-item {
        width: 48%;
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .dancer-items li.dancer-item {
        margin: 0;
        padding: 0 11px 10px;
        width: 32% !important
    }

    .dancer-image {
        width: 100%;
        min-height: 200px;
        margin: 0 !important
    }

    .video-list-thumb {
        width: 100%;
        height: 200px;
        position: relative
    }

    .dancer-name {
        margin-top: 10px;
        padding: 0
    }
}

@media (min-width:641px) and (max-width:680px) {
    .logo-block {
        width: 260px;
        margin: 0 0 -35px
    }
}

@media (max-width:640px) {
    .section-narrow {
        padding: 40px 0
    }

    h2 {
        font-size: 24px
    }

    .grid-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .grid-row .column-4, .grid-row .column-6 {
            width: 100%;
            margin-bottom: 25px
        }

            .grid-row .column-4:last-of-type, .grid-row .column-6:last-of-type {
                margin-bottom: 0
            }

    .header-top .container {
        padding-left: 10px
    }

    .logo-block {
        width: 240px;
        margin: 0 0 -35px
    }

    .header-top-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .usermenu {
        text-align: right;
        margin: 30px 0 0
    }

    .pluses-item, .usermenu, .video-list-filter-wrap select {
        width: 100%
    }

        .pluses-item:before {
            top: 0;
            margin-top: 0
        }

    .dancer-items li.dancer-item .container {
        padding: 40px 20px 25px
    }

    .dancer-item-column {
        width: 100%;
        float: none
    }

        .dancer-item-column:nth-of-type(2) {
            width: 100%;
            float: none
        }

    .filter-column {
        width: 100%;
        text-align: center;
        margin-right: 0
    }

    .video-list-filter-wrap .filter-column {
        text-align: left;
        margin-bottom: 16px
    }

    .filter-column .filter-label {
        width: 80px
    }

    .video-list-filter-wrap .filter-column .filter-label {
        width: 100%;
        margin: 0
    }

    .section-welcome {
        background: #ebebeb;
        padding: 50px 0
    }

        .section-welcome .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

    .welcome-img {
        margin-bottom: 30px
    }

    .welcome-body, .welcome-img {
        width: 100% !important;
        padding: 0 !important
    }
}

@media (max-width:480px) {
    .section-banner {
        height: 300px
    }

        .section-banner .banner-wrap {
            padding: 20px 0
        }

        .section-banner h1 {
            font-size: 36px;
            line-height: 36px;
            margin-bottom: 10px;
            font-weight: 500;
            letter-spacing: 4px
        }

        .section-banner p {
            line-height: 21px;
            font-size: 12px;
            margin-bottom: 10px
        }

    .pluses-item {
        width: 100%;
        margin-bottom: 30px
    }

        .pluses-item:before {
            width: 50px;
            height: 51px
        }

        .pluses-item h3 {
            line-height: 120%;
            margin-bottom: 10px
        }

        .pluses-item, .pluses-item.learn-anywhere {
            padding-left: 70px
        }

    .section-latest-videos {
        padding: 40px 0
    }

    .videos-header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .latest-videos-signup {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .section-latest-videos h3 {
        margin-bottom: 15px
    }

    .video-item {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(0,0,0,.05)
    }

        .video-item:last-of-type {
            border: 0;
            margin: 0;
            padding: 0
        }

    .dancer-items li.dancer-item {
        width: 100% !important
    }

    .footer-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer p {
        margin-bottom: 5px
    }

    .footer-menu li {
        margin: 0 10px 0 0
    }
}

.button {
    display: block;
    width: 115px;
    height: 25px;
    background: #4e9caf;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 700
}

.paginate_button {
    padding: .5rem 1rem;
    color: #007fff;
    border: 1px solid #ddd;
    cursor: -webkit-grab;
    text-decoration: none
}

    .paginate_button.current, .paginate_button:hover {
        background-color: #007fff;
        color: #fff !important;
        text-decoration: none
    }

.dataTables_info {
    float: left
}

.paging_simple_numbers {
    margin-top: 8px;
    padding-top: .85rem
}

.panel {
    padding: 16px
}

    .panel .form-group {
        margin-right: 8px
    }

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.ui-widget-content .form-buttons a {
    color: #fff
}

.common-form .form-row .form-label + span {
    margin-left: 5px
}

.full-form .form-row.grid-row .text {
    width: 100%
}

#SignedUpUserTable_filter input {
    height: 34px;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    background-color: #fff
}

@media (max-width:767px) {
    .xs-mt-5 {
        margin-top: 5px
    }

    .xs-mt-10 {
        margin-top: 10px
    }

    .xs-mt-15 {
        margin-top: 15px
    }

    .xs-mt-20 {
        margin-top: 20px
    }

    .xs-mb-5 {
        margin-bottom: 5px
    }

    .xs-mb-10 {
        margin-bottom: 10px
    }

    .xs-mb-15 {
        margin-bottom: 15px
    }

    .xs-mb-20 {
        margin-bottom: 20px
    }

    #payment .panel-body {
        overflow: auto
    }

    .common-form .form-row .form-label {
        width: 40%
    }

    #inertabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 11px 5px;
        font-size: 13px
    }
}

@media (max-width:479px) {
    .common-form .form-row .form-label {
        width: 55%
    }

    #inertabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 11px 5px;
        font-size: 13px;
        width: 100%
    }

    #divSignedUpUser .form-inline label, #inertabs.ui-tabs .ui-tabs-nav li {
        width: 100%
    }

    #SignedUpUserTable_length {
        margin-bottom: 10px
    }

    #SignedUpUserTable_wrapper.dataTables_wrapper div.dataTables_length {
        text-align: left
    }

    #tabs .panel-body {
        max-height: 200px;
        overflow: auto
    }

    .homepopup #video_container, .homepopup .fancybox-inner {
        width: 640px !important;
        height: 360px !important
    }

    .homepopup.fancybox-wrap {
        width: 313px !important
    }
}

@media (max-width:375px) {
    .section-banner h1 {
        font-size: 30px
    }

    .homepopup.fancybox-wrap {
        width: 350px !important
    }
}

@media (max-width:320px) {
    .buttons.forget .btn {
        padding: 10px 28px
    }

    #tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 8px
    }

    .common-form .form-row .form-label {
        width: 100%
    }

        .common-form .form-row .form-label + span {
            margin-left: 0
        }

    .radiobtn-agreement {
        display: block;
        margin-left: 0;
        margin-top: 4px
    }

    .section-banner {
        height: 240px
    }

        .section-banner h1 {
            font-size: 26px;
            line-height: 26px
        }

    .homepopup.fancybox-wrap {
        width: 265px !important
    }

    .homepopup #video_container, .homepopup .fancybox-inner {
        height: 360px !important
    }
}

.dancer-item {
    transition: all .5s 0 !important;
    -moz-transition: all .5s ease-in-out 0
}

.addPlaylist {
    padding: 6px;
    position: absolute;
    right: 21px;
    top: 7px;
    background-color: #f6f6f6;
    width: 35px;
    border-radius: 25px;
    height: auto
}

    .addPlaylist a {
        background-color: #fff;
        color: #000
    }

.about-itda-text .btn {
    padding: 10px 25px;
    letter-spacing: 3px;
    font-size: 13px
}

.video-thumb label {
    position: absolute;
    bottom: 7px;
    right: 7px;
    z-index: 9;
    margin-bottom: 0
}

.dropdown-menu, .link-level-1:hover ul, .link-level-1:hover ul .link-level-2:hover ul {
    position: absolute;
    top: auto;
    left: auto;
    color: #000 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .link-level-1:hover ul, .link-level-1:hover ul .link-level-2:hover ul {
        display: block;
        top: 55px;
        background-color: #fff
    }

        .link-level-1:hover ul .link-level-2:hover ul {
            top: -3px;
            left: 157px
        }

            .link-level-1:hover ul .link-level-2:hover ul a, .link-level-1:hover ul a {
                color: #1d369f !important
            }

            .link-level-1 .link-level-2, .link-level-1:hover ul .link-level-2:hover ul li {
                width: 100%;
                height: 30px;
                display: block;
                padding-top: 4px
            }

                .link-level-1 .link-level-2::after {
                    position: absolute;
                    content: ">";
                    right: 10px;
                    z-index: 999;
                    font-size: 20px;
                    font-weight: 700;
                    color: #000;
                    top: 4px
                }

                .dropdown-menu, .link-level-1:hover ul .link-level-2:hover ul li:hover {
                    background-color: #1d369f
                }

.header-top {
    z-index: inherit;
/*
    min-height: 55px;
    padding: 30px 15px
*/
}

    .header-top .container {
        max-width: 1440px
    }

.logo-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 7px
}

.header-top > .container > .logo-block {
    display: none
}

.desktop-menu .parent-menu:hover .sub-menu, .mobile-menu .logo-block {
    display: block
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.icon-search {
    background: url(/img/icon-search.png) 50% 50% no-repeat;
    width: 17px;
    height: 17px
}

.desktop-menu, .desktop-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.desktop-menu {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .desktop-menu .menu {
        margin: 0;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 35%
    }

    .desktop-menu .user-menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .desktop-menu .menu li {
        list-style: none
    }

    .desktop-menu > .menu li:hover > a, .desktop-menu > .menu > li {
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all
    }

    .desktop-menu > .menu > li {
        border-radius: 4px;
        margin: 0 .5rem;
        padding: 0
    }

        .desktop-menu > .menu > li > a {
            text-align: center
        }

    .desktop-menu > .menu li:hover > a {
        background: transparent;
        color: #c8a86a
    }

    .desktop-menu .menu a {
        display: block;
        font-size: 13px;
        padding: .5rem .8rem;
        line-height: 1.4285714286;
        font-family: 'Raleway',sans-serif;
        font-weight: 600;
        color: #8b8a8a;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        letter-spacing: 2px
    }

    .desktop-menu .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        width: 180px;
        border-radius: 0;
        background: #131310;
        z-index: 1;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-top: 1px solid rgba(200, 168, 106, 0.45);
        box-shadow: 0 18px 36px -16px rgba(0, 0, 0, 0.6)
    }

    .btn_mnu, .desktop-menu .parent-menu {
        position: relative
    }

        .desktop-menu .parent-menu > a {
            padding-right: 23px !important
        }

            .desktop-menu .parent-menu > a:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                right: 10px;
                margin: -6px 0 0;
                width: 4px;
                height: 4px;
                border-top: solid 2px #8b8a8a;
                border-right: solid 2px #8b8a8a;
                -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                transform: rotate(135deg)
            }

.btn_mnu {
    width: 45px;
    height: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1a1a1a;
    cursor: pointer;
    z-index: 8;
    display: none;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
    border-radius: 2px
}

.btn_row, .header-menu.mobile-menu {
    height: 2px;
    width: 60%;
    margin: 2px 0 3px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-menu.mobile-menu {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #31363a;
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 100000;
    color: #fff;
    outline: 0
}

.mobile-menu .menu {
    max-height: 100%;
    overflow: auto
}

    .mobile-menu .menu li {
        display: block;
        position: relative
    }

    .mobile-menu .menu:last-of-type li:last-of-type {
        border: 0
    }

    .mobile-menu .menu li.active-item > a {
        border-bottom: solid 1px #3e4346
    }

.mobile-menu ul.menu li a, .mobile-menu ul.menu li a:hover {
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px
}

.mobile-menu ul.menu li.active-item > a, .mobile-menu ul.menu li.active-item > a:hover {
    background: #ff001e !important;
    color: #fff !important;
    border-bottom: solid 1px #3e4346
}

.mobile-menu ul.menu > li > a {
    border-bottom: solid 1px #414142;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 9
}

.mobile-menu .btn_mnu_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 100;
    cursor: pointer
}

.btn_mnu_close:before {
    margin: 2px 0 2px -12px
}

.btn_mnu_close:after, .btn_mnu_close:before {
    content: '';
    display: block;
    height: 2px;
    width: 60%;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 50%;
    left: 50%
}

.btn_mnu_close:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.btn_mnu_close:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin: -4px 0 2px -12px
}

.mobile-menu .icon-arrow {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 50px;
    height: 45px;
    cursor: pointer
}

    .mobile-menu .icon-arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px -3px 0 0;
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .mobile-menu .icon-arrow.open:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.mobile-menu .menu.sub-menu {
    background: #292e31;
    width: auto;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    display: none
}

.mobile-menu .sub-menu a {
    padding-left: 30px !important
}

@media (max-width:1200px) {
    .desktop-menu > .menu > li {
        margin: 0 .2rem
    }

    .desktop-menu .menu a {
        padding: .5rem
    }
}

@media (max-width:1080px) {
    .header-top {
        padding: 15px;
    }

        .header-top > .container > .logo-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 0 15px
        }

    .desktop-menu > .logo-block {
        display: none
    }

    .desktop-menu, .header-top > .container > .logo-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .desktop-menu .menu {
            width: 45%;
            margin: 0 20px
        }

        .desktop-menu .main-menu {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .desktop-menu .user-menu {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }
}

@media (max-width:768px) {
    .header-top .container {
        padding: 0
    }

    .header-top > .container > .logo-block {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-menu {
        display: none;
        left: -9999px;
        -webkit-transition: .3s left;
        -o-transition: .3s left;
        transition: .3s left
    }

    .btn_mnu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -23px
    }

        .btn_mnu.mobile-menu, .mobile-menu .logo-block {
            display: none
        }

    .user-menu .search {
        background: #fff
    }

        .user-menu .search:after {
            content: 'Search';
            color: #e50ba1;
            margin-left: 7px;
            font-weight: 700
        }
}

@media (max-width:680px) and (min-width:641px) {
    .logo-block {
        width: auto;
        margin: 0
    }
}

@media (max-width:640px) {
    .logo-block {
        width: auto
    }
}

@media (max-width:480px) {
    .logo-block {
        width: 260px
    }
}

@media (max-width:320px) {
    .logo-block {
        width: 230px
    }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #696868;
    background: #fff;
    font-weight: 300
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

.header-top > .container > .logo-block, [hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: underline;
    color: #f2090b
}

    a, a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    display: block
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

    input[type=checkbox], input[type=radio] {
        margin: 0 5px 0 0 !important;
        vertical-align: middle
    }

label {
    margin-bottom: 0 !important
}

.radiobtn > label, label {
    vertical-align: middle
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, legend, p, td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a:focus, a:hover {
    text-decoration: none
}

input, select {
    font-size: 12px;
    font-family: 'Open Sans',sans-serif
}

input {
    outline: 0
}

h1, h2, h3 {
    font-family: 'Raleway',sans-serif
}

h1 {
    font-size: 42px;
    text-align: center;
    margin: 0 0 25px
}

h2 {
    font-size: 30px;
    font-weight: 600
}

h1, h2, h3, h4 {
    color: #363636
}

h1, h2, h3 {
    line-height: 1.4
}

h2, h3 {
    text-align: left
}

h3 {
    font-size: 18px;
    font-weight: 400
}

h4 {
    margin: 0 0 6px;
    font-weight: 600
}

ol, p, ul {
    line-height: 1.6
}

h2, p {
    margin: 0 0 10px
}

p {
    color: #000
}

ol, ul {
    padding: 0
}

h3, li, ol, ul {
    margin: 0
}

    ul li {
        padding: 0;
        list-style: inside
    }

    ol li {
        list-style-position: inside
    }

.list-style li:before {
    content: '•';
    display: inline-block;
    margin-right: 5px
}

.clear {
    clear: both;
    height: 1px;
    margin-top: -1px
}

.hidden {
    display: none !important
}

.container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px
}

.btn {
    padding: 10px 27px;
    border-radius: 4px;
    line-height: 1.4
}

.btn-red {
    background: #ff001e !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #000;
}

    .btn-red:focus, .btn-red:hover {
        color: #000;
        background: #ff001e
    }

.header-top {
    z-index: inherit;
/*
    min-height: 270px;
    padding: 30px 15px;
*/
    background: 0 0
}

    .header-top .container {
        max-width: 1440px
    }

.logo-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 7px
}

    .logo-block img {
        max-width: 100%
    }

.desktop-menu .parent-menu:hover .sub-menu, .mobile-menu .logo-block {
    display: block
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.icon-search {
    background: url(../img/icon-search.png) 50% 50% no-repeat;
    width: 17px;
    height: 17px
}

.desktop-menu, .desktop-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.desktop-menu {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .desktop-menu .menu {
        margin: 0;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 35%
    }

    .desktop-menu .user-menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .desktop-menu .menu li {
        list-style: none
    }

    .desktop-menu > .menu > li {
        border-radius: 4px;
        margin: 0 .5rem;
        padding: 0
    }

        .desktop-menu > .menu > li > a {
            text-align: center
        }

    .desktop-menu > .menu li:focus > a, .desktop-menu > .menu li:hover > a {
        background: transparent;
        color: #c8a86a
    }

        .desktop-menu > .menu li:focus > a.search, .desktop-menu > .menu li:hover > a.search {
            background: 0 0
        }

    .desktop-menu .menu a {
        display: block;
        font-size: 13px;
        padding: .5rem .8rem;
        line-height: 1.4285714286;
        font-family: 'Raleway',sans-serif;
        font-weight: 600;
        color: #8b8a8a;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        letter-spacing: 2px
    }

    .desktop-menu .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        min-width: 180px;
        border-radius: 0;
        background: #131310;
        color: #ede9df;
        z-index: 1;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-top: 1px solid rgba(200, 168, 106, 0.45);
        box-shadow: 0 18px 36px -16px rgba(0, 0, 0, 0.6)
    }

        .desktop-menu .sub-menu a {
            color: #ede9df
        }

    .btn_mnu, .desktop-menu .parent-menu {
        position: relative
    }

    .desktop-menu .sub-menu li a:hover {
        background: rgba(200, 168, 106, 0.08);
        color: #c8a86a
    }

    .desktop-menu .parent-menu > a {
        padding-right: 23px !important
    }

        .desktop-menu .parent-menu > a:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 10px;
            margin: -6px 0 0;
            width: 4px;
            height: 4px;
            border-top: solid 2px #8b8a8a;
            border-right: solid 2px #8b8a8a;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg)
        }

    .desktop-menu .parent-menu:hover > a:after {
        border-top: solid 2px #c8a86a;
        border-right: solid 2px #c8a86a
    }

.btn_mnu {
    width: 45px;
    height: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #131310;
    border: 1px solid rgba(200, 168, 106, 0.35);
    cursor: pointer;
    z-index: 8;
    display: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 1;
    border-radius: 2px
}
.btn_mnu:hover {
    border-color: #c8a86a;
    background-color: #1c1c18;
}

.btn_row, .header-menu.mobile-menu {
    height: 2px;
    width: 60%;
    margin: 2px 0 3px;
    background-color: #c8a86a;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-menu.mobile-menu {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #31363a;
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 100000;
    color: #fff;
    outline: 0
}

.mobile-menu .menu {
    max-height: 100%;
    overflow: auto
}

    .mobile-menu .menu li {
        display: block;
        position: relative
    }

    .mobile-menu .menu:last-of-type li:last-of-type {
        border: 0
    }

    .mobile-menu .menu li.active-item > a {
        border-bottom: solid 1px #3e4346
    }

.mobile-menu ul.menu li a, .mobile-menu ul.menu li a:hover {
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px
}

.mobile-menu ul.menu li.active-item > a, .mobile-menu ul.menu li.active-item > a:hover {
    background: #ff001e !important;
    color: #fff !important;
    border-bottom: solid 1px #3e4346
}

.mobile-menu ul.menu > li > a {
    border-bottom: solid 1px #414142;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background
}

#blazor-error-ui, #fade {
    display: none;
    left: 0;
    position: fixed;
    width: 100%
}

#fade {
    background: #000;
    top: 0;
    height: 100%;
    opacity: .5;
    z-index: 9
}

.mobile-menu .btn_mnu_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 100;
    cursor: pointer
}

.btn_mnu_close:before {
    margin: 2px 0 2px -12px
}

.btn_mnu_close:after, .btn_mnu_close:before {
    content: '';
    display: block;
    height: 2px;
    width: 60%;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 50%;
    left: 50%
}

.btn_mnu_close:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.btn_mnu_close:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin: -4px 0 2px -12px
}

.mobile-menu .icon-arrow {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 50px;
    height: 45px;
    cursor: pointer
}

    .mobile-menu .icon-arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px -3px 0 0;
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .mobile-menu .icon-arrow.open:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.mobile-menu .menu.sub-menu {
    background: #292e31;
    width: auto;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    display: none
}

.mobile-menu .sub-menu a {
    padding-left: 30px !important
}

.banner {
    margin-top: -75px;
    background: #000 url(../img/banner-bg.png) no-repeat 50% 0;
    min-height: 825px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 80px;
}

    .banner .container {
        width: 1300px;
        max-width: 100%;
        height: 100%;
        margin-bottom: 00px;
        text-align:center;
    }

    .banner h1 {
        font-weight: 200;
        font-size: 62px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 6px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

        .banner h1 span {
            font-weight: 600;
            display: block
        }


    .banner h3 {
        text-align: center;
        color: #fff;
    }

.module-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 5px
}

    .module-header h2 {
        color: white;
        font-style: 26px;
        font-weight: 400
    }

.module-img {
    max-width: 243px;
    height: 137px;
    background-size: cover;
/*    margin-bottom: 30px; */
    display: block
}

.module-item h3, .module-item p {
    font-family: Open Sans,sans-serif
}

.module-item h3 {
    color: #fff;
    font-size: 18px !important
}

.module-item p {
    color: #626262;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400
}

.module-item a {
    color: #fff;
    text-decoration: none
}
.module-img {
    background-size: cover !important;
}
.latest-videos {
    padding: 0 0 60px;
    margin-top: -60px;
/*    background: #000 */
}

    .latest-videos .module-item {
        max-width: 270px;
        margin-bottom: 20px;
        padding: 0 5px
    }

    .latest-videos .module-body {
        display: flex;
        justify-content: space-between
    }

.section-social-media {
    background: #fff;
    padding: 70px 0
}

.social-media-text {
    color: #383838;
    font-size: 20px;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center
}

.social-media-items {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-media-item {
    width: 25%
}

.social-media-img {
    width: 280px;
    height: 280px;
    background-size: cover
}


.section-calltoaction {
    background: #df031d;
    color: #040405;
    padding:2rem;

}
.section-calltoaction *{
    color: #040405;
}


.section-pluses {
    padding:2rem;
}

    .section-pluses h3 {
        color: #1a1a1a;
        font-size: 22px !important
    }

    .section-pluses p {
        color: #6b6a6a;
        font-size: 14px
    }

.pluses-item {
    border-right-color: #d3d3d3 !important
}

.exclusive-access:before {
    background: url(../img/exclusive-access.png) no-repeat 50% 50%;
    background-size: contain
}

.all-skills:before {
    background: url(../img/all-skills.png) no-repeat 50% 50%;
    background-size: contain
}

.learn-anywhere:before {
    background: url(../img/icon-devices.png) no-repeat 50% 50%;
    background-size: contain
}

.cancel-anytime:before {
    background: url(../img/icon-cancel.png) no-repeat 50% 50%;
    background-size: contain;
    width: 76px
}

.footer .container {
    max-width: 1300px
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social .icon {
    margin-left: 23px
}

.icon-instagram {
    background: url(../img/icon-instagram.png) no-repeat 50% 50%;
    width: 27px;
    height: 27px
}

.icon-fb {
    background: url(../img/icon-fb.png) no-repeat 50% 50%;
    width: 27px;
    height: 27px
}

.copyright {
    color: #898888
}

@media (max-width:1200px) {
    .desktop-menu > .menu > li {
        margin: 0 .2rem
    }

    .desktop-menu .menu a {
        padding: .5rem
    }

    .social-media-img {
        width: 240px;
        height: 240px
    }

    .cancel-anytime:before {
        width: 40px
    }
}

@media (max-width:1080px) {
    .header-top .container, .header-top > .container > .logo-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }

    .header-top {
        padding: 15px;
        min-height: 150px;
    }
    .header-top .container {
        padding-bottom: 0px;
    }

        .header-top > .container > .logo-block {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 20px 0 0
        }

        .desktop-menu > .logo-block, .header-top .container:after {
            display: none
        }

    .logo-block {
        max-width: 150px;
        height: auto
    }

    .desktop-menu {
        justify-content: flex-end
    }

        .desktop-menu .menu {
            width: 100%;
            margin: 0
        }

        .desktop-menu .main-menu {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .desktop-menu .user-menu {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

    .latest-videos .module-body {
        flex-wrap: wrap;
        justify-content: center
    }

    .latest-videos .module-item {
        padding: 0 10px
    }

    .social-media-img {
        width: 200px;
        height: 200px
    }
}

@media (max-width:768px) {
    .header-top .container {
        padding: 0
    }

    .header-top > .container > .logo-block {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-menu {
        display: none;
        left: -9999px;
        -webkit-transition: .3s left;
        -o-transition: .3s left;
        transition: .3s left
    }

    .btn_mnu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -23px
    }

        .btn_mnu.mobile-menu, .mobile-menu .logo-block {
            display: none
        }

    .user-menu .search {
        background: #fff
    }

        .user-menu .search:after {
            content: 'Search';
            color: #000;
            margin-left: 7px;
            font-weight: 700
        }

    .social-media-items {
        flex-wrap: wrap
    }

    .social-media-img {
        width: 48%;
        height: 280px;
        margin-bottom: 20px
    }
}

@media (max-width:680px) and (min-width:641px) {
    .logo-block {
        width: auto;
        margin: 0
    }
}

@media (max-width:640px) {
    .logo-block {
        width: auto
    }

    .banner h1 {
        font-size: 54px
    }
}

@media (max-width:480px) {
    .logo-block {
        width: 260px
    }

    .social-media-img {
        width: 280px;
        height: 280px
    }

    .section-social-media {
        padding: 70px 0 20px
    }

    .main.homepage {
        background-position: 55% -120px !important;
    }

    /*.banner {
        min-height: 600px;
        background:none;
        margin-top: 0px;
    }

    .homepage .content {
        background:transparent !important;
    }*/

    .banner .container {
      margin-bottom: 120px;
      width: 100%;
    }

        .banner h1 {
            font-size: 40px
        }

    .social-media-items {
      -webkit-box-pack: center;    
      -ms-flex-pack: center;    
      justify-content: center;
    }
}

@media (max-width:320px) {
    .logo-block {
        width: 230px
    }
  .banner .container {
      margin-bottom: 150px;
  }
}

@media (max-width:1000px) {
    .section-welcome .container {
        flex-direction: column;
        align-items: center !important
    }

    .section-welcome .welcome-body {
        margin-left: 0 !important;
        width: 80%
    }
}

@media (max-width:640px) {
    .section-welcome {
        background: #1a1a1a;
        padding: 40px 0 10px
    }

        .section-welcome h3 {
            margin-bottom: 20px !important;
            font-size: 24px !important;
            line-height: 30px !important
        }

    .welcome-body p {
        margin-bottom: 20px
    }
}

#blazor-error-ui {
    background: #ffffe0;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    padding: .6rem 1.25rem .7rem;
    z-index: 1000
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: .75rem;
        top: .5rem
    }


.subscription-content h2, .subscription-content h3, .subscription-content div {
    color:white;
}

.subscription-content span.alert, .subscription-content span.alert *{
    color: black;
}

.banner a
{
    position:     absolute;
    top:          610px;
    left:         510px;
}

/* =========================================================
   AUTH (Login / etc.) — matches /Subscribe dark/gold aesthetic
   Razor Pages have no scoped CSS, so styles live here.
   ========================================================= */
.auth-root {
    background: #0b0b09;
    color: #ede9df;
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    min-height: 100vh;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 100px 56px 120px;
    position: relative;
    isolation: isolate;
}
.auth-head {
    max-width: 520px;
    margin: 0 auto 56px;
    text-align: center;
}
.auth-eyebrow {
    font-family: 'DM Mono', 'Courier New', monospace;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #c8a86a;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.auth-title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(52px, 7.5vw, 88px);
    color: #ede9df;
    margin: 0 0 22px;
    line-height: 0.96;
    letter-spacing: -0.02em;
}
.auth-title em {
    font-style: italic;
    color: #c8a86a;
}
.auth-lead {
    font-size: 16px;
    color: #8a8778;
    line-height: 1.7;
    margin: 0;
}
.auth-root .auth-form {
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.auth-summary {
    color: #e29e9e;
    font-size: 13px;
    margin-bottom: 18px;
}
.auth-summary:empty { display: none; }
.auth-summary ul { padding-left: 18px; margin: 0; }
.auth-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}
.auth-label {
    font-family: 'DM Mono', 'Courier New', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    color: #8a8778;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.auth-root input.auth-input,
.auth-root input.auth-input[type] {
    background: #1c1c18;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ede9df;
    padding: 13px 16px;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    transition: all 0.22s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
.auth-root .auth-input::placeholder { color: #5a5851; }
.auth-root .auth-input:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: #1f1f1b;
}
.auth-root .auth-input:focus {
    border-color: #c8a86a;
    background: #201f1a;
    box-shadow: 0 0 0 3px rgba(200, 168, 106, 0.12);
}
.auth-root .auth-input:-webkit-autofill,
.auth-root .auth-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ede9df;
    -webkit-box-shadow: 0 0 0 1000px #1c1c18 inset;
}
.auth-error {
    color: #e29e9e;
    font-size: 12px;
    margin-top: 6px;
    font-family: 'DM Sans', sans-serif;
}
.auth-remember {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8a8778;
    font-size: 13px;
    margin-bottom: 28px;
    cursor: pointer;
    user-select: none;
}
.auth-remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #c8a86a;
    cursor: pointer;
    flex-shrink: 0;
}
.auth-root button.auth-submit,
.auth-root a.auth-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 36px;
    background: #c8a86a;
    color: #0b0b09;
    border: 1px solid #c8a86a;
    border-radius: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all 0.22s ease;
    width: 100%;
    text-decoration: none;
    text-transform: none;
}
.auth-root button.auth-submit:hover,
.auth-root a.auth-submit:hover {
    background: #e2c98a;
    border-color: #e2c98a;
    color: #0b0b09;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px -10px rgba(200, 168, 106, 0.4);
}
.auth-submit:hover .auth-submit-arrow {
    transform: translateX(6px);
}
.auth-submit-arrow {
    transition: transform 0.22s ease;
    display: inline-block;
}
.auth-links {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
}
.auth-links a {
    color: #c8a86a;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.01em;
    border-bottom: 1px solid transparent;
    transition: border-color 0.18s ease, color 0.18s ease;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
    padding: 2px 0 !important;
}
.auth-links a:hover {
    color: #e2c98a;
    border-bottom-color: rgba(200, 168, 106, 0.45);
}

@media (max-width: 540px) {
    .auth-root {
        padding: 60px 24px 80px;
    }
}