@media only screen and (max-width: 767px) {
    * {
       /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none; */
    }

        .tabs, nav .main-nav-btn, .hiddenMobile
     {
        display: none;
    }
    aside
    {
        padding-top:0px;
    }
       
    .tabs,
    nav .main-nav-btn {
        display: none;
    }
	aside nav .logo-desktop {
		display: none;
	}
	aside nav .logo-tablet {
		display: none;
	}
	aside nav .logo-mobile {
		display: block;
		border: none;
		margin-bottom: 0;
		padding: 30px 0;
		text-align: center;
	}
	aside nav .logo {
	height: 130px;
	padding: 30px 0;
	margin-bottom: 0;
	background: url(../img/design/MB-logo-vertical.png) no-repeat 50% 50%;
	}
	.main-menu p {
	padding-left: 20px;
	font-size: 16px;
	}
	.main-menu p span {
	display: none;
	}
    .signin-reg {
        display: block;
        margin: 0;
        padding: 0px 15px;
        border-bottom: 1px solid #2f3130;
        font-size: 16px;
        color: #888f8f;
    }

    .text-page .w_3 {
        width: 100%;
    }

    .text-content {
        margin: 0 20px;
        padding: 20px 0 10px;
    }

    body {
        position: relative;
    }

        body.overflow {
            overflow: hidden;
        }

    h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .full-width, .full-width img {
        display: block;
        width: 100%;
        height: auto;
    }

    .main-menu .logo {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        padding-left: 20px;
    }

        .main-menu .logo a {
            display: block;
            width: 100%;
            color: #fff;
            font-family: 'helvetica_neue75_bold';
        }

    header .main-nav {
        display: none;
    }

    header .share-this {
        display: none;
    }

    .mobile-select-nav {
        display: block !important;
        top: 1px;
        padding: 6px 6px 0;
        margin: 0 6px 0;
        border: 1px solid #ccc;
        border-bottom: 0;
        background: #f0f0f0;
    }

    .mobile-select-nav-wrap {
        width: 100%;
        margin-bottom: 6px;
        border-bottom: 1px solid #ccc;
    }

    .mobile-select-nav .select-box,
    .mobile-select-nav a.selectBox {
        width: 100% !important;
    }

    .main-menu .m-main-nav-btn,
    .main-menu .m-header-nav-btn,
    .main-menu .m-main-home-btn {
        display: inline-block;
        position: absolute;
        top: 54px;
        left: 0;
        z-index: 20;
        width: 44px;
        height: 44px;
        background: #f3f3f3;
        color: #888f8f;
        font-size: 26px;
        line-height: 47px;
        text-align: center;
        cursor: pointer;
    }

    .main-menu .m-header-nav-btn {
        left: auto;
        right: 0;
    }

    .main-menu .m-main-home-btn {
        top: 0;
        left: auto;
        right: 0;
        background: none;
    }

    .main-menu ul {
        position: absolute;
        top: 44px;
        float: none;
        width: 100%;
        border-top: 1px solid #303030;
    }

        .main-menu ul li {
            float: none;
        }

            .main-menu ul li a {
                display: block;
                overflow: hidden;
                height: 40px;
                padding: 0 35px;
                font: 16px/36px 'helvetica_neue75_bold';
                text-decoration: none;
                color: #6a8012;
                border-bottom: 1px solid #303030;
            }

                .main-menu ul li a:hover,
                .main-menu ul li a:active {
                    background: #6a8012;
                    color: #fff;
                }

    .main-menu li a:before {
        display: none;
        float: left;
        width: 35px;
        height: 100%;
        margin-left: -35px;
        font-family: 'MillwardBrown';
        line-height: 33px;
        content: "\e616";
        text-align: center;
        color: #fff;
    }

    .main-menu li.expanded > a {
        background: #3e4545;
        color: #fff;
    }

    header .tabs ul, aside, .home aside {
        display: block;
        width: 100% !important;
    }

    .home aside {
        height: 0;
    }

    aside nav,
    .main-menu ul {
        border-top: none;
        position: absolute;
        top: 44px;
        bottom: 0;
        z-index: -1;
        overflow: hidden;
        max-height: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .9);
        -webkit-transition: max-height .5s ease-out;
        -moz-transition: max-height .5s ease-out;
        -o-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out;
    }

        aside nav.prepareToShow,
        .main-menu ul.prepareToShow {
            border-top: 1px solid 1px solid #ccc;
            z-index: 200 !important;
        }

        aside nav.show,
        .main-menu ul.show {
            max-height: 10000px;
            -webkit-transition: max-height 1.2s ease-in-out;
            -moz-transition: max-height 1.2s ease-in-out;
            -o-transition: max-height 1.2s ease-in-out;
            transition: max-height 1.2s ease-in-out;
        }

    aside nav div ul.side-nav li.level-1:first-child > div > a.k-in {
        border-top: 1px solid #2f3130 !important;
    }

    aside nav div ul.side-nav li.level-1 > div > a.k-in {
        border-bottom: 1px solid #2f3130 !important;
    }

    aside nav div ul.side-nav li.expanded > div > a.k-in {
        border-bottom: 1px solid #2f3130 !important;
    }

    aside nav div ul.side-nav li.expanded > ul {
        border-bottom: 1px solid #2f3130 !important;
    }

    aside nav div ul.side-nav li.level-2,
    aside nav div ul.side-nav li.level-3,
    aside nav div ul.side-nav li.level-4,
    aside nav div ul.side-nav li.level-5 {
        padding-left: 0;
    }

    aside nav div ul.side-nav li.level-2 a.k-in {
        padding-left: 30px;
    }

    aside nav div ul.side-nav li.level-3 a.k-in {
        padding-left: 45px;
    }

    aside nav div ul.side-nav li.level-4 a.k-in {
        padding-left: 60px;
    }

    aside nav div ul.side-nav li.level-5 a.k-in {
        padding-left: 75px;
    }

    .content,
    .content .main {
        width: 100%;
    }

    .content {
        padding-top: 88px;
        padding-bottom: 0;
    }

        .content .main {
            padding: 20px 0 0;
        }

    .main .logo {
        display: block;
        position: absolute;
        top: -90px;
        width: 100%;
        height: 90px;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        background-position: 50% 50%;
        background-size: auto 53px;
    }

    header {
        background: #fff;
    }

    .home aside {
        background: #fff;
    }

    .home header nav {
        padding-top: 8px;
		overflow: auto;
    }
	header nav .logo,
	.main .logo {
        margin: 20px auto;
		width: 200px;
    	height: 38px;
        /*background-size: auto 16px;*/
    }

    .main h1 {
        margin-left: 20px;
text-align: center;
    }

    .main div.share-this {
        top: 20px;
    }

    header .select-box {
        display: none;
    }
	/* Right Floated Container */  
