﻿div[id*="DNNArticle_List_divForSlick"] {
    margin: 0 !important;
}

div[id*="DNNArticle_panel1"] > br {
    display: none;
}

.ModDNNArticleArticleViewC {
    margin-top: 20px;
}

/*Article*/
.fa-paperclip {
    transform: rotateY(180deg);
    color: #00a0e1;
    margin-left: 5px;
}

.news-related-ttl {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    text-align: right;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}

div[id*="DNNArticle_List_divForSlick"] {
    margin: 0 !important;
}

.fa-angle-double-left {
    margin-left: 5px;
    color: #033;
}

.news-related-ttl a {
    color: rgb(42, 57, 28) !important;
    transition: all 0.3s ease-in-out;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 88%;
    vertical-align: middle;
}

    .news-related-ttl a:hover {
        text-decoration: none;
        color: #ea6c26 !important;
    }

.last-view {
    text-align: center;
    display: inline-block;
    width: 213px;
}

.articel-inside-page .ModDNNArticleListC {
    text-align: center;
    display: inline-block;
}

.last-view .news-box {
    display: inline-block;
    width: 200px;
    padding: 30px 20px;
}

    .last-view .news-box img {
        border-radius: 50%;
        border: 2px solid #ccc;
    }

.last-view .news-ttl {
    background: none;
}

.articel-view {
    margin: 20px 0 40px;
    display: inline-block;
    position: relative;
}

    .articel-view img {
        width: 100%;
    }

    .articel-view .news-ttl {
        text-align: right;
        padding: 10px 0;
    }

        .articel-view .news-ttl a {
            padding: 10px;
            border-bottom: 1px solid #ccc;
            color: #d10000 !IMPORTANT;
        }

.news-img {
    margin: 20px auto;
    width: 203px;
    height: 163px;
    position: relative;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 12px -14px 0 -4px #cecece;
    -moz-box-shadow: 12px -14px 0 -4px #cecece;
    box-shadow: 12px -14px 0 -4px #cecece;
}

    .news-img img {
        height: 163px;
        margin: auto;
        width: 230px;
        border-bottom: 3px solid #001727;
        transform: translate3d(0px, 0px, 0px) scale(1);
        opacity: 1;
        transition: all 0.3s ease-in;
    }

.slick-slide .img_link img {
    display: inline-block !IMPORTANT;
    opacity: 1 !IMPORTANT;
}

.news-img:hover img {
    transform: translate3d(7px, -10px, 0px) scale(1);
}

.news-box a {
    color: #000;
}

.news-box .info-back a {
    color: #fff;
}

.news-box span {
    color: #fff;
}

.news-text-view {
    padding: 15px;
    color: #666;
    text-align: justify;
    margin-bottom: 5px;
}

    .news-text-view p {
        font-size: 14px !important;
    }

    .news-text-view ul {
        list-style-type: none;
        padding: 10px;
    }

        .news-text-view ul li {
            color: #8a8a8a;
            background: url(images/cooking-icon.png) no-repeat right center;
            padding: 8px 30px;
        }

.info-articel {
    border: 1px dashed #bfbfbf;
    border-right: 0;
    border-left: 0;
    padding: 5px;
    text-align: center;
    text-transform: lowercase;
    font-family: tahoma;
    font-size: 12px;
}

    .info-articel span {
        padding: 3px;
    }

.info-articel-out {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}

