.blog-header p, h2 {
    color: #333;
}

.hero p, .prev-posts p {
    color: #fff;
}

/* end */

.wrapped-content figure {
    margin: 0;
}

.wrapped-content a:visited, .wrapped-content a:active {
    text-decoration: none;
}

.wrapped-content a {
    text-decoration: none;
    background: transparent;
}

.blog-intro-wrap {
    background-color: #F3F3F3;
    padding-top: 0;
}

.blog-header {
    max-width: 1600px;
    margin: 0 auto 0;
}

.blog-header h2 {
    margin-bottom: 5px;
}

.blog-header-right {
    float: right;
    padding-top: 22px;
}

.blog-social-share ul {
    list-style: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
    margin-top: 12px;
    padding-bottom: 50px;
}

.icon-bw-facebook {
    background-image: url(../images/icon-facebook-w.png);
    width: 15px;
    height: 17px;
    background-repeat: no-repeat;
}

.icon-bw-google {
    background-image: url(../images/google-plus-w.png);
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
}

.icon-bw-arrow {
    background-image: url(../images/right-arrow-w.png);
    width: 16px;
    height: 16px;
    padding-right: 30px;
    background-repeat: no-repeat;

}

.icon-bw-time {
    background-image: url(../images/time-w.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

span.blg-read-more {
    float: right;
    color: #2B8DDA;
}

span i.icon.icon-bw-arrow {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

li.time-tracker span.time-hero {
    margin-left: 20px;
}

.article-info .article-details h3 {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
    transition: all .2s;
}
.inner:hover .article-info .article-details h3 {
    color: #fff;
}

.hero {
    position: relative;
    width: 100%;
    height: 635px;
    overflow: hidden;
    -webkit-transition: height 200ms ease-out;
    transition: height 200ms ease-out;
    max-width: 1569px;
    margin: 0 auto;
    vertical-align: top;
}

.hero-one {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 5px;
}

.hero-one .inner h2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 27px;
    line-height: 1.4;
    margin-top: 0;
    transition: all .2s;
}

.hero-one .inner:hover h2 {
    color: #fff;
}
.col.one {
    width: 50%;
}


.hero .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.hero .inner figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url(../images/logo.svg);
    background-size: 53%;
    background-position: center 30%;

}
.hero .has-img .inner figure {
    background-position: 50% 15%;

    background-size: cover;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -webkit-transform: translateZ(0);
}
.hero .has-img .inner:hover figure {
    -webkit-transition: -webkit-transform 600ms ease-out,box-shadow 150ms ease-out;
    -webkit-transition: box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    transition: box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    transition: transform 600ms ease-out,box-shadow 150ms ease-out;
    transition: transform 600ms ease-out,box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

figure{
    display: block;
}

.grad:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.hero-two .inner footer {
    -webkit-animation: footerSlide 400ms 0 ease-out normal;
    animation: footerSlide 400ms 0 ease-out normal;
}

.hero .inner footer {
    -webkit-transform: translateZ(0);
    position: absolute;
    width: 100%;
    background: rgba(15, 15, 15, 0.46);
    bottom: -2px;
    color: #fff;
}

.hero .inner footer figcaption {
    padding: 23px 27px 23px 26px;
}

/* col-two */

.col.two {
    width: 25%;
    left: 50%;
}

.hero-two {
    position: absolute;
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: 40%;
}

.hero-two .inner {
    bottom: 5px;
}

.hero-three {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
    top: 60%;
}

.hero-three .inner {
    top: 5px;
}

/* col-three */

.col.three {
    width: 25%;
    left: 75%;
}

.hero-four {
    position: absolute;
    top: 10px;
    left: 5px;
    right: 0;
    bottom: 60%;
}

.hero-four .inner {
    bottom: 5px;
}

.hero-five {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 0;
    top: 40%;
}

.hero-five .inner {
    top: 5px;
}

/* main */

.prev-posts {
    max-width: 1600px;
    margin: 0 auto;
}

.prev-posts ul {
    list-style: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
    margin-top: 0;
    padding-bottom: 50px;
    font-size: 0;
}
.prev-posts li footer span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    margin-top: -6px;
    margin-bottom: 10px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}




.prev-posts li {
    box-sizing: border-box;
    position: relative;
    width: 25%;
    height: 365px;
    margin: 0;
    padding: 0;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    -webkit-transform: translateZ(0);
    overflow: hidden;

    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    z-index: 8;
}

.prev-posts li:nth-child(4n) {
    border-right: 0;
}
.prev-posts li a {
    display: block;
    color: #333;
    position: absolute;
    padding: 15px;
    height: 100%;
    left: 0;
    right: 0;
    transition: all .2s;
}

.prev-posts li header {
    position: relative;
    height: 160px;
    background: #0477BF;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    -ms-high-contrast-adjust: none;
    background-repeat: no-repeat;
    background-image: url(../images/logo.svg);
    background-size: 53%;
    background-position: center;
}

.prev-posts li footer {
    position: relative;
    text-align: left;
}

.prev-posts p {
    color: #333;
}

.prev-posts h2 {
    font-size: 18px;
    transition: all .4s;
    margin: 0;
    padding: 16px 0 8px;
    border-bottom: 1px dashed transparent;
    margin-bottom: 15px;
}
.prev-posts li a:hover h2 {
    color: #333;
    border-color: #333;
    padding-bottom: 12px;
}

/* icons */

.icon{
    display: inline-block;
}

.icon-b-facebook {
    background-image: url(../images/icon-facebook.png);
    width: 15px;
    height: 17px;
    background-repeat: no-repeat;
}

.icon-b-google {
    background-image: url(../images/google-plus.png);
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
}

.icon-b-time {
    background-image: url(../images/time.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.icon-b-arrow {
    background-image: url(../images/right-arrow.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

li.time-tracker span i {
    margin-right: 10px;
}

ul.footer-social li.blg-social {
    margin-left: 10px;
}

span i.icon.icon-b-arrow {
    display: inline-block;
    float: right;
}

.blog-social-share ul li {
    height: auto;
    width: auto;
    display: inline-block;
}

.hero-one .article-info p {
}

.blg-footer-exc p {
    min-height: 65px;
}

/* - - - - - BLOG SINGLE PAGE - - - - - */

.col.full-width {
    width: 100%;
}

.hero .col {
    position: absolute;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.article-banner {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
}

.article-banner .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
    background-color: #CFCFCF;
}

.article-banner .inner figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.article-banner footer {
    -webkit-transform: translateZ(0);
    position: absolute;
    width: 100%;
    bottom: -2px;
    color: #fff;
}

.article-single-info {
    color: #fff;
    padding: 5px 20px 30px;
    background: rgba(15,15,15,0.78);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
    margin: 0 auto;
}

.article-featured {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
}

/* blog content */

.blog-post-content .blog-entry-content{
    padding-right: 330px;
    padding-left: 70px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 100%;
}

.blog-post-content .blog-entry-content p {
    max-width: 680px;
    margin: 0px auto;
    padding: 9px 0 15px 0;
    line-height: 1.7em;
    font-size: 17px;
    color: #333;

}

/* blog sidebar */

.post-sb-wrap{
    width: 300px;
    margin-left: -100%;
    float: right;
    margin-bottom: 20px;
    overflow: visible;
}

.inner-post-sb {
    width: 300px;
}

.sb-pop-post {
}

.article-single-info .article-details h2 {
    font-size: 40px;
    color: #fff;
}

.article-single-info figcaption {
    text-align: center;
}

.article-single-info .article-details p {
    margin-top: -15px;
}

.popular-posts-title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 40px;
    text-transform: uppercase;
}

.popular-posts-title span {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.popular-posts-title span:before {
    content: "";
    top: -12px;
    height: 4px;
    background: #2B8DDA;
    position: absolute;
    width: 30px;
    -webkit-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.popular-post-wp {
    margin-bottom: 10px;
    clear: both;
    position: relative;
    height: 145px;
    overflow: hidden;
}

.popular-posts-list .pop-img-stub{
    content: "";
    background-position: center center;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    left: -20px;
    top: -30px;
    padding: 30px 20px;
    /*-webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);*/
}

.pop-img-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 3;
}

.pop-img-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.pop-post-info {
    z-index: 3;
    top: 50%;
    left: 0;
    width: 250px;
    border-bottom: 5px solid #0c7fd7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    padding: 10px 5px 10px 15px;
    background: rgba(0,0,0,0.8);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.popular-post-wp:hover span {
    -webkit-transition: -webkit-transform 600ms ease-out,box-shadow 150ms ease-out;
    -webkit-transition: box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    transition: box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    transition: transform 600ms ease-out,box-shadow 150ms ease-out;
    transition: transform 600ms ease-out,box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.popular-posts-list:after {
    clear: both;
    content: "";
    display: block;
}

.spr-number {
    text-align: center;
    display: inline-block;
    background: #f9b248 !important;
    color: #222;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    padding: 7px 9px;
    font-weight: bold;
}

.spr-number:before {
    content: attr(data-num);
    z-index: 2;
    position: relative;
    font-size: 12px;
}

h2.popular-post-title {
    width: auto;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-left: 20px;
}

.sb-pop-post-link {
    color: #fff;
}


.hp-inline-shr {
    font-size: 16px;
    display: inline-block;
    margin-left: -6px;
}

.hp-post-pub-info > * {
    vertical-align: middle;
}

.hpsi-row {
    display: inline-block;
    padding: 0px 0px;
    position: relative;
}

.hp-post-pub-info .icon-clock-1 {
    margin-left: -2px;
}

.hpppi-separator {
    display: inline-block;
    margin: 0 3px;
}

.hp-inline-shr {
    font-size: 16px;
    display: inline-block;
    margin-left: -6px;
}

.article-details span {
    margin-top: -5px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
}

li .has-img a header{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.main.col-sm-9 {
    padding-right: 25px;
}

.post-featured {
    background: #999;
    text-align: center;
}

.post-featured img {
    min-width: 450px;
}

.sb-pop-post.newsletter p {
    color: #333;
}
.popular-posts-title {
    margin-top: 50px;
}
.sb-pop-post.newsletter .popular-posts-title {
    margin-bottom: 5px;
}

.sb-pop-post.newsletter > div {
    background: #fff;
    padding: 6px 19px 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 4px solid #2B8DDA;
}

.sb-pop-post.newsletter .es_textbox_class {
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    height: 36px;
    padding: 9px;
}

.es_textbox_button {
    border: 0;
    background-color: #ff0066;
    color: #fff;
    border-radius: 3px;
}

.es_button {
    padding: 0;
}

input#es_txt_button_pg {
    width: auto;
    padding: 10px 17px;
    text-transform: uppercase;
    font-size: 14px;
}

/* -----RESPONSIVE-------*/


@media (max-width: 480px) {
    .hero {
        height:1090px;
    }

    .hero .col {
        position: relative;
        width: 100%!important;
        left: 0!important;
        right: 0!important;
        height: auto
    }

    .hero .col.one {
        height: 370px;
        width: 100%
    }

    .hero-one {
        bottom: 0;
        right: 0;
        left: 0
    }

    .hero-one a.inner footer {
        bottom: 0;
        width: 100%
    }

    .hero-one aside.inside {
        display: none
    }

    .hero-one aside.outside {
        padding-left: 20px;
        position: relative;
        top: auto;
        margin-bottom: 20px;
        width: auto;
        left: 0;
        right: 0
    }

    .hero-two,.hero-three,.hero-four,.hero-five {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: 180px !important;
    }

    .hero-two a.inner,.hero-three a.inner,.hero-four a.inner,.hero-five a.inner {
        bottom: 0;
        top: 5px
    }

    .hero a.inner footer {
        background: rgba(13,77,124,0.38);
        top: 0;
    }

    .col.one .hero-one footer {
        background: rgba(15,15,15,0.28)!important;
        top: 120px;
    }

    .footer ul {
        height: 50px;
        text-align: center;
        padding: 0;
        margin-top: 40px;
        margin-right: 0;
        clear: both
    }

    .prev-posts ul li {
        width: 100%;
        float: left;
        min-height: 375px;
        background: #fff;
        border: none;
        border-top: solid 1px #efe7e7;
    }

    .prev-posts li.top{
        float: left !important;
        width: 100% !important;
    }

    .blog-header-right {
        float: left !important;
    }

    input[type="submit"] {
        display: none;
    }

    .prev-posts li.side {
        width: 100% !important;
        float: left;
    }

    .hero-one h2 {
        font-size: 22px;
    }

    .article-info .article-details h3 {
        font-size: 16px;
    }
}
#pbd-alp-load-posts {
    padding: 25px 15px;
}
#pbd-alp-load-posts a {
    box-shadow: none!important;
    border-radius: 0!important;
    background-image: none!important;
    background-color: #eee!important;
    border: 1px solid #ddd;
    padding: 8px 8px 8px!important;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-header-left {
    float: left;
}


select#cat {
    background: #fff;
    font-size: 18px;
    color: #333;
    display: block;
    padding-left: 11px!important;
    height: 50px;
    border-radius: 0;
    border: 1px solid #c7c7c7;
}


/*SINGLE*/

.inner-container-h {
    padding: 20px 0;
}

.breadcrumb {
    background: transparent;
    margin: 4px 0;
}


.featured-img {
    margin-top: -16px;
}

.main.col-md-9 {
    padding-bottom: 100px;
}

.blog-home-bottom {
    background: #fff;
}

}

@media only screen and (max-width: 992px) {

}

@media (max-width: 991px) {
    .prev-posts li.top{
        float: left !important;
        width: 33.33% !important;
    }

    .prev-posts li.side {
        width: 33.33% !important;
        float: left;
    }
}


@media only screen and (max-width: 768px) {
    .hero {
        height:1000px;
    }

    .hero .col {
        position: relative;
        width: 100%!important;
        left: 0!important;
        right: 0!important;
        height: auto
    }

    .hero .col.one {
        height: 370px;
        width: 100%
    }

    .hero-one {
        bottom: 0;
        right: 0;
        left: 0
    }

    .hero-one a.inner footer {
        bottom: 0;
        width: 100%
    }

    .hero-one aside.inside {
        display: none
    }

    .hero-one aside.outside {
        padding-left: 20px;
        position: relative;
        top: auto;
        margin-bottom: 20px;
        width: auto;
        left: 0;
        right: 0
    }

    .hero-two,.hero-three,.hero-four,.hero-five {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: 180px !important;
    }

    .hero-two a.inner,.hero-three a.inner,.hero-four a.inner,.hero-five a.inner {
        bottom: 0;
        top: 5px
    }

    .hero a.inner footer {
        background: rgba(13,77,124,0.38);
        top: 0;
    }

    .col.one .hero-one footer {
        background: rgba(15,15,15,0.28)!important;
        top: 120px;
    }

    .footer ul {
        height: 50px;
        text-align: center;
        padding: 0;
        margin-top: 40px;
        margin-right: 0;
        clear: both
    }

    .prev-posts ul li {
        width: 100%;
        float: left;
        min-height: 375px;
        background: #fff;
        border: none;
        border-top: solid 1px #efe7e7;
    }

    .prev-posts li.top{
        float: left !important;
        width: 100% !important;
    }

    .blog-header-right {
        float: left !important;
    }

    input[type="submit"] {
        display: none;
    }

    .prev-posts li.side {
        width: 100% !important;
        float: left;
    }

    .hero-one h2 {
        font-size: 22px;
    }

    .article-info .article-details h3 {
        font-size: 16px;
    }
}
#pbd-alp-load-posts {
    padding: 25px 15px;
}
#pbd-alp-load-posts a {
    box-shadow: none!important;
    border-radius: 0!important;
    background-image: none!important;
    background-color: #eee!important;
    border: 1px solid #ddd;
    padding: 8px 8px 8px!important;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-header-left {
    float: left;
}


select#cat {
    background: #fff;
    font-size: 18px;
    color: #333;
    display: block;
    padding-left: 11px!important;
    height: 50px;
    border-radius: 0;
    border: 1px solid #c7c7c7;
}


/*SINGLE*/

.inner-container-h {
    padding: 20px 0;
}

.breadcrumb {
    background: transparent;
    margin: 4px 0;
}


.featured-img {
    margin-top: -16px;
}

.main.col-md-9 {
    padding-bottom: 100px;
}

.blog-home-bottom {
    background: #fff;
}

}

@media only screen and (max-width: 992px) {
    .hero {
        height: 1065px !important;
    }

}


@media (max-width: 768px){

    .hero {
        height:1090px
    }

    .hero .col {
        position: relative;
        width: 100%!important;
        left: 0!important;
        right: 0!important;
        height: auto
    }

    .hero .col.one {
        height: 370px;
        width: 100%
    }

    .hero-one {
        bottom: 0;
        right: 0;
        left: 0
    }

    .hero-one a.inner footer {
        bottom: 0;
        width: 100%
    }

    .hero-one aside.inside {
        display: none
    }

    .hero-one aside.outside {
        padding-left: 20px;
        position: relative;
        top: auto;
        margin-bottom: 20px;
        width: auto;
        left: 0;
        right: 0
    }

    .hero-two,.hero-three,.hero-four,.hero-five {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: 180px !important;
    }

    .hero-two a.inner,.hero-three a.inner,.hero-four a.inner,.hero-five a.inner {
        bottom: 0;
        top: 5px
    }

    .hero a.inner footer {
        background: rgba(13,77,124,0.38);
        top: 0;
    }

    .col.one .hero-one footer {
        background: rgba(15,15,15,0.28)!important;
        top: 120px;
    }

    .footer ul {
        height: 50px;
        text-align: center;
        padding: 0;
        margin-top: 40px;
        margin-right: 0;
        clear: both
    }

    .prev-posts ul li {
        width: 100%;
        float: left;
        background: #fff;
        border: none;
        border-top: solid 1px #efe7e7;
    }

    .prev-posts li.top{
        float: left !important;
        width: 100% !important;
    }

    .blog-header-right {
        float: left !important;
    }

    input[type="submit"] {
        display: none;
    }

    .prev-posts li.side {
        width: 100% !important;
        float: left;
    }

    .hero-one h2 {
        font-size: 22px;
    }

    .article-info .article-details h3 {
        font-size: 16px;
    }
}
#pbd-alp-load-posts {
    padding: 25px 15px;
}
#pbd-alp-load-posts a {
    box-shadow: none!important;
    border-radius: 0!important;
    background-image: none!important;
    background-color: #eee!important;
    border: 1px solid #ddd;
    padding: 8px 8px 8px!important;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-header-left {
    float: left;
}

