#mainFeatureContainer{
    width:615px;
    height:250px;
    overflow:hidden;
}
#mainFeatureContainer div.feature,
#tripleFeatureBlock .feature,
#articles_list .feature {
    position:relative;
}
#mainFeatureContainer div.feature,
#mainFeatureContainer div.feature div.image,
#mainFeatureContainer div.feature div.image img{
    height:100%;
}
#mainFeatureContainer div.feature,
#mainFeatureContainer div.feature div.image{
    width:100%;
}
#mainFeatureContainer .overlay,
#tripleFeatureBlock .overlay,
#articles_list .overlay{
    bottom:0;
    position:absolute;
    left:0;
    width:100%;
    background-color:rgba(10,10,10,0.7);
    color:white;
    /*padding:10px;*/
}

#mainFeatureContainer .overlay h4,
#tripleFeatureBlock .overlay h4,
#articles_list .overlay h4{
    float:left;
    max-width:90%;
    color:white;
    margin:0;
}

.feature .comments{
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-right: 17px;
    position:absolute;
    top:10px;
    right:10px;
    color:white;
}

.bottom-right{
    position: absolute;
    bottom: 0px;
    right: 13px;
    height: 14px;
    overflow: hidden;
    padding-bottom: 30px;
    width: 30px;
}

.comments {
    background: url(/static/public/image/comments.png) no-repeat;
    height: 14px;
    text-decoration: none;
    display: block;
    line-height: 12px;
    width: 15px;
    float: right;
}
.comments-count {
    width: 15px;
    float: right;
    margin-top: -3px;
}

.bottom-right a.comments img {
    width: unset;
    float: right;
    margin: 0px;
    margin-left: 10px;
}

#tripleFeatureBlock{
    margin-top:10px;
    height:130px;
    overflow:hidden;
    margin-bottom:10px;
}
#tripleFeatureBlock div.feature,
#articles_list .feature{
    width:198px;
    height:130px;
    float:left;
    margin-left:10px;
    overflow:hidden;
}
#articles_list .feature{
    margin-bottom:8px;
}
#articles_list .feature.margin-none{
    margin:0;
}
#tripleFeatureBlock .feature:first-child {
    margin-left:0!important;
}
#tripleFeatureBlock .feature:last-child {
    margin-right:0!important;
}

#tripleFeatureBlock .overlay h4,
#articles_list .overlay h4 {
    font-size: 80%;
    max-width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 15px;
    max-height: 30px;
}
#articles_list .comments, 
#articles_list_feature .comments {
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-right: 30px;
    padding-bottom: 14px;
}
.overlay div{
    height:100%;
}
#articles_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}
#articles_list_feature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row: 1;
    grid-column-gap: 20px;
    height: 300px;
    margin-bottom: 15px;
}
#articles_list_feature .article {
    height: 100%;
    padding-bottom: 0px;
    border-bottom: none;
}
#articles_list_feature .article > a img {
    width: 100%;
    height: 150px;
    display: inline-block;
    object-fit: cover;
}
#articles_list_feature .article .summery {
    height: 75px;
}
#articles_list_feature .article h4 {
    font-size: 1.4em;
    line-height: unset;
}
#articles_list_feature .article .category-dot {
    margin-bottom: 4px;
    margin-top: 10px;
}
.articles_list .article{
    width: 100%;
    height: 140px;
    position: relative;
}
.articles_list .article div.articleinfo {
    width: 97%;
    display: inline-block;
    margin-right: 1%;
    height: calc(100% - 16px);
}
.articles_list .article div.articleinfo .category-dot {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}
.articles_list .article div.articleinfo h4 {
    width: 90%;
    display: inline-block;
    display: -webkit-inline-box;
}
#articles_list_feature .article div.articleinfo {
    height: unset;
}
.articles_list .article .rightseparator {
    float: right;
    height: 128px;
    width: 1px;
    border-right: 1px solid #b8b8b8;
    margin-top: 0px;
}
/* offset due to 3 featured */
.top_list .article:nth-child(odd) .rightseparator,
.bottom_list .article:nth-child(even) .rightseparator {
    display: none;
}
#articles_list_feature .article .rightseparator {
    display: none;
}
.articles_list .article .bottomseparator {
    width: calc(100% - 15px);
    border-bottom: 1px solid #b8b8b8;
    margin-top: 15px;
}
#articles_list_feature .article .bottomseparator {
    display: none;
}
.articles_list .article a{
    height: 100%;
    color:black;
}
.articles_list .article h4{
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 57px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#articles_list_feature .article h4 {
    max-height: 62px;
}
.articles_list .article .summery{
    margin:4px 0;
}
.articles_list .article .summery p{
    font-size: 14px;
}
.articles_list .article .published_container{
    font-size: 65%;
}

.articles_list .article .is_read,
#blog_articles_list .article .is_read{
    padding:1px 4px;
    color:white;
    font-weight:bolder;
    font-size:85%;
    background-color:#3f2856;
}
.articles_list .article .is_read.read,
#blog_articles_list .article .is_read.read{
    display:none;
}
.articles_list .article_info{
    width: 50%;
    display: inline-block;
}
#articles_list_feature .article_info {
    width: 100%;
}
.articles_list .summery p{
    margin:0;
}
.articles_list .article img{
    float: left;
    overflow: hidden;
    width: 47%;
    height: 100%;
    margin-right: 3%;
    display: inline-block;
    object-fit: none;
}
#articles_list_feature .article img{
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-right: 3%;
    display: inline-block;
    object-fit: none;
    max-height: 150px;
}
.articles_list .article.press-releases .image{
    background: url(//www.bit-tech.net/static/public/image/bit_tech_press_release.jpg) no-repeat center !important;
    background-size: cover !important;
}
.articles_list .article .image img{
    width:100%;
}
.articles_list .summery img{
    float:right;
}
.articles_list .row{
    height:110px;
}
.search_results {
    background-color:#3c424e;
    color:white;
    padding:5px 8px;
    margin-bottom: 10px;
}
#author-detail-name {
    margin-top: 0px;
}

@media handheld, only screen and (max-width:767px) {
    body .articles_list .article{
        margin:0px;
    }
    body .articles_list .article .article_info{
        padding: 0px;
    }
    .articles_list .article h4 {
        font-size: 14px;
    }
    .articles_list .article .summery > p {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .articles_list .article .bottom-right {
        display: none;
    }
}

#page_navigation{
    line-height: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
}
#page_navigation a{
    text-decoration:none;
}
#page_navigation button.nav_button{
    padding:2px 5px;
    font-size:90%;
    border:0;
    background-color:#3d434f;
    color:white;
    cursor:pointer;
    border-radius: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .articles_list {
        display: grid;
    }
    .articles_list .article {
        width: 49%;
        display: -ms-inline-grid
    }
    #articles_list_feature .article {
        width: 33%;
    }
    .articles_list .article.hide-on-desktop {
        display: none;
    }
    .articles_list .article .rightseparator, 
    .articles_list .article .bottomseparator {
        display: none !important;
    }
}

