

.three-logos{
    max-width: 50%;
    height: auto;
    margin-top: 40px;
}

.info-slider{
    background: #fff;
}
.slick-prev{
    background: url('../img/prev.png');
    width: 89px;
    height: 89px;
    border: none;
    background-size: contain;
    left: 0;
    z-index: 10;
}
.slick-next{
    background: url('../img/next.png');
    width: 89px;
    height: 89px;
    border: none;
    background-size: contain;
    right: 0;
    z-index: 10;
}
.hero-slider .slick-prev{
    background: url('../img/hero-prev.png');
    width: 50px;
    height: 50px;
    border: none;
    background-size: contain;
    left: 7%;
    z-index: 10;
    top: 40%;
}
.hero-slider .slick-next{
    background: url('../img/hero-next.png');
    width: 50px;
    height: 50px;
    border: none;
    background-size: contain;
    right:7%;
    z-index: 10;
    top: 40%;
}
.slick-next, .slick-prev{
    position: absolute;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info-slider{
    width: 90%;
    max-width: 1531px;
    margin-left: auto;
    margin-right: auto;
}
#infograph{
    background: #fff;
}

.r1, .r2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.r1 span, .r2 span{
    font-family: "ETbold";
    font-size: 40px;
    color: #6d4499;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.r1 p, .r2 p{
    font-family: "ETreg";
    text-align: center;
    font-size: 18px;
    max-width: 240px;

    height: 54px;
}
.info-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
    margin-bottom: 30px;

}
.info-item img{

    height: 90px;
    width: auto;
    margin-bottom: 5px;
}

.hero-slider{
    background: #fff;
}
.hero-slider img{
    width: 100%;
}

#desc{
    padding-top: 10px;
}
#desc img{
    margin-right: 15px;

}
#desc a, #desc a:hover, #desc a:visited{
    color: #6e449a;
    position: absolute;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#desc .btn{
    z-index:50;
    position: relative;
}
#desc strong{
    font-size: 18px;
}
.plexl{
    width: 100%;
    position: absolute;
    margin-top: -165px;
    z-index:-1;
}

#sub-info{

    padding-top: 20px;

    /*background: url('../img/kv-bg.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*display: flex;*/
    /*flex-direction: row;*/

}
#sub-info .sub-left, #sub-info .sub-right{
    width: 50%;


}
.sub-left img{
    width: 100%;
    height: auto;
}
.w100{
    width: 100%;
}
.sub-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-right:5%;
    padding-left: 5%;
}
.sub-item img{
    width: 120px;
    height: 120px;
    margin-right: 30px;
}
.sub-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.show-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 460px;
    margin-bottom: 20px;

}
.info-inner{
    margin-left: 24px;
}
.info2{
    position: relative;
    left: 126px;
}
#sponsors{
    font-family: 'Roboto';
    font-size: 20px;
}
.sponsor-slider{
    width: 90%;
    max-width: 1531px;
    margin-left: auto;
    margin-right: auto;



}
.sponsor-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sponsor-slide .logo-wrapper > a {
    display: inline-block;
    width: 140px;
}

.sponsor-slide .logo-wrapper > a + a {
    margin-left: 30px;
}

.sponsor-slide .logo-wrapper > a > img {
    max-width: 100%;
}

@media (max-width:348px){
    .sponsor-slide .logo-wrapper > a {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sponsor-slide .logo-wrapper > a + a{
        margin-left: 0;
    }
}

.org{
    width: 410px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.org p{
    margin-bottom: 0;
}

/*.fl{*/
/*display: flex;*/
/*flex-direction: column;*/

/*}*/
.fl{
    margin-left: 25px;
    margin-right: 25px;
}
.fli{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}


#speakers{
    height: auto;
    position: relative;
    background: url('../img/grey-bg.jpg');
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-bottom: 60px;
    padding-top: 60px;

}
.sleft{
    width: 40%;

}
.sleft p{
    font-size: 15px;

}

.cta-area p{
    max-width: 400px;
}
.cta-area h1{
    max-width: 500px;
    font-family: ETBold!important;
    font-size: 35px!important;
}
.slick-slide .btn{

    padding:10px 15px!important;
    font-family: ETbold;
}
.srow1, .srow2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.speaker{
    position: relative;
    margin-left: 75px;
    margin-bottom: 80px;
}
.speaker .btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'ETbold';
    font-size: 24px;
}
.speaker .btn small{
    display:block;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
}

