@font-face {
    font-family: National;
    src: url(fonts/NationalWebLF-Regular.eot);
    src: url(fonts/NationalWebLF-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWebLF-Regular.woff) format("woff"), url(fonts/NationalWebLF-Regular.ttf) format("truetype"), url(fonts/NationalWebLF-Regular.svg#NationalWebLF-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: National;
    src: url(fonts/NationalWebLF-RegularItalic.eot);
    src: url(fonts/NationalWebLF-RegularItalic.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWebLF-RegularItalic.woff) format("woff"), url(fonts/NationalWebLF-RegularItalic.ttf) format("truetype"), url(fonts/NationalWebLF-RegularItalic.svg#NationalWebLF-RegularItalic) format("svg");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal
}

@font-face {
    font-family: National;
    src: url(fonts/NationalWebLF-Light.eot);
    src: url(fonts/NationalWebLF-Light.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWebLF-Light.woff) format("woff"), url(fonts/NationalWebLF-Light.ttf) format("truetype"), url(fonts/NationalWebLF-Light.svg#NationalWebLF-Light) format("svg");
    font-weight: 200;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: National;
    src: url(fonts/NationalWebLF-LightItalic.eot);
    src: url(fonts/NationalWebLF-LightItalic.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWebLF-LightItalic.woff) format("woff"), url(fonts/NationalWebLF-LightItalic.ttf) format("truetype"), url(fonts/NationalWebLF-LightItalic.svg#NationalWebLF-LightItalic) format("svg");
    font-weight: 200;
    font-style: italic;
    font-stretch: normal
}

@font-face {
    font-family: National;
    src: url(fonts/NationalWebLF-Semibold.eot);
    src: url(fonts/NationalWebLF-Semibold.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWebLF-Semibold.woff) format("woff"), url(fonts/NationalWebLF-Semibold.ttf) format("truetype"), url(fonts/NationalWebLF-Semibold.svg#NationalWebLF-Semibold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: National;
    src: url(fonts/NationalWebLF-SemiboldItalic.eot);
    src: url(fonts/NationalWebLF-SemiboldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWebLF-SemiboldItalic.woff) format("woff"), url(fonts/NationalWebLF-SemiboldItalic.ttf) format("truetype"), url(fonts/NationalWebLF-SemiboldItalic.svg#NationalWebLF-SemiboldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
    font-stretch: normal
}

@font-face {
    font-family: National;
    src: url(fonts/NationalWebLF-Extrabold.eot);
    src: url(fonts/NationalWebLF-Extrabold.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWebLF-Extrabold.woff) format("woff"), url(fonts/NationalWebLF-Extrabold.ttf) format("truetype"), url(fonts/NationalWebLF-Extrabold.svg#NationalWebLF-Extrabold) format("svg");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: National;
    src: url(fonts/NationalWebLF-ExtraboldItalic.eot);
    src: url(fonts/NationalWebLF-ExtraboldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWebLF-ExtraboldItalic.woff) format("woff"), url(fonts/NationalWebLF-ExtraboldItalic.ttf) format("truetype"), url(fonts/NationalWebLF-ExtraboldItalic.svg#NationalWeb-ExtraboldItalic) format("svg");
    font-weight: 900;
    font-style: italic;
    font-stretch: normal
}

body {
    font-family: 'National', sans-serif;
    color: #000;
}

.container {
    max-width: 900px;
}

.webinar-logo {
    width: 160px
}

header {
    background: #333;
}

.btn {
    border-radius: 3px;
    padding: 9px 50px 7px 50px;
}

.btn-primary {
    background-color: #7dc84d;
    border-color: #7dc84d;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #479911;
    border-color: #479911;
}

a {
    color: #000;
}

a:focus,
a:hover {
    color: #6d1401;
}

button {
    outline: none !important;
}

.logo img {
    height: 60px;
}

.cover-container {
    background: url(/assets/img/header.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #FFF;
}

.cover {
    min-height: 300px;
}

.home.cover {
    min-height: 550px;
}

.card {
    border-radius: 0;
}

.card img {
    width: 100%;
    height: 271px;
}

.info-box {
    position: absolute;
    right: 10px;
    top: 15px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 9999;
}

.setdate {
    cursor: pointer;
    font-size: 14px;
}

.date-container {
    margin: 0 0 30px 0;
}

.setdate .time-container {
    font-weight: bold;
}

.setdate .time-container [class^="icon-"],
.setdate .time-container [class*=" icon-"] {
    margin-right: 10px;
}

.setdate:hover .info-box {
    top: 10px;
    opacity: 1;
}

.mt {
    margin-top: -50px;
}

.speaker-page img {
    width: 100%;
}

.remove-date {
    font-size: 24px;
}

.speaker h4 a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 22px
}

.speaker h6 a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.event-title {
    font-size: 30px;
}

.microsoft-logo img {
    height: 40px;
}

.hbr-logo img {
    height: 70px;
}

.page-title {
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 30px;
    font-size: 18px;
}

.speakers .card-body {
    padding-left: 15px;
    padding-right: 15px;
}

.remove-date {
    display: block;
    float: right;
    background: #000;
    border-radius: 4px;
    font-size: 14px;
    color: #FFF !important;
    margin: 0 0 0 10px;
    padding: 2px 10px;
}

footer {
    background: #f2f2f2;
    padding: 20px 0 200px 0;
}

.nav-tabs {
    border: 0;
    padding: 0 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    padding: 15px 30px;
    border-bottom: 4px solid #000;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: 0;
    padding: 15px 30px;
}

.card.speaker .btn {
    position: absolute;
    bottom: 20px;
}

.webinar-date {
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    width: 100%;
}

.webinar-title {
    font-size: 60px;
    margin-left: -4px;
}

#date-cd {
    position: absolute;
    bottom: 0;
    background: #FFF;
    color: #808080;
    padding: 10px 10px 0 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 100;
    min-width: 300px;
    text-align: center;
}

.date-large {
    font-size: 32px;
    line-height: 32px;
}

.date-block {
    padding: 0 15px;
}

#date-cd .date-block {
    min-width: 100px;
    border-right: 1px solid #E6E6E6;
}

#date-cd .date-block:last-child {
    border-right: 0;
}

.webinar-date [class^="icon"]:first-child {
    margin-left: 0;
}

.webinar-date [class^="icon"] {
    font-size: 15px;
    margin: 0 10px;
}

.speaker {
    font-size: 16px;
    text-align: center;
}

.speaker-image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px auto;
}

.speaker-image img {
    width: 100%;
}

.speaker .name {
    margin: 0;
}

.speaker .title {
    color: #4D4D4D;
    font-weight: 100;
}

.tweets {
    height: 500px;
}

@media (max-width: 575px) {
    .event-title {
        font-size: 2rem;
    }

    .event-desc {
        font-size: 14px;
    }

    .speaker h4 a {
        font-size: 16px;
    }

    .speaker h6 {
        font-size: 14px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link {
        padding: 15px 5px;
    }
}

.form-control {
    padding: 25px 15px 10px 15px;
    height: auto;
    line-height: 1;
    border-radius: 3px !important;
}

select.form-control {
    height: calc(1.5em + .75rem + 15px);
}

.fg-custom {
    position: relative;
}

.fg-custom label {
    color: #666;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 17px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.fg-custom input.error ~ label,
.fg-custom input:focus ~ label,
.fg-custom input:valid ~ label {
    top: 6px;
    font-size: 14px;
}

.fg-custom input.error ~ label {
    color: #c82502;
}

.form-control.error {
    border: 1px solid #c82502;
}

.form-group label.error {
    display: block;
    position: initial;
}

.section-title {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: bold;
}

.message {
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: fit-content;
}

.message.error {
    background: #c82502;
    color: #FFF;
}

.message.success {
    background: #7dc84d;
    color: #FFF;
}


/* horizontal panel*/

.panel-container {
    display: flex;
    flex-direction: row;
    border: 1px solid silver;
    overflow: hidden;
    /* avoid browser level touch actions */
    touch-action: none;
}

.panel-left {
    flex: 0 0 auto;
    /* only manually resize */
    padding: 10px;
    width: 300px;
    min-height: 200px;
    min-width: 150px;
    white-space: nowrap;
    background: #838383;
    color: white;
}

.splitter {
    flex: 0 0 auto;
    width: 18px;
    background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #535353;
    min-height: 200px;
    cursor: col-resize;
}

.panel-right {
    flex: 1 1 auto;
    /* resizable */
    padding: 10px;
    width: 100%;
    min-height: 200px;
    min-width: 200px;
    background: #eee;
}


/* vertical panel */

.panel-container-vertical {
    display: flex;
    flex-direction: column;
    height: 500px;
    border: 1px solid silver;
    overflow: hidden;
}

.panel-top {
    flex: 0 0 auto;
    /* only manually resize */
    padding: 10px;
    height: 150px;
    width: 100%;
    white-space: nowrap;
    background: #838383;
    color: white;
}

.splitter-horizontal {
    flex: 0 0 auto;
    height: 18px;
    background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/hsizegrip.png) center center no-repeat #535353;
    cursor: row-resize;
}

.panel-bottom {
    flex: 1 1 auto;
    /* resizable */
    padding: 10px;
    min-height: 200px;
    background: #eee;
}

pre {
    margin: 20px;
    padding: 10px;
    background: #eee;
    border: 1px solid silver;
    border-radius: 4px;
    overflow: auto;
}

.gutter {
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-vertical {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
}

.vh-100 {
    height: 100vh;
    overflow: hidden;
}

.bg-dark {
    background-color: #333 !important;
}

#hbrlogo {
    height: 80px;
}

#webinarlogo {
    height: 50px;
}

.padding-medium {
    padding: 15px;
}

.align-center {
    align-items: center;
}

#sponsorlogo {
    height: 40px;
    align-self: end;
}

.ml-auto {
    margin-left: auto;
}

.sponsor-logo {
    font-size: 14px;
    display: flex;
    height: auto;
}

.sponsor-logo img {
    display: block;
}

.s-title {
    display: inline-block;
    color: #909090;
    line-height: 1;
}

.sponsor-title {
    color: #FFF;
    margin-bottom: 10px;
}

#video {
    height: 100%;
}

.message-wrapper {
    padding: 15px;
}

.new-message {
    animation: newMsg 1s ease-out 1 normal;
}

.new-message .text:first-child {
    font-size: 12px;
    margin-bottom: 3px;
    color: #838383;
}

.loader {
    position: absolute;
    bottom: 3px;
    left: 5px;
    font-size: 10px;
    color: #479911;
}

@keyframes typing {
    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }
}

@keyframes newMsg {
    50% {
        background-color: #479911;
    }
}

.message-box {
    resize: none;
    width: 100%;
    min-width: 100%;
    min-height: 80px;
    max-height: 80px;
    padding: 15px;
    margin-bottom: 10px;
    background: #222;
    border: none;
    color: #c3c3c3;
}

.message-box:active,
.message-box:focus {
    background: #111;
    color: #c3c3c3;
    box-shadow: none;
}

.messages-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
}

