.latestNewsBox, .latestGalleriesBox, .latestVideosBox {
    position: relative;
    padding-top: 65px;
    padding-bottom: 50px;
    height: 100%;
    background: url("/images/front/bg_news_players.jpg") no-repeat center center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.latestNewsBox .overlay, .latestGalleriesBox .overlay, .latestVideosBox .overlay {
    position: absolute;
    z-index: 1;
    top: 260px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);    
}

.latestNewsBox .container, .latestGalleriesBox .container, .latestVideosBox .container {
    position: relative; 
    z-index: 2;  
}

.news-feed {
    padding-top: 40px;
    text-align: left;
}

.news-feed ul {
    font-size: 0;
}

.news-feed li {
    display: inline-block;
    vertical-align: top;
}

.news-feed .news-item {
    display:block;
    position:relative;
    width: 370px;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
    font-family: 'Ubuntu', sans-serif;    
    margin-bottom: 30px;
}


.news-feed .news-item:hover .carousel-hover{
    opacity: 1;
}

.news-feed .news-item:hover .slider-item-title{
    color:rgba(255,198,0,0.7);
}

.news-feed .news-item--news:hover h3 a{
    color:rgba(255,198,0,0.7);
}

.sliders {
    padding-top: 35px;   
}

.news-feed .news-item h3 {
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
    font-weight: 700;    
    margin: 20px 30px;
}

.news-feed .news-item p {
    position: relative;
    margin: 0px 30px;
    font-size: 14px;
    line-height: 16px;
    max-height: 64px;
}

.news-item .news-date {
    position: relative;
    margin-left:30px;
    margin-top:15px;   
    font-size: 16px;
    color: #727e7c;
}

.news-item .bold {
    font-weight: 700;
}
.news-item .news-date:after {
    content: " ";
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: -5px;
    width: 16px;
    height: 2px;
    background: #727e7c;  
}

.latestGalleriesBox .overlay  {
    top: 0px;
}

.latestGalleriesBox, .latestVideosBox {
    z-index: 3;
}

.latestVideosBox .overlay  {
    top: 0px;
}

.loadmore {
    padding-top: 30px;
}

#galleriesfeed .news-item:before, #videosfeed .news-item:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    background: -o-linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    background: -moz-linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    background: linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
}