.header.inner-page.float_l {
    background-image: url('../images/inner-page-header-bg.png');
}
.page-header.blog.float_l {
    background-image: url('../images/blog-header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 364px;
}
.page-header.float_l h1 {
    font-size: 60px;
    color: #fff;
    font-family: Antonio;
    line-height: 70px;
    float: left;
    margin: 284px 0 0 0;
    padding: 0;
}
.blog-main.float_l {
    color: #fff;
    background-color: #575757;
    overflow: hidden;
}
.blog-main .left-sec {
    float: left;
    width: 65.5%;
    margin: 1.5% 1.5% 1.5% 0;
    padding: 20px 20px 0 0;
    background-color: #2d2d2d;
}
.blog-main .left-sec:before {
    content: "";
    position: absolute;
    background-color: #2d2d2d;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
}
.blog-main .right-sec {
    float: left;
    width: 33%;
    margin: 18px 0;
    padding: 0;
    background-color: #3e3e3e;
}
.blog-main .right-sec:after {
    content: "";
    position: absolute;
    background-color: #3e3e3e;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
}
.blog-box.float_l {
    border-bottom: 1px solid #5c5c5c;
    padding: 32px 0;
}
.blog-box.float_l a.thumb {
    float: left;
    width: 29%;
}
.blog-box.float_l a.thumb img {
    float: left;
}
.blog-box.float_l .title {
    font-weight: bold;
    margin: 6px 0 20px 0;
}
.blog-box.float_l .title a {
    color: #FFFFFF;
}
.blog-box.float_l .blog-text {
    float: left;
    width: 71%;
    padding: 0 0 0 4%;
}
.blog-box.float_l .simple-text {
    font-size: 16px;
    line-height: 25px;
}
.blog-box.float_l .simple-text a {
    font-weight: bold;
    color: #fff;
}
.blog-box.float_l .simple-text a:hover {
    text-decoration: underline;
}
.blog-paging.float_l a {
    font-family: Antonio;
    color: #fff;
    font-size: 20px;
    float: left;
    margin: 30px 25px;
}
.blog-paging.float_l a:hover, .blog-main .right-sec .news a:hover {
    text-decoration: underline;
}
.blog-paging.float_l a.disabled {
	color: #898989;
}
.blog-paging.float_l a.next {
    float: right;
}
.blog-main .right-sec .heading {
    font-family: Antonio;
    font-size: 35px;
    line-height: 40px;
    padding: 35px 0 14px 35px;
    background-color: #2d2d2d;
    position: relative;
}
.blog-main .right-sec .heading:after {
    content: "";
    position: absolute;
    background-color: #2d2d2d;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 99;
}
.blog-main .right-sec .news {
    padding: 22px 42px;
}
.blog-main .right-sec .news a {
    display: block;
    float: left;
    font-weight: bold;
    color: #fff;
}
.blog-main a.more-news {
    float: left;
    font-family: Antonio;
    color: #fff;
    margin: 35px 0 35px 42px;
    padding: 8px 60px 4px 60px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    background-color: #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-main a.more-news:hover {
    background-color: #252525;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-main .left-sec, .blog-main .right-sec {
    position: relative;
    margin-bottom: 40px;
}

.subpage-main .container > strong {
    display: none;
}