.news-ttl a {
    color: #e7e7e7 !important;
    transition: all 0.5s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.news-ttl-view {
    text-align: right;
    background: #555;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
}

    .news-ttl-view a {
        color: #fff !important;
    }

.news-text {
    text-align: justify;
    line-height: 20px;
    color: #9f9f9f;
    font-size: 13px;
    display: inline-block;
}

.more-news {
    float: left;
}

    .more-news:hover {
        color: #b9b9b9 !important;
    }

.news-ttl-inside {
    font-size: 15px;
    padding: 0 0 10px 0;
    text-align: center;
    font-weight: normal;
    z-index: 2;
    position: relative;
}

    .news-ttl-inside a {
        color: #545454 !important;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        transition: all 0.3s ease-in;
    }

    .news-ttl-inside:hover a {
        color: #ea6c26 !important;
    }

.articel-view.articel-page {
    border: 1px solid #ddd;
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgb(245, 245, 245) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#00ffffff',GradientType=0 );
    margin: 7px 0;
}

    .articel-view.articel-page .effect-ming {
        border-radius: 0;
    }

    .articel-view.articel-page .news-text-view {
        padding: 5px 0 35px 0;
    }

    .articel-view.articel-page .news-ttl-inside {
        text-align: right;
    }
/*---------------*/
/***** Ming *****/
/*---------------*/
.effect-ming {
    background: #030c17;
    position: relative;
    overflow: hidden;
    height: 135px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

    .effect-ming img {
        opacity: 0.9;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .effect-ming figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .effect-ming figcaption a.info {
            opacity: 0;
            color: #ccc !important;
            position: relative;
            z-index: 100;
        }

    .effect-ming figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: center;
    }

        .effect-ming figcaption::before {
            position: absolute;
            top: 15px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            border: 2px solid #ccc;
            box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
            content: '';
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: scale3d(1.4,1.4,1);
            transform: scale3d(1.4,1.4,1);
        }

    .effect-ming p {
        padding: 0.5em;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        position: relative;
        z-index: 100;
    }

    .effect-ming:hover figcaption::before, .effect-ming:hover p, .effect-ming:hover figcaption a.info {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    .effect-ming:hover figcaption {
        background-color: rgba(58,52,42,0);
    }

    .effect-ming:hover img {
        opacity: 0.4;
    }

p.icon-links .fa {
    color: #ea6c26;
    margin: 5px;
    font-size: 16px;
    background-color: #eee;
    width: 24px;
    height: 24px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
}

    p.icon-links .fa:hover {
        background-color: #ddd;
        opacity: 0.8;
    }

p.icon-links {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

.more-news {
    color: #fff !important;
    display: block;
    position: relative;
    bottom: -30px;
    left: 0px;
    width: 130px;
    height: 38px;
    background-color: #333436;
    border-bottom: 2px solid #eb6c26;
    text-align: center;
    transition: all 0.2s ease-out;
    padding-top: 5px;
    font-size: 13px;
    overflow: hidden;
}

    .more-news::before, .more-news::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        -webkit-transform: translate(-13%,-190%) rotate(-30deg);
        transform: translate(-13%,-190%) rotate(-30deg);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(255,180,0,1);
        background-color: rgba(255,180,0,0.25);
    }

    .more-news::after {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .more-news span {
        z-index: 1;
        position: relative;
    }

        .more-news span::before {
            position: absolute;
            top: 0px;
            left: -10px;
            bottom: 0;
            margin: auto 0;
            content: '\f104';
            font-family: FontAwesome;
            font-size: 16px;
            transition: all 0.2s ease-in;
        }

    .more-news:hover::before, .more-news:hover::after {
        opacity: 0;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    .more-news:hover span {
        color: #ffb400 !important;
    }

        .more-news:hover span::before {
            left: -15px;
        }


/*blog*/
.art {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    float: right;
    padding: 10px 15px;
}

.mainArticleWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.blog-bg {
    background: var(--main-color-gray);
    padding: 90px 30px 100px 30px;
    margin-top: 27px;
    margin-bottom: 27px;
    transition: all 0.4s;
}

#dnn_ctr587_ModuleContent .blog-bg {
    padding: 80px 30px 60px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.4s;
}

.dg-title.subtitle-style01.text-left.title-style12.thin1.short h3 a {
    color: #0b5636 !important;
}

.dg-title.title-style12.short .decorated.r {
    width: 50px;
}

.dg-title.title-style12 .decorated.r {
    width: 100px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    margin: 18px auto 15px;
    margin-left: auto;
    float: right;
    color: #bfa287;
}

.dg-title::after {
    content: "";
    display: block;
    overflow: hidden;
    height: 0;
    clear: both;
}

.desc-blog {
    text-align: justify;
    color: #565656;
    padding-top: 40px;
    margin-bottom: 60px;
}

.article-inside .desc-blog {
    padding-top: 15px;
}

.btn.btn-more-blog {
    background: #bfa287;
    border-radius: 40%;
    width: 55px;
    font-size: 11px;
}

    .btn.btn-more-blog .fa {
        color: #fff;
        font-size: 10px;
    }

.date-blog {
    color: var(--main-text-title-color);
    font-size: 12px;
}

.blog-bg:hover {
    background: rgba(247,247,247,0.9);
}

.article-inside .blog-bg {
    background: none;
}

.blog-bg:hover .dg-title.subtitle-style01.text-left.title-style12.thin1.short h3 a {
    color: var(--main-text-title-color) !important;
}

.btn.btn-blog:hover {
    background: #295b4e;
    border-color: #295b4e;
}

.btn-blog {
    border: 1px solid #eee;
    border-radius: 1px;
    transition: all 0.4s;
}

    .btn-blog a {
        color: #fff;
        font-family: iranian;
    }

/*new style*/

.ArticleV {
    background: #f7f7f5;
    box-shadow: 0 0 5px #dff4f3;
    position: relative;
    min-height: 375px;
    margin-bottom: 0;
    overflow: hidden;
    background-size: 100% auto;
    max-height: 380px;
}

    .ArticleV .col-md-12 {
        overflow: hidden;
    }

    .ArticleV figcaption {
        overflow: hidden;
    }

    .ArticleV .article-inside {
        padding: 60px 30px;
        overflow: hidden;
    }

    .ArticleV .article-img {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.5s ease;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
    }

        .ArticleV .article-img img {
            width: 100%;
        }

    .ArticleV .summary {
        border-bottom: 0;
        font-size: 14px;
        /* color: #182e8e; */
        text-align: justify;
        line-height: 28px;
        z-index: 2;
        position: relative;
    }

    .ArticleV:hover .article-img {
        opacity: 0.3;
    }

    .ArticleV:hover .article-inside .text-right .btn.btn-more-blog {
        background: #ff3c19;
    }

    .ArticleV figcaption h3 {
        position: absolute;
        top: 66%;
        right: 30px;
        left: 10px;
        transition: all 0.35s ease;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
        text-align: right;
        opacity: 0;
        font-size: 20px;
    }

    .ArticleV figcaption p {
        position: absolute;
        bottom: 14%;
        left: 0;
        padding: 0 2em;
        color: #fff;
        width: 100%;
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    .ArticleV:hover figcaption h3 {
        color: #fff;
        -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
        transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
        opacity: 1;
    }

    .ArticleV figcaption h3 a {
        color: #fff;
    }

.article-inside .blog-bg {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

.article-inside .text-right .btn.btn-more-blog {
    background: #0b5636;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 58px;
    min-height: 35px;
    font-size: 11px;
    position: relative;
    z-index: 2;
}

    .article-inside .text-right .btn.btn-more-blog a {
        position: relative;
        z-index: 3;
    }

.article-inside:hover .blog-bg, .div-rel .blog-bg {
    background: none;
}
/*.div-rel {
    padding-right: 60px;
    padding-left: 60px;
    margin-top: 60px;
    margin-bottom: 70px;
}*/
.article-detail .tt-desAr {
    line-height: 25px;
    font-size: 20px;
    color: #0b5636;
    margin-bottom: 30px !important;
    text-align: center;
}

.article-detail .detail-des p {
    text-align: justify;
    color: #30302d;
    font-size: 15px;
}

.article-detail .detail-des ul {
    list-style-type: square;
    text-align: justify;
    color: #30302d;
    font-size: 15px;
    padding-right: 16px;
}

.article-detail .detail-date {
    color: #06003F;
    font-size: 14px;
    font-weight: bold;
    margin-top: 22px;
    display: inline-block;
}

.article-detail .related {
    display: flex;
    flex-wrap: wrap;
}

.article-detail {
    background: #f8f8f8;
    padding: 20px 60px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

    .article-detail .right-art-image {
        padding: 7px;
        border: 1px solid #ccc;
        background: #fff;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.tt-brown-article {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #4a3322;
}

.dividers-11 {
    border: none;
    height: 3px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    background: #ebebeb;
    background: -ms-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
    background: -o-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
    background: -moz-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
    background: -webkit-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
    margin: 25px 0;
}

.detail-article-image {
    text-align: center;
    margin-bottom: 40px;
}

.detail-des, .detail-des p, .detail-articlesummery, .detail-articlesummery p {
    text-align: justify;
    font-size: 16px !important;
    line-height: 32px !important;
}

/***********************detail moratabsazi***********************/

.article-detail .detail-des h2 {
    color: #e28337;
}

.article-detail .detail-des h2, .article-detail .detail-des h3, .article-detail .detail-des h4 {
    margin-bottom: 15px;
}

.article-detail .detail-des, .article-detail .detail-des p {
    text-align: justify;
}

    .article-detail .detail-des img {
        /*display:inline-block;*/
        display: block;
        margin: 20px auto;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .article-detail .detail-des a {
        color: #ababab;
    }

.Blog-v1 {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 3px #ccc;
    min-height: 206px;
    position:relative;
}

    .Blog-v1 .post-thumbnail a {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .Blog-v1 .post-thumbnail a:after {
            content: '';
            width: 90%;
            height: 90%;
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #ff2700 url("../images/eye.gif") no-repeat center;
            opacity: 0;
            background-size: 44px;
            transition: all 0.3s;
        }

        .Blog-v1 .post-thumbnail a:hover:after {
            opacity: .8;
        }

    .Blog-v1 .post-title a {
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        padding-right: 10px;
        padding-top: 15px;
        display: inline-block;
        margin-bottom: 20px;
    }

        .Blog-v1 .post-title a:after {
            content: '';
            position: absolute;
            bottom: -6px;
            right: 0;
            background-color: #f88506;
            height: 1px;
            width: 0;
            transition: all 0.3s;
        }

        .Blog-v1 .post-title a:hover:after {
            width: 100%;
        }

    .Blog-v1 .post-summary {
        color: #898989;
        margin-top: 5px;
        font-size: 14px;
        /* text-align: justify; */
        line-height: 26px;
        padding-right: 10px;
    }

    .Blog-v1 .date {
        color: #898989;
        margin-top: 20px;
        font-size: 12px;
        direction: ltr;
        text-align: left;
        /* display: flex; */
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

        .Blog-v1 .date i {
            margin-right: 10px;
            font-size: 14px;
        }

.div-container .About-Article {
    display: block;
    background: #e28337;
    padding: 20px 10px;
    color: white;
    font-size: 16px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.div-container .About-Article {
    display: block;
    background: #004f2d;
    padding: 20px 10px;
    color: white;
    font-size: 16px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#boxBuilder {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    margin: 0 0 25px 0;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    #boxBuilder li {
        cursor: pointer;
        transition: 0.5s;
        width: 45%;
        position: relative;
        right: 20px;
        margin-left: auto;
        line-height: 25px;
    }

        #boxBuilder li::before {
            content: '\f058';
            font-family: FontAwesome;
            color: #2f2b40;
        }

/**********************SLICK article*************************/
#dnn_ctr518_ContentPane .slick-prev {
    left: 60px !important;
    z-index: 2
}

#dnn_ctr518_ContentPane .slick-next {
    right: 60px !important;
    z-index: 2
}

    #dnn_ctr518_ContentPane .slick-next::before, #dnn_ctr518_ContentPane .slick-next::after {
        background: none !important;
        font-family: FontAwesome !important;
        content: "\f105" !important;
        color: #0b5636 !important;
    }

#dnn_ctr518_ContentPane .slick-prev::before, #dnn_ctr518_ContentPane .slick-prev::after {
    background: none !important;
    font-family: FontAwesome !important;
    content: "\f104" !important;
    color: #0b5636 !important;
}

.featurearticle {
    margin-bottom: 40px;
}

    .featurearticle .slider1 .mainArticleWrapper .fires-slider {
        position: relative;
    }

        .featurearticle .slider1 .mainArticleWrapper .fires-slider .slider-image img {
            width: 100%;
        }

        .featurearticle .slider1 .mainArticleWrapper .fires-slider .box {
            background: rgba(0,0,0,0.8);
            padding: 15px 10px;
            position: absolute;
            bottom: 0;
            width: 100%;
        }

        .featurearticle .slider1 .mainArticleWrapper .fires-slider:hover .box {
            background: rgb(28 35 125 / 75%);
        }

        .featurearticle .slider1 .mainArticleWrapper .fires-slider .box h3 {
            padding: 5px 0 5px 0;
            font-size: 14px;
            direction: rtl;
            text-align: center;
        }

            .featurearticle .slider1 .mainArticleWrapper .fires-slider .box h3 a {
                color: #fff;
                z-index: 2;
            }
/**********************list artice in view**********************/
/**********************side article********************/

.side-article .container {
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcd9d9;
    margin-bottom: 10px;
    position: relative;
}

.side-article .tt-side-home {
    text-align: right;
    color: #fb8432;
    font-size: 16px;
    padding-right: 10px;
    padding-top: 8px;
}

    .side-article .tt-side-home a {
        text-align: right;
        color: #0d0d0d;
        font-size: 15px;
    }

    .side-article .tt-side-home:hover a {
        color: #fb8432;
    }

.img-side-hom {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.side-article .side-home-date {
    margin-top: 15px;
    text-align: left;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 5px;
}

#dnn_ctr515_ModuleContent .mainArticleWrapper {
    margin-bottom: 60px;
}
.tab-list .related > span{
    display:none!important;
}
/*************************comment**********************/
.tabid-211 .outerCommentSection {
    background: #f8f8f8 !important;
}
.tabid-211 .insertCommentBox {
    background: #f8f8f8;
}
.tabid-211 .commentTextBox {
    background: #f8f8f8;
}
.tabid-211  .submitBox {
    text-align: left;
}
.tabid-211 #btnCommentClient, .tabid-211 .commentTextBox #btnCommentClient, .tabid-211 .commentTextBox .reply-box #txtNameClient {
    background-color: #004f2d;
    border: solid 1px #6cbb23;
}

#dnn_ctr785_ModuleContent {
    margin-bottom:50px;
}
.tabid-209 .mainArticleWrapper, .tabid-216 .mainArticleWrapper, .tabid-217 .mainArticleWrapper {
    margin-bottom: 50px;
}
@media (min-width: 1200px) {
    .div-container {
            max-width: 1140px;
            margin: auto;
        }
    }

    @media all and (min-width:768px) and (max-width:991px) {
        .article-detail {
            padding: 15px 15px !important;
        }

        #dnn_ctr540_ModuleContent .blog-bg {
            padding: 30px 30px 55px 30px;
        }
    }

    @media all and (min-width:768px) and (max-width:991px) {
        /*.div-rel {
        padding-right:20px;
        padding-left:20px;
    }*/
        .article-detail {
            padding: 15px 15px !important;
        }

        .div-container {
            max-width: 95%;
            margin: auto;
        }

        .main {
            padding-top: 40px;
        }
    }

    @media all and (max-width:767px) {
        #boxBuilder li {
            width: 100%;
        }

        .mainArticleWrapper {
            margin: 0;
        }

        .commentTitle {
            padding: 20px 0 0 0;
        }

        .title-4 {
            padding: 30px 0 20px 0;
            display: inline-block;
        }

        .article-detail {
            padding: 15px 15px !important;
        }

        .div-container {
            max-width: 95%;
            margin: auto;
        }

        .main {
            padding-top: 40px;
        }
        .Blog-v1 .date{
            position:relative;
        }


    }
