

.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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    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%;
}
.news-slider{
    width: 320px;
    max-width: 100%;

    padding:5px;
}
.news-slider .slick-slide{
    padding: 3px;
}
.news-slider .slick-dots{
    bottom: -40px;
}
.news-slider .slick-dots li.slick-active:before {
    background-color: #f5821f;
}
.news-slider .slick-dots li:before {
    background-color: transparent;
    border: 2px solid #f5821f;
}
.slick-slide:focus { outline: none; }
#desc{
    position: relative;


}
.d1{
    width: 25%;
    left: 25px;
    top: 40px;
}
.d2{
    width: 25%;
    right: 50px;
    top: 0;
}
#desc img{
    position: absolute;
}
#desc p{
    max-width: 526px;
}
#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;
}



#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 {
    text-align: center;
}
.cta-area.inverted{
    text-align: left;
}

.cta-area p{
    max-width: 400px;
    color: #fff;
}
.cta-area h1{
    max-width: 400px;
    font-family: ETBold!important;
    font-size: 36px!important;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) ;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) ;
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) ;
    color: #f5821f;
}
.cta-area p{
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) ;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) ;
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) ;
}
.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;
    left: 50%;
    top: 33%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cta-area.inverted{
    position: absolute;
    top: 33%;
    left: 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


.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 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: 30px;
    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: #fff;
}
.slick-arrow{
    display:none!important;
}
.addeventatc{
    max-height: 40px;
    overflow: hidden;
}
.addeventatc .addeventatc_icon {
    display:none!important;
}

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

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


#infograph h1{
    margin-top:20px;
    margin-bottom:20px;
    text-align: center;
}

#tech-highlights{
    /*background: url('../images/red_bg.jpg');*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    z-index: 51;
    background-position: bottom;
    background-size: contain;
    position: relative;
    color: #fff;
}
#tech-highlights img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.tl{
    z-index: 51;
    width: 60%;
}
.tl svg{
    width: 100%;
    margin-left: auto;
    display: block;
    margin-top: -40px;
    position: relative;
    top: 0;
    left: 0;

}
_:-ms-fullscreen, :root .tl svg { height:560px; }
.tr{
    width: 40%;

    z-index: 52;
}
.tr p{
    width: 480px;
    max-width: 80%;
color: #fff;
}
#show-highlights{
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: bottom;
    position: relative;
    overflow: hidden;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
}
#show-highlights .graybg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.graybottom{
    top: initial!important;
    bottom: 0;
}
#hli{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    max-width: 90%;
    opacity: 0.01;
    position: absolute;

    -webkit-transition: 1.5s opacity ease-out;

    -o-transition: 1.5s opacity ease-out;

    transition: 1.5s opacity ease-out;
}
#hli2{
    position: absolute;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 90%;
    opacity: 0.0;

    -webkit-transition: 1.5s opacity ease-out;

    -o-transition: 1.5s opacity ease-out;

    transition: 1.5s opacity ease-out;
}
.abso{
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
}
_:-ms-fullscreen, :root .abso { display:none; }

.abso img{
    width: 100%;
}

#show-highlights h1, #show-highlights h3{
    color: #f5821f;
}
#show-highlights h1{
    padding-left: 6px;
}
#show-highlights h2{
    margin-top: 30px;

}
#show-highlights p{
    color: #333333;
    max-width: 275px;
}
.shl{
    z-index: 51;
    margin-right: 100px;
    padding-bottom: 40px;
}
.shr{
    z-index: 51;
    max-width: 50%;
    width:30%;
    height: 500px;
}

.svghover:hover{
    stroke: #000!important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.svghover{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
/*.shl{*/
/*width: 45%;*/
/*}*/
/*.shr{*/
/*width: 65%;*/
/*}*/
@media only screen and (max-width: 1700px) {
    #sub-info{
        background-size:  cover;
    }
}


@media only screen and (max-width: 1400px){
    .cta-area.inverted{
        left: 3%;
    }
    .cta-area{
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    .cta-area.inverted{
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cta-area h1{
        max-width: 360px;
    }
    .cta-area p{
        max-width: 360px;
    }
}
@media only screen and (max-width: 1200px) {
    .cta-area h1{
        max-width: 320px;
    }
    .cta-area p{
        max-width: 350px;
    }
    .cta-area h1{
        font-size: 29px!important;
    }

    .nav-main ul li {
        margin-right: 20px;
    }
    _:-ms-fullscreen, :root .tl svg { height:440px; }
}



@media only screen and (max-width: 1000px) {
    .shl{
        margin-right: 50px;
    }

    .cta-area.inverted{
        left: 3%;
    }

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

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




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


}


@media only screen and (max-width: 800px) {
    #hli,#hli2, .shr{
        height: 232px;


    }
    #hli,#hli2{

        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .tl{
        width: 100%;

    }
    .tl svg {
        width: 100%;
        margin-left: 0;
        display: block;
        margin-top: -40px;
    }
    .tr{
        width: 100%;
    }
    .tr .btn{
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 50px;
    }
    .tr p, .tr h1 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .abso{
        display:none;
    }

    .shr {
        max-width: 100%;
        width: 100%;
        position: relative;
        top: -20px;

    }
    .shl{
        text-align: center;
        margin: 0;
    }
    #hli, #hli2{
        display: block;
        max-width: 100%;
        padding-top: 30px;
    }
    #tech-highlights .desktop{
        display: none;
    }
    #tech-highlights{
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        background:url('../images/red_bg_m.jpg');
        background-size: cover;
    }
    #show-highlights{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .hero-slider .mobile{
        display: block!important;

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

        bottom: 10px;

    }
    .slick-dots li:before{

        width: 10px;
        height: 10px;


    }

    .slick-dots li:before{

        width: 10px;
        height: 10px;


    }
    .cta-area, .cta-area.inverted{
        top: 5%;
        text-align: center;
        width: 100%;
        left: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .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;

    }



}

@media only screen and (max-width: 600px) {
    .slick-slide .btn {
        padding: 7px 10px !important;
    }
    .cta-area h1{
        font-size: 20px!important;
    }
    #desc strong{
        font-size: 16px;
    }

    #infograph h1 {
        margin-top: 40px;
    }




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

        width: 10px;
        height: 10px;


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


    .cta-area{

        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;

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


    #speakers{

        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: 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;
    }


}
@media only screen and (max-width: 400px) {
    .cta-area, .cta-area.inverted{
        top:3%;
    }
}
@media only screen and (max-width: 320px) {
    .cta-area h1, .cta-area.inverted h1{
        font-size: 17px!important;
    }
}