.sright{
    margin-top: 27px;
    width: 40%;
}
.sright svg{
    margin-top: 0px;
    padding-bottom: 40px;
}
.speaker .moveup{
    position: relative;
    top: -42px;
}

.sleft p{
    margin-bottom: 50px;
    max-width: 500px;
}
.sleft .btn{
    padding-left:30px;
    padding-right: 30px;
}

#particles-js{ position:absolute; width: 100%; height: 100%;
    top:0;
    background-color: transparent; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }


.eqbl .form-control{
    width: 90%;
    max-width: 480px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cta-area{
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.hero-slider .slick-slide{
    position: relative;
}

.purple .btn{
    background-color: #fff;
    color: #6d4499;
}

.cta-area table tr td{
    font-size: 25px;

}
.cta-area table th.colon{
    width: 40px;
}
.cta-area table tr td.colon{
    text-align: center;
}

.cta-area.inverted p, .cta-area.inverted h1, .cta-area.inverted small{
    color: #fff;
}
#logo1.active .st0{

    fill: #6d4499!important;
}

/*#speaker1, #speaker2, #speaker3, #speaker4{*/
/*filter: url(../img/filter.svg#grayscale); !* Firefox 3.5+ *!*/
/*filter: gray; !* IE6-9 *!*/
/*-webkit-filter: grayscale(1); !* Google Chrome & Safari 6+ *!*/
/*-webkit-transition: all 2s;*/
/*}*/
/*#speaker1:hover, #speaker2:hover, #speaker3:hover, #speaker4:hover{*/
/*filter: none;*/
/*-webkit-filter: grayscale(0);*/
/*}*/
#speaker1-circle, #speaker2-circle, #speaker3-circle, #speaker4-circle_1_{
    display:none;
}


.svgcta:hover rect{
    fill: transparent;
    outline: 2px solid #6D4499;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.svgcta:hover text{
    fill: #6D4499;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.svgcta rect, .svgcta text{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#cta1, #cta2, #cta3{
    display: none;
}
.slick-dots button{
    display:none;

}
.slick-dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slick-dots li{
    width: 45px;
    list-style: none;
    cursor: pointer;
}
.slick-dots li:before{
    content: '';
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: transparent;
    width: 18px;
    height: 18px;
    display: block;
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}
.slick-dots li.slick-active:before{
    background-color: #6e449a;
}
.slick-arrow{
    display:none!important;
}

.addeventatc .addeventatc_icon {
    display:none!important;
}
.addeventatc{
    max-height: 40px;
    overflow: hidden;
}

.addeventatc.btn{
    color: #fff!important;
    width: 200px;
    font-family: ETBold!important;
    font-size: 16px!important;

}
.addeventatc.btn:hover{
    color: #6d4499!important;
    background-color: #fff;
}


#infograph h1{
    margin-top:20px;
    margin-bottom:20px;
    text-align: center;
}
#industry-insights
{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding-top: 30px;

    padding-bottom: 50px;

}
.gray-patch{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #f3f3f3;
    top: 0;
}
#industry-insights:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
    background: #f3f3f3;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