.messages-wrapper {
    flex: 1;
    padding: 15px;
    overflow: auto;
}

.messages {
    display: flex;
    flex-direction: column;
}

.message.answer {
    align-self: flex-end;
}

.message.question .text {
    background: #2b2b2b !important;
}

.message.answer .text {
    background: #1a1a1a !important;
}

.sender {
    font-size: 12px;
    margin-bottom: 3px;
    color: #838383;
}


#clock span {
    text-align: center;
    display: block;
    padding: 5px;
}

#clock div span:nth-child(1) {
    font-size: 1.5rem;
    line-height: .7;
}

.hbr-logo {
    width: 100px;
}

#webinar-page .dm-logo {
    width: 190px;
}

.left-container {
    width: 80%;
}

.left-container-100 {
    width: calc(100% - 45px);
}

.right-container {
    position: relative;
    width: 45px;
    max-height: 100vh;
    border-left: 1px solid #1a1a1a;
}

.right-container #right-content {
    display: none;
    flex-direction: column;
    height: 100%;
}

.right-container.active {
    width: 20%;
}

.right-container.active #right-content {
    display: flex;
}

#right-tab-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#right-tab-content.tab-content > .active {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
}

.right-head {
    border-bottom: 1px solid #1a1a1a;

}

.sender {
    font-size: 14px;
    margin-bottom: 3px;
    color: #838383;
}

