/* Global */

.slider_news
{
    background-color: #f1f1f1;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
/*
.news_slider_container
{
    margin-top: 10px;
}
*/
.btn-mini{
    color: black;
}
.glyphicon
{
    color: black;
}
.thumbnails
{
    padding: 0px;
    margin-bottom: 0px !important;
}
.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}
.news_image_size
{
    width: 360px !important;
    height: 200px !important;
}

/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}



/* Carousel Control */
.control-box {
/*    text-align: right;*/
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}



li { list-style-type:none;}


::-moz-selection { background: #ff5e99; color: #FFFFFF; }

/* all news list */
.news_thumb_list
{
    width: 400px;
   
     height: 125px;
    display: inline-block;
}
.inner_newslist_container
{
  
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.news_img_thum_list
{
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    width: 246px;
}
.author_details_news
{
    display: inline-block;
   
}
.news_text_padding
{
    padding-left: 8px;
    padding-right: 0px;
}
.new_author_name_date
{
    margin-left: 5px;
  
}
.news_redirect_link:hover
{
    text-decoration: none;
}
.news_redirect_link
{
    color: black;
}
.news_overlay
{
    position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform:scale(0);
  transition: .3s ease;
}
.inner_newslist_container:hover .news_overlay
{
    
transform: scale(1);
}
.news_overlay p
{
    color: #fff;
    text-align: center;
    margin-top: 52px !important;
    position: relative;
    font-weight:bolder
}

@media only screen and (max-width: 1024px) {
      .news_img_thum_list
{
    width: 100%;
}   
    .thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px;
        margin-bottom: 15px;
/*        margin-top: -15px;*/
}

}
@media only screen and (min-width: 768px) {
      .news_img_thum_list
{
    width: 32%;
}   
}
@media only screen and (min-width: 1024px) {
      .news_img_thum_list
{
    width: 32%;
}   
}
/*
@media only screen and (min-width: 750px) {
   .news_img_thum_list
{
    width: 236px;
}
}
*/
/*
@media only screen and (max-width: 1240px) {
   .news_img_thum_list
{
    width: 300px;
}
}
*/
/* end of all nes list*/
.news_page_advertising
{
    text-align: center;
    
}
.thumbnail
{
    margin-bottom: 7px;
}
/*latest bug fix 12/4/18*/

.custom-latest-news-list
{
    width: 67%;
    display: inline-block;
}

.c-latest-inner-news-list
{
    width: 49.6%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}
.c-news-title
{
    color: #404040;
    font-weight: bold;
}
.c-news-author
{
    padding-left: 5px;
    padding-right: 5px;
        font-weight: bold;
    color: #ffa500;
}
.news-text-head-limit
{
        display: block;
    display: -webkit-box;
    height: 80px;
/*    margin: 0 auto;*/
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:400px)
{
    .news-text-head-limit {
    display: block;
    display: -webkit-box;
    height: 36px !important;
    /* margin: 0 auto; */
    line-height: 1.4;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .c-news-author
    {
        text-align: center;
    }
/*
    .inner_newslist_container
    {
        text-align: center;
    }
*/
    .custom-latest-news-list
    {
        width: 100%;
    }
    .c-latest-inner-news-list
    {
        width: 100%;
    }
    .c-news-discription
    {
        margin-top: 0px;
    }
    .news_thumb_list
{
    width: 100%;
     height: 200px !important;
    display: inline-block;
}
    .thumbnails li> .fff .caption
    {
            background: #fff !important;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0px;
    }
}
@media(max-width:1200px)
{
    .c-latest-inner-news-list
    {
        width: 100%;
    }
    .c-news-title
    {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .c-news-discription
    {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .new_author_name_date
    {
        margin-bottom: 0px;
    }
    .news-text-head-limit
{
        display: block;
    display: -webkit-box;
    height: 40px;
/*    margin: 0 auto;*/
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
        .news_thumb_list
{
    width: 100%;
     height: 123px;
    display: inline-block;
}
}
@media(max-width:767px)
{
       .news_thumb_list
{
    width: 100%;
     height: 300px;
    display: inline-block;
}
    .custom-latest-news-list
    {
            width: 100%;
    display: inline-block;
    }
    .news-text-head-limit {
    display: block;
    display: -webkit-box;
    height: 17px;
    /* margin: 0 auto; */
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
   
/*
.thumbnails li> .fff .caption {
    background: #fff !important;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0px !important;
}
*/
 }
/*end latest bug fix 12/4/18 */
.thumbnail:before
{
    display:  none !important;
}
.news-title-style
{
    color: #000;
}
.custom-maincontent-container {
    width: 100%;
    PADDING: 0px;
    margin-top: 0px;

}
/*new slider*/
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    margin-left: -10px;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: -10px;
    display: block !IMPORTANT;
    border: 0px solid black;
}

    .owl-prev i, .owl-next i {
        /*transform: scale(1,6);*/
        color: #ccc;
    }

.caption {
    background-color: #fff;
    padding: 10px;
}

.fff {
    margin-left: 10px;
    margin-right: 10px;
}

.owl-carousel {
    padding-bottom: 30px;
}