.blog-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 90px;
    position: relative;
}

.blog-entry article {
    max-width: 960px;
    margin: 0 auto;
}

.blog-entry .blog-title {
    font-family: "NeueHaasGroteskDisplayProBold";
    font-weight: normal;
    font-size: 40px;

    text-align: center;
    padding-top: 80px;
    margin: 0 auto;

    margin-bottom: 20px;
    line-height: 1.2;
}
.BlogPost .blog-entry .blog-title,.blog-post-container .blog-entry .blog-title  {
    font-size: 56px;
}
.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;
}
.BlogPost {
    background: #fff;
}
.post-image.youtube:hover:after {
    opacity: 0;
}
.post-image.youtube {
    position: relative;
}
.blog-entry .blog-date {
    font-family: "Messina Sans";
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #999999;
    text-align: center;
    margin-bottom: 40px;
}
.blog-entry .content p {
    line-height: 22px;
    margin-bottom: 22px;
    font-size: 18px;
}
.postfooter {
    border-top: 1px solid #ddd;
}
.header-tel {
    margin-bottom: 0;
}
.blog-entry .content {
    padding-top: 72px;
    text-align: justify;
    padding-bottom: 30px;
    min-height: 0;
}
.blog-entry .content img {
    max-width: 100%;
    height: auto;
}

.blog-entry .post-image img {
    text-align: center;
    max-width: 650px;
    font-family: "Messina Sans";
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin: 0 auto;
}

.back-link {
    font-family: "Messina Sans";

    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    padding-left: 30px;
}

.back-link:hover {
    color: #E60000;
}

.back-link .fa {
    font-size: 12px;
    font-weight: normal;
}

.social-title {
    font-family: "Messina Sans";
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}

#related-posts {
    background: #000;
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
}

#related-posts h1.title {
    font-family: "NeueHaasGroteskDisplayProBold";
    font-weight: normal;
    font-size: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

#related-posts .inner-posts {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
}
#related-news {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 40px;
    position: relative;

    box-sizing: border-box;
}
.social-links {
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
}
.social-links .social-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;

    font-size: 18px;
}
.social-links .social-link:hover,
.social-links .social-link:active {
    text-decoration: none;
}
.social-container {
    text-align: center;
    margin-bottom: 50px;
}

.post-summary {
    width: 33.3333%;

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

    transition: all 0.5s ease !important;
    display: inline-block;
}
.post-summary.loaded {
    opacity: 1;
}
.post-category {
    font-family: "Messina Sans";
    font-size: 18px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 72px;
}
.post-summary a.title {
    font-family: "NeueHaasGroteskDisplayProBold";
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    line-height: 48px;
    display: block;
    -webkit-line-clamp: 2;
    color: #fff;
}
.post-summary a.title:hover{
    text-decoration: none;
}
.post-image {
    display: block;
    margin-bottom: 32px;
}
.post-image img {
    width: 100%;
}
.post-image iframe {
    width: 100%;
    height: 576px;
}
#related-posts .post-image iframe {
    height: auto;
    min-height: 187px;
    background: #000;
}
@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: 14px;
    font-weight: normal;
    color: #989898;
    text-transform: uppercase;
    margin-top: 10px;
}
@media (max-width: 767px) {
    /*body{*/
    /*background: #fff !important;*/
    /*}*/
    .blog-inner {
        margin: 0;
        padding: 15px;
    }
    .blog-entry .blog-title {
        font-size: 20px;
        margin-bottom: 15px;
        padding-top: 30px;
    }
    .blog-entry .content {
        padding: 0;
    }
    .post-summary {
        width: 100%;
    }
    #related-posts {
        padding-top: 25px;
    }
    #related-news {
        margin-top: 15px;
    }
    #related-posts h1.title {
        font-size: 22px;
    }
    .blog-entry .blog-date {
        margin-bottom: 20px;
    }
    .back-link {
        line-height: 50px;
        padding-left: 15px;
    }
    .post-image iframe {
        height: auto;
    }
    .post-summary a.title {
        font-size: 24px;
        line-height: 28px;
    }
    .post-image {
        margin-bottom: 32px;
    }
    .post-category {
        font-size: 16px;
    }
    #news {
        margin: 0;
    }
    .post-summary {
        padding: 0;
    }
}

.gallery-item img {
    width: 100%;
}

.slick-active .slider-dot {
    background: #dd4b38;
}

.slider-dot {
    height: 8px;
    display: block;
    border-radius: 50%;
    width: 8px;
    background: #d8d4d1;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 4px;
}

.slick-dots {
    bottom: -50px;
}

.slickArrow-prev {
    height: 40px;
    width: 40px;
    top: 50%;
    position: absolute;
    display: block;
    left: -100px;
}

.slickArrow-next {
    height: 40px;
    width: 40px;
    top: 50%;
    position: absolute;
    display: block;
    right: -100px;
}

.slickArrow-next:hover,
.slickArrow-prev:hover {
    cursor: pointer;
}
