body.dark {
    background-color: #001c48;
}
.landing-event-head-index {
    min-height: 60vh;
    position: relative;
    padding: 30px 15px 25px 15px;
    background-position: 50% 50%!important;
}
.landing-event-head {
    min-height: 100vh;
    position: relative;
}
.event-landing {
    text-align: center;
}
.event-landing h1 {
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    padding: 0;
}
.event-landing h2 {
    margin-top: 1vh;
}
.event-landing h1 span {
    color: #ed1d24;
    font-weight: bold;
}
.event-landing h4 {
    opacity: 0.8;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
    display: block;
    margin-bottom: 72px;
    padding-bottom: 0;
}
.event-landing p {
    margin-bottom: 2vh;
}
.landing-countdown h5 {
    font-size: 25px;
    opacity: 0.8;
    font-weight: normal;
    line-height: 1.6;
    color: white;
}
.lc-items {
    max-width: 400px;
    margin:0 auto;
}
.lc-items ul {
    list-style: none;
}
.lc-items ul li {
    display: inline-block;
    width: 47%;
    opacity: 0.5;
    border-radius: 8px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: black;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: normal;
    color: white;
}
.lc-items strong {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: white;
    display: block;
    margin-top: 12px;
    opacity: .5;
}
.cd-two-dots {
    position: relative;
}
.cd-two-dots:before {
    content: ':';
    position: absolute;
    left: -3px;
    font-size: 36px;
    color: #fff;
    opacity: .5;
    line-height: 61px;
}
.landing-continue-down {
    text-align: center;
    position: absolute;
    left:50%;
    opacity: 1;
    background: white;
    color: #001c48;
    border-radius: 50%;
    padding: 40px 0 16px 0;
    bottom: 10px;
    margin-left:-60px;
    width: 120px;
    height: 120px;
}
.landing-continue-down span {
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: -.5px;
    color: #4d4d4d;
}
.landing-continue-down i {
    display: block;
    text-align: center;
    margin:0 auto;
}
section.event-section {
    margin: 48px 0 72px 0;
    text-align: center;
}
section.event-section h2 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.19;
    text-align: center;
    color: white;
    margin-bottom: 25px;
}
section.event-section .event-speakers a {
    display: block;
    text-align: left;
    margin-bottom: 70px;
}
section.event-section .event-speakers .blank-speaker strong,
section.event-section .event-speakers .blank-speaker i,
section.event-section .event-speakers .blank-speaker span {
    border-radius: 2px;
    display: block;
    background-image: linear-gradient(270deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
    margin-bottom: 4px;
    height: 20px;
}
section.event-section .event-speakers .blank-speaker strong {
    height: 32px;
}
section.event-section .event-speakers .blank-speaker i {
    width: 50%;
}
section.event-section .event-speakers .blank-speaker span {
    width: 67%;
}

section.event-section .event-speakers a img,
section.event-section .event-speakers .blank-speaker img {
    width: 100%;
    border:0;
    border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.24), 0 3px 6px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: 16px;
    transition: transform .1s ease-in-out;
}
section.event-section .event-speakers a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.05);
}
section.event-section .event-speakers a strong,
section.event-section .event-speakers a i,
section.event-section .event-speakers a span
{
    display: block;
    font-style: normal;
    margin-bottom: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
section.event-section .event-speakers a strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    display: inline-block;
    margin:0 auto;
}
section.event-section .event-speakers a i {
    opacity: .5;
}
section.event-section .event-speakers a span {
    opacity: .5;
}
section.event-section .event-speakers a:hover strong {
    text-decoration-color: #ed1d24;
    text-decoration-line: underline;
}
section.event-section .event-speakers a:hover i {
    opacity: .8;
}
section.event-section .event-speakers a:hover span {
    opacity: 1;
}
section.event-section.event-section-schedule h2 {
    margin-bottom: 25px;
}
.event-section-schedule h5,
.event-section-speakers h5 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.64;
    text-align: center;
    color: white;
    opacity: .5;
    display: block;
    width: 67%;
    margin: 0 auto 48px auto;
}
ul.event-sponsor-list {
    display: block;
    list-style: none;
}
ul.event-sponsor-list li {
    margin-bottom: 48px;
}
ul.event-sponsor-list strong {
    display: block;
    opacity: 0.8;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 32px;
}
ul.event-sponsor-list span {
    display: block;
    text-align: center;
}
ul.event-sponsor-list span img {
    height: 100px;
    border-radius: 6px;
    margin: 0 5px;
}
.grid-sizer,
.grid-item {
    height: 300px;
    width: 49%;
}
.grid-item--height2 { height: 620px; }

.event-live .speaker-session.grid-item {
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.3);
    background-position: right;
    overflow: hidden;
    padding:32px;
    margin-bottom: 0;
}
.event-live .speaker-session.grid-item:first-child {
    padding:48px;
    background-position-x: calc(100% + 200px);
    background-size: cover;
}
.event-live .speaker-session.grid-item:nth-child(2) {
    margin-bottom: 2%;
}
.gutter-sizer { width: 2%; }

.s-session-label {
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    padding: 8px;
    display: none;
    text-transform: uppercase;
    margin-right: 16px;
}
.s-session-label.s-session-coming {
    background-color: rgba(255, 255, 255, .1);
    color: #ed1d24;
    display: inline-block;
}
.s-session-label.s-session-live {
    border: solid 1px #f56565;
    color: #f56565;
}
.on-live .s-session-label.s-session-live {
    display: inline-block;
}
.on-live .s-session-label.s-session-coming {
    display: none;
}
.s-session-hall {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    opacity: .8;
}
.s-session-head {
    margin-bottom: 32px;
}
.event-live .speaker-session.grid-item:first-child .s-session-head {
    margin-bottom: 48px;
}
.s-session-subject {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: white;
    width: 70%;
    text-align: left;
}
.event-live .speaker-session.grid-item:first-child .s-session-subject {
    font-size: 32px;
    line-height: 1.13;
    width: 66%;
    margin-bottom: 42px;
}
.s-session-watch {
    display: inline-block;
    border-radius: 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 16px;
    position: absolute;
    right:32px;
    bottom:0;
    cursor: pointer;
}
.s-session-watch span {
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.s-session-watch:hover {
    background-color: #ed1d24;
}
.event-live .speaker-session.grid-item:first-child .s-session-watch {
    position: inherit;
    right: unset;
    bottom: unset;
}
.event-live .speaker-session.grid-item.on-live .s-session-watch span.h-btn-watch {
    display: inline-block;
}
.event-live .speaker-session.grid-item.on-pending .s-session-watch span.h-btn-go-hall {
    display: inline-block;
}
.stage-break {
    width: 100%;
    background: #ed1d24;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    border-radius: 8px;
    display: none;
}
.s-session {
    position: relative;
    height: 100%;
}
.s-session-speaker-list {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.s-session-speaker-list .s-session-speaker-multi {
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
}
.s-session-speaker-list .s-session-speaker-multi img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
}
.s-session-speaker-list .s-session-speaker-multi:hover img {
    filter: grayscale(1);
}
.s-session-speaker-list.s-speaker-total-4 .s-session-speaker-multi img {
    width: 64px;
    height: 64px;
}
.s-session-speaker-list.s-speaker-total-5 .s-session-speaker-multi img {
    width: 50px;
    height: 50px;
}
.s-session-speaker-list.s-speaker-total-6 .s-session-speaker-multi img {
    width: 40px;
    height: 40px;
}
.s-session-speaker strong, .s-session-speaker i {
    font-size: 16px;
    color: white;
    display: block;
    font-style: normal;
}
.s-session-watch.multi-speaker-placement {
    bottom: 14px;
}
.s-session-speaker strong {
    font-weight: bold;
    line-height: 1.25;
}
.s-session-speaker i {
    font-size: 16px;
    font-weight: 500;
    opacity: .5;
}
.s-session-watch i.icon-md {
    background-image: url(/v8/icons/play-circle.svg);
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 8px;
}
.schedule-table h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;
    color: white;
    margin:0 0 5px 0;
}
.schedule-table .hall-label {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: rgba(255,255,255 .5);
    text-transform: uppercase;
    margin-bottom: 16px;
}
.schedule-table ul.hall-navs {
    list-style: none;
    display: block;
}
.schedule-table .schedule-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    clear: both;
}
.schedule-table .schedule-tabs:after {
    content: '';
    clear: both;
}
.schedule-table ul.hall-navs li {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    float: left;
}
.schedule-table ul.hall-navs li a {
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, .5);
    height: 60px;
    line-height: 56px;
    display: block;
}
.schedule-table ul.hall-navs li a:hover {
    color: rgba(255, 255, 255, .8);
}
.schedule-table ul.hall-navs li a.active {
    color: #ed1d24;
    border-bottom:3px solid #ed1d24;
}
.schedule-table ul.hall-navs li a.active:hover {
    color: #ed1d24;
}
.schedule-table .hall-tabs {
    padding: 0;
    text-align: left;
}
.schedule-table .tab-schedule {
    display: none;
}
.schedule-table .tab-schedule.active {
    display: block;
}
.schedule-session {
    padding: 48px 20px 48px 20px;
    border-bottom: 2px solid rgba(255, 255 ,255 ,.1);
    margin: 0 -20px;
}
.schedule-time {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    color: rgba(255, 255, 255, .5);
}
.schedule-session-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: rgba(255, 255, 255, .8);
    display: block;
    margin-bottom: 12px;
}
.schedule-session.live .schedule-session-title {
    color: white;
}
.type-session .schedule-session-title {
    margin-bottom: 24px;
}
.schedule-session-info {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.41;
    color: #b6b7b9;
    display: block;
}
ul.schedule-session-speakers {
    list-style: none;
}
ul.schedule-session-speakers li {
    display: inline-block;
    margin-right: 48px;
}
ul.schedule-session-speakers li:hover {
    margin:-16px 32px -16px -16px;
    padding:16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    cursor: pointer;
}
ul.schedule-session-speakers li:last-child:hover {
    margin-right: 0;
}
ul.schedule-session-speakers.schedule-ss-total-4 li,
ul.schedule-session-speakers.schedule-ss-total-5 li,
ul.schedule-session-speakers.schedule-ss-total-6 li {
    margin-bottom: 32px;
}
ul.schedule-session-speakers.schedule-ss-total-4,
ul.schedule-session-speakers.schedule-ss-total-5,
ul.schedule-session-speakers.schedule-ss-total-6 {
    margin-bottom: -32px;
}
ul.schedule-session-speakers.schedule-ss-total-4 li:hover,
ul.schedule-session-speakers.schedule-ss-total-5 li:hover,
ul.schedule-session-speakers.schedule-ss-total-6 li:hover {
    margin-bottom: 0;
}
ul.schedule-session-speakers li.speaker-moderator span strong {
    color: #ed1d24;
}
.s-session-speaker:hover {
    margin:-16px;
    padding:16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    cursor: pointer;
}
ul.schedule-session-speakers li img {
    width:48px;
    height: 48px;
    border-radius: 50%;
    vertical-align: bottom;
    margin-right: 12px;
}
ul.schedule-session-speakers li span {
    display: inline-block;
}
ul.schedule-session-speakers li span strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: white;
    margin-bottom: 4px;
}

