.md-blog .item .image {
    transition: all .3s;
}
.md-blog .item:hover .image {
    opacity: .7;
}
.md-blog .item h5 {
    margin: 15px 0 10px 0;
}
.md-blog .item h5 a {
    color: #444;
    text-decoration: none;
    transition: all .3s;
}
.md-blog .item h5 a:hover {
    opacity: 0.8;
}
.md-blog .item small {
    margin-bottom: 10px;
    display: block;
    color: #666;
    font-style: italic;
}
.md-blog .item p {
    line-height: 28px;
    color: #666;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 14px;
}
.md-blog-sidebar .blog-tags a {
    display: inline-block;
    background: transparent;
    border: 2px solid #444444;
    padding: 1px 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #444444;
    font-weight: 500;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.md-blog-sidebar .blog-tags a:hover {
    background: #444444;
    color: #ffffff;
}
.md-blog-sidebar .blog-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.md-blog-sidebar .blog-menu li a {
    display: block;
    font-weight: 400;
    color: #444444;
    font-style: italic;
    font-size: 15px;
    padding: 4px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}
.md-blog-sidebar .blog-menu li a:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow.svg) no-repeat;
    background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    position: absolute;
    left: -15px;
    top: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.md-blog-sidebar .blog-menu li:hover a:before {
    opacity: 1;
    left: 0;
}
.md-blog-sidebar .blog-menu li a:hover {
    padding-left: 15px;
}
.md-blog-sidebar .blog-recent-posts-item {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.md-blog-sidebar .blog-recent-posts-item .image-wrapper {
    display: table-cell;
    vertical-align: top;
    width: 96px;
    position: relative;
}
.md-blog-sidebar .blog-recent-posts-item .image-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.md-blog-sidebar .blog-recent-posts-item:hover .image-wrapper:after {
    opacity: 1;
}
.md-blog-sidebar .blog-recent-posts-item .image-wrapper img {
    width: 100%;
}
.md-blog-sidebar .blog-recent-posts-item .desc {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 20px;
}
.md-blog-sidebar .blog-recent-posts-item .desc a.title {
    color: #383838;
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
.md-blog-sidebar .blog-recent-posts-item .desc a.title:after {
    content: "";
    width: 27px;
    height: 1px;
    background: #cecece;
    position: absolute;
    bottom: -6px;
    left: 0px;
}
.mn-blog-item-tags:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.mn-blog-item-tags span,
.mn-blog-item-tags a {
    display: inline-block;
    background: #f6f6f6;
    float: left;
    padding: 2px 10px;
    margin-right: 4px;
    color: #444444;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
	text-decoration: none;
}
.mn-blog-item-tags a:hover {
    background-color: #e9e9e9;
}