.right-float-container {
	float: none !important; 
	margin: 0px auto !important;   
	margin-bottom: 20px !important; 
	width: 260px;
}
    /* Footer */
    footer {
        position: relative;
        padding: 14px 0 6px;
    }

    p.copyright {
        width: 280px;
        margin: 0;
        line-height: 24px;
    }

    .outer-wrapper {
        position: static;
        width: auto;
    }

    .footer-wrapper {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }

    .social .footer-wrapper {
        padding: 0 4px;
    }

    footer nav .icon-footer-logo {
        margin-right: 0;
        font-size: 34px;
    }

    footer nav {
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px solid #515757;
    }

        footer nav ul {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }

            footer nav ul li {
                width: 100%;
                line-height: inherit;
                margin: 0;
            }

    .social {
        width: 100%;
        padding: 5px 0 0;
    }

    div.share-this {
        margin: 0 3px 0 0;
        top: 1px;
        float: right;
    }

    span.share-label, .icon-footer-logo:before {
        display: none;
    }

    .main a.share-this-btn span,
    .main a.share-this-btn:after {
        display: none;
    }

    .main a.share-this-btn:before {
        margin: 0;
    }

    a.share-this-btn span {
        width: 46px;
        overflow: hidden;
        margin-right: -6px;
        white-space: nowrap;
    }

    footer a.share-this-btn:after {
        margin-left: 0;
    }

    /* Tiles and Visual accents */
    .home .page-section {
        margin-bottom: 0;
    }

    .home .page-section, .home .visual-accents-list,
    .page-section, .visual-accents-list,
    .latest-insights {
        width: 308px; /* 326 */
    }

    .tiles-left, .tiles-right {
        width: 100%;
    }

    .tile {
        width: 308px;
        margin-left: 0;
        margin-right: 0;
    }

    .insights .text-accent-wrapper {
        display: none;
    }

    .insights .top-accent {
        display: block;
    }

    /* Slider */
    ul.slider {
        display: inline-block;
        white-space: nowrap;
    }

        ul.slider li {
            display: inline-block;
            position: relative;
            height: 320px;
            background-position: 50% 0;
            background-repeat: no-repeat;
            background-size: cover;
        }

            ul.slider li h3 {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 20px;
                color: #fff;
                background-color: rgba(0,0,0,.8);
                font-family: 'helvetica_neue55_roman';
                font-size: 18px;
                line-height: 22px;
                white-space: normal;
            }

    ul.slider-nav {
        padding: 3px 0 6px;
        background: #fff;
        text-align: center;
    }

        ul.slider-nav li {
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: 0 5px;
            background-color: #ccc;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            ul.slider-nav li.current {
                background-color: #333;
            }

    /* Link Express */
    .link-express .w_1,
    .link-express .w_2 {
        width: 100%;
    }

    .view-details-wrap {
        height: 180px;
        background-size: cover;
    }

    .view-details-btn {
        width: auto;
        opacity: 1;
    }

        .view-details-btn span {
            display: none;
        }

        .view-details-btn:before {
            float: right;
            padding-left: 2%;
            padding-right: 0;
        }

    .view-details-wrap .contact-us-btn {
        display: block;
        text-align: right;
    }

        .view-details-wrap .contact-us-btn:before {
            padding-right: 2%;
            float: left;
        }

    .view-details-btn,
    .view-details-wrap .contact-us-btn {
        padding: 11px 2%;
        width: 50%;
        white-space: nowrap;
        min-width: inherit;
    }

    .tab-padding {
        padding: 10px;
    }

    .tabs-content h2 {
        margin-bottom: 20px;
        padding: 10px 10px 20px;
    }

    .tabs-content .tab-1 h3,
    .tabs-content p {
        padding: 0 10px;
    }

    .tabs-content ul {
        padding: 0 6px;
    }

    .tags ul {
        padding: 0;
    }

    .tabs-nav {
        display: none;
    }

    ul.related-content li p {
        padding: 0;
    }
	ul.related-content li .details h3, 
	ul.related-content li .details p {
    	padding: 0;    
    }
    ul.related-content li .details,
    ul.related-content li .media-wrap {
        width: 100%;
    }

    ul.related-content li .media-wrap {
        clear: both;
    }

    .video-player-accent.visual-accent {
        width: 100%;
    }

    .text-accent {
        padding: 0 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .submenu-select-wrap + .video-player-accent.visual-accent {
        margin: 0 0 15px;
    }

    .w_1 {
        width: 308px;
    }

    .visual-accent {
        margin-left: 0;
        margin-right: 0;
    }

    ul.share-icons li {
        margin-left: 0;
        margin-right: 0;
    }

    .visual-accents-list.one-accent-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .home .visual-accents-list.one-accent-wrapper {
        padding: 0;
    }

    .home .one-accent {
        margin: 0;
        border: none;
    }
    .contacts .select-box {
        padding: 0;
        width: 97% !important;
        border: 0;
    }

    /* Specialist Practices */
    .s-practices .w_3,
    ul.table-view li {
        width: 100%;
    }

    ul.table-view > li p:last-child,
    .book-details .w_2 p:last-child {
        margin-bottom: 16px;
    }

    .visual-accents .one-accent .top-accent {
        height: 320px;
    }

    .top-accent .info {
        font-size: 18px;
    }

    .table-view h3 {
        font-size: 20px;
    }

    .submenu-select-wrap {
        display: block;
        width: 100%;
        margin-top: -12px;
        padding: 6px;
    }

        .submenu-select-wrap.select-box,
        .submenu-select-wrap a.selectBox {
            width: 100% !important;
        }

        .submenu-select-wrap a.selectBox {
            background: #888f8f;
        }

        .submenu-select-wrap .selectBox-dropdown .selectBox-label {
            font: 16px 'helvetica_neue75_bold';
        }

        .submenu-select-wrap .selectBox-dropdown .selectBox-arrow:before,
        .submenu-select-wrap .selectBox-dropdown .selectBox-label,
        .submenu-select-wrap .selectBox-options li a {
            color: #fff !important;
        }

    .submenu-select-selectBox-dropdown-menu.selectBox-options.selectBox-options-bottom {
        border: 1px solid #ccc;
    }

    .submenu-select-selectBox-dropdown-menu.selectBox-options li:last-child {
        border-bottom: 0;
    }

    .visual-accents.latest-insights {
        width: 100%;
    }

        .visual-accents.latest-insights .visual-accents-list {
            margin: 0 auto;
        }
/* Left Floated Image Container */  
.left-float-img-container img {
	float: none !important;
	margin-right: 0px!important;
	margin-bottom: 20px !important;
}
/* Right Floated Image Container */  
.right-float-img-container img {
	float: none !important;
	margin-left: 0px !important;
	margin-bottom: 20px !important;
}
    .news-filter-wrap {
        height: auto;
        padding: 0 13px;
    }

        .news-filter-wrap .select-box {
            width: 100%;
            padding: 10px 0 0;
        }

            .news-filter-wrap .select-box .select-box {
                padding: 0 0 5px;
            }

        .news-filter-wrap .selectBox.selectBox-dropdown {
            width: 100% !important;
            margin: 0 0 10px;
        }

        .news-filter-wrap input, .news-filter-wrap .btn, .news-filter-wrap select, .news-filter-wrap div {
            width: 100%;
        }

        .news-filter-wrap .btn {
            width: 100%;
            margin: 5px 0 15px;
            color: #fff;
        }

    .news-list li {
        position: relative;
        background: #fff;
        border-left: 6px solid #f0f0f0;
        border-right: 6px solid #f0f0f0;
        height: 100%;
    }

        .news-list li img {
            max-width: 100%;
			height: auto;
        }

        .news-list li .img-wrap {
            display: block;
            width: 20%;
            height: 100%;
            border-right: 6px solid #f0f0f0;
        }

    .news-list .news-listing {
        left: -6px;
        top: 0;
        width: 80%;
        margin: 0;
        border-left: 6px solid #f0f0f0;
        height: 100%;
        float: left;
        padding: 20px;
    }

        .news-list .news-listing .content-center {
            padding: 0;
            position: static;
            -webkit-transform: translate(0%, 0%);
            -moz-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        }

    .paging-wrap {
        border-top: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    ul.paging, div.paging {
        overflow: hidden;
        width: 308px;
        margin: 0 auto;
        padding-top: 6px;
        border-top: 1px solid #ccc;
    }

    .news-list-page .paging,
    .search .paging {
        width: 100%;
        padding: 6px 6px 0;
    }

    /* Podcast */
    .mg-podcast .news-list li img {
        display: none;
    }

    .mg-podcast .news-list .img-wrap {
        position: static;
    }

    .mg-podcast .news-list .news-listing {
        padding-bottom: 70px;
    }

    .mg-podcast .news-list .news-listing {
        width: 100%;
    }

    .mg-podcast .news-list .play-btn {
        width: 94%;
        margin: 3%;
    }

    /* Full bio */
    .full-bio .w_1,
    .full-bio .w_2 {
        width: 100%;
    }

    .full-bio .related-content {
        padding-top: 6px;
    }

    .full-bio .twitter-section {
        margin: 6px 6px 0;
    }

    .person-details-wrap {
        overflow: hidden;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .person-details {
        width: 100%;
        /* height: auto; */
    }

    .person-details-wrap h2 {
        width: 100%;
        padding: 20px;
        color: #6a8012;
        font: 24px 'helvetica_neue55_roman';
    }

    .published-books {
        position: relative;
    }

        .published-books h4 {
            float: left;
            position: relative;
            z-index: 20;
            display: inline-block;
            margin: -53px 0 0;
            padding: 10px;
            background: #003366;
            color: #fff;
            font-size: 12px;
        }

    .firefox .published-books h4 {
        margin-top: -55px;
    }

    .published-books .buy-now-btn {
        display: block;
        width: 100%;
    }

    .published-books p {
        margin-bottom: 15px;
    }

    .box-with-padding {
        float: left;
        width: 100%;
        padding: 6px;
    }

        .box-with-padding .white-box {
            margin: 0;
        }

    .full-bio .contacts {
        border-top: 1px solid #ccc;
    }

    .tab-1.tab-padding {
        padding-bottom: 0;
    }

    /* Knowledge points */
    .double-img {
        width: 100%;
        height: 180px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .double-desc {
        position: relative;
        padding: 10px 0 10px;
        background: #fff;
        width: 288px;
    }

        .double-desc .btn {
            left: 0;
            top: -37px;
        }

    .news-filter-wrap .search-box {
        width: 100%;
        margin: 0 0 10px;
    }

    .brandz .main .logo {
        background-color: #333;
        background-size: auto auto;
    }

    /* Registration */
    .registration .w_3 {
        width: 100%;
    }

    .reg-form p {
        font-size: 18px;
    }

    .reg-form .reg-section.reg-intro {
        padding: 20px;
        background: #f0f0f0;
    }

        .reg-form .reg-section.reg-intro p {
            font-size: 16px;
        }

    p.reg-title {
        font-size: 22px;
        margin: 0;
        padding: 20px 20px 0;
    }

    .reg-form .reg-element {
        margin-bottom: 15px;
    }

    .reg-form .reg-section {
        padding: 20px 20px 5px;
    }

    .reg-form .send-btn {
        width: 100%;
    }

    .reg-form input[type="text"], .reg-form input[type="password"], .reg-form .select-box, .reg-form .selectBox.selectBox-dropdown {
        width: 100% !important;
    }

    .reg-section.personal-data, .reg-section.company-data {
        padding: 15px 10px 5px;
    }

        .reg-section.personal-data .reg-element, .reg-section.company-data .reg-element {
            clear: left;
            width: 100%;
        }

    .reg-section.subscriptions label, .reg-section.terms label, .reg-section.terms .reg-element div {
        font-size: 14px;
    }

    .reg-section.subscriptions .reg-element, .reg-section.terms .reg-element {
        margin-bottom: 15px;
    }

    .reg-form .reg-section.reg-btn {
        padding: 10px;
    }

    /* Press Release*/
    .p-release .w_3 {
        width: 100%;
    }

    .press-release {
        margin: 0 10px;
        padding: 20px 0 10px;
    }

        .press-release h2,
        .press-release h3,
        .press-release p,
        .press-release .date {
            padding: 0 10px;
        }

        .press-release .tags {
            margin-top: 0;
        }

    /* Blog */
    .blog .page-section {
        margin: 0 auto 5px;
    }

        .blog .page-section.entries {
            float: none;
            width: 308px;
        }

    .news-filter-wrap .mobile-select-nav .news-categories,
    .news-filter-wrap .mobile-select-nav .news-filter {
        width: 100%;
        border: 0;
    }

    .straight-talk .content {
        padding-bottom: 0;
    }

    .straight-talk h1 span,
    .straight-talk .page-section.entries .tile.w_2 .person-info-wrap img,
    .straight-talk .page-section.entries .tile.w_2 .person-info-wrap span:first-child,
    .page-section.right-sidebar,
    .straight-talk .mobile-submenu ul li span.name {
        display: none;
    }

    .mobile-person-info-wrap,
    .mobile-submenu
     {
        display: block;
    }
.mobile-person-info-wrap {
				width: 308px;
				float: none;
				margin: 0 auto;
				padding: 10px;
			}

		.mobile-person-info-wrap img, .mobile-person-info-wrap .person-contacts {
			float: none;
			max-width: 100%;
		}

        .straight-talk .paging-wrap,
        {
            width: 100%;
        }

    .straight-talk .paging-wrap {
        border-bottom: 1px solid #ccc;
    }

    .mobile-person-info-wrap .person-contacts {
            width: 100%;
        }

            .mobile-person-info-wrap .person-contacts .name {
                margin-bottom: 10px;
                font-size: 16px;
            }

            .mobile-person-info-wrap .person-contacts .position-big {
                font-size: 14px;
                line-height: 14px;
            }

    .straight-talk .mobile-submenu {
        margin-bottom: 10px;
    }

        .straight-talk .mobile-submenu ul {
            margin: 0 auto 0;
            padding: 6px 0 2px;
            width: 190px;
            float: none;
        }

            .straight-talk .mobile-submenu ul li,
            .straight-talk .mobile-submenu ul li .person-info-wrap {
                padding: 0;
                border: 0;
            }
                .straight-talk .mobile-submenu ul li:first-child {
                    border-left: 0;
                }

            .straight-talk .mobile-submenu ul li {
                padding-bottom: 2px;
                margin-left: 6px;
                width: 40px;
            }

                .straight-talk .mobile-submenu ul li.topics {
                    margin-top: -1px;
                }

                    .straight-talk .mobile-submenu ul li.topics .select-box select {
                        height: 40px;
                        border: 1px solid #ccc;
                    }

                    .straight-talk .mobile-submenu ul li.topics .select-box:before {
                        top: 3px;
                        right: -7px;
                        color: #ccc;
                    }

                .straight-talk .mobile-submenu ul li span.icon-edit:before,
                .straight-talk .mobile-submenu ul li span.icon-rss:before,
                .straight-talk .mobile-submenu ul li span.icon-box:before,
                .straight-talk .mobile-submenu ul li span.icon-search:before {
                    top: 8px;
                    left: 8px;
                }

                .straight-talk .person-info-wrap .icon-rss,
                .straight-talk .mobile-submenu ul li span {
                    margin: 0;
                    width: 40px;
                    height: 40px;
                }

    .straight-talk .published-books .btn {
        bottom: 1px;
    }

    .blogroll {
        width: 100%;
    }

    .blogroll-inner {
        width: 308px;
        margin: 0 auto;
    }

    .blogroll ul {
        padding: 0 10px 15px;
    }

    .pub-books.w_1 {
        width: 100%;
    }

    /* Contacts */
    .map {
        height: 160px;
    }

    a.directions {
        position: static;
        padding: 8px 0 0 25px;
        border-bottom: none;
    }

    .tabs-content .contacts-people {
        margin: 0;
    }

    .map-desc span {
        margin: 0 6px 0 25px;
    }

        .map-desc span:before {
            display: none;
        }

    .contacts-people li {
        width: 100%;
        margin: 0 0 20px;
        padding: 0 20px 20px;
        border-bottom: 1px solid #ccc;
    }

        .contacts-people li:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

    .contacts-usa .text-accent-wrapper {
        margin-bottom: 0;
    }

    /* MDF */
    .mdf .view-details-btn,
    .mdf ul.people-contacts li:last-child,
    .mdf ul.people-contacts li:nth-last-child(2) {
        display: block;
    }

    .mdf .published-books {
        display: none;
    }

    /* Career Development */
    .career-dev .w_3 {
        width: 100%;
    }

    .career-dev h1 span {
        display: none;
    }

    /* About us */
    .text-wrapper p {
        margin-bottom: 20px;
        padding: 0 20px;
        font-size: 16px;
    }

        .text-wrapper p:last-child {
            margin-bottom: 20px;
        }

    /* Select in header (from tabs)  */
    header .select-from-tabs {
        display: block;
        top: 0;
        left: 0;
        z-index: 30;
        margin: 0;
        padding: 0;
        width: 100%;
        border: 0;
    }

    .select-from-tabs select {
        display: block;
		position: relative;
		z-index: 10000;
        width: 100%;
        height: 44px;
        padding-left: 42px;
        padding: 12px 0 12px 42px;
        border: none;
        font-size: 16px;
        background: #3e4545;
        color: #fff;
    }

    .select-from-tabs option {
        padding: 15px 0 15px 42px;
    }

    .select-from-tabs:before {
        content: "\e618";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        border-left: 1px solid #6d7272;
        line-height: 44px;
        font-size: 18px;
        pointer-events: none;
        color: #888f8f;
        text-align: center;
		z-index: 11000;
    }

    .tabs-close-btn:before {
        display: block;
        position: absolute;
        top: 12px;
        left: 11px;
        z-index: 40;
        width: 22px;
        height: 22px;
        line-height: 22px;
        color: #3e4545;
        background: #888f8f;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    /* Book Details */
    .book-details .w_1,
    .book-details .w_2 {
        width: 100%;
    }

    .book-details .head {
        border-top: none;
        padding: 15px 0 20px;
        margin-bottom: 20px;
    }

    .book-details h2 {
        font: 28px 'helvetica_neue55_roman';
    }

    .book-details .author {
        font-size: 14px;
    }

    .book-details .view-details-wrap {
        height: auto;
    }

    .tablet-img,
    .book-details .buy-now-btn {
        display: none;
    }

    /* Share */
    div.additional-share-icons {
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.88);
        z-index: -1;
    }

        div.additional-share-icons.opened,
        div.additional-share-icons.opened.bottom {
            opacity: 1;
            position: fixed;
            top: 0;
            left: 0;
            overflow: auto;
            z-index: 1000;
            opacity: 1;
            margin: 0;
            padding: 0;
        }

        div.additional-share-icons .share-header,
        .blog-overlay .blog-header {
            display: block;
            float: left;
            position: relative;
            width: 100%;
            background-color: #3e4545;
            padding: 10px;
        }

            div.additional-share-icons .share-header h3,
            .blog-overlay .blog-header h3 {
                color: #fff;
                font-family: 'helvetica_neue75_bold';
                font-size: 14px;
                line-height: 26px;
                vertical-align: top;
            }

                div.additional-share-icons .share-header h3:before {
                    font-size: 22px;
                    margin-right: 4px;
                    vertical-align: top;
                }

        div.additional-share-icons .icon-close,
        .blog-overlay .icon-close {
            position: absolute;
            top: 50%;
            right: 10px;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: -10px 0 0;
            font-size: 10px;
            line-height: 22px;
            text-align: center;
            background-color: #888f8f;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: none;
        }

        div.additional-share-icons ul.share-icons {
            width: 100%;
            padding-top: 4px;
        }

            div.additional-share-icons ul.share-icons li {
                clear: both;
                display: block;
                width: 100%;
                padding-left: 2px;
                margin-bottom: 4px;
                border-bottom: 1px solid #303030;
            }

                div.additional-share-icons ul.share-icons li > span,
                div.additional-share-icons ul.share-icons li div {
                    display: inline-block;
                    position: static !important;
                }

                    div.additional-share-icons ul.share-icons li > span:after {
                        content: attr(displayText);
                        position: relative;
                        top: -10px;
                        display: inline-block;
                        color: #fff;
                        font-family: 'helvetica_neue75_bold';
                        font-size: 16px;
                        margin: 0 0 0 5px;
                    }

    .st_plusone_large {
        padding: 0 0 3px 4px;
    }

    div.additional-share-icons ul.share-icons li > span.st_plusone_large:after {
        top: 2px;
        left: 2px;
    }

    .st_youtube_large {
        padding: 0 0 4px 1px;
    }

    /* About person */
    .content.about-person {
        padding-bottom: 0;
    }

    .about-person .w_1,
    .about-person .w_2 {
        width: 100%;
    }

        .about-person .white-boxes-wrap.bottom,
        .about-person .w_2 .person-details {
            display: block;
        }

    .about-person .person-details-wrap {
        margin: 0 0 10px;
        ;
    }

    .about-person h2 {
        margin: 0;
        border: none;
    }

    .news-list h3 {
        padding: 0 10px 10px;
    }

    .news-list span {
        padding: 0 10px 10px 0;
    }

    /* Media contacts */
    h1.withBorder {
        margin: 0 0 17px 0;
        padding: 0 0 20px 25px;
        border-bottom: 1px solid #ccc;
    }

    .main .logo.mb-digital + .share-this + h1 {
        display: block;
    }

    .bordered-frame .top-accent {
        height: 320px;
    }

    .spotlight-desc {
        height: auto;
        max-height: 170px;
    }

    .mb-digital .main .logo.mb-digital + .share-this + h1,
    .mb-digital .main div.share-this {
        display: none;
    }

    .mb-digital .main {
        padding: 0;
    }

    /* Pop up */
    .buy-now-content {
        width: 300px;
    }

        .buy-now-content ul li {
            clear: left;
        }

    /* Search page */
    .search .list-section {
        width: 100%;
    }

    .list-section-inner {
        margin: 0 10px;
    }

    .search .news-filter-wrap {
        padding: 0 13px;
    }

        .search .news-filter-wrap div {
            width: 100%;
        }

    /* Big Filter */
    .big-filter .select-box .select-box {
        width: 100%;
    }

    /* Blog Topics */
    .blog-overlay {
        position: absolute;
        top: 0;
        left: 0;
        overflow: auto;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-color: rgba(240,240,240, .88);
    }

        .blog-overlay ul {
            clear: both;
            width: 100%;
        }

            .blog-overlay ul li a {
                display: block;
                padding: 10px;
                font: 16px 'helvetica_neue75_bold';
                text-decoration: none;
                color: #6a8012;
                border-bottom: 1px solid #ccc;
            }
            .sitemap .w_3 {
width: 100%;
padding: 0 10px;
}
.sitemap h1 {
margin-left: 0;
}
.sitemap .sfNavHorizontalSiteMap ul li {
    width: 100%;
}
.sfcommentAuthorAvatar {
margin-bottom: 0;
}
.sfcommentText {
margin-top: 10px;
}
.sfpostDetails {
padding-right: 0;
}
h1.sfpostTitle {
	width: 80%;
	margin-left: 0;
}
.blog-post .page-section.entries {
width: 100%;
padding: 0 10px;
}
fieldset.sign-in {
padding: 0 10px;
}
.sign-in ol li {
width: 100%;
}
.sign-in input[type="text"], .sign-in input[type="password"], .sign-in .select-box, .sign-in .selectBox.selectBox-dropdown {
width: 100%!important;
}
.sfcommentsField {
	width: 100%;
}
/* Newsletter Online START */
	.newsletter.content h1 img {
		width: 232px;
		height: auto;
	}
	.current-issue {
		width: 100%;
		text-align: center;
	}
	.issue-accent h2 {
		margin: 0;
		padding: 16px 20px;
		color: #fff;
		background-color: #a2ad00;
		font-family: 'helvetica_neue75_bold';
		font-size: 24px;
		line-height: 28px;
	}
	.issue-accent-image {
		height: 235px;
	}
	.issue-accent-description {
		padding: 16px 20px;
		color: #fff;
		background-color: #666;
		font-size: 16px;
		line-height: 20px;
	}
	.select-box-wrapper {
		width: 100%;
		margin-bottom: 6px;
		border-bottom: 1px solid #ccc;
	}
	.select-box {
		top: 1px;
		padding: 6px 6px 0;
		margin: 0 6px 0;
		border: 1px solid #ccc;
		border-bottom: 0;
		background: #f0f0f0;
	}
	.issues-count .selectBox.selectBox-dropdown {
		width: 100% !important;
	}
	.newsletter .main .logo {
		background-image: url(../img/design/brand-news-small.gif);
		background-size: 232px auto;
	}
	.newsletter .main div.share-this,
	.newsletter.content h1 {
		display: none;
	}
	.issues-count {
		border: none;
		margin: 0;
		padding: 0;
	}
	.current-issue {
		padding: 0 0 20px;
	}
	.issues-count .selectBox.selectBox-dropdown, .issues-count .selectBox-dropdown-menu.accented-selectBox-dropdown-menu {
		border-color: #a2ad00;
	}
	.issues-count .select-box-wrapper {
		float: right;
	}
	.issues-count .select-box {
		float: none;
		display: block;
	}
	.issues-list {
		float: none;
		margin: 0 auto;
		width: 280px;
	}
	.issues-list li:first-child {
		padding-top: 0;
		border-top: none;
	}
	.issue-image {
		width: 100%;
		margin-bottom: 15px;
	}
    .issue-image-container {
	    width: 100%;
		margin-bottom: 15px;
    }
	.issue-info {
		width: 100%;
	}
	.mobile .newsletter .select-box:before {
		top: 7px;
	}
	/* Newsletter Online END */
	.person-details .sfimageWrp {
	text-align: center;
	}
	
	.insight-link a {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 180px;
	z-index: 2;
}
}

@media only screen and (max-width: 767px) and (orientation : landscape) {
    .buy-now-content {
        width: 600px;
        transform: translate(-50%, -50%) scale(.5);
        -ms-transform: translate(-50%, -50%) scale(.5);
        -webkit-transform: translate(-50%, -50%) scale(.5);
    }

        .buy-now-content ul li {
            clear: none;
        }
}
