.mb-0 {
    margin-bottom: 0px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
@media (min-width: 768px) {
    .blog-post-3 .panel {
        position: relative;
        margin: -60px 60px 15px 60px;
        z-index: 1;
    }
}
.blog-3-categories {
    list-style-type: none;
}
.blog-3-categories li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}
.blog-3-categories .active {
    font-weight: bold;
    position: relative;
}
.blog-3-categories .active::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: -34px;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: inherit;
}
@media (max-width: 992px) {
    .blog-3-categories .active::after {
        display: none;
    }
}
.blog-post-3 .panel h1 {
    margin-bottom: 0px;
}
.blog-post-3 .panel .label, .blog-post-3 .panel .label + strong, .blog-post-3-hero > div > .label, .blog-post-3-hero > div > .label + strong {
    margin-right: 10px;
}
.blog-post-3 {
    display: block;
    opacity: 0;
    transform: translateY(100px);
    transition: transform .5s, opacity .3s;
}
.blog-post-3, .blog-post-3:hover, .blog-post-3:active, .blog-3-trending-post, .blog-3-trending-post:hover, .blog-3-trending-post:active {
    color: inherit;
}
.blog-post-3 .panel {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s, opacity .6s;
}
.blog-post-3.intro, .blog-post-3.intro .panel {
    opacity: 1;
    transform: translateY(0px);
}
.blog-post-3 .agentColour2Text {
    font-weight: bold;
}
.blog-post-3-hero {
    display: block;
    position: relative;
    overflow: hidden;
}
.blog-post-3-hero-large {
    height: 360px;
}
.blog-post-3-hero > .blog-post-3-hero-footer {
    color: #FFF;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}
.blog-post-3-hero > .blog-post-3-hero-footer > h2 {
    margin-bottom: 0px;
    text-shadow: 1px 2px 0px #000;
}
.blog-post-3-hero-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    animation: blog-post-3-hero-image 4s;
}
.img-blog-post-3-hero-image {
    position: absolute;
    top: -40%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    animation: blog-post-3-hero-image 4s;
    width: 100%;
}
@keyframes blog-post-3-hero-image {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
.blog-3-sidebar > a {
    display: block;
}
.blog-3-trending-post .col-md-8 {
    padding-left: 0px;
}
.blog-3-trending-post h3 {
    font-size: 16px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
}
.blog-3-sidebar-header {
    border-bottom: 4px solid #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.blog-3-sidebar-header > span {
    background: #000;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}
.blog-3-post-body img {
    max-width: 100%;
}
.blog-3-post-body ul {
    list-style-type: disc;
}
.blog-3-post-body ul, .blog-3-post-body ol {
    margin-left: 30px;
}
.blog-3-social {
    margin: 0;
    padding: 0;
}
.blog-3-social ul {
    list-style-type: none;
}
.blog-3-social ul li {
    display: inline-block;
    transition: transform .1s;
}
.blog-3-social ul li:hover {
    transform: scale(1.3);
}
.blog-3-social i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
}
.social-large i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
}
.blog-3-social .fa-facebook {
    background: #4060A5;
}
.blog-3-social .fa-twitter {
    background: #00ABE3;
}
.blog-3-social .fa-linkedin {
    background: #0094BC;
}
.blog-3-social .fa-youtube-play {
    background: #FF1F25;
}
.blog-3-social .fa-google-plus {
    background: #e64522;
}
.blog-3-social .fa-pinterest-p {
    background: #cb2027;
}
.blog-3-social .fa-skype {
    background: #00AFF0;
}
.blog-3-social .fa-flickr {
    background: #FF0084;
}
.blog-3-social .fa-instagram {
    background: #FF003A;
}
.blog-post-3-video-btn {
    background: rgba(0,0,0,.6);
    color: #FFF;
    padding: 15px 40px;
    border-radius: 5px;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}
.blog-post-3-video-btn:hover, .blog-post-3-video-btn:active {
    color: #FFF;
    background: rgba(0,0,0,.8);
}
.blog-3-author img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-3-breadcrumbs {
    font-size: 12px;
}
.blog-3-breadcrumbs li {
    display: inline-block;
}
.blog-3-breadcrumbs li:not(:last-of-type)::after {
    font-family: "FontAwesome";
    content: "\f105";
    margin: 0px 10px;
    color: #999;
}
.blog-3-breadcrumbs a {
    color: #999;
    text-transform: capitalize;
}
.blog-3-breadcrumbs a:hover {
    color: #666;
    text-decoration: underline;
}
.slice.thin {
    padding: 15px 0px;
}
.blog-3-sidebar-stick {
    position: fixed;
    top: 0px;
    padding: 15px 0px;
}

a.sidebar-val {
    margin: 15px 0;
}

a.sidebar-val:active, a.sidebar-val:focus {
color: white;
outline: none;
}