﻿@media only screen and (min-width: 480px) {
    .article-text hr {
        margin: 50px -25px;
    }

    .article-text .sponsor {
        float: left;
        width: 50%;
        padding: 40px;
    }

        .article-text .sponsor:nth-of-type(2n-1) {
            border-width: 0 1px 0 0;
            clear: left;
            padding-left: 0;
        }

        .article-text .sponsor:nth-of-type(2n) {
            border-width: 0 0 0 1px;
            margin-left: -1px;
            padding-right: 0;
        }

        .article-text .sponsor:nth-of-type(1):before, .article-text .sponsor:nth-of-type(2):before {
            display: none;
        }

        .article-text .sponsor .img-wrap {
            height: 190px;
            position: relative;
        }

            .article-text .sponsor .img-wrap img {
                max-width: 100%;
                max-height: 100%;
                display: block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }
}

@media only screen and (max-width: 767px) {
    .desktop-view {
        display: none !important;
    }

    .mobi-item {
        display: block;
    }

    .fixed-block .social-networks {
        display: none !important;
    }

    h1, h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    h3 {
        margin-bottom: 15px;
    }

    #header {
        border: none;
        position: fixed;
        width: 100%;
        height: 60px;
    }

    #main {
        margin-top: 60px;
    }

    #header .header-top {
        padding: 0;
        border-bottom: solid 2px #007994;
    }

    #header .header-section {
        width: 100%;
        padding: 0;
    }

    #header .link {
        display: none;
    }

    #header .btn {
        display: none;
    }

    #header .social-networks, #header .info, #header .btn-wrap {
        display: none;
    }

    #header .search-form {
        background: #212121;
        position: absolute;
        margin-top: 0;
        left: 0;
        right: 0;
        width: auto;
        padding: 10px;
    }

    #header .js-slide-hidden {
        position: absolute !important;
    }

    #header .search-opener {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 35;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        color: #007994;
        text-align: center;
        border-right: solid 1px #e5e5e5;
    }

    #header .info {
        display: none;
    }

        #header .info li {
            width: 50% !important;
            padding: 16px 5px 13px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            line-height: 13px;
        }

            #header .info li.green {
                color: #fff;
                border-left: 1px solid #1a879f;
            }

                #header .info li.green a {
                    color: #fff;
                    font-weight: normal;
                }

            #header .info li a {
                color: #fff;
            }

        #header .info img {
            display: none;
        }

        #header .info .title {
            color: #fff;
            font-size: 16px;
            margin-bottom: 1px;
        }

    .logo {
        height: 60px;
        width: 100% !important;
        padding-left: 50px !important;
        text-align: center;
        line-height: 60px;
        vertical-align: middle;
    }

        .logo img {
            height: 40px;
            width: auto;
            vertical-align: middle;
        }

    .navbar .nav-slide {
        left: 0;
        overflow: hidden;
        position: absolute;
        background: none;
        right: 0;
        top: 100%;
        z-index: -2;
        max-height: 0;
        transition: all .25s linear;
    }

        .navbar .nav-slide #nav {
            background: #01647a;
            padding: 0;
        }

    #nav {
        float: none;
        margin-left: 0;
        font-size: 18px;
    }
        /*#nav > li > a:hover,    #nav > li.hover > a { background: #047a94; }*/

        #nav > li {
            float: none;
            border-bottom: 1px solid #20778a;
        }

        #nav a {
            padding: 18px 25px 19px;
        }

        #nav .dropdown {
            position: static;
            width: 100%;
        }

        #nav .dropnav {
            float: none;
            width: auto;
            display: block;
        }

            #nav .dropnav .col {
                float: none;
                width: auto !important;
                display: block;
            }

            #nav .dropnav .wrap ul:first-child {
                border: none;
            }

            #nav .dropnav .wrap ul {
                float: none;
                width: auto;
            }

            #nav .dropnav a {
                padding: 10px 12px 11px;
            }

                #nav .dropnav a:hover {
                    background: #fff;
                    color: #007994;
                }

            #nav .dropnav .title {
                padding: 10px 12px 11px;
            }

        #nav .advert {
            display: none;
        }

    .nav-opener {
        display: block;
    }

    .nav-active .navbar .nav-slide {
        overflow: scroll;
        z-index: 999;
        -webkit-overflow-scrolling: touch;
    }

    .tips {
        padding-top: 35px;
    }

        .tips.shadow {
            padding-top: 20px;
            box-shadow: none !important;
        }

        .tips .tips-on {
            padding-bottom: 0 !important;
        }

            .tips .tips-on.active .more {
                margin-right: 0;
            }

            .tips .tips-on ul {
                display: block;
                width: 100%;
            }

            .tips .tips-on li {
                width: 105px;
                padding: 0;
                margin-right: 0;
                margin-bottom: 10px;
            }

            .tips .tips-on .title {
                font-size: 14px;
                line-height: 16px;
                text-transform: lowercase;
            }

            .tips .tips-on .slide .title {
                font-size: 14px;
            }

        .tips .mobile-view {
            display: inline-block !important;
        }

        .tips .wrap {
            width: 100%;
            white-space: normal;
        }

        .tips .img {
            width: 95px;
            height: 95px;
            font-size: 95px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .tips a.more {
            width: 95px;
            height: 95px;
            line-height: 95px;
            padding: 0;
        }

        .tips .by {
            margin-bottom: -17px;
        }

            .tips .by p {
                margin-bottom: 7px;
            }

        .tips h1 {
            font-size: 27px;
            line-height: 32px;
            margin-left: 12px;
            margin-bottom: 15px;
            text-align: left;
        }

        .tips .change {
            font: 700 14px/17px "Quicksand", sans-serif;
        }

        .tips .sheet .icon {
            display: none;
        }

        .tips .sheet header {
            padding: 0 0 13px;
            text-align: center;
        }

        .tips .sheet .quest {
            display: block;
        }

        .tips .sheet .change {
            float: none;
            margin-top: 0;
            display: inline-block;
            margin-bottom: 9px;
        }

        .tips .sheet h2 {
            max-width: 100%;
            float: none;
            font-size: 21px;
            line-height: 25px;
            margin: 0;
        }

        .tips .sheet ol li {
            display: block;
            width: auto;
            font-size: 14px;
            line-height: 20px;
            padding-bottom: 9px;
        }

            .tips .sheet ol li:before {
                font-size: 34px;
                line-height: 40px;
                top: -4px;
            }

        .tips .sheet .btn-center {
            margin-bottom: 30px;
        }
        /*.tips .sheet .btn-ico:before { left: auto; right: 6px; top: 17px; }    .tips .sheet .btn-ico:first-letter { text-transform: capitalize; }    .tips .sheet .btn-ico span { display: none; }    .tips .sheet .btn-ico:hover { background: #cf2936; }    .tips .sheet .btn-ico i { text-transform: uppercase; }*/

        .tips .age {
            padding-bottom: 0;
        }

            .tips .age .change {
                display: none;
            }

            .tips .age ul {
                margin: 0 -2px;
            }

            .tips .age li {
                font-size: 16px;
                line-height: 19px;
                padding: 0 2px 19px;
            }

                .tips .age li a {
                    width: 94px;
                    height: 92px;
                    padding: 27px 12px 27px;
                }

                .tips .age li .range {
                    font-size: 21px;
                    line-height: 21px;
                }

    .two-col {
        padding: 20px 19px 37px;
        background: #fff;
    }

        .two-col .col {
            float: none;
            width: auto;
            padding: 0 0 27px;
        }

            .two-col .col.baby {
                padding: 0 0 27px;
            }

        .two-col .divider {
            bottom: auto;
            height: 23px;
            width: 23px;
            top: 65px;
            background: none;
            display: none;
        }

        .two-col h2 {
            font-size: 34px;
            line-height: 39px;
            margin-bottom: 15px;
        }

        .two-col p {
            margin-bottom: 13px;
        }

    .link-wrap a, .link-wrap1 a {
        padding: 0 0 0 46px;
    }

        .link-wrap a:after, .link-wrap1 a:after {
            right: auto;
            left: 0;
        }

    .promo {
        padding: 15px 0;
    }

        .promo:before {
            background: url(../images/bg03.png) no-repeat 50% 0;
            height: 22px;
            background-size: 100% 22px;
        }

        .promo .img-women {
            display: none;
        }

        .promo .text {
            float: none;
            width: auto;
            font-size: 16px;
            padding: 5px 0 27px;
            font-family: Arial, Helvetica, sans-serif;
        }

            .promo .text strong {
                font-weight: normal;
            }

            .promo .text time {
                font-weight: normal;
                margin-bottom: 19px;
            }

            .promo .text p {
                margin-bottom: 24px;
            }

        .promo .btn {
            padding: 0 45px 0 0;
            position: relative;
            background: none;
            border: none;
            border-radius: 0;
            box-shadow: none;
        }

            .promo .btn:after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -18px;
                background: url("../images/sprite.png") no-repeat -218px -50px;
                width: 36px;
                height: 36px;
                background-color: #fff;
                border-radius: 50%;
            }

        .promo .co-sponsor {
            float: none;
            width: auto;
            padding: 0 0 41px;
        }

            .promo .co-sponsor .img a {
                padding: 22px 34px 15px;
            }

        .promo .by {
            display: none;
        }

        .promo .advice {
            max-width: 188px;
            margin-bottom: 20px;
        }

    .two-box.curved {
        padding: 0;
        margin: 0;
    }

        .two-box.curved .box {
            background: #9146ab;
        }

            .two-box.curved .box:first-child {
                background: #325578;
            }

    .two-box .box {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        min-height: 0;
        height: auto !important;
    }

        .two-box .box .inner {
            padding: 30px 20px !important;
            width: auto;
        }

        .two-box .box:first-child h2 {
            line-height: 31px;
            margin-bottom: 7px;
        }

            .two-box .box:first-child h2 span {
                display: inline-block;
                vertical-align: middle;
            }

    .two-box .inner {
        padding: 39px 20px;
        margin: 0 auto;
    }

    .two-box h2 {
        font-size: 55px;
        line-height: 46px;
        margin-bottom: 1px;
    }

        .two-box h2 span {
            display: block;
        }

    .two-box p {
        margin-bottom: 17px;
    }

    .two-box .btn {
        margin-bottom: 13px;
        display: block;
    }

    .two-box .piggy-bank, .curved-block .piggy {
        display: none;
    }

    .subscribe input[type="email"], .subscribe input[type="text"] {
        margin-bottom: 6px;
    }

    .two-box .subscribe input {
        font-size: 17px;
    }

    .about-block {
        padding: 57px 6px 29px;
        background: #fff;
    }

        .about-block:before {
            display: none;
        }

        .about-block .col {
            float: none;
            width: auto;
        }

            .about-block .col:first-child {
                width: auto;
                padding: 0 19px 10px;
            }

        .about-block .piggy-bank, .about-block .img-ico {
            display: none;
        }

        .about-block h2 {
            font-size: 34px;
            line-height: 36px;
            margin-bottom: 45px;
        }

        .about-block .post-list {
            font-size: 14px;
            line-height: 20px;
        }

            .about-block .post-list li {
                width: 100%;
                padding-bottom: 32px;
            }

            .about-block .post-list .img-holder {
                margin-bottom: 23px;
                padding: 0 17px;
            }

                .about-block .post-list .img-holder img {
                    width: 100%;
                    height: auto;
                    vertical-align: top;
                }

    .products {
        margin: 46px 0 0;
    }

        .products li {
            margin-bottom: 21px;
        }

    #main {
        background: #f0efef;
    }

        #main.bg01 {
            background: #f0efef;
            padding-bottom: 10px;
        }

        #main.bg02 {
            background: #f0efef;
        }

        #main.bg03 {
            background: #f0efef;
        }

            #main.bg03:after {
                display: none;
            }

            #main.bg03 .our-reach {
                margin-bottom: 20px;
                padding: 20px 0;
            }

        #main > #content {
            background: #fff;
            margin: 0 10px;
            padding: 36px 0;
        }

    .breadcrumbs {
        display: none;
    }

    .testimonial-wrap header {
        padding-top: 17px;
    }

    .testimonial-wrap h1 {
        font-size: 27px;
        line-height: 32px;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .testimonial-wrap .inner-wrap {
        margin-bottom: 0;
    }

    .testimonial-wrap .col {
        padding-top: 10px;
        float: none;
        width: auto;
    }

    .testimonial {
        padding-bottom: 1px;
    }

        .testimonial .img {
            float: none;
            width: 86px;
            margin: 0 0 2px;
        }

            .testimonial .img .view1 {
                display: none;
            }

            .testimonial .img .view2 {
                display: block;
            }

        .testimonial .box {
            padding: 15px;
            line-height: 1.5;
        }

        .testimonial h2 span {
            display: block;
        }

        .testimonial q {
            font-style: normal;
            margin-bottom: 11px;
        }

        .testimonial time {
            display: block;
            margin-top: 7px;
        }

    .moreinfo-wrap {
        padding-bottom: 20px;
    }

    .more-info {
        padding: 20px;
    }

        .more-info .btn-ico {
            margin-top: 0;
        }

        .more-info h3 {
            font-size: 27px;
            line-height: 32px;
            margin-left: 12px;
            margin-bottom: 15px;
            float: none;
            text-align: center;
        }

        .more-info .phone {
            float: none;
            width: auto;
            display: block;
            text-align: center;
            padding: 0 0 5px;
        }

            .more-info .phone span {
                display: inline;
            }

        .more-info .or {
            display: none;
        }

        .more-info .btn-ico {
            margin-left: 0;
        }

    .email-submit {
        padding: 22px 0 29px;
    }

        .email-submit .wrap-txt {
            text-align: center;
            float: none;
            margin: 0;
        }

            .email-submit .wrap-txt .txt {
                display: block;
                margin-top: 10px;
            }

        .email-submit .title {
            margin-bottom: -10px;
        }

        .email-submit .subscribe {
            width: auto;
            float: none;
            margin: 13px 0 0 0;
            padding: 0 11px;
        }

        .email-submit input[type="email"], .email-submit input[type="text"] {
            float: none;
            width: 100%;
            border-radius: 20px;
            margin-bottom: 11px;
        }

        .email-submit button[type="submit"] {
            float: none;
            width: 100%;
            border-radius: 20px;
            padding: 15px 10px;
            border-radius: 28px;
        }

    .whatwedo {
        padding-top: 30px;
    }

        .whatwedo header {
            background: #ffffff;
            background: rgba(255, 255, 255, 0.8);
        }

        .whatwedo ol li {
            padding-left: 40px;
        }

            .whatwedo ol li:before {
                font-size: 42px;
                line-height: 42px;
                margin-left: -40px;
                width: 40px;
            }

            .whatwedo ol li + li:after {
                left: 40px;
            }

    .green-box {
        padding: 60px 0 44px;
    }

    .pink-box, .green-box {
        margin-bottom: 0;
    }

        .pink-box:before, .pink-box:after, .pink-box h2, .green-box:before, .green-box:after, .green-box h2 {
            display: none;
        }

        .pink-box .wrap .col {
            float: none;
            width: auto;
        }

        .pink-box .product {
            float: none;
            margin: 0 auto;
        }

        .pink-box .wrap .col:last-child {
            width: auto;
            float: none;
            margin-top: 20px;
        }

            .pink-box .wrap .col:last-child .mrec {
                margin-top: 80px;
            }

    .purple-box .col {
        width: auto;
        float: none;
    }

        .purple-box .col:first-child {
            width: auto;
        }

            .purple-box .col:first-child .box-list {
                text-align: center;
            }

    .service-list .box, .box-list .box {
        width: 300px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    }

        .service-list .box.box1:after, .box-list .box.box1:after {
            background-image: url(../images/bg07-small.png);
        }

    .box-list.box-white .box1:after {
        background-image: url(../images/bg07-white-small.png);
    }

    .accordion li.active .opener:after {
        background-position: -131px -105px;
    }

    .accordion .opener {
        padding: 11px 44px 9px 18px;
    }

        .accordion .opener:after {
            right: 17px;
        }

    .caq {
        padding-bottom: 34px;
    }

        .caq.add {
            padding-top: 46px;
        }

            .caq.add .holder:before {
                display: none;
            }

        .caq h2 {
            text-align: left;
            margin: 19px;
        }

            .caq h2 span {
                display: block;
            }

        .caq .acc-wrap {
            padding-bottom: 0;
            max-width: none;
        }

        .caq .accordion {
            width: auto;
            float: none;
        }

        .caq .link-wrap {
            text-align: right;
            padding: 4px 25px;
        }

    .article-list {
        padding: 0 22px 23px;
        background: #fff;
        margin-bottom: 10px;
    }

        .article-list h1 {
            margin: 0 -22px 28px;
            padding: 26px 2px 14px;
            background: #f0efef;
        }

        .article-list .article:first-child {
            padding-bottom: 20px;
        }

        .article-list .article {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .article-list .article:last-child {
                border-bottom: none;
            }

            .article-list .article p {
                margin-bottom: 0;
            }

            .article-list .article.a3 {
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .article-list .article .desc {
                width: auto;
                float: none;
            }

            .article-list .article .img {
                display: none !important;
            }

            .article-list .article h2 {
                font-size: 55px;
                line-height: 55px;
                margin-bottom: 5px;
            }

                .article-list .article h2 span {
                    font-size: 55px;
                    line-height: 55px;
                }

        .article-list ul li {
            padding-bottom: 6px;
        }

        .article-list .link-wrap1 {
            padding: 18px 0 4px 58px;
        }

    .our-reach {
        margin-bottom: 10px;
    }

        .our-reach h2 {
            margin-bottom: 10px;
            font-size: 34px;
            line-height: 38px;
        }

        .our-reach li {
            display: block;
            width: auto;
            padding: 15px 0;
            border-bottom: solid 1px #fff;
        }

            .our-reach li:last-child {
                border-bottom: 0;
            }

    .help-family .content {
        float: none;
        width: auto;
        background: #fff;
        padding: 19px 23px;
    }

    .help-family h1 {
        margin-bottom: 10px;
    }

        .help-family h1 small {
            font-size: 21px;
            line-height: 25px;
        }

        .help-family h1 span {
            font-size: 55px;
            line-height: 55px;
            margin-right: -6px;
        }

        .help-family h1 i {
            font-size: 85px;
            line-height: 76px;
        }

    .help-family .testimonial-block {
        float: none;
        width: auto;
    }

        .help-family .testimonial-block .inner {
            padding: 29px 10px;
            margin-right: 0;
        }

    .help-family .testimonial .img {
        margin: 0;
        width: 86px;
    }

    .family-article li {
        padding: 0 0 29px;
    }

        .family-article li + li {
            border-top: none;
        }

        .family-article li:last-child {
            padding-bottom: 8px;
        }

    .family-article .img {
        float: none !important;
        width: 86px;
        text-align: center;
        margin: 0 auto;
    }

        .family-article .img .view1 {
            display: none;
        }

        .family-article .img .view2 {
            display: block;
        }

    .family-article .desc {
        width: auto;
        float: none !important;
        padding: 0 !important;
    }

    .family-article h2 {
        margin-bottom: 20px;
    }

    .family-article p {
        margin-bottom: 4px;
    }

    .bussiness-block {
        padding: 22px 0 16px;
    }

        .bussiness-block .col {
            float: none;
            width: auto;
        }

            .bussiness-block .col:first-child {
                padding: 0 11px;
            }

            .bussiness-block .col:last-child {
                padding: 27px 20px 10px;
                background: #fff;
            }

                .bussiness-block .col:last-child h2 {
                    margin-bottom: 23px;
                }

        .bussiness-block .news {
            padding-bottom: 31px;
        }

        .bussiness-block h2 {
            margin-bottom: 15px;
        }

        .bussiness-block h3 {
            margin-bottom: 7px;
        }

        .bussiness-block .link-wrap1 {
            display: none;
        }

        .bussiness-block .promo1 {
            margin-top: 17px;
            padding-bottom: 17px;
            position: relative;
        }

            .bussiness-block .promo1 h3 {
                font-size: 34px;
                line-height: 36px;
            }

            .bussiness-block .promo1 .link-wrap1 {
                display: block;
            }

        .bussiness-block .promo2 {
            text-align: center;
        }

            .bussiness-block .promo2 h2 {
                margin-bottom: 10px !important;
            }

            .bussiness-block .promo2 .or {
                display: none;
            }

            .bussiness-block .promo2 .btn-ico {
                margin-top: 10px;
            }

        .bussiness-block .img-nurse {
            display: block;
            width: 94px;
            height: 152px;
            right: -15px;
            bottom: 0;
        }

    .content-refer {
        padding: 27px 10px;
    }

        .content-refer header {
            padding-bottom: 12px;
        }

            .content-refer header h1 {
                margin-bottom: 7px;
            }

            .content-refer header .col {
                width: auto;
                float: none;
                padding-bottom: 15px;
            }

                .content-refer header .col br {
                    display: none;
                }

    .steps {
        padding: 13px 0 10px;
        margin-bottom: 16px;
    }

        .steps ol {
            text-align: center;
        }

            .steps ol li {
                width: 51px;
                height: 51px;
                padding: 0;
                border-radius: 50%;
                overflow: hidden;
                margin-right: 10px;
            }

                .steps ol li:last-child {
                    margin-right: 0;
                }

                .steps ol li:before {
                    top: 0;
                }

    .referal-form fieldset {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .referal-form h2 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .referal-form .row {
        max-width: 100%;
    }

    .referal-form .col:first-child {
        float: none;
        padding: 0 0 7px;
        width: auto;
    }

    .referal-form .col.confirm {
        padding-top: 5px;
    }

        .referal-form .col.confirm .label {
            font-size: 21px;
        }

    .referal-form label, .referal-form .label {
        font-size: 16px;
    }

    .referal-form .title {
        margin: 0 0 -17px 70px;
    }

    .referal-form input[type="text"], .referal-form input[type="email"], .referal-form input[type="password"] {
        min-width: 100%;
    }

    .referal-form .btn-wrap {
        padding-right: 0;
        text-align: center;
    }

    .referal-form .btn-ico {
        float: none;
        font-size: 20px;
        margin-bottom: 23px;
        width: 100%;
    }

    .referal-form .cancel {
        float: none;
    }

    .referal-form select {
        width: 100%;
    }

    .thank-you, .error-msg {
        padding-top: 10px;
    }

        .thank-you .img, .error-msg .img {
            float: none;
            width: 140px;
            margin: 0 auto 19px;
        }

        .thank-you h1, .error-msg h1 {
            font-size: 30px;
        }

            .thank-you h1 span, .error-msg h1 span {
                font-size: 74px;
                line-height: 72px;
            }

            .thank-you h1 i, .error-msg h1 i {
                max-width: 112px;
                padding-top: 0;
            }

    .error-msg {
        padding: 20px 0 0;
    }

        .error-msg .img {
            float: none;
            width: 300px;
            margin: 0 auto 10px;
        }

        .error-msg h1 i {
            max-width: 133px;
            padding-top: 0;
        }

    .do-next ul:before {
        display: none;
    }

    .do-next li {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    .do-next .ico:before {
        display: none;
    }

    .advice-holder .intro {
        padding: 33px 22px 8px;
        margin-top: 0;
    }

        .advice-holder .intro p {
            margin-bottom: 0;
        }

    .advice-holder .desc {
        width: auto;
        float: none;
    }

    .advice-holder .img {
        display: none;
    }

    .advice-holder h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 10px;
    }

        .advice-holder h1 span {
            font-size: 30px;
            line-height: 35px;
        }

    .heading-ad {
        margin: 0 -10px 10px;
    }

        .heading-ad h1 {
            margin-bottom: 11px;
            font-size: 27px;
            letter-spacing: -1px;
        }

        .heading-ad .icon {
            font-size: 48px;
            width: 48px;
            height: 48px;
            margin-top: 0;
            position: static;
            float: left;
        }

        .heading-ad .left {
            float: none;
            width: 100%;
            padding: 20px 22px 0;
            margin-bottom: 0;
        }

            .heading-ad .left:after {
                display: none;
            }

        .heading-ad .right {
            float: none;
            width: 100%;
            padding: 0 10px;
            overflow: auto;
            height: 60px;
            line-height: 60px;
        }

            .heading-ad .right:after {
                width: 57px;
                height: 57px;
                background-size: 57px 57px;
                left: 0;
                top: 0;
            }

            .heading-ad .right .inner {
                float: right;
                overflow: hidden;
                font-size: 12px;
                line-height: 60px;
            }

                .heading-ad .right .inner span {
                    float: left;
                    max-width: 154px;
                }

                    .heading-ad .right .inner span span {
                        display: none;
                    }

        .heading-ad img {
            height: 40px;
            max-width: none;
            margin-left: 10px;
            vertical-align: middle;
        }

        .heading-ad .right .inner span i {
            text-transform: uppercase;
        }

        .heading-ad .right .johnsons {
            float: right;
            width: 65px;
            height: 34px;
        }

        .heading-ad .select-section {
            display: block;
            width: 100%;
        }

        .heading-ad .img {
            display: none;
        }

    #sidebar {
        float: none;
        width: auto;
        display: none;
    }

    #content {
        float: none;
        width: auto;
        background: #fff;
        padding: 25px 10px;
    }

        #content:after, #content:before {
            display: none;
        }

        #content .article-text {
            padding: 0;
        }

        #content .intro-1 {
            padding: 0;
            margin: 0 13px;
        }

        #content .article {
            margin: 0 13px;
        }

        #content .baby1 {
            padding-right: 0;
        }

        #content .baby {
            display: none;
        }

        #content .article.last h2 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        #content .article.last p:last-child {
            margin-bottom: 15px;
        }

        #content .article {
            padding-top: 23px;
        }

        #content ul li {
            padding-left: 0;
        }

            #content ul li:after {
                top: 7px;
            }

        #content ul.list-tick li {
            margin-bottom: 5px;
        }

            #content ul.list-tick li:after {
                top: 7px;
            }

        #content ol {
            padding-bottom: 4px;
        }

            #content ol li {
                padding-left: 30px;
            }

                #content ol li:before {
                    width: 40px;
                    margin-left: -40px;
                }

        #content .note {
            margin: 0 -13px 29px;
            padding: 20px 28px 27px;
        }

        #content .video-block {
            margin: 0 -10px 50px;
            padding-bottom: 0;
            border-bottom: none;
        }

            #content .video-block h2 {
                font-size: 21px;
                line-height: 25px;
                margin-bottom: 19px;
            }

            #content .video-block .desc {
                margin: 0 10px;
                padding: 30px 20px 23px;
            }

                #content .video-block .desc p {
                    margin-bottom: 0;
                }

        #content .bg-baby {
            display: none;
        }

        #content .product {
            display: none;
        }

        #content .article-small ol li {
            padding-left: 40px;
        }

            #content .article-small ol li:before {
                font-size: 42px;
                line-height: 42px;
                margin-left: -40px;
                width: 40px;
            }

            #content .article-small ol li + li:after {
                left: 40px;
            }

        #content .order-list li + li:after {
            left: 40px;
        }

    .product a {
        padding: 22px 34px 15px;
    }

    .video {
        max-width: 100%;
    }

        .video img {
            width: 100%;
        }

        .video .controls {
            left: 18px;
            right: 18px;
            bottom: 10px;
        }

        .video .time {
            font-size: 17px;
            line-height: 22px;
            margin: 0 0 2px 3px;
        }

        .video .progress-bar {
            height: 6px;
        }

            .video .progress-bar .handle {
                width: 6px;
                height: 6px;
            }

    .two-bg {
        padding: 0;
        margin-top: 0;
    }

        .two-bg .col {
            text-align: center;
            float: none;
            width: auto;
            padding: 36px 34px 29px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5NDZhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2E4NTJhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: linear-gradient(to right, #8946ab 0%, #a852a2 96%);
        }

            .two-bg .col:first-child {
                padding: 49px 20px 21px;
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxNjY5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzM3NGQ3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
                background: linear-gradient(to right, #316694 0%, #374d76 89%);
            }

        .two-bg h2 {
            font-size: 55px;
            line-height: 46px;
            margin-bottom: 1px;
        }

        .two-bg .infos li {
            margin-bottom: 15px;
        }

        .two-bg .infos span {
            padding: 0 33px;
        }

        .two-bg .infos .left {
            float: none;
            width: auto;
            padding: 0;
            margin-bottom: 4px;
        }

        .two-bg .verdic {
            padding-top: 14px;
            margin-bottom: 24px;
        }

        .two-bg .or {
            display: none;
        }

        .two-bg .btn-ico:before {
            left: 31px;
        }

        .two-bg .piggy-bank {
            display: none;
        }

    .sale-wrap {
        padding: 17px 10px 15px;
    }

        .sale-wrap .sponsor {
            float: none;
            width: auto;
            background: #fff;
            margin: 0;
            padding: 10px 0 calc(10% - 30px);
        }

            .sale-wrap .sponsor span {
                font-family: "Quicksand", sans-serif;
                margin-bottom: 10px;
            }

            .sale-wrap .sponsor a {
                font-weight: normal;
            }

        .sale-wrap .book-sell {
            display: none;
        }

    .hero-panel {
        margin-top: 0;
        background: none;
        height: auto;
    }

        .hero-panel .col {
            float: none;
            width: auto;
            padding: 2px 10px;
            height: auto !important;
            margin-top: -50px;
        }

            .hero-panel .col:first-child {
                float: none;
                height: 292px;
            }

                .hero-panel .col:first-child img {
                    position: static;
                    width: 100%;
                }

        .hero-panel .text-area {
            float: none;
            padding: 21px 24px 0;
            margin: 0;
            background: #ffffff;
            background: rgba(255, 255, 255, 0.95);
            position: relative;
            z-index: 2;
            max-width: 100%;
        }

        .hero-panel .intro {
            padding-bottom: 0;
            overflow: auto;
        }

        .hero-panel .divider {
            display: none;
        }

    .customer-verdic {
        background: #fff;
        padding: 9px 20px 13px;
    }

        .customer-verdic h2 {
            margin-bottom: 26px;
            font-size: 28px;
            line-height: 38px;
        }

        .customer-verdic .testimonial {
            float: none;
            width: auto;
        }

        .customer-verdic .link-wrap1 {
            display: none;
        }

    .dontaion {
        background: #fff;
        padding: 35px 0 0;
    }

        .dontaion:before {
            display: none;
        }

        .dontaion .col {
            float: none;
            width: auto;
        }

            .dontaion .col:first-child {
                width: auto;
                padding: 0 20px 26px;
                text-align: right;
                min-height: 191px;
            }

        .dontaion h1 {
            font-size: 70px;
            line-height: 60px;
            margin: 0 0 -8px;
            letter-spacing: 1px;
        }

            .dontaion h1 span {
                font-size: 27px;
            }

        .dontaion .mobile-txt .txt {
            display: block;
            overflow: hidden;
            padding-left: 8px;
        }

        .dontaion .img {
            display: none;
        }

        .dontaion .donate-box form {
            text-align: center;
        }

        .dontaion .txt-title {
            display: none;
        }

        .dontaion .donate-box .row {
            padding: 16px 19px 17px;
        }

        .dontaion .donate-box .column {
            float: none;
            width: auto;
        }

            .dontaion .donate-box .column:first-child {
                width: auto;
            }

        .dontaion .donate-box h2 {
            font-size: 34px;
            line-height: 40px;
            padding: 0;
        }

        .dontaion .donate-box .hero {
            padding: 16px 19px 15px;
        }

            .dontaion .donate-box .hero h2 {
                font-size: 34px;
                line-height: 40px;
            }

                .dontaion .donate-box .hero h2 span {
                    font-size: 55px;
                    line-height: 58px;
                }

        .dontaion .btn-ico {
            margin-top: 0;
            display: inline-block;
        }

        .dontaion .acc-info {
            margin-top: 0;
            padding-left: 0;
            border: none;
        }

        .dontaion .address:after {
            display: none;
        }

        .dontaion .address {
            margin: 14px 0 0;
            padding: 0 0 9px;
        }

    .help-with {
        padding: 20px 9px 0;
        background: #fff;
    }

        .help-with:before {
            display: none;
        }

        .help-with .col {
            float: none;
            width: auto;
        }

        .help-with h2 {
            font-size: 30px;
            line-height: 35px;
            margin: 0 10px 48px;
        }

        .help-with p {
            display: none;
        }

    .search-result {
        padding-top: 20px;
    }

        .search-result .post-lists {
            float: none;
            padding-right: 0;
            width: auto;
        }

        .search-result #sidebar {
            float: none;
            width: auto;
            display: block;
        }

        .search-result .search-post .sort {
            width: 55%;
        }

        .search-result .search-post .selector {
            width: 73% !important;
        }

        .search-result .products {
            max-width: 300px;
            margin: 0 auto 20px;
        }

    .post-lists .post {
        position: relative;
        max-width: 100%;
    }

    .post-lists .img {
        display: none;
    }

    .post-lists h2 {
        margin-right: 40px;
        font-size: 16px;
        line-height: 22px;
    }

    .post-lists .link-wrap {
        padding: 10px 0 20px;
    }

        .post-lists .link-wrap a:after {
            left: auto;
            right: 0;
        }

    .faq {
        padding-top: 10px;
    }

        .faq h1 {
            font-size: 27px;
            line-height: 32px;
            margin-left: 0;
            margin-bottom: 15px;
        }

        .faq .inner-wrap {
            margin-bottom: 15px;
        }

        .faq .col {
            float: none;
            width: auto;
            padding-top: 10px;
        }

            .faq .col:first-child {
                width: auto;
            }

        .faq .product {
            margin: 0 auto;
            float: none;
        }

    .threecol {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

        .threecol:before {
            display: none;
        }

        .threecol .col {
            float: none;
            width: auto;
            margin: 0 -10px;
            padding: 34px 15px 28px;
        }

            .threecol .col:first-child {
                border-bottom: 2px solid #f1f0f0;
            }

        .threecol h1 {
            font-size: 45px;
            line-height: 45px;
        }

        .threecol .info li {
            font-size: 14px;
            line-height: 17px;
        }

        .threecol .btn-ico {
            font-size: 27px;
            margin: 0 17px 20px;
        }

    .locations {
        padding: 27px 10px;
    }

        .locations h2 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 8px;
        }

        .locations .heading {
            padding-bottom: 19px;
        }

            .locations .heading .txt {
                float: none;
                width: auto;
            }

        .locations .accordion {
            float: none;
            width: auto;
            margin: 0;
        }

            .locations .accordion .opener {
                padding: 21px 41px 18px 16px;
            }

    .location-wrap {
        padding-bottom: 30px;
        max-width: 400px;
        margin: 0 auto;
    }

        .location-wrap .white-box {
            float: none;
            width: auto;
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 19px 18px 24px;
        }

        .location-wrap h3 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 3px;
        }

        .location-wrap p {
            margin-bottom: 11px;
        }

        .location-wrap .col {
            float: none;
            width: auto;
        }

            .location-wrap .col:first-child {
                width: auto;
                padding-bottom: 10px;
            }

                .location-wrap .col:first-child strong {
                    max-width: 95%;
                    color: #007994;
                    text-decoration: underline;
                }

        .location-wrap .img-holder {
            width: 100%;
            padding: 0;
        }

        .location-wrap .map img {
            border-radius: 0;
        }

        .location-wrap .map {
            width: 100%;
            padding: 0;
            box-shadow: none;
            float: none;
            margin: 0 !important;
            border-radius: 0;
        }

        .location-wrap .img {
            display: none !important;
        }

        .location-wrap.add .white-box {
            float: none;
        }

        .location-wrap.add .img-holder {
            padding: 0;
        }

    .sponsor-intro {
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 0;
    }

        .sponsor-intro .prop {
            display: none;
        }

        .sponsor-intro h1 {
            line-height: 35px;
            font-size: 30px;
        }

        .sponsor-intro .desc {
            max-width: none;
        }

    .why-advertise {
        padding-bottom: 26px;
    }

        .why-advertise h2 {
            margin-bottom: 20px;
        }

        .why-advertise .list-tick {
            float: none;
            width: auto;
        }

    #footer {
        padding: 0;
        border-bottom-width: 20px;
    }

        #footer .footer-section {
            margin-top: 15px !important;
        }

        #footer .logo {
            display: none;
        }

        #footer .footer-top {
            padding-top: 20px;
            padding-bottom: 33px;
            border-bottom: 1px solid #e7e7e6;
        }

        #footer .btn {
            float: none;
            margin: 0 60px;
            display: block;
            text-align: center;
        }

        #footer .footer-nav {
            padding: 25px 10px 0;
            margin-bottom: -11px;
            position: relative;
        }

        #footer .footer-nav section {
            display: table-cell;
            width: calc(50% - 1px);
            border-right: solid 1px #e7e7e6;
            padding: 15px;
        }
        #footer .footer-nav section:nth-child(2n+1)
        {
            clear: both;
        }

        #footer .footer-bottom li {
            margin-left: 22px;
        }

        #footer .nav-title {
            line-height: 20px;
            margin: 0 50px 16px 0;
        }

        #footer .social-networks {
            float: none;
            display: block;
            padding: 16px 0;
            margin: 0 auto;
            width: 240px;
            text-align: center;
        }

        #footer .info {
            float: none;
            width: auto;
            max-width: 300px;
            margin: 0 auto;
            padding: 15px 46px 13px;
        }

            #footer .info:after {
                display: none;
            }

            #footer .info li {
                float: none;
                width: auto;
                padding: 0 0 17px;
                font-size: 12px;
                line-height: 15px;
                max-width: 208px;
                margin: 0 auto;
            }

            #footer .info img {
                width: 18px;
            }

            #footer .info .title {
                font-size: 18px;
                line-height: 24px;
            }

    .article-text {
        padding-bottom: 0;
    }

        .article-text .hightlight {
            font-size: 16px;
            line-height: 20px;
        }

    .block-wide {
        border: none;
        position: relative;
        padding: 21px 0;
    }

        .block-wide:after {
            content: "";
            position: absolute;
            left: 10px;
            right: 10px;
            top: 0;
            height: 1px;
            background: #e5e5e5;
        }

    .event-list .col {
        width: 100%;
        padding-bottom: 30px;
    }

        .event-list .col:last-child {
            padding-bottom: 6px;
        }

    .event-list .img {
        margin-bottom: 7px;
    }

    .article-photo .col {
        width: 100%;
    }

    .article-photo .img {
        float: none;
        width: 232px;
        margin: 0 auto 44px;
        padding: 14px;
    }

        .article-photo .img:after {
            right: auto;
            left: 50%;
            top: auto;
            bottom: -31px;
            margin: 0 0 0 -10px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            border-width: 20px 0 20px 25px;
        }

    .article-photo h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 12px;
    }

    .article-block .two-col {
        background: transparent;
    }

        .article-block .three-col .col, .article-block .two-col .col {
            width: 100%;
            display: block;
        }

    .head-circle {
        float: none;
        width: 261px;
        margin: 0 auto 20px;
        padding: 52px 31px;
        height: 261px;
    }

        .head-circle:after {
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            right: auto;
            top: auto;
            left: 50%;
            bottom: -20px;
            margin: 0 0 0 -11px;
        }

    div.carousel {
        float: none;
        width: auto;
        margin: 0 -10px;
    }

        div.carousel:after {
            display: none;
        }

    div.pagination .mask1 ul {
        text-align: right;
    }

    div.pagination .mask1 li {
        width: auto;
    }

        div.pagination .mask1 li.active a, div.pagination .mask1 li a:hover {
            background: #007994;
        }

    div.pagination .mask1 a {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        width: 35px;
        height: 16px;
        text-align: left;
        background: #00a3c7;
    }

    div.pagination .btn-prev, div.pagination .btn-next {
        display: none;
    }

    .gallery .text {
        float: none;
        margin: 0;
        width: auto;
        padding: 30px 23px 19px;
        border-radius: 0;
    }

    .gallery h2 {
        margin-bottom: 7px;
    }

    .gallery p {
        margin-bottom: 0 !important;
    }

    .video-section {
        padding-bottom: 0;
        margin: 0 -10px;
    }

        .video-section .txt-wrap {
            float: none;
            width: auto;
            margin: 0 10px;
        }

        .video-section .desc {
            margin: 0;
            padding: 31px 23px 24px;
        }

        .video-section .video {
            float: none;
            width: auto;
            margin: 0;
        }

        .video-section h2 {
            margin-bottom: 18px;
        }

        .video-section p {
            margin-bottom: 0 !important;
        }

    .banner {
        display: none;
    }

    .related-posts .three-col .col {
        width: 100%;
    }

    .related-posts .desc-sm {
        max-width: 100%;
    }

    #content .table-wrap {
        margin: 0;
        overflow: hidden;
    }

    #content .table {
        overflow: hidden;
        padding: 0 0 16px;
        width: 649px;
    }

    #content .block-wide .table {
        width: 996px;
    }

    .link-tile-list {
        max-width: 600px;
        margin: 0 auto;
    }

    .link-tile {
        width: calc(100% / 2 - 4px);
        min-width: 0;
    }

    .holder > .link-tile-list .link-tile.b3:after, .holder > .link-tile-list .link-tile.b4:after {
        background: url("../images/tile-b.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
        box-shadow: none;
    }

    .holder > .link-tile-list .link-tile.b2:after {
        background: #fff;
        box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
    }

    .holder > .link-tile-list .link-tile:nth-child(1n) {
        clear: none;
    }

    .holder > .link-tile-list .link-tile:nth-child(2n-1) {
        clear: left;
    }

    .help-with .col .link-tile.b3:after {
        background: url("../images/tile-b-grey.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
        box-shadow: none;
    }

    .help-with .col .link-tile.b2:after {
        background: #f1efef;
        box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
    }

    .help-with .col .link-tile:nth-child(1n) {
        clear: none;
    }

    .help-with .col .link-tile:nth-child(2n-1) {
        clear: left;
    }

    .purple-box .col:first-child .link-tile {
        float: left;
        margin: 0 2px 35px;
        width: calc(100% / 2 - 4px);
    }

        .purple-box .col:first-child .link-tile.b1:after {
            background: url("../images/tile-b.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
            box-shadow: none;
        }

        .purple-box .col:first-child .link-tile.b2:after {
            background: #fff;
            box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
        }

        .purple-box .col:first-child .link-tile:nth-child(1n) {
            clear: none;
        }

        .purple-box .col:first-child .link-tile:nth-child(2n-1) {
            clear: left;
        }

    #footer .footer-bottom .copyright {
        display: block;
        float: none;
        width: auto;
        margin-top: 30px;
        text-align: center;
    }

    #footer .footer-bottom ul {
        text-align: center;
        margin-top: 5px;
    }

        #footer .footer-bottom ul li:first-child {
            margin-left: 0;
        }

    .shop-two-col .divider {
        display: none;
    }

    .shop-two-col .col {
        float: none;
        width: auto;
        padding: 20px 0;
    }

    .shop-two-col .hide-mobi {
        display: none;
    }

    .shop-two-col .img-col {
        text-align: center;
    }

        .shop-two-col .img-col ul {
            display: inline-block;
            text-align: left;
        }

    .shop-two-col .price-wrap, .shop-two-col .supporter {
        text-align: center;
        display: block;
    }

    .alt-shop:before, .alt-shop:after {
        display: none;
    }

    .shop-head {
        margin-bottom: 0;
        min-height: 0;
    }

    #content .shop-article {
        margin: 0 13px;
        padding-top: 23px;
    }

    .shop-article .img-col {
        display: none;
    }

    .shop-article .content-col {
        float: none;
        width: auto;
        padding: 0;
    }

    .shop-article .mobi-img {
        display: block;
        float: left;
        width: 40%;
        padding: 0 10px 0 0;
    }

        .shop-article .mobi-img img {
            max-width: 100%;
            display: block;
        }

    .shop-article footer {
        overflow: hidden;
    }

    .shop-article .text-wrap {
        margin: 0 auto 1em;
    }

    .shop-article .price-wrap {
        margin: 0 0 20px;
    }

    .shop-article .btn-buy {
        display: block;
    }

    .shop-article h3 {
        font-size: 55px;
        line-height: 46px;
    }

        .shop-article h3 span {
            font-size: 55px;
            line-height: 46px;
        }
}

