/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;width:100%;float: left;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slideshow-flexslider .slides > li{overflow: hidden;background: #1D1D1B;}
.flexslider .slides img {width: 100%; display: block;}
.advert-leaderboard{margin: 0px 0px 15px 0px;padding:0px 15px;}
.advert-flexslider-img {/*width:auto !important;*/ margin:auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin:0px; padding: 0px 0px 15px 0px; background: #fff; position: relative; zoom: 1;overflow: hidden;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.advert-flexslider{}
.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url('../images/flexslider/bg_direction_nav_red.png') no-repeat 0 0; position: absolute; top: 55%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 15px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 15px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 15px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: none; background: rgba(226,0,28,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;border:1px solid #E2001C;}
.flex-control-paging li a:hover { background: none; background: rgba(226,0,28,0.7); }
.flex-control-paging li a.flex-active { background: #E2001C; background: rgba(226,0,28,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flex-caption{
    width: 100%;
    float: left;
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    font-size: 16px;
    text-align: right;
    background: #E2001C;
    color: #ffffff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.flex-heading{
    width: 100%;
    float: left;
    text-align: center;
    /*top: 15px;
    position: relative;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 80%;*/
    margin-bottom: 15px;
}

.flex-heading h1, .flex-heading h2, .flex-heading h3, .flex-heading h4, .flex-heading h5, .flex-heading h6, .flex-heading b, .flex-heading strong{

}

.article-name-sub{
    line-height: 23px;
}

#module-slideshow-article{

}

.flex-heading h1{
    font-size: 48px;
}

.article-main-slideshow-media{
    height: 525px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.slideshow-flexslider:hover .article-main-slideshow-media{
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.article-slideshow{
    height: 525px;
    overflow: hidden;
    margin: 0px 15px;
    padding: 15px;
    color: #ffffff;
}

.article-slideshow-content{
    position: relative;
    z-index: 1;
    margin: 50px 0px;
    width: 100%;
    height: auto;
    float: left;
}    

#module-slideshow-article .is-featured-article{
    position: absolute;
    top: 0px;
    left: 75px;
    background: #1D1D1B;
    color: #ffffff !important;
    text-align: center;
    padding: 10px 15px !important;
    margin: 0px !important;
    border:none !important;
    font-family: 'NeutraTextBold' !important;
}

.slideshow-flexslider-video{
    position: absolute;
    width: 100%;
}

.article-slideshow-overlay{
    background: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.article-slideshow h1, .article-slideshow h2, .article-slideshow h3, .article-slideshow h4, .article-slideshow h5, .article-slideshow h6, .article-slideshow b, .article-slideshow strong{
    color: #ffffff;
    font-family: 'NeutraTextBold';
}

.article-slideshow-content .btn-white{
    width: auto !important;
}

.author-slideshow-name{
    color:#E2001C;
    font-family: 'NeutraTextBold';    
}

.article-slideshow-content .issuu-name{
    color: #E2001C;
}

.article-carousel{
    margin: 15px 0px;
}

.article-carousel li{
    max-height: 100px;
    overflow: hidden;
    margin: 0px 5px;
    border:2px solid #ffffff;
}

.article-carousel .flex-active-slide{
    border:2px solid #E2001C;
}

.banner-tag-section-article{
    background: #E2001C;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 15px;
    z-index: 1;
    text-transform: uppercase;
    padding: 2px 8px 0px 8px;
    font-family: 'NeutraTextBold';
    font-size: 14px;
}

.banner-tag-section-article-no-image{
    background: #E2001C;
    color: #ffffff;
    text-align: left;
    position: static;
    top: 0px;
    left: 0px;
    z-index: 1;
    text-transform: uppercase;
    padding: 2px 8px 0px 8px;
    font-family: 'NeutraTextBold';
    font-size: 14px;
    display: inline-block;
}

.article-list .banner-tag-section-article{
    font-size: 14px;
    left: 30px;
    padding: 2px 5px 0px 5px;
}

.article-list .banner-tag-section-article-no-image{
    font-size: 14px;
    left: 0px;
    padding: 2px 5px 0px 5px;
    margin-bottom: 15px;
}

.flexslider .btn-red{
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

@media(max-width:1199px){
    .article-slideshow h1{
        //font-size: 32px;
    }
}

@media(max-width:991px){ 
    #module-slideshow-article li{
        background-position: right center !important;
    }

    .advert-skyscrapper .advert-flexslider-img {
        width:auto !important;
    }

    .advert-skyscrapper{
        //margin: 0px -15px;
    }

    .advert-skyscrapper col-sm-4 col-xs-4{
        padding: 0px;
    }
}

@media(max-width:767px){
    .flex-heading, .article-slideshow{
        //font-size: 16px;
    }

    .flex-heading h1, .article-slideshow h1{
        //font-size: 30px;
    }

    .article-slideshow{
        height: 465px;
        padding: 15px 0px;
    }

    .article-main-slideshow-media{
        height: 465px;
    }

    .is-featured-article{
        left: 45px;
    }

    #module-slideshow-article .is-featured-article{
        left: 45px;
    }

    .article-slideshow-overlay{
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
}

@media(max-width:400px){
    .article-slideshow-content{
        //font-size: 15px;
    }

    .flex-heading{
        //font-size: 12px;
    }

    .flex-heading h1, .article-slideshow h1{
        //font-size: 24px;
    }

    .article-slideshow{
        height: 525px;
        padding: 15px 0px;
    }

    .article-main-slideshow-media{
        height: 525px;
    }
}