/* --------------- schedule-inner --------------- */
.schedule-inner {

}
.schedule-inner > header,
.schedule-inner__content {
    display: table;
    color: #fff;
    width: 100%;
}
.schedule-inner__title{
    display: table-cell;
    width: 60%;
    border-right: 1px solid #000;
    background: #262626;
    vertical-align: middle;
}
.schedule-inner__text {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding-top: 17px;
    position: relative;
    padding-bottom: 100px;
}
.schedule-inner__text .content__item h2{
    margin: 0 0 7px;
}
.schedule-inner__text .content__item > div {
    width: 100%;
    padding-bottom: 72%;
    position: relative;
}
.schedule-inner__text .content__item> div iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.schedule-inner__title > div {
    display: inline-block;
    padding: 14px 33px 33px 33px;
}
.schedule-inner__title h1 {
    font-size: 82px;
    font-weight: 100;
    line-height: 92px;
    margin-bottom: 42px;
    max-height: 170px;
    overflow: hidden;
}
.schedule-inner__speakers {
    display: table-cell;
    vertical-align: top;
    width: 40%;
}
.schedule-inner__info {
    font-size: 32px;
    color: #939393;
    font-weight: 100;
    margin-bottom: 48px;
}
.schedule-inner__info > div {
    margin-bottom: 10px;
}
.schedule-inner__info i {
    color: #fff;
    text-align: center;
    width: 56px;
}
.schedule-inner header .schedule-inner__speakers{
    display: none;
}
.schedule-inner__content .schedule-inner__speakers > *{
    display: block;
}
.schedule-inner__register{
    margin-bottom: 0;
}
.schedule-inner__how{
    padding-bottom: 23px;
}
.schedule-inner__how h2 {
    font: 100 31px/48px 'Roboto', sans-serif;
}
.schedule-inner__navigation{
    padding: 32px 25px 0;
}
/* --------------- /schedule-inner --------------- */

/* --------------- meet --------------- */
.meet {

}
.meet__title {
    font-size: 42px;
    font-weight: 100;
    color: #fff;
    background: #171717;
    line-height: 112px;
    margin-bottom: 1px;
    padding: 0 0 0 29px;
}
.meet__content {
    overflow: hidden;
}
.meet__item {
    float: left;
    width: 50%;
    padding-bottom: 50%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.meet__item1{
    width: 100%;
    padding-bottom: 60.606060%;
}
.meet__item2{
    width: 50%;
    padding-bottom: 30.303030%;
}
.meet__item img {
    width: 100%;
}
.meet__item-f1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover !important;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}
.meet__item-f2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    background: #262626;
    padding: 30px;
    color: #fff;
}
.meet__item:hover .meet__item-f1 {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.meet__item:hover .meet__item-f2 {
    -webkit-transform: rotatey(-360deg);
    transform: rotatey(-360deg);
}
.meet__item-f2 h3{
    font-size: 32px;
    font-weight: 100;
    position: relative;
    padding-left: 37px;
    line-height: 42px;
    top: -5px;
    margin-bottom: 7px;
}
.meet__item-f2 h3 > i {
    position: absolute;
    top: 5px;
    left: -1px;
}
.meet__item-f2 p {
    font-size: 26px;
    font-weight: 300;
    opacity: 0.5;
}
.meet__item-f2 > i {
    position: absolute;
    bottom: 13px;
    right: 28px;
    font-size: 62px;
}
/* --------------- /meet --------------- */

@media screen and (max-width: 1419px) {

    /* --------------- schedule-inner --------------- */
    .schedule-inner__title {
        display: block;
        width: 100%;
    }
    .schedule-inner > header{
        display: block;
    }
    .schedule-inner header .schedule-inner__speakers {
        display: none;
    }
    .schedule-inner__content .schedule-inner__speakers > *{
        display: block;
    }
    .schedule-inner__title h1 {
        font-size: 61px;
        line-height: 72px;
        margin-bottom: 17px;
        max-height: 100%;
    }
    .schedule-inner__title > div {
        padding: 48px 33px 54px 31px;
    }
    .schedule-inner__info i {
        width: 42px;
        margin: 0 4px 0 0;
    }
    .schedule-inner__info {
        font-size: 22px;
        margin-bottom: 28px;
    }
    .schedule-inner__info > div {
        margin-bottom: 13px;
    }
    .schedule-inner .tags {
        font-size: 22px;
        padding-left: 47px;
    }
    .schedule-inner__text {
        width: 40%;
        padding-top: 21px;
        padding-bottom: 100px;
    }
    .schedule-inner__text .content__item {
        padding: 0 27px;
    }
    .schedule-inner__text .content__item h2 {
        margin: 0 0 9px;
        font: 100 43px/43px 'Roboto', sans-serif;
    }
    .schedule-inner__register .content__item {
        padding-left: 30px;
        padding-right: 30px;
    }
    .schedule-inner__register header.content__item {
        padding-left: 40px;
        padding-right: 40px;
    }
    /* --------------- schedule-inner --------------- */

    /* --------------- meet --------------- */
    .meet__item-f2 h3{
        padding-left: 0;
    }
    .meet__item-f2 h3 i{
        display: none;
    }
    /* --------------- /meet --------------- */


}

@media screen and (max-width: 1023px) {

    /* --------------- schedule-inner --------------- */
    .schedule-inner header .schedule-inner__speakers {
        display: block;
        width: 100%;
    }
    .schedule-inner__content .schedule-inner__speakers{
        display: none;
    }
    .schedule-inner__title h1{
        margin-bottom: 26px;
    }
    .schedule-inner__info i {
        width: 38px;
        margin: 0 5px 0 0;
    }
    .schedule-inner .tags {
        padding-left: 43px;
    }
    /* --------------- /schedule-inner --------------- */

    /* --------------- meet --------------- */
    .meet__item2 {
        width: 33.33333333%;
        padding-bottom: 20.202020%;
    }
    /* --------------- /meet --------------- */
}

@media screen and (max-width: 767px) {

    /* --------------- schedule-inner --------------- */
    .schedule-inner__title h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 18px;
    }
    .schedule-inner__info {
        font-size: 22px;
    }
    .schedule-inner__title > div {
        padding: 24px 19px 29px;
    }
    .schedule-inner__info i {
        width: 24px;
        margin: 0 13px 0 0;
    }
    .schedule-inner__info {
        margin-bottom: 21px;
    }
    .schedule-inner .tags i {
        left: 4px;
        top: 6px;
    }
    .schedule-inner .tags {
        padding-left: 37px;
    }
    .schedule-inner__text {
        padding-top: 15px;
        padding-bottom: 100px;
    }
    .schedule-inner__text .content__item {
        padding: 0 19px;
    }
    .schedule-inner__text  p {
        font-size: 16px;
        line-height: 26px;
    }
    .schedule-inner__register .content__item ,
    .schedule-inner__register header.content__item {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* --------------- /schedule-inner --------------- */

    /* --------------- meet --------------- */
    .meet__item2 {
        width: 50%;
        padding-bottom:50%;
    }
    .meet__item-f2 h3{
        font-size: 22px;
        line-height: 28px;
    }
    .meet__item-f2 p {
        font-size: 18px;
    }
    .meet__item-f2 > i {
        bottom: 7px;
        right: 14px;
        font-size: 42px;
    }
    .meet__title {
        font-size: 32px;
        line-height: 82px;
        padding: 0 0 0 17px;
    }
    /* --------------- /meet --------------- */
}