ul.schedule-session-speakers li span i {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
    color: rgba(255, 255, 255, .5);
    font-style: normal;
    min-height: 17px;
    display: block;
}
.event-session-alert {
    border-radius: 24px;
    border: solid 2px rgba(255, 255, 255, .1);
    padding:10px 20px;
    opacity: .5;
}
.event-session-alert span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 12px;
}
.schedule-session.hide-follow .event-session-alert {
    display: none;
}
.event-session-alert i {
    display: inline-block;
    vertical-align: middle;
}
.event-session-alert.set-alarm {
    background: #ed1d24;
    opacity: 1;
    min-height: 44px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50%;
}
.event-session-alert.set-alarm span {
    display: none;
}
.event-session-alert:hover {
    opacity: 1;
    cursor: pointer;
}
.event-session-alert.set-alarm i {
    filter: invert(1);
}
.schedule-session.type-break {
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 80%);
}
.event-speaker-modal {
    position: fixed;
    top:200vh;
    left:0;
    bottom:0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    background: #021534 no-repeat right top;
    background-size: contain;
    min-height: 100vh;
    -webkit-transition: top .4s ease-out;
    -moz-transition: top .4s ease-out;
    -o-transition: top .4s ease-out;
    transition: top .4s ease-out;
}
.event-speaker-modal.show {
    top:0;

}
.close-spm {
    margin-top: 48px;
}
.event-speaker-modal h2 {
    font-size: 48px;
    font-weight: bold;
    color: white;
    margin:64px 0 8px 0;
}
.event-speaker-modal span {
    display: block;
    margin-bottom: 26px;
}
.event-speaker-modal span, .event-speaker-modal .speaker-bio {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: rgba(255, 255, 255, .6);
}
.event-speaker-modal .speaker-bio {
    line-height: 1.56;
    margin-bottom: 22px;
    font-weight: normal;
}
a.event-speaker-close {
    height: 48px;
    width: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: block;
}
a.event-speaker-close:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
a.event-speaker-close i {
    width: 48px;
    height: 48px;
    filter: brightness(2);
    background-size: 24px;
}
.event-hall-players {
    display: none;
}
.event-hall-player {
    display: none;
    overflow: hidden;
    border-radius: 12px;
}
.event-hall-players .embed-responsive,
.video-call-player .embed-responsive,
.event-watch-video-player-wrapper .embed-responsive {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.event-hall-players .embed-responsive-16by9::before,
.video-call-player .embed-responsive-16by9::before,
.event-watch-video-player-wrapper .embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.event-hall-players .embed-responsive::before,
.video-call-player .embed-responsive::before,
.event-watch-video-player-wrapper .embed-responsive::before {
    display: block;
    content: "";
}
.responsive-embed.embed-responsive-container {
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    height: unset;
}
.responsive-embed.embed-responsive-container:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.event-hall-players .embed-responsive .embed-responsive-item,
.event-hall-players .embed-responsive embed,
.event-hall-players .embed-responsive iframe,
.video-call-player .embed-responsive iframe,
.event-hall-players .embed-responsive object,
.event-hall-players .embed-responsive video,
.event-watch-video-player-wrapper .embed-responsive .embed-responsive-item,
.event-watch-video-player-wrapper .embed-responsive object,
.event-watch-video-player-wrapper .embed-responsive iframe,
.event-watch-video-player-wrapper .embed-responsive video,
.embed-responsive-container .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.event-hall-players .embed-responsive .fullscreen video {
    width: 100vw;
    height: 100vh;
}
.player-session-info {
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 200px;
    z-index: 999;
    display: none;
}
.event-hall-players .embed-responsive:hover .player-session-info {
    display: block;
}
.player-session-info i {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: rgba(255,255,255,.8);
}
.player-session-info strong {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    color: white;
    text-shadow: 2px 1px 4px rgba(0,0,0,0.6);
}
.player-like-simultane {
    position: absolute;
    width:160px;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    text-align: right;
    display: none;
}
.event-hall-players .embed-responsive:hover .player-like-simultane {
    display: block;
}
.icon-player-simultane,
.icon-player-like {
    display: inline-block;
    width: 40px;
    height: 32px;
    overflow: hidden;
    margin-left: 10px;
}
.icon-player-simultane i {
    background: url(/v8/icons/Simultane.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 24px;
    display: block;
    margin-top: 6px;
}
.icon-player-simultane.set-off i {
    background: url(/v8/icons/Simultane-kapat.svg) no-repeat center;
    height: 28px;
    margin-top: 4px;
}
.icon-player-like i {
    background: url(/v8/icons/clap_w.svg) no-repeat center;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: block;
}

.icon-player-like.liked i {
    background-image: url(/v8/icons/clap_w.svg);
}

body.watching-session.only-one-hall .event-main-menu {
    display: inline-block;
}
.show-event-active-sessions {
    display: none;
    position: fixed;
    top:16px;
    left: 50%;
    width:120px;
    margin-left: -60px;
    z-index: 999;
    text-align: center;
}
.show-event-active-sessions i {
    margin:0 auto;
}
.show-event-active-sessions span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: white;
}
body.watching-session .show-event-active-sessions {
    display: block;
}
body.watching-session.only-one-hall .show-event-active-sessions {
    display: none;
}
.header-menu-halls {
    display: none;
    text-align: center;
}
body.show-active-halls .header-menu-halls {
    display: block;
}
body.watching-session.only-one-hall .header-menu-halls {
    display: none;
}
.current-halls-playing {
    display: inline-block;
    width: 300px;
    margin: 20px 3px;
    text-align: left;
    cursor: pointer;
}
.current-halls-playing .chp-box:hover {
    border: solid 1px rgba(255, 255, 255, 0.2);
}
.current-halls-playing.watching-now .chp-box {
    border: solid 2px #ed1d24;
}
.chp-box {
    position: relative;
    border-radius: 8px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}
.chp-session-title {
    background: rgba(255,255,255,.1);
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
    color: white;
    height: 60px;
    overflow: hidden;
}
.chp-speaker {
    position: relative;
    padding: 12px;
}
.chp-speaker img {
    position: absolute;
    width:80px;
    height: 80px;
    bottom: 0;
    right: 12px;
}
.chp-head {
    margin-bottom: 8px;
}
.current-halls-playing .s-session-label {
    font-size: 12px;
    padding: 4px;
    margin-right: 8px;
}
.current-halls-playing .s-session-hall {
    font-size: 14px;
}
.chp-speaker strong {
    display: block;
    font-size: 14px;
}
.chp-speaker i {
    display: block;
    font-style: normal;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}
.schedule-session .schedule-on-live {
    display: none;
}
.schedule-session.active .schedule-on-live {
    display: block;
}
.schedule-session .schedule-on-live strong {
    display: inline-block;
    margin-top:4px;
}
.event-networking-backdrop {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1001;
    background: rgba(0,0,0,.5);
}
.side-networking {
    display: block;
    position: fixed;
    top:0;
    right:-600px;
    bottom:0;
    width: 30%;
    max-width: 480px;
    z-index: 1002;
    -webkit-transition: right .4s ease-out;
    -moz-transition: right .4s ease-out;
    -o-transition: right .4s ease-out;
    transition: right .4s ease-out;
}
body.show-event-networking {
    overflow: hidden;
}
body.show-event-networking .event-networking-backdrop {
    display: block;
}
body.show-event-networking .side-networking {
    right: 0;
}
.event-n-wrapper {
    position: relative;
}
.event-networking-close {
    position: absolute;
    left: -60px;
    top: 12px;
    height: 48px;
    width: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: block;
}
.event-networking-close i {
    width: 48px;
    height: 48px;
    filter: brightness(2);
    background-size: 24px;
}
.event-networking {
    background: #f2f2f3;
    height: 100vh;
    color: #19191a !important;
}
.en-head {
    background: #fff;
    padding: 16px 24px 0 24px;
    border-bottom: 1px solid #e6e6e6;
}
.en-head a {
    padding-bottom: 16px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #19191a !important;
}
.en-head a.active {
    border-bottom: 3px solid #19191a;
    padding-bottom: 13px;
    font-weight: 600;
}
.btn-open-event-networking {
    display: block;
    width: 32px;
    height: 500px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -250px;
    z-index: 999;
    background: url(/v8/img/toggle_e_networking.png) no-repeat center right;
    background-size: contain;
}
.btn-open-event-networking i {
    margin-top: 206px;
    margin-left: 7px;
}
.btn-open-event-networking i.icon-open-networking {
    background-image: url(/v8/icons/networking.svg);
    width: 18px;
    height: 100px;
}
.tab-en-settings {
    padding: 24px 24px 12px 24px;
    background-color: #fff;
}
.en-c-info {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.38;
    color: rgba(10, 10, 10, .6);
    margin-top: 5px;
}
.en-c-info a {
    color: #19191a !important;
    text-decoration: underline;
}
.en-profile {
    padding: 12px 24px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.en-p-photo {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #ed1d24;
    margin-right: 6px;
    vertical-align: top;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
}
.en-p-detail {
    display: inline-block;
    width: 80%;
}
.en-p-detail strong {
    display: inline-block;
    font-size: 15px;
}
.en-p-detail i {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: rgba(0,0,0,.5);
    display: block;
}
.event-attendees {
    padding:16px 24px;
}
.en-a-filter {
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background: url(/v8/icons/attendee_search.svg) #e5e5e6 center left no-repeat;
    padding: 12px 12px 12px 44px;
    background-position-x: 10px;
}
.en-a-filter input {
    border:0;
    outline: none;
    display: block;
    width: 100%;
    height: 24px;
    padding: 0;
    background: transparent;
    line-height: 1.5;
}
ul.en-attendee-list {
    margin-top: 12px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: 100px;
}
ul.en-attendee-list li {
    display: block;
    position: relative;
}
ul.en-attendee-list li .en-toggle-head {
    display: block;
    padding: 8px 6px;
}
ul.en-attendee-list li.opened,
ul.en-attendee-list li .en-toggle-head:hover {
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(26, 32, 44, 0.08);
    background-color: white;
}
ul.en-attendee-list li .en-toggle-head:hover {
    cursor: pointer;
}
ul.en-attendee-list li span.en-say-hi,
.event-n-chat-form span.en-say-hi {
    position: absolute;
    z-index: 9;
    right: 12px;
    top: 13px;
    padding: 0 8px 0 6px;
    font-size: 12px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    font-weight: 500;
    line-height: 30px;
    cursor: pointer;
}
.event-n-chat-form span.en-say-hi {
    position: absolute;
    right: 3px;
    bottom: 3px;
    top: unset;
    z-index: 7;
    background-color: #f3f3f3;
    line-height: 1;
    height: auto;
    padding: 4px 10px 4px 5px;
}
ul.en-attendee-list li:hover span.en-say-hi {
    background: #e8e8e8;
}

ul.en-attendee-list li span.en-say-hi:hover,
.event-n-chat-form span.en-say-hi:hover {
    background: #fd9295;
}
ul.en-attendee-list li span.en-say-hi i,
.event-n-chat-form span.en-say-hi i {
    display: inline-block;
    width: 22px;
    height: 18px;
    vertical-align: middle;
    background: url(/v8/icons/hey_icon.png) no-repeat center;
    background-size: contain;
}
.event-n-chat-form span.en-say-hi i {
    filter: opacity(0.4);
}
.emojionearea .emojionearea-editor {
    padding-right: 80px;
}
.en-send-request {
    border-top: 1px solid #eee;
    padding: 16px 16px;
    margin-top: 0;
}
.en-sr-info {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.38;
    color: rgba(0,0,0,.7);
    margin-bottom: 16px;
}
.en-sr-form textarea,
textarea.ask-qs-textarea {
    box-shadow: 0 0 0 1px var(--color-pale-lilac);
    background-color: white;
    color: #333;
    height: 48px;
    display: block;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    border: 0;
    padding: 6px 12px;
    margin-bottom: 12px;
    min-height: 86px;
}
.en-sr-form textarea:focus,
textarea.ask-qs-textarea:focus {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 0 0 4px rgba(25, 25, 26, 0.1), 0 0 0 1px var(--color-webrazzi-gray-400);
    outline: none;
    border: 0;
}
.en-sr-buttons {
    text-align: right;
}
.en-sr-buttons .btn {
    margin-left: 10px;
}
span.en-l-pending {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #22543d;
    border-radius: 4px;
    background-color: #c6f6d5;
    padding: 0 5px;
    vertical-align: top;
    margin-left: 5px;
}
.en-receive-request {
    padding: 14px 12px;
}
.en-rr-msg {
    display: block;
    margin-bottom: 8px;
}
.en-connection-connected {
    padding: 12px 16px;
}
.backdrop-video-call-ringing,
.backdrop-chat-call-ringing {
    background: rgba(0,0,0,.8);
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: none;
    z-index: 1002;
}
.video-call-ringing,
.chat-call-ringing {
    background: #000;
    position: fixed;
    width: 300px;
    border-radius: 4px;
    padding: 32px;
    left: 50%;
    top: 50px;
    margin-left: -150px;
    z-index: 1003;
    display: none;
    text-align: center;
    border: 2px solid #f56565;
}
body.body-video-call-ringing .backdrop-video-call-ringing,
body.body-video-call-ringing .video-call-ringing,
body.body-chat-call-ringing .backdrop-chat-call-ringing,
body.body-chat-call-ringing .chat-call-ringing{
    display: block;
}
.who-is-calling img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 24px;
    background-color: #fff;
}
.who-is-calling i {
    font-style: normal;
    display: block;
}
.who-is-calling strong {
    display: block;
    color: white;
}
.video-call-ringing-info {
    color: #f56565;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 16px;
}
.vcp-info {
    margin-bottom: 16px;
}
.cbot-dialog-button-close,
.cbot-dialog-button-regular,
.cbot-dialog {
    z-index: 1000 !important;
}
.tab-question {
    padding: 24px;
}
.no-active-session {
    text-align: center;
    font-size: 16px;
}
.ask-question-speaker {
    display: none;
}
.watching-session .no-active-session {
    display: none;
}
.watching-session .ask-question-speaker {
    display: block;
}
.ask-s-icn {
    margin-bottom: 24px;
    text-align: center;
}
.icon-ask-mic {
    background: url(/v8/icons/mic.svg) no-repeat center;
    width: 42px;
    height: 42px;
    display: inline-block;
}
.ask-qs-hall {
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
.ask-qs-session {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
}
.ask-errors {
    color: red;
    font-size: 14px;
}
.ask-success {
    color: green;
    font-size: 14px;
    padding-bottom: 12px;
}
ul#questionList li {
    margin-bottom: 12px;
    border-bottom: 1px dashed #666;
    font-size: 14px;
    color: rgba(255,255,255,.6);
}
ul#questionList h6 {
    display: block;
    margin-top: 12px;
    color: white;
}
ul#questionList strong {
    display: block;
}
.speaker-socials a {
    display: inline-block;
    margin-right: 18px;
}
.speaker-socials a i {
    display: inline-block;
}
.speaker-socials {
    padding-bottom: 40px;
}
.landing-event-head {
    padding-top: 90px !important;
}
.btn-close-tabs-e {
    display: none !important;
}
ul#chatMessages {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #666;
    padding: 80px 24px;
    bottom: 0;
    top: 0;
    border-radius: 4px;
    background: rgba(255,255,255,.1);
    overflow: hidden;
    overflow-y: auto;
}
div#chatRoom {
    height: 620px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.chat-writer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #323432;
}
ul#chatMessages li {
    display: block;
    margin-bottom: 12px;
    text-align: left;
}
ul#chatMessages li.msg-from-me {
    text-align: right;
}
ul#chatMessages li span {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px;
    border-radius: 4px;
    display: inline-block;
    color: black;
}
ul#chatMessages li.msg-from-me span {
    margin: 0 10px 0;
    background-color: rgba(148, 140, 110, 0.5);
    color: white;
}
ul#chatMessages li strong {
    background: no-repeat center left;
    background-size: contain;
    display: inline-block;
    margin: 15px auto;
    font-size: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ed1d24;
}
ul#chatMessages li.msg-from-other {
    position: relative;
}
ul#chatMessages li.msg-from-other strong {
    position: absolute;
    left: 0;
}
ul#chatMessages li.msg-from-other span {
    margin-left: 42px;
}
.chat-friend {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    background: rgb(152, 145, 123);
    display: block;
    width: 100%;
    z-index: 3;
    padding: 12px;
}
.chat-friend img {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.chat-friend strong {
    display: inline-block;
    vertical-align: 14px;
    margin-left: 14px;
}

ul#eventVideoHallSessions {
    padding: 16px 6px 16px 16px;
    background: rgba(0,0,0,.4);
    border-radius: 4px;
}
ul#eventVideoHallSessionTabs li {
    display: inline-block;
    margin-right: 3px;
    padding: 12px 16px;
    background: rgba(0, 0, 0, .1);
    border-radius: 4px 4px 0 0;
}
ul#eventVideoHallSessionTabs li a {
    font-size: 14px;
    color: rgba(255,255,255,.8);
}
ul#eventVideoHallSessionTabs li.active {
    background: rgba(0, 0, 0, .4);
}
ul#eventVideoHallSessionTabs li.active a {
    font-weight: 600;
    border-bottom: 2px solid #ed1d24;
    color: white;
}
ul#eventVideoHallSessions li ul {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
    padding-right: 16px;
}
ul#eventVideoHallSessions li.active ul {
    display: block;
}
ul#eventVideoHallSessions li.active ul li {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255,255,255,.1);
}
ul#eventVideoHallSessions li.active ul li span.ev-sbe {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 8px;
}
ul#eventVideoHallSessions li.active ul li span.ev-sbe span.ev-sbe-in {
    position: relative;
}
ul#eventVideoHallSessions li.active ul li span.ev-sbe span.ev-sbe-in i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.8);
    background: no-repeat center;
    background-size: cover;
    margin-left: -16px;
}
ul#eventVideoHallSessions li.active ul li strong {
    display: block;
    color: rgba(255,255,255,.8);
    width: 74%;
}
ul#eventVideoHallSessions li.active ul li strong i {
    background: url(/v8/icons/play-circle.svg) no-repeat left;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -7px;
    margin-right: 8px;
    filter: contrast(0.1);
}
ul#eventVideoHallSessions li.active ul li.active strong {
    color: #ed1d24 !important;
}
ul#eventVideoHallSessions li.active ul li.active strong i {
    background-image: url(/v8/icons/play-circle-yellow.svg);
    filter: none;
}
ul#eventVideoHallSessions li.active ul li.active span.ev-sbe span.ev-sbe-in i {
    border: 2px solid #ed1d24;
}
ul#eventVideoHallSessions li.active ul li:hover strong {
    color: white;
}
ul#eventVideoHallSessions li.active ul li:hover strong i {
    filter: invert();
}
ul#eventVideoHallSessions li.active ul li.active:hover strong i {
    filter: none;
}
.event-watch-video-player-wrapper .embed-responsive .fullscreen video,
.event-lounge-stand-body .embed-responsive-item .fullscreen video {
    width: 100vw;
    height: 100vh;
}
.event-watch-video-player-wrapper {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin-top: 46px;
}
.event-watch-details {
    background: rgba(0,0,0,.7);
    padding: 12px 20px;
    border-radius: 0 0 6px 6px;
}
.event-watch-details h5 {
    color:white;
    margin:0;
}
.confirm-type-success .btn-confirm-accept, .confirm-type-success a.btn-confirm-accept {
    background-color: #4cab4c;
}
ul.event-stand-manager {
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
ul.event-stand-manager li {
    display: inline-block;
    text-align: left;
}
.event-lounge-stand-info {
    font-size: 14px; line-height: 20px; color: #565656;
}
h3.event-lounge-stand-title {
    margin: 0 0 12px 0; color:#212122;
}
h4.event-lounge-stand-box-title {
    font-size:21px; color:#212122;
}
.event-lounge-stand-manager-info {
    display: block; font-size:14px; line-height: 16px; color: #212122;
}
.event-lounge-stand-header {
    margin: 0 0 30px 0;
    background: no-repeat center;
    background-size: cover;
    height: 180px;
    border-radius: 10px;
    position: relative;
}
.elsh-logo {
    margin: 22px;
    display: inline-block;
}
.event-lounge-stand-header img {
    height: 135px;
}

.event-lounge-stand-body {
    background: #f3f3f3;
    padding: 25px;
    border-radius: 10px;
}
.el-stand-content {
    font-size: 14px;
    color: #525659;
    line-height: 19px;
    margin: 24px 0 10px 0;
}

.event-lounge-stand-video.responsive-embed iframe {
    border: 0;
}

.els-manager-info {
    color: #525659;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.els-big-attendant {
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background-color: var(--white);
    padding: 14px 12px;
    margin-top: 12px;
    text-align: center;
}
.els-big-attendant img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #ed1d24;
}
.els-big-attendant strong {
    display: block;
    font-size: 16px;
    color: #444;
}
.els-big-attendant span {
    font-size: 16px;
    color: #666;
}
ul.event-stand-managers {
    display: block;
    margin-bottom: 16px;
}
ul.event-stand-managers li {
    display: block;
    margin-bottom: 4px;
}
ul.event-stand-managers li a {
    display: block;
    position: relative;
    padding: 6px 6px 6px 60px;
    border-radius: 4px;
    min-height: 56px;
}
ul.event-stand-managers li a:hover {
    background-color: #ffffff;
}
ul.event-stand-managers li a img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 6px;
    border: 3px solid #ed1d24;
}
ul.event-stand-managers li a strong {
    display: block;
    color: #212122;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
ul.event-stand-managers li a span {
    display: block;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.btn.btn-start-stand-call,
.btn.btn-start-stand-chat {
    background-color: #0fa107;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    color: white;
    display: block;
    width: 100%;
    font-size: 14px;
}
.btn.btn-start-stand-call:hover,
.btn.btn-start-stand-chat:hover {
    background-color: #35a530;
}
.btn.btn-start-stand-call i.icon-camera,
.btn.btn-start-stand-chat i.icon-comment {
    display: inline-block;
    vertical-align: middle;
    filter: invert(1);
    margin-right: 4px;
}
.btn.btn-start-stand-chat i.icon-comment {
    filter: brightness(2);
}
.btn.btn-generic-stand {
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background-color: var(--white);
    color: #212122;
    font-size: 14px;
    display: block;
    width: 100%;
}
.btn.btn-generic-stand:hover {
    background-color: #f2f2f2;
}
.btn.btn-generic-stand i.icon-card-visit,
.btn.btn-generic-stand i.icon-web-page {
    display: inline-block;
    vertical-align: -5px;
    margin-right: 4px;
}
.btn.btn-generic-stand span.els-url {
    font-size: 12px;
    display: block;
    margin: 2px 5px 0 28px;
    color: #757575;
}
.btn.btn-chevron-right {
    position: relative;
}
.btn.btn-chevron-right i.icon-chevron-right {
    position: absolute;
    right: 6px;
    top: 16px;
}
.btn.btn-start-stand-call.btn-chevron-right i.icon-chevron-right {
    filter: contrast(2);
}
.stand-share-c-visit {
    margin-top: 15px;
}
.els-divider {
    height:1px;
    background: #ddd;
    margin: 12px 0;
}
h3.els-p-title {
    font-size: 20px;
    color: #525255 !important;
    font-weight: bold;
    margin: 20px 0 16px 0;
    padding-left: 32px;
    background: url(/v8/icons/gift.svg) no-repeat center left;
    background-size: contain;
}
.els-promotion {
    border-radius: 8px;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.15);
    background-color: var(--white);
    padding: 18px;
    position: relative;
    margin-bottom: 16px;
}
.els-promotion:last-child {
    margin-bottom: 0;
}
.els-promotion h5 {
    font-size: 18px;
    margin: 0 0 16px 0;
    color: #525251;
}
.els-promotion-info {
    font-size: 14px;
    color: #525659;
    line-height: 18px;
    margin-bottom: 18px;
}
.btn.btn-stand-promotion-request {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}
.event-lounge-landing {
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 8px;
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
}
a.event-lounge-box {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 180px;
    border-radius: 10px;
    border: 3px solid #fff;
    margin-bottom: 24px;
}
a.event-lounge-box span {
    display: inline-block;
    margin: 17px;
}
a.event-lounge-box span img {
    height: 135px;
}
a.event-lounge-box:hover {
    border: 3px solid #ed1d24;
}
.networking-sidebar-ap {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}
.networking-sidebar-passive {
    width: 70px;
}
.networking-sidebar-active {
    width: 420px;
}
.event-n-wrapper, .event-n-wrapper-r-menu {
    display: none;
}
.networking-sidebar-active .event-n-wrapper {
    display: block;
}
.networking-sidebar-passive .event-n-wrapper-r-menu {
    display: block;
}
.event-n-wrapper-r-menu {
    position: relative;
}
ul.event-right-menu-passive {
    height: 100vh;
    background: rgba(255,255,255,.9);
    padding: 0 2px;
}
ul.event-right-menu-passive .avatar.size-small span {
    width: 30px;
    height: 30px;
}
ul.event-right-menu-passive li {
    display: block;
    text-align: center;
    min-height: 50px;
    padding-top: 17px;
    margin-bottom: 6px;
    cursor: pointer;
    position: relative;
}
ul.event-right-menu-passive li:hover {
    background-color: rgba(0,0,0, .05);
}
ul.event-right-menu-passive li:first-child {
    margin-bottom: 14px;
    padding-bottom: 8px;
}
ul.event-right-menu-passive li i.icon-md {
    display: inline-block;
    position: relative;
}
.icon-e-attendees {
    background-image: url(/v8/icons/feather/users.svg);
}
.icon-e-chat {
    background-image: url(/v8/icons/feather/message-square.svg);
}
.icon-e-notification {
    background-image: url(/v8/icons/feather/bell.svg);
}
.icon-e-support {
    background-image: url(/v8/icons/feather/help-circle.svg);
}
.icon-message-send {
    background-image: url(/v8/icons/send.svg);
}
.en-n-label {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: 0;
    top: -3px;
    background: #ed1d24;
    border: 1px solid #222;
    animation:evnoanim 2s;
    -moz-animation:evnoanim 2s infinite; /* Firefox */
    -webkit-animation:evnoanim 2s infinite; /* Safari and Chrome */
}
@-moz-keyframes evnoanim /* Firefox */ {
    0% {background:#ed1d24;}
    50% {background: #9d1014;}
    100% {background:#ed1d24;}
}

@-webkit-keyframes evnoanim /* Safari and Chrome */ {
    0% {background:#ed1d24;}
    50% {background: #9f0c11;}
    100% {background:#ed1d24;}
}

.ena-n-label {
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background: #ed1d24;
    font-size: 11px;
    font-weight: 600;
    padding: 0 4px 0 5px;
    margin-left: 2px;
    vertical-align: text-top;
}
.en-bubble
{
    position: relative;
    width: 200px;
    padding: 12px;
    background: #f8f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 0 0 4px;
    border: #797979 solid 1px;
    text-align: left;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}

.en-bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent #f8f5f5;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -6px;
    right: -6px;
    top: 50%;
}

.en-bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent #797979;
    display: block;
    width: 0;
    z-index: 0;
    margin-top: -6px;
    right: -7px;
    top: 50%;
}
a.event-networking-active-close {
    position: absolute;
    top: 44px;
    left: -13px;
    background: #f2f2f2;
    display: block;
    width: 24px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #ccc;
    text-align: center;
    z-index: 9;
}

.enn-speech {
    display: none;
    position: absolute; right: 68px; top: 3px;
    animation:notextright 1s;
    -moz-animation:notextright 1s infinite; /* Firefox */
    -webkit-animation:notextright 1s infinite; /* Safari and Chrome */
}
@-moz-keyframes notextright /* Firefox */ {
    0% {right:68px;}
    50% {right: 74px;}
    100% {right:68px;}
}
@-webkit-keyframes notextright /* Safari and Chrome */ {
    0% {right:68px;}
    50% {right:74px;}
    100% {right:68px;}
}
.enn-active-show {
    display: none;
}
.enn-active .enn-active-show {
    display: inline-block;
}
/** merge **/
.event-networking {
    position: relative;
}
.en-head a {
    font-size: 12px;
    margin-right: 16px;
}
.en-head a.btn-event-ask-question {
    margin-right: 0;
}
.event-attendees {
    padding: 16px 16px;
}
ul.en-notification-list {
    padding: 16px;
    overflow: auto;
    overflow-x: hidden;
}
ul.en-notification-list li {
    background: rgba(255,255,255,.8);
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}
ul.en-notification-list li.ens-unseen:before,
ul.en-notification-list li.fake-ens-unseen:before{
    content: '';
    position: absolute;
    left: -3px;
    top: 20px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed1d24;
}
ul.en-notification-list li span {
    font-size: 14px;
    line-height: 16px;
    color: #212122;
}
ul.en-notification-list li.ens-unseen span,
ul.en-notification-list li.fake-ens-unseen span{
    font-weight: 600;
}
ul.en-notification-list li i {
    font-size: 12px;
    display: block;
    text-align: right;
    color: #666;
}
ul.en-chat-room-list {
    padding: 16px;
    overflow: auto;
    overflow-x: hidden;
}
ul.en-chat-room-list li {
    display: block;
    position: relative;
    background: #fff;
    padding: 12px 12px 12px 54px;
    border-radius: 3px;
    margin-bottom: 14px;
    cursor: pointer;
}
ul.en-chat-room-list li:hover {
    background:rgba(255,255,255,.8);
}
ul.en-chat-room-list li span.en-c-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #ed1d24;
    position: absolute;
    left: 10px;
    top: 12px;
}
ul.en-chat-room-list li span.en-c-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: block;
    line-height: 14px;
    margin-bottom: 8px;
}
ul.en-chat-room-list li span.en-c-last-msg {
    display: block;
}
ul.en-chat-room-list li i.en-c-date {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 12px;
    line-height: 14px;
    color: #555;
}
ul.en-chat-room-list li span.en-c-msg {
    display: block;
    font-size: 13px;
    line-height: 13px;
    height: 15px;
    width: 100%;
    overflow: hidden;
    color: #444;
    font-weight: 400;
}
ul.en-chat-room-list li.unread span.en-c-name {
    color: #111;
}
ul.en-chat-room-list li.unread span.en-c-msg {
    font-weight: 600;
}
.tab-c-room {
    position: relative;
    display: none;
}
.event-chat-room-header {
    padding: 18px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}
.event-chat-room-messages {
    background: #fff;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}
.event-chat-room-messages ul {
    padding-bottom: 80px;
}
.event-chat-room-messages ul li {
    display: block;
    position: relative;
    padding: 12px 12px 12px 56px;
}
.event-chat-room-messages ul li.ec-msg-from-me {
    text-align: right;
    padding-right: 56px;
    padding-left: 12px;
}
.event-chat-room-messages ul li .en-c-avatar {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
}
.event-chat-room-messages ul li.ec-msg-from-me .en-c-avatar {
    left: inherit;
    right: 12px;
}
.event-chat-room-messages ul li span.ecm-text {
    display: inline-block;
    font-size: 14px;
    padding: 8px;
    background: #f6f6f6;
    border-radius: 3px;
}
.event-chat-room-messages ul li.ec-msg-from-me span.ecm-text {
    background: #ecf4fb;
}
.event-chat-room-messages ul li span.ecm-text i {
    display: block;
    text-align: right;
    font-size: 10px;
    line-height: 12px;
    color: #666;
}
.event-chat-room-messages ul li.ec-msg-from-me span.ecm-text i {
    text-align: left;
}
.event-n-chat-h {
    text-align: center;
}
.en-c-avatar {
    background: no-repeat center;
    background-size: cover;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #ed1d24;
}
.en-c-name {
    font-weight: 500;
}
.en-c-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
}
.btn.btn-chat-generic {
    font-size: 13px;
    background: #f1f1f1;
    font-weight: 500;
    color: #333;
    padding: 12px 10px;
    text-align: center;
    display: block;
    width: 100%;
}
.btn.btn-chat-generic i {
    display: inline-block;
    vertical-align: middle;
}
.btn.btn-chat-generic:hover {
    background-color: #efefef;
}
.btn.btn-chat-generic:disabled {
    background: #ccc;
}
.event-n-c-buttons {
    overflow: hidden;
}
.event-nc-half {
    float: left;
    width: 48%;
    text-align: center;
}
.event-nc-half:last-child {
    float: right;
}
.ec-msg-input {
    position: sticky;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: #fff;
    height: 65px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.ec-mi-pos {
    position: relative;
}
.msg-sending-response {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 14px;
    padding: 10px;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    color: #666;
    display: none;
}
.ec-mi-pos button {
    position: absolute;
    right: 44px;
    top: 7px;
    z-index: 7;
}
.ec-mi-pos textarea {
    box-shadow: 0 0 0 1px var(--color-pale-lilac);
    background-color: var(--white);
    color: var(--color-webrazzi-gray);
    height: 54px;
    display: block;
    width: 100%;
    border-radius: 3px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    padding: 5px 12px;
    resize: none;
}
.ec-mi-pos textarea:focus {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 0 0 4px rgba(25, 25, 26, 0.1), 0 0 0 1px var(--color-webrazzi-gray-400);
    outline: none;
    border: 0;
}
ul.main-menu.event-main-menu li a {
    font-size: 16px;
}
ul.main-menu.event-main-menu li {
    margin-right: 18px;
}
.event-head-nav i.delimiter {
    margin: 0 18px;
}
.chat-active {
    display: block;
}
.event-chat-room-messages ul li span.ecm-text span.ecm-card-visit {
    display: block;
    padding: 11px 11px 11px 110px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    background: no-repeat center left;
    background-size: 100px 100px;
}
.event-chat-room-messages ul li span.ecm-text span.ecm-card-visit strong {
    margin-bottom: 8px;
    display: block;
}
a.btn.btn-chat-accept {
    padding: 12px;
    margin-top: 10px;
    font-size: 13px;
}
.ec-mi-disabled {
    position: absolute;
    z-index: 66;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
    display: none;
}

.event-lounge-stand-item-box {
    background: rgba(255,255,255,.65); border-radius: 6px; margin-bottom: 24px;
}

h3.event-lounge-stand-promo-title {
    color: #000;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 800;
}
.event-lounge-stand-promo-info {
    font-size: 14px; color:#212122; line-height: 20px; margin-bottom: 12px;
}

i.icon-camera {
    background-image: url(/v8/icons/video.svg);
}
i.icon-gift {
    background-image: url(/v8/icons/gift.svg);
}
i.icon-card-visit {
    background-image: url(/v8/icons/cardv.svg);
}
.event-lounge-stand-promo-content {
    padding: 20px 132px 20px 32px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 10px;
    background-size: 120px;
    background-image: url(/v8/cnftti.png);
}

span.btn-give-card-visit-ok {
    background: #f8f8f8;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #888;
    display: block;
    border: 1px solid #ddd;
}

span.btn-promo-request-finished {
    background: #fbdede;
    padding: 6px;
    border-radius: 4px;
    display: block;
    color: #ad284c;
    font-size: 14px;
}
span.btn-stand-promo-request-ok {
    background: #f2f2f2;
    padding: 6px;
    border-radius: 4px;
    display: block;
    color: #666;
    font-size: 14px;
}

.light-in-dark .modal-content a {
    color: #121212;
    font-weight: 600;
    text-decoration: underline;
}
.light-in-dark .modal-content {
    background: #efefef !important;
    color: #212122;
}
.event-ask-question {
    margin-top:30px;
}
.event-ask-question .comment input.input-form {
    width: 800px;
}
.event-ask-question-btns {
    position: absolute;
    right: 0;
    top: 0;
}
.ask-question-response {
    height: 55px;
}
.ask-question-response span {
    color: mediumseagreen;
    line-height: 55px;
}

ul.main-menu li ul.header-menu-halls {
    width: auto;
    padding: 10px;
    background: #e7e7e7 !important;
    z-index: 10;
}
ul.main-menu li ul.header-menu-halls:before {
    background: #e7e7e7 !important;
}
ul.main-menu li ul.header-menu-halls li {
    height: auto;
    margin-bottom: 13px;
}
ul.main-menu li ul.header-menu-halls li span.chp-head {
    display: block;
}
ul.main-menu li ul.header-menu-halls li span.chp-box {
    display: block;
    border: 0;
    background-color: #212121;
}
ul.main-menu li ul.header-menu-halls li span.chp-session-title {
    display: block;
}
ul.main-menu li ul.header-menu-halls li span.chp-speaker {
    display: block;
}
ul.main-menu li ul.header-menu-halls li span.s-session-hall {
    color: #212122;
}
i.logo-left-to-home {
    display: none;
    position: absolute;
    left: -6px;
    top: 6px;
}
.watching-session i.logo-left-to-home {
    /*display: inline-block;*/
}
ul.main-menu li ul.header-menu-halls li span.chp-nav-speakers {
    display: none;
    height: 42px;
}
ul.main-menu li ul.header-menu-halls li .session-multi-speakers span.chp-nav-speakers {
    display: block;
}
ul.main-menu li ul.header-menu-halls li span.chp-nav-speakers img {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    position: inherit;
    display: inline-block;
    border: 2px solid #ed1d24;
    margin-right: 6px;
}
ul.main-menu li ul.header-menu-halls li .session-multi-speakers strong,
ul.main-menu li ul.header-menu-halls li .session-multi-speakers i {
    display: none;
}
span.session-multi-speakers {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
ul.main-menu li ul.header-menu-halls li .s-session-label.s-session-coming {
    background-color: #383838;
    padding: 7px;
}
.nav-toggle.event-mobile-nav-toggle {
    display: none;
}
.en-head a.close-en-right-bar {
    display: none;
}
.e-n-user-home .enn-active-show {
    display: none;
}
div.player-claps {
    width: 70px;
    top: 0;
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 5;
    overflow: hidden;
}
div.particle-box {
    width: 100px;
    height: 100px;
    position: relative;
}
div.particle {
    width:30px;height:30px;opacity:1;position:absolute;bottom:0;display:none;
    z-index: 6;
}
div.particle i {
    position:absolute;left:0;top:0;opacity:.7;
    z-index: 7;
}
div.particle i.icon-event-clap {
    z-index:8;opacity:.9;
}
div.particle i.icon-event-clap {
    display: none;
}
i.icon-event-clap {
    background-image: url(/v8/icons/clap_w.svg);
}
i.icon-event-clap-full {
    background-image: url(/v8/icons/clap_w.svg);
}
.colOne {
    color:#fce473;
}
.colTwo {
    color:#f68b39;
}
.colThree {
    color:#ed6c63;
}
.colFour {
    color:#847bb9;
}
.colFive {
    color:#97cd76;
}
.colSix {
    color:#35b1d1;
}
.icon-e-user-check {
    background-image: url(/v8/icons/feather/user-check.svg);
}
.event-side-tab-profile {
    height: 100vh;
    padding: 18px 18px 64px 18px;
    overflow: auto;
    overflow-x: hidden;
}
.event-side-tab-profile .form-group label {
    color: #333 !important;
    font-size: 13px !important;
}
.event-side-tab-profile .form-group input.input-form {
    height: 40px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    color: #333 !important;
    font-size: 14px !important;
}
.event-side-tab-profile .form-group .select-group select {
    background: #fff !important;
    height: 40px !important;
    color: #333 !important;
    font-size: 14px !important;
    padding: 0 10px !important;
}
.event-side-tab-profile .form-group .select-group:after{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
.page-event-body .autocomplete-suggestions {
    background: #fff;
    padding: 8px;
    color: #666;
}
.event-side-tab-profile .form-group {
    margin-bottom: 10px;
}
.event-avatar-edit {
    text-align: center;
    margin-bottom: 20px;
}
.event-avatar-edit .avatar {
    width: 100px !important;
    height: 100px !important;
}
.event-avatar-edit .uc-edit-btn {
    max-width: 210px;
    margin: 0 auto;
}
.event-avatar-edit .uc-edit-btn button.btn {
    font-size: 14px;
    padding: 14px;
}
.event-avatar-edit .uc-edit-btn i.icon-md.icon-edit {
    display: inline-block;
    vertical-align: -5px;
}
.event-side-tab-profile .btn:disabled {
    background: #cccccc !important;
}
.en-head a.btn-e-tabs:last-child {
    float: right;
    margin-right: 0;
}
.hide-nav-hall-sessions ul#headerMenuHalls {
    display: none;
}
.els-manager-settings {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}
.els-manager-settings strong {
    color: #222;
}
.event-chat-room-messages ul li span.ecm-text span.ecm-card-visit:hover {
    color: transparent;
    background-size: 180px 180px;
    background-position: center;
    min-height: 200px;
}
.grouped-hall-date-navs {
    list-style: none;
    margin-bottom: 16px;
    overflow: hidden;
    clear: both;
}
.grouped-hall-date-navs:after {
    content: '';
    clear: both;
}
.grouped-hall-date-navs li {
    display: inline-block;
    line-height: 52px;
    padding: 0 12px;
    cursor: pointer;
    float: left;
    border-bottom: 2px solid #333;
}
.grouped-hall-date-navs li.active {
    border-bottom-color: #ed1d24;
}
.grouped-hall-date-navs li strong {
    font-size: 20px;
    color: #ccc;
}
.grouped-hall-date-navs li.active strong {
    color: #ed1d24;
}
.schedule-tab-group {
    display: none;
}
.schedule-tab-group.active {
    display: block;
}
/*Typing Loader*/
.typing_loader{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: Typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    margin: auto; /* Not necessary- its only for layouting*/
    position: relative;
    left: -12px;
}
ul.en-attendee-list li span.en-say-hi.hey-pending i {
    display: none;
}
ul.en-attendee-list li span.en-say-hi.hey-pending span {
    display: none;
}
ul.en-attendee-list li span.en-say-hi.hey-pending {
    background: #dad9d9;
    width: 41px;
}
ul.en-attendee-list li span.en-say-hi.hey-pending span.typing_loader {
    display: block;
    margin-top: 11px;
}
.event-today-finished {
    width: 100%;
    background: #ed1d24;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    border-radius: 5px;
    display: none;
}
ul.en-chat-room-list.empty-chat-inbox {
    background: url(/v8/img/chat_empty.png) center bottom no-repeat;
    background-size: contain;
}
ul.en-chat-room-list li.empty-chat-box {
    display: none;
}
ul.en-chat-room-list.empty-chat-inbox li.empty-chat-box {
    display: block;
    background: transparent; padding: 20px; text-align: center; font-weight: bold; cursor: unset;
}

.btn-watch-video-def span {
    font-weight: 600;
}
.btn-watch-video-def i {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.currently-watching.btn-watch-video-def {
    background-color: #f2f2f2;
    color: #2a4365;
}

.events-listing-item {
    margin-bottom: 24px;
    position: relative;
    background: #021534;
    min-height: 160px;
    border-radius: 4px;
}
.light .events-listing-item {
    background: #fff;
}

.events-listing-logo {
    border-radius: 4px 0 0 4px;
    background-size: cover;
    height: 160px;
    width: 283px;
    position: absolute;
    left: 0;
    top: 0;
}
.events-listing-body {
    padding: 24px 24px 0 320px;
    text-align: left;
}

.elb-title a h3 {
    color: white;
    display: inline-block;
}
.light .elb-title a h3 {
    color: #212120;
}
.elb-button {
    margin-bottom: 16px;
}
.elb-desc {
    margin-bottom: 16px;
}
@-webkit-keyframes typing{
    0%{
        background-color: rgba(255,255,255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2),
        24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    25%{
        background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,2),
        24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    75%{ background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2),
        24px 0px 0px 0px rgba(255,255,255,1);
    }
}

@-moz-keyframes typing{
    0%{
        background-color: rgba(255,255,255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2),
        24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    25%{
        background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,2),
        24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    75%{ background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2),
        24px 0px 0px 0px rgba(255,255,255,1);
    }
}

@keyframes typing{
    0%{
        background-color: rgba(255,255,255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2),
        24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    25%{
        background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,2),
        24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    75%{ background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2),
        24px 0px 0px 0px rgba(255,255,255,1);
    }
}
@keyframes flowOne {
    0%{opacity:0;bottom:0;left:14%}
    40%{opacity:.8}
    50%{opacity:1;left:0}
    60%{opacity:.2}
    80%{bottom:80%}
    100%{opacity:0;bottom:100%;left:18%}}
@keyframes flowTwo {
    0%{opacity:0;bottom:0;left:0}
    40%{opacity:.8}
    50%{opacity:1;left:11%}
    60%{opacity:.2}
    80%{bottom:60%}
    100%{opacity:0;bottom:80%;left:0}
}
@keyframes flowThree {
    0%{opacity:0;bottom:0;left:0}
    40%{opacity:.8}
    50%{opacity:1;left:30%}
    60%{opacity:.2}
    80%{bottom:70%}
    100%{opacity:0;bottom:90%;left:0}
}

section.event-section-infos {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.64;
    text-align: center;
    color: white;
    opacity: .9;
    display: block;
    width: 67%;
    margin: 48px auto;
}

section.landing-page-info {
    text-align: left;
    width: 95%;
    opacity: 0.8;
}

section div.landing-page-video {
    text-align: center;
}

.e-i-pin {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/v8/icons/attendee_ticket_offline.svg) no-repeat #ed1d24 center;
    background-size: 12px;
    vertical-align: -3px;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: 10px;
}
.e-i-wifi {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/v8/icons/attendee_ticket_online.svg) no-repeat #2a81f1 center;
    background-size: 10px;
    vertical-align: -3px;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: 10px;
}
.event-head-nav .logo {
    width: 150px;
}
.te-summit-head {
    background-color: #000B33;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231F30DD'/%3E%3Cstop offset='1' stop-color='%23000B33'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%231185FF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%231185FF' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    min-height: 60vh;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    animation: fadeAbstract 6s infinite linear;
}
@keyframes fadeAbstract {
    0% { opacity: 0.2 }
    50% { opacity: 0.8 }
    100% { opacity: 0.2 }
}
.scrolldown {
    border: 2px solid #ffffff;
    border-radius: 3rem;
    height: 3.2rem;
    margin: 0 auto 0.8rem;
    text-align: center;
    width: 2.2rem;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 49%;
    bottom: 10px;
}
.scrolldown-p1,
.scrolldown-p2 {
    animation-duration: calc(1.5s * 1.5);
    animation-name: scrolldown;
    animation-iteration-count: infinite;
    fill: #ffffff;
}
.scrolldown-p2 {
    animation-delay: calc(0.75s * 1.5);
}
@keyframes scrolldown {
    0% {
        opacity: 0;
        transform: translate(0, -8px);
    }
    50% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 8px);
    }
}
@media (min-width: 813px) {
    body.watching-session.event-networking-opened .container.page-section-header {
        padding-right: 310px;
    }

    /*hamburgerActive varsa menuyu gorunur yapar.*/
    .fp-nav-open .hamburgerActive {
        display: inline-block;
        position: absolute;
        left: 60px;
        top: 60px;
    }

    .fp-nav-open .hamburgerActive li {
        display: list-item;
    }

    .fp-nav-open ul.main-menu.event-main-menu.hamburgerActive li a {
        font-size: 26px;
    }

    .fp-nav-open ul.main-menu.event-main-menu.hamburgerActive li span {
        font-size: 26px;
        line-height: 1.33;
    }

    .fp-nav-open .hamburgerActive span.chp-session-title {
        font-size: 14px!important;
    }

    .fp-nav-open .hamburgerActive span.s-session-hall {
        font-size: 22px!important;
    }

    .fp-nav-open .showOnlyHamburger li.pastEvents a {
        font-size: 18px!important;
    }

    .fp-nav-open ul.hamburgerActive li:nth-child(n+2) {
        margin-top: 10px;
    }

    .gmaps iframe {
        width: 70%;
    }
}

div.startup-application-section p {
    font-size: 22px;
}

div.startup-application-section ul li {
    font-size: 20px;
    font-family: 'Barrow',system-ui,sans-serif;
    line-height: 1.4;
}

div.startup-application-section li {
    margin-top: 10px;
}

div.startup-application-section p:not(:first-of-type) {
    margin-top: 10px;
    font-family: 'Barrow',system-ui,sans-serif;
}

@media (max-width: 813px) {

    .event-head-nav .logo {
        width: 120px;
    }

    .page-event-body section.header {
        padding: 16px 0;
    }

    .events-listing-logo {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 4px 4px 0 0;
        width: 100%;
        height: 175px;
        position: relative;
        background-size: cover;
    }

    .events-listing-body {
        padding: 24px 24px 0 24px;
        text-align: left;
    }
    .btn-watch-video-def {
        border-radius: 50%;
    }
    .btn-watch-video-def span {
        display: none;
    }
    .btn-watch-video-def i {
        margin-right: 0;
    }
    #liveNextSessions .container {
        padding: 0;
    }
    .grid-sizer, .grid-item {
        width: 100%;
        margin: 0 0 20px 0;
        height: auto !important;
    }
    .event-live .speaker-session.grid-item {
        padding: 16px !important;
        margin-bottom: 16px !important;
    }
    .event-live .speaker-session.grid-item:first-child {
        background-position-x: right;
        background-size: contain;
    }
    .s-session-subject {
        font-size: 17px !important;
        background-position-x: 0 !important;
        margin-bottom: 18px;
    }
    .event-live .speaker-session.grid-item .s-session-watch {
        display: inline-block;
        position: absolute !important;
        right: 0 !important;
        padding: 12px 12px 10px 12px;
        z-index: 99;
    }
    .event-live .speaker-session.grid-item .s-session-watch.multi-speaker-placement {
        bottom: 0;
    }
    .event-live .speaker-session.grid-item .s-session-watch span {
        display: none !important;
    }
    .event-live .speaker-session.grid-item .s-session-watch i.icon-md {
        margin:0;
    }
    .s-session-speaker-list {
        position: inherit;
        display: block;
        width: 84%;
    }
    .landing-event-head {
        padding-top: 1px !important;
        min-height: auto !important;
    }
    .page-event-body .right-menu {
        padding-right: 0;
    }
    section.event-section {
        text-align: left;
        padding: 0 12px;
    }
    section.event-section h2 {
        text-align: left;
        font-size: 32px;
    }
    .event-section-schedule h5,
    .event-section-speakers h5 {
        text-align: left;
        font-size: 16px;
        width: 100%;
    }
    .schedule-table h6 {
        font-size: 16px;
        text-align: center;
    }
    .schedule-table ul.hall-navs li a {
        font-size: 16px;
        line-height: 42px;
        margin: 0 5px;
    }
    .schedule-session .text-r {
        text-align: left;
    }
    .schedule-session .event-session-alert {
        display: inline-block;
        position: absolute;
        right: 14px;
        padding: 10px 12px;
        z-index: 3;
    }
    .schedule-session .event-session-alert span {
        display: none;
    }
    .type-session .schedule-session-title,
    .schedule-session-title {
        font-size: 20px;
    }
    .event-speaker-modal {
        background-image: none !important;
    }
    section.event-section .event-speakers a strong {
        font-size: 18px;
    }
    section.event-section .event-speakers a i,
    section.event-section .event-speakers a span {
        font-size: 14px;
        margin-bottom: 0;
    }
    .blank-speaker {
        display: none;
    }
    ul.event-sponsor-list span img {
        height: auto;
        width: 65%;
    }
    .event-hall-player {
        margin-top: 21px;
    }
    .show-event-active-sessions {
        display: none !important;
    }
    .side-networking {
        width: 100%;
    }
    .btn-close-tabs-e {
        display: inline-block !important;
        margin-left: 10px;
    }
    .event-speaker-modal h2 {
        font-size: 28px;
        margin-top: 30px;
    }
    .event-speaker-modal span, .event-speaker-modal .speaker-bio {
        font-size: 15px;
    }
    .close-spm {
        margin-top: 28px;
    }
    .s-session-speaker-list .s-session-speaker-multi img {
        width: 48px;
        height: 48px;
    }
    .s-session-head {
        margin-bottom: 20px;
    }
    .cbot-dialog {
        z-index: 999 !important;
    }
    .cbot-dialog-button-close {
        top: 0 !important;
        left: 0 !important;
    }
    ul#chatMessages {
        padding: 20px 14px 80px 9px;
    }
    .s-session-speaker-list.s-speaker-total-4 .s-session-speaker-multi img {
        width: 52px;
        height: 52px;
    }
    .s-session-speaker-list.s-speaker-total-5 .s-session-speaker-multi img {
        width: 42px;
        height: 42px;
    }
    .s-session-speaker-list.s-speaker-total-6 .s-session-speaker-multi img {
        width: 36px;
        height: 36px;
    }
    .s-session-speaker-list.s-speaker-total-4 .s-session-speaker-multi,
    .s-session-speaker-list.s-speaker-total-5 .s-session-speaker-multi,
    .s-session-speaker-list.s-speaker-total-6 .s-session-speaker-multi {
        margin-right: 6px;
    }
    body.watching-session.only-one-hall .event-main-menu {
        display: none;
    }
    .event-watch-video-player {
        padding-top: 18px;
    }
    ul#eventVideoHallSessions li ul {
        max-height: 180px !important;
    }
    .event-watch-video-player-wrapper {
        margin-top: 24px;
    }
    .event-head-nav ul.main-menu {
        display: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 67px;
        width: 100%;
        background: #001c48;
        padding: 7px 0;
    }
    .event-head-nav ul.main-menu li {
        display: block;
        line-height: 42px;
    }
    ul.event-right-menu-passive {
        background-color: transparent;
        height: 66px;
        transition: height 1s ease-in-out;
        overflow: hidden;
    }
    ul.event-right-menu-passive.en-right-menu-open {
        height: 100vh;
        background-color: rgba(255,255,255,.9);
    }
    .nav-toggle.event-mobile-nav-toggle {
        display: block;
        position: absolute;
        left: 15px;
        top: 3px;
    }
    .event-head-nav .logo.go-to-event-main {
        margin-left: 32px;
    }
    a.event-networking-active-close {
        display: none;
    }
    .en-head {
        position: relative;
    }
    .en-head a.close-en-right-bar {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 16px;
    }
    .e-n-user-home .avatar {
        position: relative;
    }
    .e-n-user-home .enn-active-show.enn-generic-active {
        display: block;
    }
    ul.event-right-menu-passive.en-right-menu-open .e-n-user-home .enn-active-show.enn-generic-active {
        display: none;
    }
    ul.main-menu li ul.header-menu-halls:before {
        display: none;
    }
    ul.main-menu li ul.header-menu-halls {
        position: unset;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: transparent !important;
    }
    ul.main-menu li ul.header-menu-halls li {
        width: 100%;
    }
    ul.main-menu li ul.header-menu-halls li.on-live .s-session-label.s-session-live {
        color: #fff;
        border-color: #fff;
    }
    ul.main-menu li ul.header-menu-halls li span.chp-speaker {
        line-height: 18px;
    }
    .event-lounge-landing {
        margin: 24px 0;
        padding: 16px 20px;
    }
    .event-lounge-landing h2 {
        font-size: 26px;
    }
    a.event-lounge-box {
        height: 120px;
    }
    a.event-lounge-box span {
        margin: 10px;
    }
    a.event-lounge-box span img {
        height: 92px;
    }
    .event-lounge-stand-header {
        margin: 18px 0;
        height: 126px;
        border-radius: 6px;
    }
    .elsh-logo {
        margin: 14px;
    }
    .event-lounge-stand-header img {
        height: 90px;
    }
    .event-lounge-stand-body {
        padding: 18px;
        border-radius: 6px;
    }
    .els-manager-info {
        border-top: 1px solid #ccc;
        padding-top: 18px;
        margin-top: 10px;
    }
    .watching-session i.logo-left-to-home {
        display: none;
    }
    .en-head a.btn-e-tabs:last-child {
        margin-right: 20px;
    }
    body.event-networking-opened {
        overflow: hidden;
    }
    .networking-sidebar-passive {
        bottom: unset;
    }
    .networking-sidebar-active {
        width: 100%;
    }
    .s-session-speaker strong, .s-session-speaker i {
        font-size:14px;
        color: #b3b1b1;
    }
    .s-session-speaker i {
        font-size: 13px;
    }
    .s-session-label {
        font-size: 11px;
        padding: 6px;
        margin-right: 8px;
    }
    .on-live .s-session-label.s-session-live {
        font-size: 10px;
    }
    .s-session-hall {
        font-size: 12px;
        color: #dadada;
    }
    .grouped-hall-date-navs li {
        line-height: 42px;
    }
    .grouped-hall-date-navs li strong {
        font-size: 14px;
    }
    .schedule-table ul.hall-navs li a {
        font-size: 15px;
        height: 42px;
    }
    .schedule-session {
        margin: 0;
        padding: 16px 0;
    }
    .schedule-time {
        font-size: 18px;
    }
    ul.schedule-session-speakers li img {
        width: 42px;
        height: 42px;
        margin-right: 8px;
    }
    ul.schedule-session-speakers li span strong {
        font-size: 13px;
    }
    ul.schedule-session-speakers li span i {
        font-size: 12px;
    }
    ul.schedule-session-speakers li {
        margin-right: 10px;
        margin-bottom: 8px;
    }
    .event-hall-players .container {
        padding: 0;
    }
    .event-ask-question img.avatar.size-default {
        width: 32px;
        height: 32px;
    }
    .event-ask-question .comment .comment-write-placeholder {
        font-size: 13px;
        line-height: 1.24;
    }
    .event-ask-question .comment .comment-author a {
        line-height: 32px;
    }
    ol.event-ask-question .comment-card {
        padding: 10px;
    }
    .event-ask-question-btns {
        position: unset;
    }
    .event-ask-question .comment input.input-form {
        width: 98%;
    }
    .watching-session .bg-angled-edge {
        padding-bottom: 0;
    }
    section.event-section-infos {
        text-align: left;
        font-size: 16px;
        width: 100%;
        margin:32px auto;
    }

    /*Landing sayfasına eklenen hamburger menüyü mobilde kaldırır.*/
    button.event-nav-toggle-landing {
        display: none;
    }

    div.startup-application-section p, div.startup-application-section ul li {
        font-size: 16px;
    }
}



