#body {
    background: #000;
    color: #999;
    opacity: 1;
    -webkit-transition: 1s opacity; /*smooth page loading*/
    -o-transition: 1s opacity;
    transition: 1s opacity;
    font-size: 16px;
}

.course_detail {
    background: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif; /*Roboto-Light*/
}

.youTube_Embed {
    margin: 0 auto;
    float: none;
    height: 87vh;
    position: relative;
    background-position: top 25% center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 452px;
    overflow: hidden;
    max-height: 800px;    
}

.course_banner_bg_full {
    display: block !important;
}

.course_banner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: top 0px center;
    background-repeat: no-repeat;
}

.video_section {
    padding-bottom: 45px;
}

.video_overlay {
    display: block;
    background: url('http://127.0.0.1:10000/devstoreaccount1/onlineliveeventpage/shadow.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.move_up_anim {
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    -webkit-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;
}

.course_detail h2 {
    font-family: 'Roboto', sans-serif; /*Roboto-Light*/
    font-size: 24px;
}


.course_head h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'Roboto', sans-serif; /*Roboto-Bold*/
    text-transform: uppercase;
}

.course_head h2 {
    font-size: 24px;
    line-height: 33px;
    color: #999;
    font-family: 'Roboto', sans-serif; /*Roboto-Light*/
    text-transform: none;
}

    .course_detail h2 span, .course_head h1 span {
        font-family: inherit;
    }


.video_section .row {
    position: relative;
}

.table > tbody > tr > td {
    vertical-align: bottom;
    padding: 0;
}

.table > tbody > tr > td {
    border: none;
}


    .table > tbody > tr > td:not(.start_now) {
        border-right: 1px solid #464646;
        line-height: 33px;
        font-family: Roboto; /*Roboto-Light*/
    }


.table > tbody > tr:first-child > td:not(.start_now) {
    padding: 25px 0 10px;
}

.table > tbody > tr > td.start_now {
    vertical-align: middle;
}

.button_prim_anim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    color: #D9AD74;
}

.button_primary {
    font-size: 20px;
    font-family: 'Roboto', sans-serif !important; /*Roboto-Regular*/
    color: #D9AD74 !important;
    border: 1px solid #D9AD74;
    text-transform: uppercase;
    padding: 10px 25px;
    background: transparent;
    margin-bottom: 2px;
    line-height: 28px;
}

.segments {
    font-size: 24px;
    color: #999;
    text-transform: uppercase;
}

.segment_style {
    font-size: 45px;
    color: #fff;
}


.instructor {
    width: 100%;
    background: #20242a85;
}

.instructor_left {
    padding: 49px 90px 39px 40px;
}

    .instructor_left span.ins_head {
        font: 24px 'Roboto'; /*Roboto-Light*/
        color: #d9ad74;
        display: inline-block;
        width: 100%;
        margin: 0 0 5px;
    }

.instructor .overflow_auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.instructor_left h3 {
    font: 24px 'Roboto'; /*Roboto-Light*/
    color: #999;
    display: inline-block;
    width: 100%;
    margin: 3px 0 25px;
    text-transform: uppercase;
}

.instructor_left p {
    font: 18px 'Roboto'; /*Roboto-Light*/
    line-height: 29px;
    color: #999;
    display: inline-block;
    width: 100%;
}

.instructor_right img {
    width: 100%;
}

.instructor_right {
    max-width: 445px;
    /*height: 370px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.course_desc_container {
    padding: 45px 30px 50px;
}

    .course_desc_container h2 {
        font: 24px 'Roboto'; /*Roboto-Light*/
        line-height: 29px;
        color: #999;
        display: inline-block;
        width: 100%;
        margin: 3px 0 25px;
    }

    .course_desc_container h3 {
        font: 18px 'Roboto'; /*Roboto-Light*/
        line-height: 29px;
        color: #999;
        display: inline-block;
        width: 100%;
    }

.description_text {
    padding-right: 0;
}

    .description_text p, .description_text p span {
        font: 18px 'Roboto'; /*Roboto-Light*/
        color: #999;
        display: inline-block;
    }

.validationMessage {
    color: #ed5565;
}




/* ICM Invite Section Styles */
.icm-info-section {
    width: 100%;
    background: #20242a85;
    padding: 32px 0 24px 0;
}
.icm-invite-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
    width: fit-content;
    border-radius: 8px;
    max-width: 900px;
    box-sizing: border-box;
    background: none;
}

.icm-invite-img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icm-invite-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #444;
    display: block;
}
.icm-invite-text {
    flex: 1 1 0%;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 0;
}
.icm-invite-heading {
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 600px) {
    .icm-invite-row {
        flex-direction: column;
        padding: 16px 8px;
        text-align: center;
    }
    .icm-invite-img {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .icm-invite-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
    .icm-invite-heading {
        font-size: 1.2rem;
    }
}

/*Count Down style*/
/* Skeleton */
ul.flip {
    position: relative;
    margin: 0;
    width: 100%;
    height: 90px;
    padding: 0 2px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
    list-style: none;
    max-width: 50px;
}


ul.flip li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

ul.flip li:first-child {
z-index: 2;
}

ul.flip li a {
display: block;
height: 100%;
perspective: 200px;
}

ul.flip li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
overflow: hidden;
}

ul.flip li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}

ul.flip li a div.up {
transform-origin: 50% 100%;
top: 0;
}

ul.flip li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0,0,0,.4);
}

ul.flip li a div.down {
transform-origin: 50% 0%;
bottom: 0;
}

ul.flip li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
}

ul.flip li a div.up div.inn {
top: 0;
}

ul.flip li a div.down div.inn {
bottom: 0;
}

/* PLAY */

body.play ul li.before {
    z-index: 3;
}

body.play ul li.active {
    animation: asd .5s .5s linear both;
    z-index: 2;
}


body.play ul li.active .down {
    z-index: 2;
    animation: turn .5s .5s linear both;
}


body.play ul li.before .up {
    z-index: 2;
    animation: turn2 .5s linear both;
}



    /* SHADOW */

    body.play ul li.before .up .shadow {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        animation: show .5s linear both;
    }

body.play ul li.active .up .shadow {
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);*/
    animation: hide .5s .3s linear both;
}

/*DOWN*/

body.play ul li.before .down .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    animation: show .5s linear both;
}

body.play ul li.active .down .shadow {
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);*/
    animation: hide .5s .3s linear both;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.wait-container {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    z-index: 99999;
}
.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #1ab394;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

