.single-box {
    margin-top: 20px;
     padding-left: 0;
  padding-right: 0;
}
.group-title-box {
    margin-bottom: 20px;
}
.group-title {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    padding-bottom: 7px;
}
.group-title span {
    background: #00B3FF;
    border-bottom: 3px solid #2b96e1;
    text-transform: uppercase;
    padding: 10px 5px 5px 5px;
}
.group-title a {
    color: #FFFFFF;
}
image-hover2 a {
    position: relative;
    display: table;
}
a {
    color: #666;
}
.image-hover2 a::before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.image-hover2 a::after {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}
ul, ol {
    list-style: none;
}
.blog-list-sidebar li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.blog-list-sidebar li .post-thumb {
    width: 80px;
    float: left;
    border: 1px solid #eaeaea;
    padding: 4px;
    background: #fcfcfc;
}
.blog-list-sidebar li .post-thumb img {
    width: 80px;
    height: 50px;
}
.blog-list-sidebar li .post-info {
    margin-left: 90px;
    color: #999;
}
.blog-list-sidebar li .post-info .post-meta {
    font-size: 12px;
    margin-top: 5px;
}
.blog-list-sidebar li .post-info .fa {
    line-height: inherit;
}
.blog-list-sidebar li .post-info .fa {
    line-height: inherit;
}