select#cat {
    background: #fff;
    font-size: 18px;
    color: #333;
    display: block;
    padding-left: 11px!important;
    height: 50px;
    border-radius: 0;
    border: 1px solid #c7c7c7;
}


/*SINGLE*/

.inner-container-h {
    padding: 20px 0;
}

.blog-breadcrumb-div {
    border-bottom: 1px solid #eee;
}



.blog-breadcrumb-div .container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.blog-breadcrumb-div .container:before,
.blog-breadcrumb-div .container:after {
    display: none;
}

.back-to-link {
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
    margin: 10px 0;
}

.breadcrumb {
    background: transparent;
    margin: 4px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
}
.breadcrumb a {
    color: #9f9f9f;
    text-decoration: underline;
    font-weight: bold;
    color: #333;
}

.featured-img {
    margin-top: -16px;
}

.main.col-md-9 {
    padding-bottom: 100px;
}

.blog-home-bottom {
    background: #fff;
    padding-bottom: 3em;
}

}

@media only screen and (max-width: 768px) and (min-width: 520px){

    .prev-posts ul li {
        width: 100%;
        float: left;
        min-height: 375px;
        background: #fff;
        border: none;
        border-top: solid 1px #efe7e7;

    }

}


/////



div#newsletterModal {
    overflow: hidden;
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
div#newsletterModal .modal-dialog {
    width: auto;
    overflow: hidden;
    height: 560px;
}