/* Video Modal for Event Page
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;

    -webkit-transform: translate(500%,0%);
    transform: translate(500%,0%);

    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;


    /* using flexbox for vertical centering */

    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.video-modal .overlay {
    z-index: 0;
    background: rgba(13,1,61,0.82); /* overlay color */

    opacity: 0.0;

    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;

    margin: 0 auto;

    overflow-y: visible;

    background: #000;

    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
    }
}

/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    background: #000;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1.0;

    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}
.show-video-modal .video-modal-content {
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
}


.video-banner {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.video-banner-img {
    width: 100%;
    height: 100%;
}

.video-banner-headline {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;

    background-color: #000000c9;
    padding: 1vh 1vw;
    border-radius: 10px;

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.0em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}
@media (min-width: 641px) {
    .video-banner-headline {
        left: 2em;
        bottom: 1.75em;
        font-size: 1.5em;
        line-height: 1.5em;
        background-color: #000000c9;
        padding: 1vh 1vw;
        border-radius: 10px;
    }
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;

    display: block;
    width: 2.5em;
    height: 2.5em;

    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);

    -webkit-transition:
        all 0.2s ease-out 0.05s;
    transition:
        all 0.2s ease-out 0.05s;
}
@media (min-width: 641px) {
    .video-banner-icon-play {
        width: 4.5em;
        height: 4.5em;
    }
    .event-landing {
        text-align: center;
        background-color: #0000008a;
        border-radius: 10px;
        padding: 4vh 12vw;
        margin-top: 0;
    }
    .event-landing p {
        margin-bottom: 3vh;
        padding: 0 5vw;
    }
    .event-landing h2 {
        margin-bottom: 3vh;
        margin-top: 0;
    }
}
.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);

    /*background: #330099;*/
}

