.blog-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 70px;
    position: relative;
}
#blog {
    background-color: #000;
}
.Blog.blog-post-loaded {
    background: #fff !important;
}
.blog-post-container {
    display: none;
}
#categories {
    text-align: center;
    max-width: 530px;
    margin: auto;
    margin-top: 162px;
    margin-bottom: 72px;
}
#categories a,
#categories span {
    font-family: "NeueHaasGroteskDisplayProBold";
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.8px;
    color: #fff;
}
.post-image.youtube .youtube-play {
    position: absolute;
    text-decoration: none;
    height: 50px;
    top: 50%;
    text-align: center;
    z-index: 10;
    left: 50%;
    margin-left: -35px;
    width: auto;
    margin-top: -25px;
    right: 0;
}

.post-image.youtube:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 4;
}
.post-image.youtube:hover:after {
    opacity: 0;
}
.post-image.youtube {
    position: relative;
}
#categories a:hover,
#categories a.current {
    color: #E60000;
    text-decoration: none;
}

.post-summary {
    width: 33.3333%;

    padding: 30px;
    padding-top: 0;
    padding-bottom: 40px;
    opacity: 0;

    transition: all 0.5s ease !important;
    display: inline-block;
}
.post-image {
    overflow: hidden;
}
.post-summary img {
    opacity: 0;

    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ias-spinner,
.ias-noneleft {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
#news {
    padding-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
}
.post-category {
    font-family: "Messina Sans";
    font-size: 18px;
    text-transform: uppercase;
    color: #999999;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
#news .post-summary.loaded {
    opacity: 1 !important;

}
.post-summary.loaded .post-image{
    background:#222;
}
.post-summary.loaded img {
    transform: scale(1) ;
    opacity: 1;
}
.post-summary.loaded:hover img{
    opacity: 0.5;
    transform: scale(1.05) ;
}
.post-summary a.title {
    font-family: "NeueHaasGroteskDisplayProBold";
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 5px;
    display: block;
}
.post-image {
    display: block;
    margin-bottom: 15px;
}
.post-image img,
.post-image iframe {
    width: 100%;
    height: auto;
}
.post-image iframe {
    background: #000;
    min-height: 185px;
}
.pagination {
    display: none;
}
@media screen and (min-width: 1300px) {
    .post-summary {
        /*width: 20%;*/
    }
}

.post-excerpt {
    font-family: "Messina Sans";
    font-size: 14px;
    font-weight: normal;
    /*line-height: 1;*/
}
.post-date {
    font-family: "Messina Sans";
    font-size: 12px;
    font-weight: normal;
    color: #989898;
    text-transform: uppercase;
    margin-top: 10px;
}
.blog-inner {
    min-height: 100%;
}
@media (max-width: 767px) {
    .post-summary {
        width: 100%;
    }
    .blog-inner {
        margin: 0;
    }
    #categories {
        height: auto;
        padding: 0;
        text-align: center;
        font-size: 24px;
        max-width: none;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 46px;
        line-height: 28px;
    }
    #categories a,
    #categories span {
        padding: 0;
        margin-right: 5px;
        top: 0;
        font-size: 24px;
        line-height: 28px;
    }
 
}
