/* 
    Created on : 19/04/2018, 15:30:30
    Author     :
*/

/*
******************************
************ HOME ************
******************************
*/
.home {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, #458ec4, #5b619b);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.home .flex {
    max-width: 520px;
    align-items: center;
    justify-content: center;
}

.home .flex .home_header {
    color: #ffffff;
}

.home_content {
    max-width: 520px;
    text-align: center;
    padding: 50px 20px;
    background-color: #ffffff;
}

.home .flex .home_content {
    padding: 40px;
}

.home_header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 20px;
}

.home_header b {
    color: red;
}

.home_header img {
    margin-right: 20px;
    width: 200px;
    height: auto;
}

.home_content p {
    font-size: .875em;
    font-weight: 300;
    color: #525252;
}

.home_content p a {
    color: #525252;
}

.home_content p a:hover {
    color: #222222;
}

.home_footer {
    margin-top: 30px;
}

.home_footer .home_footer_link {
    color: #ccc;
    font-weight: 700;
    text-decoration: none;
}

.home_footer .home_footer_link:hover {
    color: #333;
}

.home .flex .home_footer {
    color: #ffffff;
    margin-top: 20px;
}

.flex .home_footer .home_footer_link {
    color: #ffffff;
}

.flex .home_footer .home_footer_link:hover {
    color: #f1f1f1;
}
/*
******************************
*********** TIME ************
******************************
*/
.app_timer{
    width: 640px;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.app_timer_class{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px
    
}

.app_timer_class b {
    color: red;
}

.app_timer_class img {
    margin-right: 20px;
    width: 100px;
    height: auto;
}
.app_timer_content {
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 51px 26px -56px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 51px 26px -56px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 51px 26px -56px rgba(0, 0, 0, 0.5);
}
.app_timer_content_title {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.app_timer_content_title h2 {
    font-size: 1.675em;
    font-weight: 300;
    color: #525252;
    margin: 15px 0;
}
.btn_class{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.app_timer_content span{
    margin: 20px;
}
.author{
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}
.author_content{
    width: 700px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #888;
   
}

.author_content_img{
    flex-basis: 20%;
}

.author_content_header{
    flex-basis: 80%;
    padding-left: 30px;
    text-align: left
}

.author_content_header h1{
    font-size: 1em;
}

.author_content_header p{
    font-size: 0.9em;
    margin-top: 10px;
}
.class_date{

    margin-top: 20px;
    padding: 30px 10px;
    text-align: center;
    color: #c0c0c0;
    font-size: 0.9em;
    font-weight: 300;
    /* background: #682567; */
}
/*
******************************
*********** FORMS ************
******************************
*/

.form_style {
    text-align: center;
}

.form_style h1,
.form_style h2 {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1em;
    color: #333;
    margin-bottom: 10px;
}

.form_style header p {
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.4em;
    color: #525252;
    margin-bottom: 20px;
}

.form_style form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form_style form input {
    flex-basis: 100%;
    border: 1px solid #c5c5c5;
    font-size: 1em;
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 10px;
    -webkit-border-radius: 6.25rem;
    -moz-border-radius: 6.25rem;
    border-radius: 6.25rem;
    outline: none;
}

.form_style form input:focus {
    box-shadow: 0 0 0 1px #ff6556;
}

.form_style .live_terms {
    margin-top: 10px;
    font-size: 0.875em;
    font-weight: normal;
    color: #777;
}

/*
******************************
************ CODE ************
******************************
*/
.live_code {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to bottom right, #458ec4, #5b619b);
    align-items: center;
    justify-content: center;
}

.live_code img {
    max-width: 150px;
    margin: 0 auto 25px auto;
}

.live_code .form_style {
    max-width: 400px;
    background-color: #fff;
    padding: 20px;
}

.live_code .form_style h1 {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.live_code .form_style p {
    font-size: 0.875em;
    font-weight: lighter;
    line-height: 1em;
    text-align: center;
    color: #525252;
    margin-bottom: 20px;
}

.live_code .form_style .label input {
    border: 1px solid #ccc;
    border-left: none;
}

/*
******************************
*********** COUNT ************
******************************
*/

.home_count {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home_count h2 {
    flex-basis: 100%;
    font-size: 1.125em;
    font-weight: bold;
    color: #444;
}

.home_count_itens {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.home_count_item {
    flex-basis: calc(25% - 4px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home_count_item .day,
.home_count_item .hour,
.home_count_item .minute,
.home_count_item .second {
    flex-basis: 100%;
    font-size: 3em;
    font-weight: bold;
    color: #525252;
}

.home_count_item .text {
    flex-basis: 100%;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: .1em;
    color: #525252;
    text-transform: uppercase;
}

/*
******************************
******** FIRST CLASS *********
******************************
*/
.class {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    height: 100vh;
    background-image: url(../_img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.class_embed {
    flex-basis: 70%;
    padding: 20px;
    position: relative;
}

/*SIDEBAR CHAT*/
.class_interaction {
    display: flex;
    flex-basis: 30%;
    height: 100vh;
    background-color: #EAEAEA;
}

.class_interaction_header {
    flex-basis: 100%;
    height: 100px;
    padding: 20px 0;
    text-align: center;
}

.class_interaction_header h2 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
}

.class_interaction_header p {
    margin-top: 10px;
}

.class_interaction_functions {
    width: 60px;
    height: 100%;
    background-color: #28353A;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.class_interaction_functions .menu {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.class_interaction_functions span:first-child {
    margin-top: 0;
}

.class_interaction_functions span,
.class_interaction_functions a {
    flex-basis: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
    cursor: pointer;
}

.class_interaction_functions span:hover,
.class_interaction_functions a:hover,
.class_interaction_functions span.active,
.class_interaction_functions a.active {
    border-right: 3px solid #D45B00;
}

.class_interaction_space {
    flex-basis: calc(100% - 60px);
}

.class_interaction_facebook {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.class_interaction_facebook_comments {
    flex-basis: 100%;
    height: calc(100vh - 100px);
    align-items: flex-end;
    overflow-y: auto;
}

/*SIDEBAR SURVEYS*/

/*SIDEBAR LINKS*/
.class_interaction_links .class_interaction_header {
    height: 60px;
}

.class_interaction_links_space {
    height: calc(100vh - 60px);
    overflow-y: auto;
}

.class_interaction_links_space_item {
    width: 96%;
    margin: 10px auto 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 5px #999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.class_interaction_links_space_item:hover {
    box-shadow: 0 0 10px #777;
}

.class_interaction_links_space_item_icon {
    font-size: 2.5em;
    color: #777;
}

.class_interaction_links_space_item_left {
    flex-basis: 60px;
    border-right: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.class_interaction_links_space_item_right {
    flex-basis: calc(100% - 70px);
}

.class_interaction_links_space_item h3 {
    font-size: 1em;
    font-weight: normal;
    color: #D45B00;
    margin-bottom: 5px;
}

.class_interaction_links_space_item p {
    font-size: 0.775em;
    font-weight: lighter;
    color: #777;
}

/*
******************************
******* SECOND CLASS *********
******************************
*/

/*PLAYER*/
.live_class {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    background: #333;
    /* background-image: linear-gradient(to bottom right, #81428e, #71d1e8); */
}

.live_class_player {
    flex-basis: 60%;
    padding: 20px;
    background: #FAF9F6;
    color: #191919;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.live_class_player_header {
    margin-bottom: 20px;
}

.live_class_player_header h2 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

.live_class_player_header h2 b {
    color: #eb5463;
}

.live_class_player_header h2 img {
    width: 120px;
    margin-right: 20px;
}

.live_class_player_header h1 {
    font-weight: 300;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.live_class_player_header p {
    font-size: 0.875em;
    font-weight: 300;
}

.live_class_player_stats {
    width: 100%;
    margin-top: 20px;
    font-size: 1em;
    font-weight: 300;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.live_class_player_stats_share {
    display: flex;
    align-items: center;
}

.live_class_player_stats_share .how {
    margin-right: 14px;
}

/*COMMENTS*/
.live_class_comments {
    flex-basis: 40%;
    position: relative;
    background-color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.live_class_comments_cta {
    width: 100%;
    margin-bottom: 30px;
}

.live_class_comments_cta .btn {
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
}

.live_class_comments_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px 20px 6px;
    font-size: 1em;
    font-weight: 300;
}

.live_class_comments_header .reload {
    font-size: 0.6em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 12px;
    border: 1px solid #3aadd9;
    color: #3aadd9;
    cursor: pointer;
    text-align: center;
}

.live_class_comments_header .reload:hover {
    color: #fff;
    background: #3aadd9;
}

.live_class_comments_fb {
    padding: 15px;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    overflow: scroll;
    background: #fff;
}

.live_class_comments_fb .class_comments {
    width: 100% !important;
}

.live_class_comments_fb_closed {
    width: 100%;
    padding: 30px;
    color: #f5b945;
    border: 1px solid #f5b945;
    text-align: center;
    margin-top: 20px;
}

.live_footer {
    padding: 30px 10px;
    text-align: center;
    color: #c0c0c0;
    font-size: 0.8em;
    font-weight: 300;
    /*background: #682567;*/
}

.live_footer a {
    color: #c0c0c0;
    text-decoration: underline;
    font-weight: bold;
}

.live_footer a:hover {
    color: #000000;
}

@media (max-width: 64em) {
    .author{
        flex-wrap: wrap-reverse;
    }
    .author_content{
        width: 100%;
    } 
    .author_content_header{
        flex-basis: 100%
    }
    .author_content_img{
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .author_content_img img{
        margin: 0 auto;
        display: block;
    }
    .live_class {
        flex-wrap: wrap;
        padding: 0;
    }

    .live_class_player {
        flex-basis: 100%;
        text-align: center;
    }

    .live_class_player_header {
        max-width: 600px;
        margin: 0 auto 20px auto;
    }

    .live_class_player_header h2 {
        justify-content: center;
    }

    .live_class_player_header h1 {
        font-size: 1em;
        font-weight: 600;
    }

    .live_class_comments {
        flex-basis: 100%;
    }

    .live_class_comments_fb {
        position: relative;
    }
}

/*
******************************
********** FOOTER ************
******************************
*/
.footer_copy {
    text-align: center;
    padding: 20px 0;
    text-align: center;
    font-size: 0.7em;
}

.footer_copy_logo {
    margin: 0 auto 20px auto;
    width: 150px;
    max-width: 60%;
}

.footer_copy .termos {
    margin-bottom: 30px;
}

.footer_copy .termos a {
    text-decoration: none;
    color: #888;
}

.footer_copy .termos a:hover {
    text-decoration: underline
}