#industry-insights h1{
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#industry-insights img.bg-img{
    width: 100%;
    height: auto;
    position: absolute;

}
.slick-list {
    outline: none !important;
}
.industry-slider{
    max-width: 750px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 9vw;*/
}
.industry-slider .slick-slide.insight{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pr55{
    padding-right:55px;outline: none !important;

}
.slick-slide{
    outline: none!important;
}
.industry-slider .slick-slide div{
    margin-left: 10px;
    margin-right: 10px;outline: none !important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.insight .date{
    color: #6e449a;
    font-family: ETBold;
}
.industry-slider .slick-dots{
    bottom: -35px;
}
.insight .btn {
    margin-bottom: 5px;
}
@media only screen and (max-width: 1700px) {
    #sub-info{
        background-size:  cover;
    }
}

@media only screen and (max-width: 1400px){
    .cta-area{
        left: 3%;
    }
}
@media only screen and (max-width: 1200px) {
    .cta-area h1{
        max-width: 370px;
    }
    .cta-area p{
        max-width: 350px;
    }
    .cta-area h1{
        font-size: 29px!important;
    }

}



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

    .cta-area h1, .cta-area p{
        max-width: 280px;
    }
    .cta-area h1{
        font-size: 29px!important;
    }


    .m-flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .r1, .r2{

    }





    .cta-area table tr td {
        font-size: 15px;
    }

}
@media only screen and (max-width: 800px) {
    .industry-slider .slick-slide.insight.slick-active{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .industry-slider .slick-slide.insight {
        display: initial;
    }

    .pr55{
        padding-right:initial;
    }
    .insight .date, .insight .intro{
        text-align: center;
    }
    .industry-slider{
        padding-bottom: 30px;
    }
    .insight .btn{
        margin-bottom: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative;

    }



    .industry-slider h2{
        text-align: center;
        margin-top: 15px;
    }

    #desc{
        padding-top: 90px;
    }
    .hero-slider .mobile{
        display: block!important;

    }
    .hero-slider .desktop{
        display: none!important;
    }
    .slick-dots{

        bottom: 0px;

    }
    .slick-dots li:before{

        width: 10px;
        height: 10px;


    }
    .slick-dots{

        bottom: 0px;

    }
    .slick-dots li:before{

        width: 10px;
        height: 10px;


    }
    .cta-area{
        top: 22%;
        text-align: center;
        width: 100%;
        left: initial;
    }
    .cta-area p, .cta-area h1, .cta-area small{
        margin-left:auto;
        margin-right: auto;
        width:90%;
    }
    .cta-area.inverted p, .cta-area.inverted h1, .cta-area.inverted small{
        color: #fff;

    }



    #desc img{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        display:block;
    }
}
@media only screen and (max-width: 600px) {

    #industry-insights{
        padding-top: 50px;
        margin-top: -23px;
    }
    .gray-patch{
        display: none;
    }
    #desc{
        margin-bottom: 60px;
    }

    .slick-slide .btn {
        padding: 7px 10px !important;
    }
    .cta-area h1{
        font-size: 20px!important;
    }
    #desc strong{
        font-size: 16px;
    }
    .org{
        width: 100%;
    }

    #nav-footer li a{
        font-size: 14px;
    }
    .fl{
        margin-left: 5px;
        margin-right: 5px;
    }
    #infograph h1 {
        margin-top: 40px;
    }




    .info-slider{
        margin-bottom: 20px;
    }
    .nav-main ul li {
        margin-right: 0;
    }


    .r1 p, .r2 p{
        height: 64px;
        font-size: 15px;
    }
    .r1 span, .r2 span{
        font-size: 30px;
    }
    .m-flex {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .info-item img {
        height: 70px;
    }
    body{
        padding-bottom: 106px;
    }


    .info-item{
        width: 50%;
        margin: 0;
    }


    #speakers{
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
        padding-top: 0;
    }
    .sright, .sleft{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .sright{
        width: 100%;
    }
    .sleft .btn{
        margin-bottom: 80px;
    }
    .sleft p{
        margin-bottom: 30px;
    }
    .sleft h1{
        margin-top: 20px;
    }

    .sright svg {
        margin-top: 0px;
        padding-bottom:0;
    }


}