/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 110px 0px;
    background: #ffffff;
    overflow: hidden;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .news-block {
    margin-bottom: 0;
}

.news-section .news-carousel .owl-stage-outer {
    overflow: visible;
}

.news-section .news-carousel .news-block {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-section .news-carousel .active .news-block {
    opacity: 1;
    visibility: visible;
}

.news-block .inner-box {
    position: relative;
    display: block;
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block .image,
.news-block .image img {
    display: block;
    width: 100%;
}

.news-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block .hover-box .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .hover-box .link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #ffffff;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .hover-box .link a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: -15px 0px 0px -15px;
}

.news-block .hover-box .single-link {
    left: auto;
    right: 0;
}

.news-block .hover-box .single-link a {
    background: #00aa55;
}

.news-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.news-block .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px;
}

.news-block .lower-box h4 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    z-index: 1;
}

.news-block .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .lower-box h4 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
    margin-bottom: 20px;
}

.news-block .lower-box .cat-info a {
    color: #757575;
}

.news-block .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: #00aa55;
}

.news-block .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
}

.news-block .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 8px;
}

.news-block .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%;
}

.news-block .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.news-block .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase;
}

.news-block .comments-info {
    position: relative;
    float: right;
    padding: 13px 0px;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 15px;
}

.news-block .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block;
}

.news-block .comments-info a .fa {
    padding-right: 3px;
    color: #aaaaaa;
}

.news-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -122px;
}

.news-carousel .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cccccc!important;
    font-size: 24px!important;
    border: 1px solid rgba(0, 0, 0, 0.10)!important;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-carousel .owl-nav .owl-next:hover,
.news-carousel .owl-nav .owl-prev:hover {
    border-color: #00aa55!important;
    color: #00aa55!important;
}

.news-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.news-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.news-carousel .owl-dots .owl-dot.active span {
    background: #00aa55;
    outline-color: #00aa55;
}