/* Featured 1 */ 

/**********************************
    Featured Area
**********************************/ 
.featured_1{
    margin-bottom: 50px;
}
.featured_1 .swiper-container{ 
    /*width: 733px;*/
    background: #999
}
.swiper-button-next, .swiper-button-prev{
    background: #333; 
    bottom: 0 !important;
    top: auto !important;
    margin-top: 0px !important;
    width: 46px !important;
    height: 46px !important; 
    font-size: 36px;
    color: #ccc;
    position: relative !important;
}
.swiper-button-next{ 
    left: 0px !important;
}
.swiper-button-prev{
    left: 0px !important;
    border-right: 1px solid #464646;
    float:left
}
.swiper-button-next:before, .swiper-button-prev:before{
    line-height: 45px;
    margin-left: 17px;
}
.swiper_slide_image {
    cursor: -webkit-grab;
    cursor: grab
}
.swiper_slide_image:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.swiper_slide_title_meta{
    background: rgba(240, 237, 233, 0.8);
    padding: 14px 20px 18px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.swiper_slide_title{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.swiper_slide_title a{
    color: #333
}
.featured_label{  
    background: #e53b2c;
    bottom: 0;
    z-index: 100;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 9px 14px;
    float: left
}
.featured_label_arrows{
    position: absolute;
    top:0;
    z-index: 10;
}
.swiper_slide_meta{
    font-family: 'Roboto', sans-serif;
    color: #767676;
    font-size: 13px;
    margin-top: 7px;
    font-weight: 400;
}
.swiper_slide_meta span{
    text-transform: uppercase
}
/* Featured Area One End */