.newsletter-main {
    margin-top: -21px !important;
}


.newsletter-main:after {
    content: '';
    clear: both;
    display: table;
}


.newsletter-left {
    float: left;
    width: 55%;
    padding: 40px;
    text-align: center;
    background: #fff!important;
}

.newsletter-form .newsletter-error{
    display: none;
}

.newsletter-form.newsletter-is-error .newsletter-error{
    display: block;
}

.newsletter-right {
    width: 45%;
    float: right;
    padding: 40px 50px 60px;
    background-color: #eee;
    background-image: url(/assets/frontend/images/news-tire-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0
}


.newsletter-head img {
    margin-bottom: 38px;
}

.newsletter-body h2 {
    font-size: 35px;
    font-weight: 600;
}

.newsletter-footer p {
    padding: 33px 0 20px;
}

.newsletter-form {
    /*margin-top: 80px;*/
}

.newsletter-form h3 {
    margin-bottom: 13px;
}

.newsletter-form .form-group {
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

.newsletter-right {
    padding: 80px 35px 175px;
    background: #eee;
}

.newsletter-subscription{
    background-color: #eee;
}

.newsletter-form label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
}

.newsletter-form .form-control {
    height: 44px;
}

.newsletter-form .btn-primary {
    height: 52px;
    text-transform: uppercase;
    font-size: 15px;
    background: #ff0066!important;
    border-color: #ff0066!important;
}

.form-control:focus {
    border-color: #ff0066!important;
}

.icon-newsletter-envelope {
    display: inline-block;
    width: 70px;
    height: 65px;
    background: url(../images/newsletter-envelope.png) no-repeat;
    margin-top: 25px;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #eee !important;
    border-top: none !important;
}

.modal.fade.in {
    top: 60px!important;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.modal .form-control {
    border-radius: 0;
    height: 45px !important;
    margin: 0;
}

div#newsletterModal {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#newsletterModal {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid rgba(173, 167, 167, 0.47) !important;
}

button.close {
    font-size: 28px !important;
    position: absolute;
    top: 12px;
    right: 20px;
}

button.close span {
    font-size: 28px !important;
    position: absolute;
    top: 0;
    right: 0;
}

div#newsletterModal .modal-body {
    padding: 18px 0px!important;
}

@media (max-width: 767px) {

    .newsletter-left {
        float: left;
        width: 100%;
    }

    .newsletter-right {
        width: 100%;
        float: right;
    }

    div#newsletterModal .modal-dialog {
        overflow: visible !important;
    }

    div#newsletterModal {
        overflow-x: hidden;
        overflow-y: auto;
    }

}

form.newsletter-form.js-newsletter-form.newsletter-is-success {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #5cb85c;
    padding: 15px;
    margin-top: 35px !important;
    border-radius: 3px;
    width: 80%;
    margin: 0 auto;
}

.modal-dialog.modal-success-height {
    height: 155px !important;
    width: auto;
    overflow: hidden;
}


/*NEWS BOG single */

.main-sidebar {
    padding-left: 40px;
}

body.single .post-inner {
    border-top: 1px solid #eaeaea;
    padding-top: 0;
}

.news-header {
    padding: 20px 0;
}
.news-header h1 {
    margin: 0;
    font-weight: 700;
    color: #333;
    font-size: 32px;
    line-height: 1.2;
}