.message .text {
    font-weight: 100;
    letter-spacing: .3px;
    padding: 5px 10px;
    border-radius: 4px;
}

.close-chat {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    color: #FFF;
    background: none;
    border: none;
}

.panels-container {
    height: 100vh;
}

.hbr-logo {
    width: 100px;
}

#waitinglogo {
    height: 80px;
    align-self: end;
}

.source-tools {
    padding: 15px;
    border-top: 1px solid #838383;
    display: flex;
}

.change-source-btn {
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-backdrop.show:nth-child(odd) {
    z-index: 1050;
}

.modal.show:nth-child(odd) {
    z-index: 1051;
}

#right-content .nav a {
    color: #e2e2e2;
}

#right-content .nav-pills .nav-link.active,
#right-content .nav-pills .show > .nav-link {
    background-color: unset;
    color: #FFF !important;
}

#kaynaklar .nav-link {
    padding-left: 0;
    border-bottom: 1px solid #4d4d4d;
}

.social-nav {
    font-size: 20px;
}

.social-nav a {
    color: #FFF;
    text-decoration: none !important;
}

.social-nav a:hover {
    color: #479911 !important;
}

#right-content #right-nav a {
    color: #909090;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    padding: 10px 5px;
}

#right-content #right-nav span {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}

@media only screen and (max-width: 1440px) {
    .left-container {
        width: 75%;
    }

    .right-container.active {
        width: 25% !important;
    }

    .left-container-100 {
        width: calc(100% - 45px);
    }
}

