/*-----------------blog-type-1----------*/

.blog-type-1 .item .item-inner {
    margin-bottom: 30px;
}

.blog-type-1 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.blog-type-1 .post_title {
    font-size: 2rem;
    display: block;
    font-weight: 500;
	margin-bottom: 8px;
	letter-spacing: 2px;
}

.blog-type-1 .news_module_image_holder {
    margin: auto 0;
    position: relative;
}

.blog-type-1 .news_module_image_holder .image_holder_wrap {
	overflow: hidden;
}

.blog-type-1 .news_module_image_holder .image_holder_wrap a {
	display: block;
}

.blog-type-1 .news_module_image_holder:hover .image_holder_wrap a {
    transform: scale3d(1.07, 1.07, 1);
}

.blog-type-1 .right_blog_home{
	padding-top: 10px;
}

.blog-type-1 .right_blog_home > p{
	margin-bottom: 0;
	line-height: 2.2rem;
	font-size: 1.4rem;
}

.blog-type-1 .content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	margin-bottom: 5px;
}

.blog-type-1 .date_added i{
    color: #666666;
    float: left;
    font-size:20px;
    letter-spacing: 1px;
    line-height: 30px;
	margin-right:10px;
}

.blog-type-1 .date_added{
    color: #666666;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
	display:inline-block;
	margin-right:15px;
}

.blog-type-1 .content .date_added:last-child{
	margin-right:0;	
}

.blog-type-1 .bottom_blog .date_added{
	float:right;
	line-height:20px;
	font-size:12px;
	margin-left:20px;
	margin-bottom:10px;
}