@media only screen and (max-width: 767px){
    #mcs5_container .customScrollBox{
        overflow:visible !important;
    }
    #timeline-years,
    #mcs5_container .dragger_container,
    #mcs5_container .scrollUpBtn, 
    #mcs5_container .scrollDownBtn,
    .mclose-expand,
    .m-expcert {
        display: none !important;
    }

    body .jspPane{
        position: static;
    }

    body .mobile-slider,
    .holder{
        display: block !important;
    }

    body .desktop-history{
        display: none !important;
    }

    body #mcs5_container,
    body #bvw-hero-wrapper-timeline{
        height:100%;
    }
    .scroll-pane{
        width: 100% !important;
        overflow-y:scroll !important;
    }

    .holder {
        padding: 20px;
        margin: 0 0 15px;
    }

    .mobile-slider .slide-item{
        text-align: center;
    }

    .mobile-slider .slide-item h2{
        color: #fff;
        font-weight: bold;
        margin-top: 25px;
    }

    .mobile-slider .slide-item h3{
        padding: 5px;
    }

    .mobile-slider .slick-slide img{
        display: inline-block;
    }
}


.mobile-slider .slick-prev,
.mobile-slider .slick-next{
    background: url('images/left.png');
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 30px;
    top: auto;
}

.mobile-slider .slick-next {
    background: url('images/right.png');
    width: 15px;
    height: 15px;
    left: auto;
    right:30px;
}

.new-home-slider{
    width: 1020px;
    margin: 0 auto;
}

li.home-slider-single {
    position: relative;
}
.home-slider-single .caption {
    width: 944px;
    height: 85px;
    position: absolute;
    background: rgba(35, 35, 35, 0.5);
    bottom: 0;
    padding: 15px 40px 0 40px;
    font-family: 'PT Sans',sans-serif;
    color: #f8f5e4;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.home-slider-single .caption h2 {
    color: #f8f5e4;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    text-transform: none;
}

.home-slider-single .caption p {
    padding: 0;
    margin: 5px 0 0 0;
    width: 850px;
}

.home-slider-single .link-url{
    height: 100%;
    width: 100%;
    display: block;
}

.slider-wrapper{
    width:100%;
}

.slider-wrapper li.item{
    position: relative;
}

.slider-wrapper li.item .caption{
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding: 20px;
    bottom:0;
}
.slider-wrapper{
    display: none;
}
#carousel{
    position: relative; width: 1020px; height: 470px
}

@media (max-width: 768px){
    #responsive_slider{
        display: none;
    }
    .slider-wrapper{
        display: block;
    }

    .slider-wrapper li.item h2{
        color: #f8f5e4;
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        text-transform: none;
        margin-bottom: 8px;
    }
    .slider-wrapper li.item p{
        font-style: 14px;
        padding: 0;
        margin: 5px 0 0 0;
    }
}
.et_bloom_popup .et_bloom_custom_html_form form input{
    margin-bottom:20px;
}
.et_bloom_popup .et_bloom_custom_html_form form input[name="SUBMIT"]{
    background-color: transparent;
    width: auto !important;
    padding: 0 !important;
    border: 0;
    margin: 0;
}

.event-image img{
    max-width: 100% !important;
}