@charset "utf-8";
/* CSS Document */

/* Page News */

.blog {
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    max-width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
.blog:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.blog .blog-link {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    line-height: 48px;
    font-size: 12px;
    color: #eb2c33;
    z-index: 5;
    text-decoration: none;
}
.blog .fa-comment {
    display: block;
    font-size: 26px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #eb2c33;
    color: #fff;
    z-index: 3;
}
.blog .blog-caption {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0 15px 10px 15px;
}
.blog .blog-caption h3 {
	margin:20px 0 10px;
}
.blog .blog-caption .post-information {
    color: rgba(14,14,14,.7);
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}
.blog .blog-caption .post-information span {
    padding-right: 10px;
}
.blog .blog-caption .blog-name {
    color: #0e0e0e;
}
.blog .blog-caption .blog-name:hover {
    color: #eb2c33;
    text-decoration: none;
}
.blog figure {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.blog .figure-hover-overlay {
    position: relative;
    overflow: hidden;
    background-color: #eaeaea;
}
.blog .figure-hover-overlay .figure-href {
    text-transform: lowercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.blog .figure-hover-overlay img {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1.25s ease-out;
    transition: 1.25s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.blog:hover .figure-hover-overlay img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1.25s ease-out;
    transition: 1.25s ease-out;
}
.blog:hover .figure-hover-overlay figcaption {
    opacity: 1;
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-transition: -webkit-transform .4s,opacity .1s;
    -moz-transition: -moz-transform .4s,opacity .1s;
    transition: transform .4s,opacity .1s;
    color: #FFF!important;
}
.blog .bar:before {
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7f7f7;
    border-top: 0;
    border-left: 10px solid transparent;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -10px;
}
.blog .btn-read {
    color: rgba(14,14,14,.7);
    border-color: rgba(14,14,14,.5);
}
.blog .btn-read:hover {
    color: #fff;
    background-color: #eb2c33;
    border-color: #eb2c33;
}
.media-heading {
    font-size: 18px;
    margin-bottom: 10px;
}
.time-right {
    float: right;
    padding: 5px 20px;
    font-size: 13px;
    color: #0e0e0e;
}
.btn-right-post {
    border: 1px solid rgba(14,14,14,.5);
    padding: 3px 20px;
    float: right;
    color: rgba(14,14,14,.9);
    font-size: 12px;
    background-color: #eaeaea;
}
.btn-right-post:hover {
    text-decoration: none;
    background-color: #eb2c33;
    color: #fff;
    border-color: #eb2c33;
}
.btn-read {
    border: 1px solid rgba(234,234,234,.7);
    color: #eaeaea;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 10px auto 20px;
    display: inline-block;
	transition:all 0.3s ease 0s;
}
