#divTagsImg,.divUpdatesImg{
    position: relative;
    background-color: black;
}
#divTagsImg > span,.divUpdatesImg > span{
    font-family: OpenSansExtraBold;
    background-color: #ed1c24;
    color: white;
    padding: 5px;
    font-size: 1.3em;
    position: absolute;
    left: 0;
    top: 0;
}
.divUpdatesImg .divUpdatesTitle{
    font-family: OpenSansMedium;
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    height: 90px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    opacity: .75;
}

.divUpdatesImg .divUpdatesTitle a{
    color: white;
    text-decoration: none;
}
.divUpdatesImg .divUpdatesTitle a:hover{
    opacity: .75;
}
.divUpdatesImg img{
    min-height: 250px ;
}

#divUpdatesPreview{
    font-family: OpenSansMedium;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    padding: 30px;
    max-height: 416px;
}
#divUpdatesPreview h4{
    font-family: OpenSansExtraBold;
}
#divUpdatesPreview p{
    margin-top: 25px;
    overflow: hidden;
    max-height: 210px;
    font-size: 1em;
}
#previewReadmore{
    padding: 25px 0;
    text-align: right;
}
#previewReadmore a{
    text-decoration: none;
    color: white;
    font-size: 1em;
    padding: 5px 20px;
    border: white solid 2px;
}

#previewReadmore a:hover{
    background-color: white;
    color: black;
    font-weight: bold;
}

.linkArticleFinder:hover .divUpdatesImg{
    opacity: .75;
}
/*View Page*/
#divViewUpdates .divViewTags,#divViewTitle{
    font-family: OpenSansExtraBold;
    background-color: black;
    color:white;
    font-size: 1.4em;
}
#divViewThumb{
    width: 100%;
    background-color: black;
}
#divViewUpdates #divViewContent{
    font-family: OpenSansRegular;
    background-color: black;
    color: white;
    padding: 25px;
}

.divViewNext{
    position: relative;
    background-color: black;
}
.divViewNext .divViewNextTitle{
    font-family: OpenSansExtraBold;
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    height: 90px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    opacity: .75;
}
.linkViewNext:hover > div{
    opacity: .75;
}
#btnLoadMore{
    width: 100%;
}
#txtArticleFinder,#btnLoadMore{
    font-family: OpenSansBold, FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    border-radius: 0 ;
    background-clip: unset;
    color: white;
}
#txtArticleFinder{
    background-color: #ed1c24;
    color: white;
    border: solid #ed1c24 2px;
    transition: all .55s;
    padding: .375rem .75rem;
    width: 275px;
}
#txtArticleFinder.wider{
    width: 100%;
}

#txtArticleFinder::placeholder{
    color: white;
}
#divLoadMore{
    text-align: center;
}
@media (min-width: 991.98px) and  (max-width: 1199.98px){
    #divUpdatesPreview{
        max-height: 347px;
        padding: 20px;
    }
    #previewReadmore{
        padding-top: 0;
        text-align: right;
    }
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
    #txtArticleFinder{
        width: 175px;
    }
    #divViewTitle label{
        font-size: .65em;
    }
}
