.easlogo {
    color: black;
    font-weight: bold;
    font-size: 50px;
}
#info {
    font-size: 16px;
    color: black;
    font-family: Roboto;
}
#info h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
#info li {
    list-style: circle !important;
    margin-left: 40px;
    display: list-item;
}
.button-group-custom {
    margin-top: 10px !important;
}
.box-size-custom h4 {
    font-size: 18px !important;
}
.button {
    letter-spacing: unset;
    padding: 15px 25px;
}
.section-promo-item img {

    min-height: 100vh;
}

.mobile #home {
    padding-top: 90px;
}

#home {
    padding-bottom: 30px;
    overflow: hidden;

}

.event * {
    #color: white;

}

.event {

    margin-top: 30px;
}
.section-promo-decor img {
    width: 90%;

}
.big.offset-top-5 {
    margin-top: 0px;
}
.speakers-about {
    margin-bottom: 30px;
    color: black;
}
.owl-stage-outer {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.big.offset-top-5 {
    color: black;
}
.big.team-minimal-text {
    color: black;
}
.form-input.form-control-has-validation {
    color: black;
}
.event .row:hover {
    background-color: #cff8d0 !important;
}
.section.page-header {
    background-color: #00cb6b;
}
@media (min-width: 1200px){
    .section-promo {
        padding: 0px;
    }
}
.ie-panel{display: none;background: #212121;padding: 10px 0;box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;position: relative;z-index: 1;} html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {display: block;}

.faq {
    background-color: #fff;
    padding: 50px 0;
}

.faq__title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
}

.faq__title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -50px;
    width: 140px;
    height: 4px;
    background-color: #5dc660;
}
.faq p, .faq li {
    color: black;
}
.faq__block {
    max-width: 768px;
    margin: 50px auto;
}

.acc {
    width: 100%;
}

.acc-item {
    margin-bottom: 15px;
}

.acc-button {
    padding-right: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.acc-button.active {
    color: #5dc660;
}

.acc-button.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.acc-button::after {
    content: '';

    width: 20px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.acc-button:hover {
    color: #5dc660;
}

.acc-content {
    display: none;
    padding: 10px 35px;
    margin-top: 15px;
    position: relative;
}

.acc-content p {
    border-left: 2px solid #5dc660;
    padding-left: 10px;
    font-size: 20px;
    line-height: 24px;
}

.acc-content ul {
    border-left: 2px solid #5dc660;
    padding-left: 15px;
}

.acc-content ul li {
    list-style-type: '-';
    font-size: 20px;
    line-height: 24px;
    padding-left: 10px;
}

.acc-content.active {
    display: block;
}

.acc-content.active p,
.acc-content.active ul {
    -webkit-animation: sweep 1s ease alternate;
    animation: sweep 1s ease alternate;
}

.acc-content.active::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #bdc3c7;
    -webkit-animation: linewrite 2s ease;
    animation: linewrite 2s ease;
}

@-webkit-keyframes sweep {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes sweep {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes linewrite {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes linewrite {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
#eventcont {
    padding: 60px 10px !important;
    border-top: solid 8px #5dc660;
    border-bottom: solid 8px #5dc660;
}
#eventcont h2 {
    font-size: 35px;
}
.title_border {
    border-bottom: solid 4px #5dc660;
}

@media only screen and (max-width: 700px) {
    #eventcont {
        padding: 10px 5px !important;
        border-top: none;
        border-bottom: none;
        border-left: solid 4px #5dc660;
        line-height: 1.5;
    }

    .ConfName {
        text-align: center;
        font-size: 20px !important;
    }
    #promoTitle {
        font-size: 18px;
    }

    #eventcont div {
        text-align: center;
        font-size: 18px !important;
        padding: 10px;
    }

    .event a {
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: center;
    }
}


.YoutubeLinks div {
    text-align: left !important;
    display: block;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.col-12.YoutubeLinks a {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    text-transform: none;
    padding: 10px 15px;
}

.col-12.YoutubeLinks {
    margin-bottom: 40px;
}