.blog-detail .description {
    font-size: 14px;
	margin-bottom: 0px;
	text-align: justify;
	line-height: 1.75;
}
.blog-detail .share {
	margin: 20px 0px;
}
/********************************************/
.blog-thumb {
    overflow: hidden;
	margin-bottom: 20px;
}
.blog-thumb .image {
    cursor: pointer;
}
.blog-thumb .image a {
    position: relative;
	display: block;
	overflow: hidden;
}
.blog-thumb .image a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block; 
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01); /* IE 9 */
    -webkit-transform: scale(0.01, 0.01); /* Safari */
    transform: scale(0.01, 0.01);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.blog-thumb .image:hover a:after {
    opacity: 1;
	-ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
}

.blog-thumb h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
    line-height: 1.3;
}
.blog-thumb .date {
	font-size: 10px;
	color: #999;
}
.blog-thumb .description {
	font-size: 13px;
    margin-top: 5px;
	margin-bottom: 0px;
	line-height: 1.5;
}
.blog-featured .blog-thumb {
    position: relative;
    margin-bottom: 0px;
}
.blog-featured .blog-thumb .caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px 15px;
}
/*
.blog-featured .blog-thumb .image:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block; 
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(54,54,54,1);
    background: -moz-linear-gradient(45deg, rgba(54,54,54,1) 0%, rgba(209,209,209,0.64) 36%, rgba(209,209,209,0.1) 90%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(54,54,54,1)), color-stop(36%, rgba(209,209,209,0.64)), color-stop(90%, rgba(209,209,209,0.1)));
    background: -webkit-linear-gradient(45deg, rgba(54,54,54,1) 0%, rgba(209,209,209,0.64) 36%, rgba(209,209,209,0.1) 90%);
    background: -o-linear-gradient(45deg, rgba(54,54,54,1) 0%, rgba(209,209,209,0.64) 36%, rgba(209,209,209,0.1) 90%);
    background: -ms-linear-gradient(45deg, rgba(54,54,54,1) 0%, rgba(209,209,209,0.64) 36%, rgba(209,209,209,0.1) 90%);
    background: linear-gradient(45deg, rgba(54,54,54,1) 0%, rgba(209,209,209,0.64) 36%, rgba(209,209,209,0.1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#d1d1d1', GradientType=1 );
}
*/
/*****************************************/
.blog-carousel {
	position: relative;
}
.blog-carousel h2 {	
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.blog-carousel h2 span {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: -1px;
	border-bottom: 2px solid #333;
}
.blog-carousel .owl-carousel {
	margin: 0px;
	position: static!important;
}
.blog-carousel .owl-nav {
    position: absolute;
    right: 0px;
    top: 3px;
    width: 48px;
}
.blog-carousel .owl-nav div {
	position: static!important;
    display: inline-block;
    margin-top: 0px;
	opacity: 1;
	width: 22px;
    height: 22px;
    line-height: 22px;
	padding: 0px!important;
	text-align: center;
	background: #eaeaea!important;
	border-radius: 0px!important;
	opacity: 1!important;
	margin: 0px 1px;
}
.blog-carousel .owl-carousel .owl-nav div i {
    font-size: 14px!important;
    margin: 0;
	color: #999;
}
.blog-carousel .owl-carousel .owl-nav div:hover i {
    color: #FFF;
}
.blog-carousel .blog-thumb h3 {
	font-size: 14px;
}
.blog-carousel .description {
	/*padding: 0px 15px 15px;*/
}
.blog-carousel .description h3 a {
	color: #222;
}
.blog-carousel .meta {
	font-size: 12px;
	color: #888;
	margin-bottom: 5px;
}
.blog-carousel .more {
	text-align: right;
}
.blog-carousel .more  a {
	color: #e4a801;
	font-size: 12px;
}

/****** MOBILE ******/
@media (max-width: 767px) {
    .blog-list-left .image {
        width: 35%!important;
    }
    .blog-list-left .caption {
        margin-left: 35%!important;
        padding-left: 15px!important;
    }
    .blog-list-right .image {
        width: 35%!important;
    }
    .blog-list-right .caption {
        margin-right: 35%!important;
        padding-right: 15px!important;
    }
}