﻿
.source
{ 
font-size:18px;

}

.news-list {
    border-radius: 5px
}

.news-list li {
    background: #fff;
    border: 1px solid #d6dfec;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 0 auto 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.news-list li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    background: #056839;
    width: 0%;
    z-index: 0;
    transition: all ease-in-out .35s
}

.news-list li.active:before {
    width: 100%
}

.news-list li:hover:before {
    width: 100%
}

.news-list a {
    color: #222;
    position: relative;
    z-index: 1;
    display: block;
    z-index: 1
}

.news-list li.active a {
    color: #fff
}

.news-list li:hover a {
    color: #fff
}

.news-list a i {
    margin-right: 10px
}

.news-area .entry-meta p span:first-child {
    float: left
}

.news-area .entry-meta p span:last-child {
    float: right
}

.news-area .entry-meta span {
    margin: 0 15px
}

.news-area .entry-meta {
    height: 45px
}

.entry-content a {
    width: 100%
}

.single-news .post-content {
    margin: -18px auto auto
}

.news-area .entry-meta p {
    margin-top: 10px;
    font-size: 16px
}

.entry-content h5 {
    text-align: center;
    font-size: 25px;
    margin: 20px auto;
    color: #212529;
    position: relative; 
	margin:5px 0px 10px 0px;
}

.news-area .entry-meta:after {
    top: -24px
}

.entry-content h5:after {
    content: "";
    left: 0;
    bottom: -5px;
    width: 60px;
    position: absolute;
    border-bottom: 0px solid #056839
}

.entry-content > p {
    margin-bottom: 10px;
}

.single-news {
    margin-bottom: 0
}

.blockquote {
    padding: 10px 20px;
    margin: 20px auto;
    font-size: 14px;
    font-style: italic;
    background: #f4f5f7;
    border-left: 5px solid #056839
}

.blockquote2 p {
    padding: 10px 20px;
    margin: 20px auto;
    font-size: 14px;
    font-style: italic;
    background: #f4f5f7;
    border-left: 5px solid #056839
}

.sec-title .uk-panel-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 0;
    position: relative;
    text-transform: none;
    text-align: left
}

.uk-panel-title:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    position: absolute;
    border-bottom: 2px solid #056839
}

.news-list-div {
    width: 100%
}

.news-list-div li {
    display: block;
    overflow: hidden;
    margin: 15px
}

.news-list-div li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(3, 95, 51, .9);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    float: left;
    margin-right: 8px
}

.news-list-div li span {
    width: calc(100% - 45px);
    float: left
}

.feature-list li:before {
    /*position: absolute;*/
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    /*left: 0;
    display: block;*/
    font-family: fontawesome;
    content: "\f0a4";
    font-size: 0.75rem;
    color: #0C95EC;

    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(3, 95, 51, .9);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    float: left;
    margin-right: 8px;
}

.news-image-popup {
    margin: auto;
    padding: 0px
}

.news-image-popup .col-md-2 {
    padding: 5px;
    text-align: center;
    margin: 0
}

.portfolio-items {
    margin: 0
}

.tag {
    width: 100%;
    left: 50%;
    position: relative;
    text-align: center;
    transform: translateX(-50%)
}

.tag ul li {
    float: none;
    padding-right: 0
}

.default-portfolio-item:hover .overlay-box {
    display: table
}

.center-div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.default-portfolio-item .overlay-box .center-div span {
    height: auto;
    position: relative;
    top: 0
}

.share-news-list li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    overflow: hidden
}

.share-news-list li a {
    color: #fff;
    background:transparent;
    transition: all ease-in-out .35s;
    width: 35px;
    height: 35px;
    line-height: 31px;
    border-radius: 50%;
    font-size: 16px;
    float: left;
    border: 2px solid #056839
}

.share-news-list span {
    float: left;
    line-height: 35px;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600
}

.share-news-list small {
    width: 0;
    overflow: hidden;
    display: block;
    transition: all ease-in-out .35s;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    font-weight: 400;
    background: #034f2b;
    border-radius: 5px;
    color: #fff;
    margin: 3px 0;
    position: relative;
    display: none
}

.share-news-list li:hover a {
    background: rgba(255, 255, 255, .15);
    color: #056839
}

.share-news-list small:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #222;
    content: ''
}

.share-news-list li:hover small {
    width: 80px;
    margin-left: 7px
}

#news-details {
    background: rgba(255, 255, 255, 1)
}

.news-sidenav-name {
    padding: 0
}