*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 14px;
    line-height: 1.57;
    font-family: "ExoSoft", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background:  #fff;
    font-weight: 300;
    width: 100%;
}


.d-mobile {
    display: none !important;
}

.clearfix {
    clear: both;
}

.container {
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 20px;
}

.img-responsive {
    max-width: 100%;
}

.d-center {
    display: block;
    margin: 0 auto 40px;
}

.wrapper {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}
svg
{
    display: inline-block;
    vertical-align: middle;
}
svg path {
    /*stroke:inherit;*/
    /*stroke-width:inherit;*/
    /*fill:inherit;*/
}
.header-top
{
    background: #F2F2F2;
    text-align: center;
    padding: 37px 0 36px;
}
.header-top a
{
    text-decoration: none;
    display: inline-block;
}
.b-search
{
    float: left;
}
.b-logo
{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    margin-right: -200px;
}
.b-logo span
{
    color: #fff;
    background: #FF5722;
    padding: 0 3px;
    margin-right: 2px;
}
.b-subscribe
{
    float: right;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    margin-right: 20px;
    min-width: 200px;
}
.b-subscribe img
{
    float: left;
    margin-right: 10px;
    margin-top: -10px;
}
.b-subscribe span
{
    display: block;
}
.b-subscribe b
{
    font-weight: 500;
}
.b-subscribe span:last-child
{
    font-size: 10px;
    text-transform: uppercase;
    color: #7C7C7C;
}
.header-bottom
{
    text-align: center;
    padding: 34px 0;
}
.b-menu a
{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    margin: 0 17px;
}
.b-menu a:hover
{
    color: #FF5722;
}
.b-sidebar
{
    float: right;
    width: 310px;
}
.b-posts
{
    margin-bottom: 60px;
}
.b-post
{
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}
.b-posts .b-post img
{
    float: left;
    margin-right: 25px;
}
.b-tag
{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #FF5722;
    margin-bottom: 5px;
}
.b-teaser
{
    line-height: 1.1;
    margin-bottom: 5px;
}
.post-date
{
    color: #7C7C7C;
    font-size: 12px;
}
.b-post:last-child
{
    border-bottom: none;
}
.side-title
{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.b-posts2 .b-post img
{
    margin-bottom: 15px;
}
.b-posts2 .b-teaser
{
    font-weight: 500;
}
.b-posts2
{
    margin-bottom: 60px;
}
.post-link
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}
.b-post:hover .b-teaser
{
    color: #FF5722;
}
.b-bnr
{
    position: relative;
}
.bnr-text
{
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 16px;
    font-weight: 400;
    max-width: 150px;
    line-height: 1.1;
}
.prod-name
{
    color: #ED4925;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #CD310F;
}
.btn
{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background: #ED4925;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 37px;
    font-size: 16px;
    -webkit-box-shadow: 0px 4px 20px rgba(237, 73, 37, 0.32);
    box-shadow: 0px 4px 20px rgba(237, 73, 37, 0.32);
}
.b-bnr .btn
{
    margin-top: 20px;
}
.bnr-img
{
    position: absolute;
    right: 0;
    top: 100px;
}
.fix {
    position: fixed;
    top: 0;
}
.b-content
{
    margin-right: 345px;
}
.b-title
{
    position: relative;
    margin: 0 auto 65px;
    max-width: 663px;

}
.title-inner
{
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    padding: 20px 30px 0;
    color: #7C7C7C;
}
h1
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.17;
    margin-bottom: 10px;
    color: #000;
}
.article-info span, .article-info span svg
{
    display: inline-block;
    vertical-align: middle;
}
.article-info span:first-child
{
    margin-right: 10px;
}
.b-quote
{
    margin: 20px 0 40px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}