@media only screen and (max-width: 517px) {
    .holder > .link-tile-list .link-tile, .help-with .col .link-tile {
        float: none;
        margin: 0 auto 35px;
        max-width: 300px;
        width: calc(100% - 4px);
    }

        .holder > .link-tile-list .link-tile.b2:after, .holder > .link-tile-list .link-tile.b3:after, .holder > .link-tile-list .link-tile.b4:after {
            background: url("../images/tile-b.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
            box-shadow: none;
        }

        .holder > .link-tile-list .link-tile.b1:after, .help-with .col .link-tile.b1:after {
            background: #fff;
            box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
        }

        .holder > .link-tile-list .link-tile:nth-child(1n) {
            clear: both;
        }

        .help-with .col .link-tile.b2:after, .help-with .col .link-tile.b3:after, .help-with .col .link-tile.b4:after {
            background: url("../images/tile-b-grey.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
            box-shadow: none;
        }

        .help-with .col .link-tile.b1:after {
            background: #f1efef;
            box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
        }

        .help-with .col .link-tile:nth-child(1n) {
            clear: both;
        }

    .purple-box .col:first-child .link-tile {
        float: none;
        margin: 0 auto 35px;
        width: calc(100% - 4px);
        max-width: 300px;
    }

        .purple-box .col:first-child .link-tile.b2:after {
            background: url("../images/tile-b.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
            box-shadow: none;
        }

        .purple-box .col:first-child .link-tile.b1:after {
            background: #fff;
            box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
        }

    .purple-box .col .link-tile:nth-child(1n) {
        clear: both;
    }
}

@media only screen and (max-width: 479px) {
    .search-result .search-post .left {
        float: none;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .search-result .search-post .sort {
        float: none;
        width: 100%;
    }

    .article-text .sponsor {
        text-align: center;
    }

        .article-text .sponsor:first-of-type:before {
            display: none;
        }

        .article-text .sponsor .img-wrap img {
            margin: 0 auto;
        }
}