.g-slide{
    width: 60%;
    margin: auto;
}

.responsive-google-slides {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.responsive-google-slides iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 100% !important;
    height: 100% !important;
}

.activeBuyButton {
    box-shadow: 0 2px 4px 0 rgb(77 69 26 / 12%);
    background-color: var(--color-webrazzi-yellow);
    color: #ffffff;
    border-radius: 3px;
    padding: 8px 8px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
}

.highlight-numbers {
    margin-bottom: 25px;
}

.numberPart {
    font-size: 30px;
}

.highlight-numbers .animated-numbers {
    border-radius: 8px;
    /*border: solid 1px rgb(237 28 37 / 38%);*/
    background-color: #0000002b;
    height: 14vh;
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.highlight-numbers span {
    color: var(--color-webrazzi-yellow);
}

.highlight-numbers span.highlight-text {
    color: #fff;
    opacity: 0.8;
    line-height: 30px;
    font-size: 20px;
}

.highlight-numbers .numberPart {
    margin-bottom: 1vh;
}

.paddingLeftRightZero {
    padding-left: 0;
    padding-right: 0;
}

.showOnlyHamburger {
    display: none!important;
}

.fp-nav-open .hamburgerActive li.showOnlyHamburger {
    display: list-item!important;
}

@media (min-width: 1500px) {
    .event-landing {
        padding: 4vh 5vw;
    }
}

@media (max-width: 640px) {
    .g-slide{
        width: 80%;
        margin: auto;
    }
    .event-landing {
        text-align: center;
        background-color: #0000008a;
        border-radius: 10px;
        padding: 3vh 2vw;
        margin-top: 0;
    }
    .scrolldown {
        left: 45%;
    }
    .highlight-numbers .animated-numbers {
        margin-bottom: 10px;
    }
    .highlight-numbers .animated-numbers {
        height: auto;
        padding-bottom: 2vh;
        padding-top: 2vh;
    }
    .highlight-numbers .numberPart {
        margin-bottom: 1vh;
    }
}