#ajanda .tab-content {
    color: #FFF !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: scroll;
}

@media only screen and (max-width: 820px) {
    .webinar-title {
        font-size: 34px;
    }

    .sabanci-logo {
        width: 180px;
    }

    #video {
        height: 280px;
    }

    #sponsorlogo {
        height: 30px;
    }

    .left-container {
        width: 100%;
    }

    .right-container,
    .right-container.active {
        width: 100% !important;
        max-height: fit-content;
    }

    .messages-container {
        position: relative;
    }

    .messages-wrapper {
        max-height: 160px;
    }

    .messages {
        margin-bottom: auto;
    }

    .close-chat {
        display: none;
    }

    .panels-container {
        height: auto;
    }

    #playerContainer {
        height: 280px !important;
    }

    .s-title {
        display: block;
        margin-bottom: 5px;
    }

    #ajanda .tab-content {
        color: #FFF !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: static;
        overflow: scroll;
    }
}

@media only screen and (max-width: 575.98px) {
    .sponsor-logo {
        width: 100%;
        display: block;
    }

    .sap .sponsor-logo {
        width: 30%;
    }
}

.fadein {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.kordsa {

}

.kordsa .logo {
    width: 190px;
    height: auto;
}

.kordsa .header > .row {
    height: 96px;
}


.webinar_list .webinar-date {
    border-top: none;
    margin: 0;
    padding: 0;
}

.webinar_list .border-bottom:last-child {
    border-bottom: none !important;
}

.webinar_list .btn {
    padding: 5px 30px 3px 30px;
}

#anket .questions-wrapper {
    overflow: scroll;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.accordion-bg-reset .card-header,
.accordion-bg-reset .card {
    background: none;
}

#sponsorlar .accordion-bg-reset .card img {
    width: 200px;
    height: auto;
}

#sponsorlar .card-body {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 30px 0;
}

#sponsorlar .card .card-header,
#sponsorlar .card .btn {
    padding: 0;
}

#sponsorlar .card {
    border: 0;
    padding: 15px 0;
}

#sponsorlar .btn-link {
    color: #FFF;
}

#sponsorlar .btn-link .icon-cheveron-down {
    transform: rotateZ(180deg);
    display: inline-block;
}

#sponsorlar .btn-link.collapsed .icon-cheveron-down {
    transform: rotateZ(0);
    display: inline-block;
}

.lg-menu .left-container {
    width: 75%;
}

.lg-menu .right-container {
    position: relative;
    width: 45px;
    max-height: 100vh;
    border-left: 1px solid #1a1a1a;
}

.lg-menu .left-container.left-container-100 {
    width: calc(100% - 45px);
}

.lg-menu .right-container.active {
    width: 25%;
}

@media only screen and (max-width: 820px) {
    .lg-menu .left-container,
    .lg-menu .right-container {
        width: 100% !important;
    }
}

.