.b-quote .post-date
{
    font-weight: 300;
}
.b-quote img
{
    float: left;
    margin-right: 30px;
}
.b-quote .post-date
{
    margin-top: 10px;
}
.b-content p a, .b-content p b
{
    font-weight: 600;
}
.b-content ul
{
    margin: -20px 0 25px 25px;
    list-style: disc;
}
.b-coupon
{
    position: relative;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 10px 0 -10px;
    float: left;
}
.b-coupon div
{
    position: absolute;
    left: 70px;
    top: 15px;
    max-width: 130px;
}.b-coupon div span
 {
     display: inline-block;
     font-size: 30px;
     border-bottom: 2px solid;
     margin-bottom: 5px;
 }
.b-content .btn
{
    background: -webkit-gradient(linear, left top, left bottom, from(#FF5A26), to(#EB430F));
    background: -o-linear-gradient(top, #FF5A26 0%, #EB430F 100%);
    background: linear-gradient(180deg, #FF5A26 0%, #EB430F 100%);
    -webkit-box-shadow: 0px 22px 44px -12px rgba(255, 34, 34, 0.31);
    box-shadow: 0px 22px 44px -12px rgba(255, 34, 34, 0.31);
    border-radius: 5px;
}
.b-content .btn:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#EB430F), to(#FF5A26));
    background: -o-linear-gradient(top, #EB430F 0%, #FF5A26 100%);
    background: linear-gradient(180deg, #EB430F 0%, #FF5A26 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.alignleft
{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.alignleft+p
{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.b-share
{
    border-top: 1px solid #E5E5E5;
    padding-top: 30px;
    font-weight: 500;
    margin: 30px 0 90px;
}
.b-share a
{
    display: inline-block;
    width: 32px;
    background: #FF5722;
    text-align: center;
    padding: 5px 0 6px;
    margin: 0 5px;
}
.comments-title
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}
.comment-item
{
    margin-bottom: 35px;
}
.comment-img, .comment-body
{
    display: table-cell;
    vertical-align: top;
}
.comment-img
{
    padding-right: 15px;
}
.comment-img img
{
    border-radius: 2px;
}
.comment-author
{
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}
.comment-date
{
    display: inline-block;
    font-size: 13px;
    color: #989CA6;
    margin-left: 5px;
}
.comment-body p
{
    background: #F5F5F5;
    color: #30343A;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 10px;
}
.comment-bottom
{
    color: #989CA6;
    font-size: 13px;
    padding-left: 50px;
    position: relative;
}
.comment-bottom a
{
    color: #989CA6;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}
.comment-bottom:before, .comment-bottom:after
{
    content: "";
    border-right: 2px solid;
    border-bottom: 2px solid;
    width: 8px;
    height: 8px;
    position: absolute;
}
.comment-bottom:before
{
    left: 0;
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.comment-bottom:after
{
    left: 25px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-footer
{
    text-transform: uppercase;
    color: #fff;
    background: #FF5722;
    font-weight: 500;
    padding: 25px 0;
    margin-top: 40px;
}
@media (max-width: 990px) {
    .d-large
    {
        display: none !important;
    }
    .header-top
    {
        padding: 25px 0;
        margin-bottom: 35px;
    }
    .b-logo
    {
        margin: auto;
    }
    .b-content
    {
        margin-right: 0;
    }
    .b-title
    {
        width: 100%;
        margin-bottom: 15px;
    }
    .title-inner
    {
        position: relative;
        width: 100%;
        padding: 15px 0;
    }
    h1
    {
        font-size: 25px;
    }
    .b-share
    {
        margin-bottom: 70px;
    }
    .comment-img, .comment-body
    {
        display: block;
    }
    .comment-img
    {
        float: left;
    }
    .comment-author, .comment-date
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 620px)
{
    .b-quote
    {
        margin-bottom: 30px;
    }
    .b-coupon
    {
        width: 100%;
        float: none;
        margin: 0 auto 10px;
        max-width: 220px;
    }
    .b-coupon img
    {
        float: none;
    }
}
