
    body {
        background-color: #ffffff;
    }

    .show-tablet {
        display: block !important;
    }

    .hide-tablet {
        display: none !important;
    }

    .content-wrap {
        width: 100%;
    }

    .sidebar-wrap {
        display: none;
    }

    .top-black-bar .inner-black-bar {
        width: auto;
        display: block;
        padding: 0 12px;
    }

    .top-black-bar  ul.btn-icons {
        display: block;
        float: none;
        margin: 0 auto 0 auto;
        padding-top: 15px;
    }

    .mobile-header-wrap {
        display: block;
    }

    /* Subscribe Form */
    .subscribe-form-wrap {
        height: auto;
    }

    .subscribe-form-inner {
        width: auto;
        padding: 22px 20px 22px 10px;
        margin: auto;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .subscribe-form-inner .close-form-btn {
        /*display: none;*/
    }

    .subscribe-form-inner .column-1 {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }

    .subscribe-form-inner .column-1 h2 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .subscribe-form-inner .column-2 {
        float: left;
        width: 100%;
        padding: 22px 0 0 0;
    }

    .subscribe-form-inner .column-2 .textbox-email {
        width: 240px;
        padding: 0 10px;
    }

    .subscribe-form-inner .column-3 {
        float: left;
        width: 100%;
        padding: 22px 0 0 0;
    }

    .subscribe-form-inner .btns-col {
        width: 100%;
        float: left;
        padding-top: 32px;
    }

    .subscribe-form-inner .btns-col .yellow-btn {
        float: left;
        margin: 0 10px 0 0;
    }

    .logo-wrap {
        height: auto;
        background-color: #ffffff;
        background-image: url(../images/mobile-icon/logo-wrap-bg-mobile.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        margin-bottom: 10px;
    }

    .logo-wrap-inner {
        width: 100%;
        height: 86px;
        margin: auto;
        text-align: center;
    }

    .logo-wrap-inner .logo {
        width: 258px;
        height: 76px;
        float: none;
        margin: 10px auto 0 auto;
        clear: both;
        display: block;
    }

    .logo-wrap-inner .logo img {
        max-width: 100%;
    }

    .shadow-below-logo {
        display: none;
    }

    .mobile-menu-wrap {
        display: block
    }

    .mobile-menu-btn {
        display: block;
        clear: both;
    }

    .content-wrap {
        width: 100% !important;
        padding: 0;
    }

    /* Content */
    .main-content {
        width: auto;
        padding: 0 10px;
        float: none;
        display: block;
        overflow: hidden;
    }

    ul.main-menu {
        display: none;
    }

    .main-long-ads-space {
        margin-bottom: 10px;
    }

    .main-long-ads-space .cr-space {
        display: none;
    }

    .main-long-ads-space .ad-space {
        float: none;
        margin: auto;
    }

    /* Homepage Content */
    .home-slider {
        margin-bottom: 10px;
    }

    .home-six-boxes .each-box .inner-box h3 {
        margin-bottom: 18px;
    }

    .home-six-boxes .each-box .inner-box p {
        margin-bottom: 12px;
        padding-right: 32px;
    }

    .home-six-boxes .each-box {
        width: 49.5%;
        height: 230px;
        margin-bottom: 10px;
    }

    .home-six-boxes .each-box .inner-box {
        padding: 14px 14px 0 14px;
    }

    .home-six-boxes .social-icon-box {
        display: block;
        padding: 0;
    }

    .home-six-boxes .social-icon-box .title {
        width: auto;
        float: none;
        padding: 0 0 14px 0;
        display: block;
    }

    .home-six-boxes .social-icon-box .title h1 {
        line-height: 34px;
    }

    .home-six-boxes .social-icon-box .btns-col {
        width: 220px;
        float: none;
    }

    .home-six-boxes .social-icon-box .btns-col a {
        display: block;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
        background-color: #36322f;
        font-size: 18px;
        color: #df9e38;
        font-family: 'TitilliumText25L-600wt';
        text-decoration: none;
    }

    .home-six-boxes .video-thumbnail .video-box {
        max-width: 220px;
        width: 55%;
        height: 110px;
        float: left;
    }

    .home-six-boxes .video-thumbnail .video-box img {
        max-width: 100%;
    }

    .home-six-boxes .video-thumbnail .video-desc {
        width: 40%;
        float: left;
        padding: 0 0 0 5%;
    }

    /* Landing Page */
    .landing-wrap .landing-slider {
        height: auto;
        margin-bottom: 10px;
    }

    .landing-wrap .big-box {
        margin-bottom: 10px;
    }

    .landing-wrap .big-box .imagebox img {
        width: 100%;
    }

    .landing-wrap .small-box {
        margin-bottom: 10px;
    }

    .other-boxes .moduletable.each-box {
        margin-bottom: 10px;
    }

    /* 8 Boxes on subpages */
    .other-boxes .moduletable.each-box p {
        font-size: 15px;
        line-height: 18px;
    }

    .other-boxes .each-col {
        /*width: 26%;*/
        /*padding: 0 2%;*/
        /*margin: 18px 0 0 0;*/
        float: left;
    }

    .other-boxes .each-col.middle {
        border:none;
        /*margin: 18px 0 0;*/
    }
    .other-boxes .moduletable.each-col {
        width: 25%;
        min-height:300px;

    }

    /* Archives Page */
    .archives-accordion .stories li {
        width: 23%;
    }



    /* Footer */
    .footer-wrap .footer-inner {
        width: auto;
        padding: 0 10px;
        margin: auto;
        overflow: hidden;
        background-color: #fff;
    }

    .main-foot-wrap {
        width: auto;
        height: auto;
    }

    .main-foot-wrap.sub {
        border: 0;
    }

    .main-foot-wrap .copyright-column {
        width: 100%;
    }

    .main-foot-wrap .copyright-column .bg-image-credit {
        display: none;
    }

    .main-foot-wrap .foot-links-column {
        width: 66%;
        display: none;
    }

    /* Search page */

    fieldset.word #q {
        width: 150px;
    }


    .other-boxes .moduletable.big{
        width:74%;
    }

    .accordion-inner .category-module li ul li {
        float: left;
        width: 32%;
        margin: 0 1% 9px 0;
        min-height: 150px;
        border-bottom: 1px solid #CCCCCC;
    }
