/*******************    News Block Style 1 Start    *******************/
.n-title{
    font-size:22px!important
}
.latest8{
    height:32rem;
    margin-bottom:15px;
}
.latest8 img{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width:100%;
    height:20rem;
    object-fit: cover;
}
.latest-img-block{
    position: relative;
    margin: auto;
    overflow: hidden;
    width:100%;
    height:20rem;
}
.latest8:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.news-block {
    width: 100%;
    float: left;
}
.news-image{
    display: block;
    position:relative;
    width: 800px;
    height:450px;
    margin:auto;
    object-fit: cover;
}
.pnews-title{
    height: 10px;
}
.news-thumb, .news-txt {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.news-block .news-thumb {
    margin-bottom: 20px;
}
ul.meta-info {
    margin: 0 0 10px;
    padding: 0px;
    list-style: none;
}
ul.meta-info li {
    display: inline-block;
    color: #cbcbcb;
}
ul.meta-info li:after {
    content: "|";
    padding: 0 7px;
}
ul.meta-info li:last-child:after {
    display: none;
}
ul.meta-info li a {
    color: #118e33;
    font-weight: 600;
}
.news-txt h5, .news-txt h4 {
    margin: 0 0 6px;
    line-height: 30px;
}
.news-txt h4 a {
    color: #222;
}
.news-block:hover h4 a, .news-txt h4 a:hover {
    color: #118e33;
}
.news-txt p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3%;
}
.news-txt a.rm {
    border: 1px solid #e6e6e6;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 20px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
}
.news-txt a.rm:hover {
    background: #118e33;
    color: #fff;
    border-color: #118e33;
}
.news-gallery .news-txt h5 {
    margin: 8px 0 6px;
    line-height: 28px;
}
.news-gallery ul.meta-info, .news-gallery .news-txt p {
    margin: 0px;
}
.news-gallery .news-block {
    margin-bottom: 30px;
}
.m30 {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
}
.news-thumb a {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
    line-height: 45px;
    background: rgba(17,142,51,.70);
    z-index: 999;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}
.news-thumb a:hover {
    background: #fff;
    color: #003893;
}
span.vtime {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #003893;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    z-index: 999;
}
.news-block:hover .news-thumb img {
    -webkit-transform: scale(1.3) translateY(-12px);
    transform: scale(1.3) translateY(-12px);
}
.news-thumb img {
    -webkit-transform: scale(1.0) translateY(0);
    transform: scale(1.0) translateY(0);
    width: 100%;
    height: 210px;
    object-fit: cover;

}
.news-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,56,86,.7);
    z-index: 99;
    content: "";
    opacity: 0;
}
.news-block:hover .news-thumb:after {
    opacity: 1;
}
.news-block:hover .news-thumb a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
span.team-name {
    position: absolute;
    left: 0;
    top: 0;
    background: #dc143c;
    color: #fff;
    line-height: 24px;
    padding: 0 20px;
    z-index: 999;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
span.team-name:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 24px solid #dc143c;
    border-right: 12px solid transparent;
}
/* Popup container - can be anything you want */
#share-buttons{
    margin: 20px 0;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

.popup:hover .popuptext {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.width50percent{
    width: 50%;
}
@media (min-width:200px) and (max-width:767px){
    .news-image{
        width:100%;
        height:200px
    }
    .latest8 h6{
        font-size:16px;
        font-weight:bolder
    }
    .latest8{
        border-bottom: 1px solid darkgray;
    }
    .popup {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .news-image{
        width: 100%;
        min-height:420px;
    }
}
