
/*
* Swiper Functionality
* October 2016
* Created by Subhranil Dutta (subhranild@zacksindia.com)
*/


#slider_wrapper{
            width: 100%;
}
.swiper-container, .swiper-container_youmaylike, .swiper-container_mostread {
    width: 93%;
    /*height: 300px;*/
    margin: 20px auto;
    padding: 0 20px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;

    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
*/
    z-index: 9999;
}
.append-buttons {
    text-align: center;
    margin-top: 20px;
}
.append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}
.swiper-wrapper img {
    display: block;
    width: 100%;
    height: auto !important;
    max-width: 170px;
    max-height: 95px;

}
.swiper-wrapper article{
    width: 98%;
}
.swiper-wrapper article header, .jcarswiper-wrapperousel article header a, .swiper-wrapper article p, .swiper-wrapper article p div{
    width: 100%;
}
.swiper-wrapper article p{
    margin-top: 1px;
    padding: 0;
    text-align: left;
}

.swiper-wrapper article a h1{
    font-size: 10.5pt !important;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 2px;
    margin: 0.3em 0 0.1em 0 !important;
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next1, .swiper-button-prev1{
    background-color: transparent;
    display: block;
    margin: 0;
    width: 21px;
    position: absolute;
    left: 0;
    top: 27px;
    color: #009f19;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 30px;
    /* height: 21px; */
    padding: 22px 0 160px;
    background-image: none;
}
.swiper-button-next, .swiper-button-next1{
    right: 1px;
    left: inherit;
    background: #FAFAFA;
}

#more_zacks_video .swiper-button-prev, #more_zacks_video .swiper-button-prev1{
    background: #FAFAFA;
}

.swiper-wrapper#slider_content .swiper-slide article p, .swiper-wrapper#slider_content .swiper-slide article p + div{
    font-size: 10pt;
    line-height: 1.5;
    color: #4b4b4b;
    text-align: left;
}

.swiper-wrapper .swiper-slide article header,
.swiper-wrapper .swiper-slide article header a{position: relative; z-index: 99999; display: inline-block; float: left; width: 100%;}
.swiper-wrapper .swiper-slide article header a img,
.swiper-wrapper .swiper-slide article header a h1{position: relative; z-index: 99999; display: inline-block;}

/*
.swiper-wrapper .swiper-slide article header,
.swiper-wrapper .swiper-slide article header div { position: relative; z-index: 99999; display: inline-block; float: left; width: 100%; }
*/

/* preloader for homepage swiper carousel only for mobile */
@media screen and (min-width: 320px) and (max-width: 767px){
    .loading{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        background-color: #fff;
        width: 100%;
        height: 100%;
        min-height: 242px;
        padding: 0px;
        text-align: center;
        color: #000;
        font-size: 11pt;
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
        opacity: 1;
    }
}


@media screen and (min-width: 768px){
    .loading{display: none;}
}
