/* LARGE DESKTOP */

@media (min-width: 1101px) {
    .hide-in-desktop {
        display: none !important;
    }
}
/* TABLET */

@media (min-width: 481px) and (max-width: 1100px) {
    .hide-in-tablet {
        display: none !important;
    }
    .content_area {
        width: 768px;
    }
    .for-tablet {
        display: block;
    }
    .menu-overlay {
        display: none;
    }
    /*AGENCY>>
	 header #site-logo {
	left:20px;
	}
	<<AGENCY*/
    header nav .navigations {
        padding-left: 150px;
        margin-right: -4px;
    }
    header .header_buttons .date {
        height: 48px;
        line-height: 48px;
        width: 160px;
    }
    header .header_buttons .buttons-inner {
        height: 60px;
    }
    header .header_buttons .trending_list {
        width: 608px;
        border-top: 1px solid #999;
        line-height: 32px;
    }
    header .header_buttons .follow,
    header .header_buttons .login {
        margin: 0;
        height: 30px;
    }
    header .header_buttons .follow a.btn,
    header .header_buttons .login a.btn {
        margin-top: 5px;
    }
    header .header_buttons .content {
        top: 28px;
    }
    header .header_buttons .mask {
        top: 24px;
    }
    header .header_buttons .trending_list .trending {
        padding-left: 0;
    }
    header .header_buttons {
        padding-top: 10px;
    }
    header .navigations li.news {
        width: 58px;
    }
    header .navigations li.business {
        width: 86px;
    }
    header .navigations li.perspective {
        width: 106px;
    }
    header .navigations li.media {
        width: 61px;
    }
    header .navigations li.opinion {
        width: 72px;
    }
    header .navigations li.lifestyle {
        width: 88px;
    }
    header .navigations li.variety {
        width: 90px;
    }
    header .navigations li.viewmore,
    header .navigations li.search,
    header .navigations li.infocus,
    header .navigations li.sports,
    header .navigations li.blog {
        display: none;
    }
    header .navigations li.viewmore a .icon {
        top: 14px;
    }
    header .navigations li.more {
        display: block;
    }
    header .navigations li a {
        font-size: 14px;
    }
    header .header_buttons .right_buttons {
        position: absolute;
        top: 17px;
        right: 0;
    }
    header .tablet-search a.search {
        display: block;
        float: left;
        width: 34px;
        height: 34px;
    }
    header .tablet-search a.search b {
        display: block;
        margin: 8px 0 0 8px;
        width: 18px;
        height: 18px;
        background: transparent url(../gfx/sprite.png) no-repeat -114px -2px;
    }
    header .tablet-search form.search {
        display: none;
        height: 34px;
        width: 400px;
        float: left;
        padding: 0;
        margin: 0;
        background-color: white;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
        position: relative;
        left: -2px;
    }
    header .tablet-search form.search .text-input {
        border: none;
        width: 360px;
        height: 12px;
        padding: 5px 3px;
        float: left;
        margin: 5px 0 0 5px;
        outline: none;
    }
    header .tablet-search form.search .submit-input {
        border: none;
        width: 25px;
        height: 24px;
        margin-top: 9px;
        float: left;
        outline: none;
        background: transparent url(../gfx/sprite.png) no-repeat -114px -2px;
    }
    .content_section .slideshow {
        height: 306px;
        width: 768px;
    }
    .content_section .slideshow .slides-wrapper {
        height: 306px;
        width: 768px;
    }
    .content_section .slideshow .slides-wrapper .slides-inner {
        height: 306px;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .slide {
        height: 306px;
        width: 768px;
    }
    .content_section .slideshow .slide-prev,
    .content_section .slideshow .slide-next {
        top: 129px;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .slide img {
        width: auto;
        height: 100%;
    }
    .big-slide .slide .info .info-inner {
        padding-top: 10px;
        margin-top: 12px;
        padding-bottom: 10px;
        width: 250px;
    }
    .big-slide .slide .info .detail .fb-btn {
        /*display: none; show social icons on tablets */
        margin-top: 0px;
    }
    .big-slide .slide .info .detail .share-info {
        margin-top: 10px;
    }
    .big-slide .slide .info .detail .read-full a {
        margin-top: 5px;
        height: 34px;
        line-height: 34px;
        font-size: 17px;
    }
    .big-slide .slide .info h2 {
        font-size: 2em;
        line-height: 30px;
        height: 90px;
        overflow: hidden;
    }
    .big-slide .slide .info .detail p {
        line-height: 14px;
        height: 42px;
        overflow: hidden;
        font-size: 10px;
    }
    .content_section .just-in .left {
        width: 106px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }
    .content_section .just-in .right {
        width: 656px;
        height: 38px;
        line-height: 38px;
    }
    .content_section .just-in .just-in-gap {
        left: 97px;
        height: 38px;
        top: 1px;
        background-position: -97px -12px;
        width: 38px;
    }
    .content_section .just-in .right .vertical-scroller-inner .tweet {
        width: 626px;
        padding-left: 30px;
        font-size: 13px;
    }
    .content_section .just-in .right .tweet-info {
        display: none;
    }
    .content_section .just-in .right .vertical-scroller-wrapper {
        height: 38px;
    }
    .content_section .just-in .left .mask {
        line-height: 0;
        height: 0;
        width: 6px;
        display: block;
        position: absolute;
        left: 106px;
        top: 0;
        border-left: 20px solid #5c5c5c;
        border-top: 20px solid #ececec;
        border-bottom: 20px solid #ececec;
    }
    .content_section .just-in .right .mask {
        line-height: 0;
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        left: 112px;
        top: 0;
        border-left: 20px solid transparent;
        border-top: 20px solid #DDDEDE;
        border-bottom: 20px solid #DDDEDE;
    }
    .content_section .just-in .right .mask i {
        line-height: 0;
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        left: -19px;
        top: -19px;
        border-left: 19px solid transparent;
        border-top: 19px solid white;
        border-bottom: 19px solid white;
    }
    .content_section .index-blocks .left-column {
        width: 768px;
        float: none;
    }
    .left-box.tv-box {
        width: 100%;
        float: left;
        clear: both;
    }
    .left-box.editor-box {
        width: 100%;
        float: right;
        clear: both;
        padding-top: 37px;
    }
    .left-box ul li {
        float: left;
    }
    .left-box .item {
        padding-top: 0;
        padding-left: 16px;
    }
    .left-box .content {
        height: 132px;
        padding-left: 15px;
        overflow: hidden;
    }
    .left-box .item a.thumb img {
        width: 127px;
        height: 70px;
    }
    .left-box .item {
        width: 129px;
    }
    .left-box .item .item-title {
        font-size: 10px;
        height: 45px;
        overflow: hidden;
    }
    .content_section .index-blocks .middle-column {
        width: 458px;
    }
    .news-box {
        font: 13px/18px Arial;
    }
    .news-box ul {
        width: 200px;
    }
    .news-box ul li a {
        font-size: 14px;
    }
    .news-box .image-news {
        width: 222px;
        height: 190px;
        margin-right: 20px;
    }
    .news-box .image-news img {
        width: 222px;
        height: 126px;
    }
    .news-box .image-news-detail {
        top: 126px;
        padding-top: 0;
        background-color: black;
        width: 212px;
    }
    .news-box .image-news:hover .image-news-detail {
        top: 126px;
    }
    .news-box .image-news-detail h5 {
        line-height: 20px;
        font-size: 16px;
    }
    .news-box .image-news-detail p {
        display: none;
    }
    .news-box.infocus .arena {
        padding-left: 20px;
    }
    .news-box.infocus .tab-heads {
        width: 418px;
    }
    .news-box.infocus .tab-contents .thumb {
        width: 221px;
        height: 124px;
        overflow: hidden;
    }
    .news-box.infocus .tab-contents .thumb img {
        width: 100%;
        height: auto;
    }
    .news-box.infocus .tab-contents .story p {
        padding-left: 236px;
    }
    .content_section .index-blocks .right-column {
        width: 310px;
    }
    .box.ad-box img {
        width: 100%;
        height: auto;
    }
    .box.opinion-box .item .opinion {
        width: 190px;
    }
    .box.top-box .tab-heads .tab.tab1 {
        width: 84px;
    }
    .box.top-box .tab-heads .tab.tab2 {
        width: 124px;
    }
    .box.top-box .tab-heads .tab.tab3 {
        width: 100px;
    }
    .top-box ul .title {
        width: 150px;
    }
    .left-box.tv-box,
    .left-box.editor-box {
        border-bottom: 0;
    }
    .left-box.tv-box .head {
        height: 26px;
        /*width:136px;*/
    }
    .left-box.editor-box .head {
        height: 26px;
        /*width:152px;*/
    }
    .left-box.editor-box .head h3 {
        line-height: 26px;
        font-size: 14px;
    }
    .left-box.tv-box .head h3 {
        line-height: 120%;
    }
    /**
    .left-box.tv-box .head h3 a {
        background-position: -126px -350px;
    }
    **/
    .photo-box {
        height: 666px;
    }
    .photo-box .left {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 768px;
        height: 162px;
        overflow: hidden;
        padding-top: 0;
    }
    .photo-box .left ul li {
        float: left;
        margin-left: 38px;
    }
    .photo-box .left ul li.last {
        display: block;
    }
    .photo-box .right {
        width: 768px;
        height: 666px;
    }
    .content_section .photo-box .slideshow .slides-wrapper {
        width: 673px;
        height: 378px;
        margin-left: 48px;
    }
    .content_section .photo-box .slideshow .slides-wrapper .slides-inner .slide {
        width: 673px;
        height: 378px;
    }
    .photo-box .right .slide-next,
    .photo-box .right .slide-prev {
        top: 227px;
    }
    .photo-box .left a.more {
        display: none;
    }
    .photo-box .left .item {
        border-bottom: 0;
    }
    .photo-box .right .slides-wrapper .slide .info {
        top: 335px;
    }
    .photo-box .right .slides-wrapper .slide:hover .info {
        top: 335px;
    }
    footer .footer-line1 .block1 {
        width: 227px;
        padding: 0;
    }
    footer .footer-line1 .block1 h5 {
        width: 67px;
        line-height: 16px;
        padding: 12px 0 0 10px;
    }
    footer .footer-line1 .block2 {
        width: 110px;
        padding: 0 0 0 8px;
    }
    footer .footer-line1 .block2 h5 {
        line-height: 16px;
        width: 72px;
        margin-top: 12px;
    }
    footer .footer-line1 .block3 h5 {
        line-height: 16px;
        width: 100px;
        margin-top: 12px;
    }
    footer .footer-line1 .block3 {
        padding: 0 0 0 8px;
        width: 137px;
    }
    footer .footer-line1 .block4 {
        width: 260px;
    }
    footer .newsletter-form .email-input {
        width: 140px;
    }
    footer .newsletter-form .submit-input {
        width: 90px;
    }
    footer .footer-line2 .bottom-list li {
        width: 113px;
    }
    #breaking-news {
        height: 40px;
        line-height: 40px;
    }
    #breaking-news .left {
        margin-left: 20px;
    }
    #breaking-news .right {
        width: 560px;
        padding-left: 20px;
    }
    #breaking-news .right a {
        line-height: 40px;
        font-size: 20px;
    }
    #breaking-news .close a {
        margin: 5px 0 0 0;
    }
    #breaking-news .vertical-scroller-wrapper {
        height: 40px;
    }
    /* section news */
    .section-page .box.news-head-box .head {
        /*width:152px;*/
        height: 26px;
        line-height: 26px;
    }
    .section-page .box.news-head-box .head h3 {
        font-size: 14px;
    }
    .section-page .box.news-head-box {
        float: left;
        width: 224px;
        height: 126px;
        clear: none;
        font-size: 0;
        line-height: 0;
    }
    .section-page .box.news-head-box .info {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        font-size: 14px;
        line-height: 16px;
    }
    .section-page .box.news-head-box .info span {
        padding: 5px 10px;
        display: block;
    }
    .section-page .box.news-head-box.first .info {
        font-size: 19px;
        line-height: 22px;
    }
    .section-page .box.news-head-box.first .info span {
        padding: 10px;
    }
    .section-page .box.news-head-box.first {
        width: 522px;
        height: 272px;
        margin-right: 22px;
        margin-bottom: 30px;
    }
    .section-page .box.news-head-box.second {
        margin-bottom: 20px;
    }
    .section-page .box.news-head-box .image-news-detail {
        top: 82px;
        width: 214px;
    }
    .section-page .box.news-head-box .image-news:hover .image-news-detail {
        top: 82px;
    }
    .section-page .box.news-head-box .image-news-detail h5 {
        font-size: 14px;
        line-height: 16px;
    }
    .section-page .box.news-head-box .image-news:hover .image-news-detail h5 {
        margin-top: 0;
    }
    .section-page .box.news-head-box.first .image-news-detail {
        top: 226px;
        width: 512px;
    }
    .section-page .box.news-head-box.first .image-news:hover .image-news-detail {
        top: 226px;
    }
    .section-page .box.news-head-box.first .image-news-detail h5 {
        font-size: 14px;
        line-height: 16px;
    }
    .content_section .just-in .right .vertical-scroller-inner li {
        height: 38px;
        line-height: 38px;
    }
    .content_section .just-in .right .vertical-scroller-inner .tweet {
        height: 38px;
        line-height: 38px;
        /* width: 420px; */
    }
    .content_section .just-in .right .vertical-scroller-inner .tweet-info {
        height: 38px;
        line-height: 38px;
    }
    .section-title .left {
        left: 160px;
    }
    /*
	.section-page .infocus .box.news-head-box .head {
	width:230px;
	}
	
	.section-page .infocus .box.news-head-box.second .head {
	width:170px;
	}
	
	.section-page .infocus .box.news-head-box.last .head {
	width:170px;
	}
	
	.section-page .perspective .box.news-head-box .head {
	width:130px;
	}
	
	.section-page .media .box.news-head-box .head {
	width:170px;
	}
	*/
    /* hide last image news in tablet version */
    .opinion-page .box.default .head {
        height: 36px;
        line-height: 36px;
    }
    .opinion-page .box.default .head h3,
    .opinion-page .box.default .head a {
        font-size: 18px;
    }
    /*
	.opinion-page .box.box1 .head {
	width:210px;
	}
	
	.opinion-page .box.box2 .head {
	width:210px;
	}
	
	.opinion-page .box.box3 .head {
	width:150px;
	}
	*/
    .opinion-page .box.box2 {
        height: 325px;
    }
    .opinion-page .box.box1 {
        width: 374px;
        margin-right: 20px;
        padding-bottom: 23px;
    }
    .opinion-page .box.box2 {
        width: 374px;
        margin-bottom: 28px;
    }
    .opinion-page .box.box3 {
        width: 374px;
    }
    .opinion-page .box2.slideshow .slides-wrapper {
        width: 345px;
        height: 288px;
        margin-top: 30px;
    }
    .opinion-page .box2.slideshow .slides-wrapper .slides-inner .slide {
        width: 345px;
        height: 288px;
    }
    .opinion-page .box2.slideshow .slide .info {
        line-height: 26px;
        height: 26px;
    }
    .opinion-page .box.box3 .slides-wrapper {
        width: 362px;
    }
    .opinion-page .box.box3 .slides-wrapper .slides-inner .slide {
        width: 120px;
    }
    .opinion-page .box.box1 .item .user-head {
        width: 62px;
        right: 20px;
        height: auto;
    }
    .opinion-page .box.box1 .item {
        padding: 15px 0 13px 0px;
    }
    .opinion-page .box.box1 .item .name {
        width: 255px;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    .opinion-page .box.box1 .item .opinion {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        width: 255px;
    }
    .opinion-page .box.box4 {
        width: 458px;
        height: 246px;
        padding-top: 30px;
    }
    .opinion-page .box.box4 .left {
        width: 229px;
    }
    .opinion-page .box.box4 .left .logo img {
        width: 106px;
        margin-top: 15px;
    }
    .opinion-page .box.box4 .right {
        width: 206px;
        margin-top: -15px;
    }
    .opinion-page .box.box4 .right p {
        margin: 0;
        padding: 0 4px;
    }
    .opinion-page .box.box5 {
        width: 300px;
        margin-left: 0;
        padding: 4px;
        height: 267px;
    }
    .opinion-page .box.box6 .head {
        /*width:230px;*/
    }
    .opinion-page .middle-column {
        width: 458px;
    }
    .opinion-page .right-column {
        width: 310px;
        float: right;
    }
    .opinion-page .box.box6 .item .avatar {
        width: 72px;
        height: 105px;
        bottom: auto;
        top: 10px;
        left: 23px;
    }
    .opinion-page .box.box6 .item .detail {
        width: 310px;
        margin-left: 80px;
    }
    .opinion-page .box.box6 .item h3 {
        line-height: 20px;
        font-size: 16px;
        padding-top: 15px;
    }
    .opinion-page .box.box6 .item p.desc {
        margin: 5px 0;
    }
    .opinion-page .box.box2.slideshow .slide-next,
    .opinion-page .box.box2.slideshow .slide-prev {
        top: 150px;
    }
    .opinion-page .middle-column .columnist-info-box {
        display: none;
    }
    .opinion-page .box.opinion-blocks {
        margin-top: 30px;
    }
    .opinion-page .box.columnist-info-box {
        padding-top: 40px;
    }
    .opinion-page .box.default .head {
        height: 36px;
        line-height: 36px;
    }
    .opinion-page .box.ad-box.first-ad {
        display: none;
    }
    .section-page .sports .big-news-box .image-8,
    .section-page .variety .big-news-box .image-8 {
        display: none;
    }
    .listing-page .box.default .head {
        height: 25px;
        line-height: 25px;
    }
    .listing-page .box.default .head h3,
    .listing-page .box.default .head a {
        font-size: 18px;
    }
    .listing-page .box.box1 .head {
        width: 210px;
    }
    .listing-page .box.box2 .head {
        width: 210px;
    }
    .listing-page .box.box3 .head {
        width: 150px;
    }
    .listing-page .box.box2 {
        height: 325px;
    }
    .listing-page .box.box1 {
        width: 374px;
        margin-right: 20px;
        padding-bottom: 23px;
    }
    .listing-page .box.box2 {
        width: 374px;
        margin-bottom: 28px;
    }
    .listing-page .box.box3 {
        width: 374px;
    }
    .listing-page .box2.slideshow .slides-wrapper {
        width: 345px;
        height: 288px;
        margin-top: 30px;
    }
    .listing-page .box2.slideshow .slides-wrapper .slides-inner .slide {
        width: 345px;
        height: 288px;
    }
    .listing-page .box2.slideshow .slide .info {
        line-height: 26px;
        height: 26px;
    }
    .listing-page .box.box3 .slides-wrapper {
        width: 362px;
    }
    .listing-page .box.box3 .slides-wrapper .slides-inner .slide {
        width: 120px;
    }
    .listing-page .box.box1 .item .user-head {
        width: 62px;
        right: 20px;
        height: auto;
    }
    .listing-page .box.box1 .item {
        padding: 15px 0 13px 0px;
    }
    .listing-page .box.box1 .item .name {
        width: 255px;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    .listing-page .box.box1 .item .opinion {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        width: 255px;
    }
    .listing-page .box.box4 {
        width: 458px;
        height: 246px;
        padding-top: 30px;
    }
    .listing-page .box.box4 .left {
        width: 229px;
    }
    .listing-page .box.box4 .left .logo img {
        width: 106px;
        margin-top: 15px;
    }
    .listing-page .box.box4 .right {
        width: 228px;
    }
    .listing-page .box.box4 .right p {
        margin: 0;
        padding: 0 4px;
    }
    .listing-page .box.box5 {
        width: 300px;
        margin-left: 0;
        padding: 4px;
        height: 267px;
    }
    .listing-page .box.box6 .head {
        width: 230px;
    }
    .listing-page.opinion .middle-column {
        width: 458px;
    }
    .listing-page .right-column {
        width: 310px;
    }
    .listing-page .box.box6 .item .avatar {
        width: 72px;
        height: 105px;
        bottom: auto;
        top: 10px;
        left: 23px;
    }
    .listing-page .box.box6 .item .detail {
        width: 310px;
        margin-left: 120px;
    }
    .listing-page .box.box6 .item h3 {
        line-height: 20px;
        font-size: 16px;
        padding-top: 15px;
    }
    .listing-page .box.box6 .item p.desc {
        margin: 5px 0;
    }
    .listing-page .box.box2.slideshow .slide-next,
    .listing-page .box.box2.slideshow .slide-prev {
        top: 150px;
    }
    .listing-page .middle-column .columnist-info-box {
        display: none;
    }
    .listing-page .box.opinion-blocks {
        margin-top: 0;
    }
    .listing-page .box.columnist-info-box {
        padding-top: 40px;
    }
    .listing-page .box.default .head {
        height: 36px;
        line-height: 36px;
    }
    .listing-page .box.ad-box.first-ad {
        display: none;
    }
    .box.survey-box {
        padding: 40px 20px 30px 30px;
    }
    .right-column .box {
        margin-bottom: 30px;
    }
    .article-page .right-column {
        display: none;
    }
    .article-page .middle-column {
        width: 100%;
        float: none;
    }
    .box.more-in-news .content {
        padding: 23px 17px 6px 16px;
    }
    .box.more-in-news .content .load-more {
        margin-right: 23px;
        margin-top: 6px;
    }
    .share-float-overlay {
        top: 385px;
    }
    .news-box-head-area {
        margin-bottom: 0;
    }
    .box.comments-box>.content {
        padding: 0px 15px 30px 90px;
    }
    .vod-page .vod-nav {
        margin: 30px 0;
        height: 40px;
        line-height: 40px;
        /*overflow: hidden; show social icons on tablets */
    }
    .vod-nav .nav ul {
        top: 43px;
        left: -1px;
    }
    .vod-page .vod-nav .nav.first {
        width: 173px;
    }
    .vod-page .vod-nav .nav.second {
        width: 250px;
    }
    .vod-page .vod-nav .nav.third {
        width: 160px;
    }
    .vod-page .vod-nav .nav.last {
        width: 182px;
        border-right: 0;
    }
    .vod-page .vod-nav .nav a {
        line-height: 40px;
    }
    .box.vod-search-box .content {
        padding: 10px 10px 20px 10px;
    }
    .box.vod-search-box form .txt-input-wrapper {
        width: 427px;
        margin-right: 10px;
    }
    .box.vod-search-box form .txt-select-wrapper {
        width: 192px;
    }
    .box.vod-search-box form {
        margin-bottom: 15px;
    }
    .box.vod-main-box {
        height: 496px;
    }
    /*>>TINEXT*/
    .vod-page .vod-home .box.vod-main-box {
        min-height: 496px;
        /** AAEN-422 **/
    }
    /*<<TINEXT*/
    .box.vod-main-box .vod-cover {
        height: 332px;
    }
    .vod-page .box.vod-main-box {
        padding: 10px 10px 0;
    }
    .vod-page .box.vod-main-box .vod-cover {
        height: 321px;
    }
    .box.vod-main-box .title {
        line-height: 36px;
        margin-top: 10px;
    }
    .vod-page .middle-column {
        width: 565px;
    }
    .vod-page .right-column {
        width: 182px;
    }
    .box.vod-editor-box>.content {
        padding: 39px 20px;
    }
    .box.vod-editor-box .item .vod-cover {
        width: 140px;
        height: 78px;
        float: none;
    }
    .box.vod-editor-box .item {
        padding: 10px 0;
        height: 116px;
    }
    .box.vod-editor-box .item .title {
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 23px;
    }
    .box.vod-editor-box .item>.date {
        font-family: Arial;
        line-height: 16px;
    }
    .box.vod-editor-box .wrapper {
        height: 418px;
    }
    .box.vod-highlights-box .item .vod-cover {
        height: 129px;
    }
    .box.vod-highlights-box>.content {
        padding: 46px 20px 0 20px;
    }
    .box.vod-highlights-box .tabs-head td {
        line-height: 16px;
        text-align: left;
        padding-left: 20px;
    }
    .box.vod-highlights-box .item {
        width: 230px;
        height: 190px;
        margin-right: 19px;
    }
    .box.vod-highlights-box .tabs-head {
        margin-bottom: 20px;
    }
    .box.vod-highlights-box .wrapper {
        margin-right: -20px;
        height: 190px;
        overflow: hidden;
    }
    .box.vod-highlights-box .item .title {
        margin-top: 5px;
    }
    .box.vod-accordion-box .right-content {
        width: 529px;
    }
    .box.vod-accordion-box .right-content .item {
        margin-left: 24px;
        height: 198px;
        width: 228px;
    }
    .box.vod-accordion-box .right-content .item.last {
        display: none;
    }
    .box.vod-accordion-box .right-content .search.content {
        padding: 0 20px;
        margin-top: -20px;
    }
    .box.vod-accordion-box .right-content .search.content .searches a {
        margin: 0 10px 10px 0;
        font-size: 16px;
        padding: 0 10px;
    }
    .box.vod-accordion-box .right-content .search.content .search-items .item:last-child {
        display: none;
    }
    .box.vod-accordion-box .right-content .search.content .search-items {
        margin-right: -10px;
    }
    .box.vod-bulletin-block .left {
        width: 582px;
    }
    .box.vod-bulletin-block .left .vod-cover {
        height: 327px;
    }
    .box.vod-bulletin-block .right {
        width: 160px;
    }
    .box.vod-headline-box .head {
        height: 27px;
        line-height: 28px;
        width: 128px;
    }
    .box.vod-headline-box .head h3 {
        padding-left: 10px;
        font-size: 20px;
    }
    .box.vod-headline-box .wrapper {
        height: 269px;
        margin-top: 23px;
    }
    .box.vod-headline-box .wrapper .item {
        padding: 10px;
        height: 46px;
    }
    .box.vod-headline-box .wrapper .item .skip-block {
        display: block;
    }
    .box.vod-headline-box .wrapper .item .skip {
        float: left;
        background: #7F57AF url(../gfx/sprite.png) no-repeat -178px -299px;
        background-size: 200px;
        height: 18px;
        line-height: 20px;
        padding-left: 18px;
        font-size: 12px;
    }
    .box.vod-headline-box .wrapper .item .skip-time {
        float: left;
        border: 1px solid #555;
        height: 16px;
        line-height: 16px;
        padding: 0 6px;
        font-size: 12px;
    }
    .box.vod-headline-box .wrapper .item .title {
        line-height: 14px;
        font-size: 12px;
        margin-top: 5px;
    }
    .box.vod-highlights-box.bulletins .wrapper {
        height: auto;
    }
    .box.vod-highlights-box.bulletins .wrapper .item:nth-child(9) {
        display: block;
    }
    .box.vod-highlights-box.programs .wrapper {
        height: auto;
    }
    .box.vod-highlights-box.episodes .wrapper {
        height: auto;
    }
    .box.vod-highlights-box.episodes .wrapper .item:nth-child(9) {
        display: block;
    }
    .listing-page .right-column {
        display: none
    }
    .perspective .right-column {
        display: none
    }
    .search-page .right-column {
        display: none
    }
    .listing-page .columnist .middle-column {
        width: 458px;
    }
    .listing-page .columnist .right-column {
        float: left;
        width: 310px;
        display: block;
    }
    .listing-page .middle-column {
        width: 100%
    }
    .search-page .middle-column {
        width: 100%
    }
    .perspective .middle-column {
        width: 100%
    }
    .listing-page .middle-column,
    .listing-page .right-column {
        width: 100%
    }
    .listing-page .box.head-type-2 .head {
        width: auto
    }
    .listing-page .box.box6 .item {
        width: auto
    }
    .listing-page .box.box6 .item .detail {
        margin-left: 110px;
        width: auto
    }
    .opinion-page .middle-column {
        width: 59%;
    }
    .listing-page .box.box6 .item .avatar {
        bottom: 20px;
        left: 0;
        width: 105px;
        height: 140px
    }
    .listing-page .box.box6 .item h3 {
        padding-bottom: 5px
    }
    .listing-page .box.box6 .item p.desc {
        margin: 15px 0
    }
    .contributors-box .content .wrapper .alphabets ul li {
        margin: 0;
        padding: 5px 7px 5px 7px
    }
    .contributors-box .contributors-listing ul {
        width: 101%
    }
    .contributors-box .contributors-listing li {
        width: 114px
    }
    .contributors-box .content ul.tabs li:last-child {
        width: 39.2%
    }
    .listing-page .poll_archive.head-type-2 .head {
        width: auto
    }
    .listing-page .poll_archive.box {
        width: 708px
    }
    .poll_archive .poll_info {
        width: 508px
    }
    .listing-page .right-box {
        width: 320px
    }
    .listing-page .top-box {
        float: left;
        clear: none
    }
    .listing-page .add-poll,
    .listing-page .poll-results {
        float: left;
        width: 410px;
        margin-right: 35px
    }
    .listing-page .poll-results {
        display: none
    }
    .right-box .subject h5 {
        width: 290px
    }
    .listing-page .right-column .ad-box {
        display: none
    }
    .right-box.poll-results .poll_box .graph,
    .right-box.poll-results .poll_box .graph dl,
    .right-box.poll-results .poll_box .graph dt,
    .right-box.poll-results .poll_box .graph dd {
        width: 370px
    }
    .search-results.tv-box .item {
        margin-right: 22px
    }
    .box.vod-programs-detail-box .box-banner {
        height: 146px;
    }
    .box.vod-programs-detail-box .box-banner h3 {
        right: 25px;
        bottom: 18px;
        font-size: 36px;
        line-height: 33px;
    }
    .box.vod-programs-detail-box .line2 {
        padding: 16px 16px 0 16px;
    }
    .box.vod-programs-detail-box .line3>.right {
        width: 560px;
        margin-left: 20px;
        padding: 16px 0;
    }
    .box.vod-programs-detail-box .line3>.right .desc {
        font-size: 13px;
    }
    .box.vod-highlights-box.episodes.tablet3 .wrapper .item {
        display: none;
    }
    .box.vod-highlights-box.episodes.tablet3 .wrapper .item:nth-child(1),
    .box.vod-highlights-box.episodes.tablet3 .wrapper .item:nth-child(2),
    .box.vod-highlights-box.episodes.tablet3 .wrapper .item:nth-child(3) {
        display: block;
    }
    .vod-page .middle-column {
        width: 590px;
    }
    /*TINEXT>>*/
    .vod-page .vod-home .middle-column {
        width: 590px;
    }
    /*<<TINEXT*/
    .vod-page .right-column {
        width: 178px;
        /*padding-top:30px;*/
    }
    /*TINEXT>>*/
    .vod-page .vod-home .right-column {
        width: 178px;
        padding-top: 0px;
    }
    /*<<TINEXT*/
    .vod-page .vod-player-right-box.left-box {
        width: 178px;
        height: auto;
        padding-top: 27px;
    }
    .vod-page .vod-player-right-box.left-box>.head {
        height: 34px;
        /*width:172px;*/
    }
    .vod-page .vod-player-right-box.left-box>.head h3 {
        line-height: 34px;
        font-size: 16px;
        padding: 0 10px;
        white-space: nowrap;
    }
    .vod-page.player .vod-player-right-box.left-box>.head h3 a {
        width: auto;
    }
    .vod-page .vod-player-right-box .content {
        height: auto;
        padding-left: 0;
    }
    .vod-page .vod-player-right-box .content ul li {
        float: none;
    }
    .vod-page .vod-player-right-box .content ul li .item {
        padding: 20px 0 18px 0;
    }
    .vod-page .vod-player-right-box .content ul li .item .item-title {
        max-height: 30px;
        height: auto;
    }
    .box.translation-box {
        padding: 30px 14px 37px 14px;
        margin-bottom: 30px;
    }
    .box.translation-box .head-line .tab {
        padding: 0 10px;
    }
    .box.translation-box .head-line .info {
        width: 255px;
        font-size: 12px;
        margin-left: 10px;
    }
    .box.comments-box>.content {
        padding-left: 30px;
    }
    .box.vod-main-box .vid_tools .vid_note {
        margin-right: 0px;
    }
    .aa_form input[type=text],
    .aa_form input[type=password],
    .readers_comments input[type=text],
    .readers_comments input[type=password] {
        width: 265px;
    }
    .readers_comments .reg_box {
        width: 194px;
        padding-left: 20px;
    }
    .readers_comments .reg_box p {
        font-size: 10px;
        line-height: 12px;
    }
    .player .aa_form .btn,
    .readers_comments .btn {
        padding: 0 10px;
    }
    .aa_form textarea,
    .readers_comments textarea {
        width: 490px;
    }
    .readers_comments.name_reg_form .row:first-child a {
        top: 35px;
        right: 150px;
    }
    .readers_comments.login_form .reg_box .btn,
    .readers_comments.pass_forget .reg_box .btn {
        margin: 0;
    }
    .player.reports .right-column,
    .player.programs .right-column {
        padding-top: 9px;
    }
    .player.reports .box.vod-main-box,
    .player.programs .box.vod-main-box {
        padding: 10px;
        margin-right: 0;
        padding-right: 15px;
        border-bottom: 0;
    }
    .vod-page .box.comments-box {
        margin-right: 20px;
    }
    .player .box.vod-bulletin-block {
        border-bottom: 0;
    }
    .player .box.vod-main-box .profiles {
        margin-bottom: 0;
    }
    .vod-page header .navigations li.for-tablet a {
        color: #999;
    }
    .programs .box.vod-highlights-box.episodes .item:nth-child(16) {
        height: 0;
        overflow: hidden;
    }
    .static-page .middle-column {
        float: left;
        width: 100%;
        margin: 35px 0
    }
    .alerts-box {
        padding: 70px 30px 30px
    }
    .alerts-box table td input.textbox {
        width: 550px
    }
    .alerts-box table td input.btn,
    .alerts-box table td input.textbox {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        border-radius: 0;
    }
    .service_details .heading {
        background-position: -10px 0
    }
    .service_details .active {
        background-position: -10px 0
    }
    .sms .head,
    .mms .head {
        width: 670px !important
    }
    .static-page .right-column {
        display: none
    }
    .vod-page header .navigations li.for-tablet>a {
        color: white;
    }
    .vod-section.bulletins .box.vod-highlights-box .item:nth-child(16),
    .vod-section.reports .box.vod-highlights-box .item:nth-child(16) {
        height: 0;
    }
    .galleries-page .middle-column,
    .galleries-page .right-column {
        float: none;
        width: auto;
        margin-bottom: 40px;
    }
    .box.gallery-main-box {
        padding: 20px 20px 40px 20px;
    }
    .box.galleries-box {
        padding-left: 20px;
    }
    .box.gallery-main-box .gallery-cover {
        height: 408px;
    }
    .box.gallery-main-box .title {
        font-size: 28px;
        line-height: 40px;
    }
    .box.gallery-main-box .desc {
        font-size: 12px;
        line-height: 16px;
    }
    .box.galleries-box .item {
        width: 227px;
        margin-right: 23px;
    }
    .box.galleries-box .item .gallery-cover {
        height: 127px;
    }
    .box.galleries-box .wrapper {
        overflow: hidden;
    }
    .box.galleries-box .wrapper .inner {
        margin-right: -5px;
    }
    .box.galleries-box .item .title {
        line-height: 16px;
        font-size: 13px;
        height: 48px;
    }
    .galleries-page .left-box.editor-box {
        width: auto;
        margin-bottom: 40px;
    }
    .galleries-page .right-column .box.editor-box>.head {
        height: 34px;
    }
    .galleries-page .right-column .box.editor-box>.head h3 {
        line-height: 36px;
        font-size: 16px;
    }
    .galleries-page .box.editor-box.left-box {
        border-bottom: 0;
    }
    .galleries-page .box.editor-box.left-box .content {
        padding-left: 0;
    }
    .galleries-page .box.editor-box.left-box .item {
        padding-left: 20px;
        width: 130px;
        position: relative;
        left: -1px;
    }
    .galleries-page .box.editor-box.left-box .item .gallery-cover {
        width: 128px;
        height: 72px;
    }
    .box.gallery-photo-box {
        padding: 15px 20px 30px 86px;
    }
    .box.gallery-photo-box h1 {
        font-size: 28px;
        line-height: 32px;
        /* AAEN-378 */
    }
    .box.gallery-photo-box .desc {
        font-size: 12px;
    }
    .box.photos-scroller .slides-wrapper {
        width: 560px;
        height: 70px;
        padding: 16px 0;
    }
    .box.photos-scroller .slide {
        height: 70px;
        width: 146px;
    }
    .box.photos-scroller .slide .thumb {
        height: 68px;
        width: 120px;
    }
    .box.photos-scroller .slide-prev,
    .box.photos-scroller .slide-next {
        top: 31px;
    }
    .galleries-page .box.galleries-box .load-more {
        margin-right: 21px;
    }
    .galleries-page .right-column .box.editor-box.articles {
        float: left;
        width: 374px;
    }
    .galleries-page .right-column .box.editor-box.articles>.head {
        height: 26px;
    }
    .galleries-page .right-column .box.editor-box.articles>.head h3 {
        line-height: 28px;
    }
    .galleries-page .right-column .box.tv-box {
        float: right;
        width: 374px
    }
    .galleries-page .right-column .box.tv-box>.head h3 {
        line-height: 28px;
    }
    .galleries-page .right-column .box.left-box .content {
        padding-left: 0;
    }
    .galleries-page .right-column .box.left-box .item {
        padding-left: 30px;
        width: 142px;
    }
    .galleries-page .right-column .box.left-box .item a.thumb {
        height: 80px;
    }
    .galleries-page .right-column .box.left-box .item a.thumb img {
        width: 100%;
        height: 100%;
    }
    .auxiliary-box {
        padding: 30px 30px 40px
    }
    .box-404 {
        padding: 50px
    }
    .box-404 div {
        width: 300px;
        margin: 60px 10px 0
    }
    .box-404 p {
        padding: 0 5%
    }
    .search2.search-results .load-more {
        margin-right: 20px;
    }
    .search-results.tv-box .item.small {
        margin-right: 16px;
    }
    /*AGENCY>>*/
    .search-no-results {
        height: auto;
    }
    .section-page .big-news-box .image-news-list {
        width: 242px;
    }
    /*<<AGENCY*/
    /** AA **/
    .big-slide .sld-clr .info {
        background-color: transparent;
        width: 477px;
        background: url(../gfx/big-slider-mask.png) right top repeat-y;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .sld-clr>img {
        width: 100%;
        float: none;
    }
    .big-slide .slide .v_icon {
        top: 124px;
        left: 220px;
    }
    .content_29 .search-input {
        padding-bottom: 25px;
    }
    .content_29 .search-input .head {
        width: 319px;
    }
    .content_29 .search-input .head input.submit-search {
        width: 90px;
    }
    /** AA **/
    .buttons-inner .beta {
        margin: 25px 14px 10px 31px;
    }
    .pagetitle1 .section-title .left,
    .columnist .section-title .left,
    .business .section-title .left,
    .infocus .section-title .left,
    .lifestyle .section-title .left,
    .media .section-title .left,
    .sports .section-title .left,
    .variety .section-title .left {
        padding-top: 17px;
        line-height: 36px;
    }
    #mediaplayer_wrapper {
        width: 100% !important;
        height: 100% !important;
    }
    .videoWithPoster video {
        width: 540px !important;
        height: 321px !important;
    }
    .article-default-image .videoWithPoster video {
        width: 659px !important;
        height: 370px !important;
    }
    .article-default-image #mediaplayer_wrapper {
        height: 370px !important;
    }
    .big-slide .slide .info .info-inner {
        margin-right: 20px;
        width: 230px;
    }
    .big-slide .sld-clr .info {
        width: 270px;
        height: 306px;
        background-color: #2a2b2c;
        background-image: none;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .sld-clr>img {
        width: 544px;
    }
    .big-slide .slide .v_icon {
        top: 209px;
        left: 330px;
    }
    /*AAEN-281*/
    .vod-page .share-float-overlay {
        display: none;
    }
    .vod-page #share-mobile-overlay.for-tablet {
        height: 69px;
    }
    .vod-page #share-mobile-overlay.for-tablet .social-btn-fb {
        width: 50px;
        float: left;
        padding: 3px 15px;
    }
    .vod-page #share-mobile-overlay.for-tablet .social-btn-twitter {
        width: 60px;
        float: left;
        padding: 3px 15px;
    }
    .vod-page #share-mobile-overlay.for-tablet .social-btn-g-plus {
        width: 60px;
        float: left;
        padding: 3px 0px 2px 15px;
    }
    .vod-nav .drp_dwn .menu-toggler {
        width: 17px;
        height: 17px;
        top: 13px;
        right: 6px;
        background-position: -83px -720px;
    }
    .vod-nav .drp_dwn.active .menu-toggler {
        background-position: -114px -720px;
    }
    .vod-page .vod-nav .level1 {
        float: left;
        width: 154px;
    }
    .article-page .article-main-box .article-default-image {
        width: 648px;
    }
    .video-caption {
        width: 638px;
    }
    .content_53 .arena .more {
        /** AAEN-415 **/
        margin: 15px 20px;
    }
    .content_53 .infocus .more {
        /** AAEN-415 **/
        margin: 15px 0;
    }
    .blogs .blog,
    .blogs .name {
        width: 60%;
    }
    .blog-articles .item .txt,
    .blog-articles .blogger-details .blogger-name {
        width: 70%;
    }
    .box.left-box.bloggers-box {
        margin-bottom: 30px;
    }
    .blogs-section .left-column.area_16 {
        float: right;
        width: 310px;
        margin: 0;
        z-index: 9999999
    }
    .blogs-section .left-column.area_16 .head {
        z-index: 1;
    }
    .blogs-section .left-column.area_16 .content {
        height: auto;
        padding: 0;
    }
    .blogs-section .left-column.area_16 li,
    .blogs-section .left-column.area_16 li .item {
        float: none;
        width: auto;
    }
    .blogs-section .left-column.area_16 li .item {
        padding: 10px;
    }
    .blogs-section .right-column.area_29 {
        display: none;
    }
    .blog-articles .item .txt .title {
        font-size: 14px;
    }
    .cd-top {
        display: none;
    }
    .section-title {
        line-height: 44px;
        padding-top: 10px;
    }
    .news-box .news-pack.first-pack li.first,
    .news-box .news-pack li,
    .news-box .news-pack li.first {
        width: 100%;
    }
    .news-box .news-pack.first-pack li.first .item-img {
        width: 100%;
        float: none;
    }
    .news-box .news-pack.first-pack li.first .info {
        width: 97.8%;
        ;
    }
    .news-box .news-pack.first-pack li.first .ttl {
        padding: 10px 0 20px 0;
        font-size: 19px;
        line-height: 126%;
    }
    .news-box .news-pack li .ttl,
    .news-box .news-pack li.first .ttl {
        font-size: 17px;
        font-weight: normal;
    }
    .news-box .news-pack li .item-img {
        margin-right: 10px;
    }
    .news-box .news-pack li.first .item-img {
        float: left;
        width: 175px;
        margin: 0 10px 0 0;
    }
    .news-box .news-pack li.first .info {
        width: 165px;
    }
}
/* SMARTPHONES portrait */

@media (max-width: 480px) {
    .box .head {
        top: -5px;
    }
    .box .head h3 {
        padding-right: 10px;
    }
    .for-mobile {
        display: block;
    }
    .hide-in-mobile {
        display: none !important;
    }
    .shown-phone-only {
        display: block;
    }
    .share-float-overlay {
        display: none;
    }
    body {
        background-color: #F3F4F4;
    }
    .content_area {
        width: 310px;
        font-size: 10px;
    }
    header .header_ad {
        /*display: none;*/
        padding-top: 5px;
    }
    header .header_buttons {
        margin: 0;
        padding: 0;
    }
    header .header_buttons .date {
        width: 77px;
        font-size: 10px;
    }
    header .header_buttons .follow {
        display: none;
    }
    header .header_buttons .trending_list {
        width: 228px;
        overflow: hidden;
        font-size: 9px;
    }
    header .header_buttons .trending_list ul li {
        margin: 0 5px;
    }
    /*AA*/
    .left-box .item .item-title {
        font-size: 10px;
        height: 30px;
        overflow: hidden;
    }
    /*AA*/
    header .header_buttons .trending .icon {
        width: 0;
        height: 0;
        border-left: 4px solid #6D276A;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        top: 0;
    }
    header .header_buttons .buttons-inner {
        height: 34px;
        line-height: 34px;
        overflow: hidden;
    }
    .menu-overlay {
        display: none;
    }
    header #site-logo .icon {
        background-size: 150px;
        background-position: -15px -115px;
        width: 107px;
        height: 35px;
        right: -118px;
        bottom: -2px;
    }
    header #site-logo {
        background-size: 150px;
        width: 57px;
        height: 74px;
        background-position: -92px 0;
        left: 10px;
    }
    header nav.hasmenu #site-logo {
        height: 34px;
        background-size: 150px;
        background-position: -92px -35px;
    }
    header #site-logo {
        background-size: 57px;
        background-position: 0 0;
    }
    header nav.hasmenu #site-logo {
        background-size: 57px;
        background-position: 0 -12px;
    }
    .mobile-menu {
        overflow: hidden;
        background-color: white;
        position: relative;
    }
    nav .mobile-menu {
        height: 0;
    }
    .mobile-menu a {
        color: black;
    }
    .mobile-menu ul {
        padding: 10px 0;
    }
    .mobile-menu ul li {
        float: left;
        width: 155px;
        text-indent: 15px;
        line-height: 40px;
    }
    .mobile-menu ul li a {
        font-size: 14px;
        font-weight: bold;
    }
    .mobile-menu ul li.even {
        text-indent: 40px;
    }
    .mobile-menu ul li.viewmore {
        height: 46px;
    }
    .mobile-menu .social {
        border-top: 1px solid #DDD;
        position: absolute;
        bottom: 0;
        width: 100%;
        /*border-bottom: 1px solid #DDD; */
        /*AA*/
        /*height:31px; AA*/
        /*overflow:hidden;AA*/
    }
    .mobile-menu .social .follow-btn {
        float: left;
        height: 34px;
        overflow: hidden;
        margin: 5px 0 5px 15px;
        min-width: 103px;
    }
    .mobile-menu .social .follow-btn.twitter {
        padding-top: 8px;
    }
    .mobile-menu ul li.viewmore a .icon {
        position: relative;
        top: 4px;
        display: none;
        width: 103px;
        height: 18px;
        background-size: 150px;
        background-position: -40px -194px;
    }
    header nav {
        height: auto;
        line-height: 34px;
        position: static;
    }
    header .nav-placeholder {
        display: none;
    }
    header .navigations li a {
        height: 34px;
    }
    header nav .navigations {
        display: none;
    }
    header .nav-placeholder {
        height: 34px;
    }
    .big-slide .slide .info h2 b {
        display: inline;
    }
    .content_section .slideshow {
        width: 310px;
        height: auto;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .slide {
        height: 130px;
        width: 310px;
    }
    .big-slide .slide .info {
        /** AAEN-438 **/
        background-image: none;
        background-color: transparent;
        height: auto;
        position: inherit;
        top: -5px;
        width: auto;
    }
    .big-slide .slide .info .info-inner {
        padding: 0;
        margin: 0;
        float: none;
        width: auto;
        display: block;
        border-top: 0;
        border: none;
        /** AAEN-438 **/
    }
    .big-slide .slide .info .icon-live {
        display: none;
        position: absolute;
        top: -22px;
        left: 6px;
        font-size: 10px;
        height: 14px;
        line-height: 14px;
        width: 30px;
    }
    .big-slide .first-slide .info .icon-live {
        display: block;
    }
    .big-slide .slide .info h2,
    .big-slide .slide .info h2 b {
        /** AAEN-438 **/
        /* font-weight: normal; */
        font-size: 17px;
        line-height: 19px;
        margin-top: 0px;
    }
    .big-slide .first-slide .info h2,
    .big-slide .first-slide .info h2 b {
        margin-top: 12px;
    }
    .big-slide .slide .info h2 {
        /** AAEN-438 **/
        height: auto;
        max-height: 37px;
        padding: 0 10px 0 15px;
        font: 15px/19px Arial;
    }
    .big-slide .first-slide .info h2 {
        padding-left: 10px;
    }
    .big-slide .slide .info h2:after,
    .news-box .image-news.second .image-news-detail:after {
        content: ' ';
        line-height: 0;
        width: 6px;
        height: 6px;
        background-color: #6D276A;
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 10px;
    }
    .business .image-news.second .image-news-detail:after {
        background-color: #0A4299;
    }
    .infocus .image-news.second .image-news-detail:after {
        background-color: #8C630B;
    }
    .perspective .image-news.second .image-news-detail:after {
        background-color: #FDB913;
    }
    .media .image-news.second .image-news-detail:after {
        background-color: #00C2C4;
    }
    .lifestyle .image-news.second .image-news-detail:after {
        background-color: #FF439A;
    }
    .variety .image-news.second .image-news-detail:after {
        background-color: #6B4E3E;
    }
    .sports .image-news.second .image-news-detail:after {
        background-color: #F58220;
    }
    .big-slide .first-slide .info h2:after {
        display: none;
    }
    .big-slide .slide .info h2 b {
        font: 15px/19px Arial;
    }
    .big-slide .first-slide .info h2,
    .big-slide .first-slide .info h2 b {
        font-size: 17px;
        font-weight: bold;
    }
    .big-slide .slide .info h2,
    .big-slide .slide .info h2 a {
        color: #333;
        text-shadow: none;
    }
    .big-slide .slide .info h2 a:hover {
        color: #777;
    }
    .big-slide .first-slide .info h2,
    .big-slide .first-slide .info h2 a,
    .big-slide .first-slide .info h2 a:hover {
        color: #FFF;
    }
    .big-slide .slide .info .detail {
        /** AAEN-438 **/
        padding: 5px 10px;
        margin: 0;
        display: none;
    }
    .big-slide .first-slide,
    .big-slide .first-slide .info .detail {
        background: #000;
    }
    .big-slide .first-slide {
        margin-bottom: 22px;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .slide.first-slide {
        max-height: 210px;
    }
    .big-slide .first-slide .info .detail {
        display: block;
    }
    .big-slide .first-slide .info .detail p {
        /** AAEN-438 **/
        line-height: 17px;
        font-size: 12px;
        max-height: 35px;
        display: block;
    }
    .big-slide .slide .info .detail * {
        /** AAEN-438 **/
        display: none;
    }
    .big-slide .slide .v_icon {
        /** AAEN-438 **/
        width: 34px;
        height: 29px;
        background: url(../gfx/sprite.png) -242px -587px no-repeat;
        position: absolute;
        top: 58px;
        left: 140px;
        display: none;
    }
    .big-slide .first-slide .v_icon {
        display: block;
    }
    .content_section .slideshow .slides-wrapper .slides-inner {
        width: auto;
        height: auto;
        position: relative;
    }
    .content_section .slideshow .slides-wrapper,
    .content_section .slideshow .slides-wrapper .slides-inner .slide {
        /** AAEN-438 **/
        width: 310px;
        display: block;
        position: inherit;
    }
    .content_section .slideshow .slides-wrapper,
    .content_section .slideshow .slides-wrapper .slides-inner .slide.first-slide {
        height: auto;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .slide {
        height: 45px;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .slide>img,
    .content_section .slideshow .slides-wrapper .slides-inner .slide a>img {
        /** AAEN-438 **/
        height: auto;
        display: none;
    }
    .content_section .slideshow .slides-wrapper .slides-inner .first-slide>img,
    .content_section .slideshow .slides-wrapper .slides-inner .first-slide a>img {
        display: block;
    }
    .content_section .slideshow.article-inner .slides-wrapper .slides-inner .slide a>img {
        display: block;
    }
    .content_section .slideshow .slide-prev,
    .content_section .slideshow .slide-next {
        /** AAEN-438 **/
        display: none;
        top: 60px;
        width: 26px;
        height: 32px;
    }
    .content_section .slideshow .slide-prev {
        /** AAEN-438 **/
        background-position: 0 -25px;
        left: -6px;
    }
    .content_section .slideshow .slide-next {
        /** AAEN-438 **/
        background-position: -29px -25px;
        right: -6px;
    }
    nav .mobile-header {
        padding-left: 68px;
        height: 34px;
    }
    nav .mobile-header a.home {
        display: block;
        float: left;
        width: 34px;
        height: 34px;
    }
    nav .mobile-header a.home b {
        display: block;
        margin: 8px 0 0 8px;
        width: 18px;
        height: 18px;
        background: transparent url(../gfx/sprite.png) no-repeat -94px -2px;
    }
    nav .mobile-header a.search {
        display: block;
        float: left;
        width: 34px;
        height: 34px;
    }
    nav .mobile-header a.search b {
        display: block;
        margin: 8px 0 0 8px;
        width: 18px;
        height: 18px;
        background: transparent url(../gfx/sprite.png) no-repeat -114px -2px;
    }
    nav .mobile-header .more {
        border-left: 1px solid #ddd;
        display: block;
        float: right;
        width: 58px;
        text-align: center;
        height: 34px;
        position: relative;
    }
    nav .mobile-header .more .btn {
        display: block;
        height: 34px;
        text-align: left;
        font-weight: bold;
        color: #8b8b8b;
        text-indent: 2px;
    }
    nav .mobile-header .more .menu-icon {
        display: inline-block;
        width: 34px;
        height: 16px;
        width: 15px;
        position: absolute;
        top: 8px;
        right: 3px;
    }
    nav .mobile-header .more .menu-icon i {
        line-height: 0;
        height: 0;
        display: block;
        border-bottom: 3px solid #8b8b8b;
        margin-bottom: 3px;
    }
    nav .mobile-header form.search {
        display: none;
        height: 34px;
        width: 145px;
        float: left;
        padding: 0;
        margin: 0;
        background-color: white;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    }
    nav .mobile-header form.search .text-input {
        border: none;
        width: 107px;
        height: 12px;
        padding: 5px 3px;
        float: left;
        margin: 5px 0 0 5px;
        outline: none;
    }
    nav .mobile-header form.search .submit-input {
        border: none;
        width: 25px;
        height: 24px;
        margin-top: 9px;
        float: left;
        outline: none;
        background: transparent url(../gfx/sprite.png) no-repeat -114px -2px;
    }
    nav .mobile-header a.viewmore {
        float: right;
        margin-right: 4px;
        width: 30px;
        height: 34px;
        background: transparent url(../gfx/sprite.png) no-repeat 2px -185px;
        background-size: 150px;
    }
    nav .mobile-header .more.active {
        background-color: white;
    }
    nav .mobile-header .more.active .btn {
        color: black;
    }
    nav .mobile-header .more.active .menu-icon i {
        border-bottom-color: black;
    }
    .content_section .just-in {
        display: none;
    }
    .content_section .index-blocks .left-column {
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 20px;
    }
    .left-box.tv-box,
    .left-box.bloggers-box {
        padding-top: 30px;
        border-bottom: none;
        margin-bottom: 21px;
    }
    .left-box.tv-box>.head,
    .left-box.bloggers-box>.head {
        height: 20px;
    }
    .left-box.tv-box .head h3,
    .left-box.bloggers-box .head h3 {
        padding-left: 10px;
    }
    .left-box.tv-box .head h3 a,
    .left-box.bloggers-box .head h3 a {
        background-size: 150px;
        background-position: -62px -154px;
        height: 12px;
        width: 70px;
        margin-top: 4px;
    }
    .left-box.tv-box>.content,
    .left-box.tv-bloggers>.content {
        overflow: hidden;
        height: 120px;
    }
    .home-page .left-box.tv-box>.content {
        height: auto;
    }
    .left-box .item a.thumb .play {
        bottom: 4px;
        right: 4px;
        width: 22px;
        height: 22px;
        background: transparent url(../gfx/sprite.png) no-repeat -120px -90px;
        background-size: 150px;
    }
    .left-box .item a.thumb .category {
        height: 14px;
        line-height: 14px;
        font-size: 10px;
    }
    .left-box.editor-box>.content {
        overflow: hidden;
        height: 120px;
    }
    .home-page .left-box.editor-box>.content {
        height: auto;
    }
    .left-box.editor-box {
        border-bottom: none;
        margin-bottom: 22px;
    }
    .left-box ul li {
        float: left;
        margin-left: 12px;
    }
    .left-box .item {
        border-bottom: 0;
        width: 137px;
        padding-top: 0;
    }
    .left-box .item a.thumb {
        border: none;
        height: 78px;
    }
    .content_section .index-blocks .middle-column {
        float: none;
        width: 100%;
    }
    .news-box.fold-on-mobile.folded>.content {
        display: none;
    }
    .news-box .first {
        position: absolute;
        top: 30px;
        left: 0;
        width: 280px;
        margin: 0px 0 0 15px;
        line-height: 0;
        font-size: 0;
        height: 158px;
    }
    .news-box ul {
        float: none;
        margin-top: 240px;
        width: 300px;
        margin-bottom: -10px;
    }
    .news-box ul .first:after {
        display: none;
    }
    .news-box.news .image-news,
    .news-box.business .image-news,
    .news-box.perspective .image-news,
    .news-box.media .image-news,
    .news-box.lifestyle .image-news,
    .news-box.variety .image-news,
    .news-box.sports .image-news {
        display: block;
    }
    .news-box.has-image-on-mobile ul {
        margin-top: 145px;
    }
    .news-box.has-image-on-mobile .image-news {
        display: block;
    }
    .news-box .image-news {
        display: none;
    }
    .section-page .news-box .image-news {
        display: block;
    }
    .news-box .first img {
        width: 100%;
        height: auto;
    }
    .news-box .image-news.second {
        margin-bottom: 0;
        clear: both;
        float: none;
        width: 280px;
        margin-right: 0;
        position: absolute;
        height: 50px;
        top: 200px;
        left: 0;
        margin: 0 0 15px 15px;
        line-height: 0;
        font-size: 0;
    }
    .news-box .image-news.second .image-news-detail {
        position: static;
        top: auto;
        left: auto;
        background: none;
        height: 40px;
    }
    .news-box .image-news.second .image-news-detail:after {
        top: 17px;
        left: 3px;
    }
    .news-box .image-news.second .image-news-detail h5 {
        color: #333;
        font: 15px/19px Arial;
        padding: 5px 5px 5px 12px
    }
    .news-box .image-news.second img {
        display: none;
    }
    .news-box .first .image-news-detail {
        top: auto;
        bottom: 0;
        height: 50px;
        overflow: hidden;
        background: rgba(0, 0, 0, .7);
        background-image: none;
        padding: 0;
        width: 100%;
    }
    .news-box .image-news-detail .bottom,
    .news-box .image-news-detail p {
        display: none;
    }
    .news-box .image-news-detail h5 {
        font-size: 12px;
        line-height: 15px;
        padding: 5px;
        font-weight: normal;
        height: 43px;
        /** AAEN-436 **/
    }
    .news-box .image-news:hover .image-news-detail {
        top: auto;
        border: 0;
    }
    .news-box .head {
        width: auto;
        height: 20px;
    }
    .home-page .news-box .head {
        padding-right: 20px;
    }
    .news-box .head h3 {
        padding-left: 10px;
        font-size: 12px;
        line-height: 22px;
    }
    .news-box .head h3 a {
        float: left;
    }
    .news-box .head h3 a:after {
        display: none;
    }
    .news-box .head .arrow {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 7px;
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        border-top: 0;
        border-bottom: 5px solid white;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .news-box.folded .head .arrow {
        border-top: 5px solid white;
        border-bottom: 0;
    }
    .news-box {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .news-box.infocus .arena {
        padding: 0px 10px 0 15px;
    }
    .news-box.infocus .tab-heads {
        width: 281px;
        margin-bottom: 20px;
    }
    .news-box.infocus .tab-heads td {
        font-size: 12px;
        line-height: 15px;
        padding: 0 3px;
        text-align: left;
    }
    .news-box.infocus .tab-contents .thumb img {
        width: 132px;
        height: 73px;
    }
    .news-box.infocus .tab-contents .thumb {
        line-height: 0;
        font-size: 0;
    }
    .news-box.infocus .tab-contents .thumb b {
        font-size: 12px;
        line-height: 18px;
    }
    .news-box.infocus .tab-contents .story p {
        display: none;
    }
    .news-box.infocus .tab-contents .story a.title {
        font-size: 14px;
        line-height: 16px;
    }
    .news-box.infocus .tab-contents ul li {
        line-height: 18px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .content_section .index-blocks .right-column {
        width: 100%;
        margin-top: 20px;
    }
    .right-column .ad-box {
        display: none;
    }
    .box.right-box .head,
    .box.left-box .head,
    .box.tv-box .head {
        height: 20px;
    }
    .box.right-box .head h3,
    .box.left-box .head h3,
    .box.tv-box .head h3 {
        font-size: 12px;
        padding-left: 10px;
        line-height: 22px;
    }
    .box.top-box .tab-heads {
        height: 20px;
        margin-bottom: 15px;
    }
    .box.top-box .tab-heads .tab {
        height: 20px;
        line-height: 22px;
        font-size: 12px;
    }
    .top-box .tab-contents .tab {
        padding-left: 14px;
        padding-top: 0;
    }
    .reader-box .item {
        padding: 0 10px 10px 40px;
    }
    .reader-box .item .icon-comment {
        left: 10px;
        background-size: 150px;
        background-position: -28px -58px;
        width: 20px;
        height: 17px;
    }
    .photo-box {
        height: 268px;
    }
    .photo-box .left {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 64px;
        overflow: hidden;
        padding-top: 0;
    }
    .photo-box .left ul li {
        float: left;
        margin-left: 20px;
        margin-top: 10px;
    }
    .photo-box .right {
        width: 100%;
        height: 205px;
    }
    .content_section .photo-box .slideshow .slides-wrapper {
        width: 310px;
        height: 378px;
        margin-left: 0;
    }
    .content_section .photo-box .slideshow .slides-wrapper .slides-inner .slide {
        width: 310px;
        height: 175px;
    }
    .photo-box .right .slide-next,
    .photo-box .right .slide-prev {
        display: none;
    }
    .photo-box .left a.more {
        display: none;
    }
    .photo-box .left .item {
        border-bottom: 0;
        width: 77px;
        padding: 0;
    }
    .photo-box .item a.thumb img {
        width: 77px;
        height: 42px;
    }
    .photo-box .item .item-title {
        display: none;
    }
    .photo-box .item a.thumb .info {
        font-size: 10px;
    }
    .photo-box .right .slideshow {
        padding-top: 20px;
        height: 175px;
    }
    .photo-box .right .slideshow .slides-inner {
        height: 175px;
    }
    .box.photo-gallery {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .photo-box .head {
        height: 20px;
        line-height: 22px;
    }
    .photo-box .head h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    .box.top-box {
        padding-top: 30px;
        border-bottom: 0;
        margin-bottom: 22px;
        width: 310px;
    }
    .box.top-box ul li {
        display: none;
    }
    .box.top-box ul li.first,
    .box.top-box ul li.second {
        display: block;
    }
    .box.reader-box {
        padding-top: 30px;
        border-bottom: none;
        margin-bottom: 22px;
        width: 310px;
    }
    .box.reader-box li {
        display: none;
    }
    .box.reader-box li.first {
        display: block;
    }
    .box .head {
        left: 0;
    }
    .box .head h3:after {
        display: none;
    }
    .area_29 .opinion-box {
        display: none;
    }
    .area_53 .opinion-box {
        display: block;
        background: #e0e0e0;
    }
    .news-box.infocus,
    .photo-box.photo-gallery {
        display: none;
    }
    .section-page .news-box .image-news-list .image-news {
        position: absolute;
        top: 30px;
        left: 0;
        width: 133px;
        margin: 0px 0 0 15px;
        line-height: 0;
        font-size: 0;
        height: auto;
    }
    .section-page .news-box .image-news-list .image-news-detail {
        top: 75px;
        height: 50px;
        overflow: hidden;
        background-color: black;
        background-image: none;
        padding: 0;
        position: static;
        width: 133px;
    }
    .section-page .news-box.has-image-on-mobile ul {
        margin-top: 239px;
    }
    header nav.fixed #site-logo,
    header nav.hasmenu #site-logo,
    header nav.fixed.hassearch #site-logo {
        background-position: 0 -12px;
        height: 34px;
    }
    footer .footer-line1 {
        background-color: transparent;
        height: auto;
    }
    footer .footer-line1 .block1 .share-icon {
        margin-top: 8px;
    }
    footer .footer-line1 .block1 {
        width: 205px;
        padding: 0;
        border-left: none;
        height: 40px;
    }
    footer .footer-line1 .block1 h5 {
        width: 63px;
        line-height: 14px;
        padding: 6px 0 0 5px;
        font-size: 12px;
    }
    footer .footer-line1 .block2 {
        width: 100px;
        padding: 0 0 0 3px;
        height: 40px;
    }
    footer .footer-line1 .block2 h5 {
        line-height: 14px;
        width: 70px;
        margin-top: 6px;
        font-size: 12px;
    }
    footer .footer-line1 .block3 h5 {
        line-height: 16px;
        width: 170px;
        margin-top: 12px;
        font-size: 14px;
    }
    footer .footer-line1 .block3 {
        border-top: 1px solid white;
        width: 240px;
        border-left: none;
        padding-left: 70px;
        height: 37px;
    }
    footer .footer-line1 .block4 {
        width: 310px;
        border-right: none;
        height: 27px;
    }
    footer .newsletter-form .email-input {
        width: 191px;
        padding: 4px 9px;
    }
    footer .newsletter-form .submit-input {
        width: 90px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    footer .footer-line2 .bottom-list li {
        width: 113px;
    }
    footer .footer-line1 .icon-mobile {
        margin: 1px;
    }
    footer .footer-line1 .icon-email {
        margin-top: 9px;
    }
    footer .footer-line1 .content_area {
        background-color: #d8d8d8;
    }
    footer .newsletter-form {
        padding: 0 5px;
    }
    footer .back-to-top {
        background-color: #6D276A;
        height: 20px;
        position: relative;
        line-height: 20px;
        text-align: center;
        color: white;
        margin: 15px 0;
        cursor: pointer;
    }
    footer .back-to-top .arrow {
        width: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid white;
    }
    footer .footer-line2 {
        display: none;
    }
    footer .footer-line3 {
        height: auto;
    }
    footer .footer-line3 .left,
    footer .footer-line3 .right {
        float: none;
        color: #3c3c3c;
    }
    footer .footer-line3 .left {
        line-height: 20px;
        padding: 5px 0;
    }
    footer .footer-line3 .left a {
        color: white;
        font-weight: bold;
    }
    footer .footer-line3 .right {
        color: white;
        border-top: 1px solid white;
        line-height: 20px;
    }
    .load-more,
    .vod-page .vod-highlights-box .load-more {
        margin-top: -10px;
        cursor: pointer;
        background-color: #6D276A;
        height: 20px;
        line-height: 22px;
        text-align: center;
        color: white;
        font-family: DIN;
        position: relative;
        font-size: 12px;
    }
    .left-box.bloggers-box .load-more,
    .box.news-box.blogs .load-more {
        background-color: #008fed;
    }
    .box.left-box.bloggers-box {
        border-bottom: 0;
    }
    .load-more b {
        border-top: 5px solid white;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 10px;
        top: 7px;
    }
    .box.opinion-box {
        padding-top: 25px;
        border-bottom: none;
        padding-bottom: 10px;
        margin-bottom: 22px;
    }
    .box.opinion-box .load-more {
        display: none;
    }
    .box.opinion-box ul li.first,
    .box.opinion-box ul li.second {
        display: block;
    }
    .box.opinion-box .item {
        min-height: 30px;
    }
    .box.opinion-box .item .name {
        font-size: 12px;
        line-height: 20px;
    }
    .box.opinion-box .item .user-head {
        width: 40px;
    }
    .box.opinion-box .item .opinion {
        line-height: 17px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .box.opinion-box .load-more {
        margin-top: 0;
        top: 10px;
        background-color: #6C6D6F;
    }
    .box.mobile-top-news-box .head {
        display: none;
    }
    .box.mobile-top-news-box {
        padding-top: 15px;
    }
    .box.mobile-top-news-box .load-more {
        margin-top: 0;
    }
    .mobile-top-news-box ul li {
        display: none;
        float: left;
        width: 133px;
        height: 145px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .mobile-top-news-box ul li.first,
    .mobile-top-news-box ul li.second {
        display: block;
    }
    .mobile-top-news-box .item {
        display: block;
    }
    .mobile-top-news-box .item img {
        width: 100%;
        height: 76px;
        display: block;
    }
    .mobile-top-news-box .item .detail {
        background-color: black;
        height: 69px;
        overflow: hidden;
        color: white;
        padding: 5px 8px;
        line-height: 15px;
        font-size: 11px;
    }
    .box.mobile-ad-box {
        margin-top: 15px;
        font-size: 0;
        line-height: 0;
    }
    .box.mobile-ad-box .head {
        display: none;
    }
    .news-box li {
        margin-bottom: 15px;
    }
    .news-box.news li {
        display: none;
    }
    .news-box.news li.first,
    .news-box.news li.second,
    .news-box.news li.third {
        display: block;
    }
    #breaking-news {
        height: 40px;
        line-height: 40px;
    }
    #breaking-news .left {
        margin-left: 10px;
        font-size: 14px;
        width: 90px;
        line-height: 16px;
        /*AGENCY*/
    }
    #breaking-news .right {
        width: 173px;
        padding-left: 10px;
    }
    #breaking-news .right a {
        line-height: 18px;
        font-size: 14px;
        height: 36px;
        white-space: normal;
        padding: 2px 0;
    }
    #breaking-news .close a {
        margin: 5px 0 0 0;
    }
    #breaking-news .vertical-scroller-wrapper {
        height: 40px;
    }
    .section-page header #site-logo .icon {
        height: 27px;
        font-size: 13px;
        line-height: 13px;
        width: 80px;
        right: -90px;
    }
    .section-title {
        height: 47px;
        line-height: 20px;
        font-size: 16px;
        padding-right: 10px;
        margin-bottom: 20px;
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 90px;
    }
    .section-page .box.news-head-box .head {
        height: 20px;
        line-height: 20px;
    }
    .section-page .box.news-head-box .head h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    .section-page .box.news-head-box {
        float: left;
        width: 150px;
        height: 145px;
        clear: none;
        font-size: 0;
        line-height: 0;
        margin-right: 10px;
    }
    .section-page .box.news-head-box .info {
        position: static;
        height: 60px;
        overflow: hidden;
        font-size: 14px;
        background-color: black;
    }
    .section-page .box.news-head-box .info span {
        margin: 6px 10px;
        height: 48px;
        overflow: hidden;
        display: block;
        line-height: 16px;
        padding: 0;
        font-size: 12px;
    }
    .section-page .box.news-head-box.first .info {
        font-size: 19px;
        line-height: 22px;
        height: 73px;
    }
    .section-page .box.news-head-box.first .info span {
        padding: 0;
        line-height: 20px;
        font-size: 16px;
        height: 60px;
    }
    .section-page .box.news-head-box.first {
        float: none;
        width: 310px;
        height: 234px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section-page .box.news-head-box.last {
        margin-right: 0px;
    }
    .section-page .box.news-head-box.second {
        margin-bottom: 0;
    }
    .section-page .box.news-box .head {
        padding-right: 20px;
    }
    .section-page .box.news-box.middle-east ul li {
        display: none;
    }
    .section-page .box.news-box.middle-east ul li.first,
    .section-page .box.news-box.middle-east ul li.second,
    .section-page .box.news-box.middle-east ul li.third {
        display: block;
    }
    .section-title .left {
        font-size: 0;
        left: 75px;
        top: 11px;
        width: 80px;
        line-height: 13px;
        height: 30px;
        background-size: 110px;
        background-position: 0 -181px;
    }
    /* AAEN-311 */
    .search-results-VOD .section-title {
        padding-left: 75px;
    }
    .pagetitle1 .section-title .left,
    .columnist .section-title .left,
    .business .section-title .left,
    .infocus .section-title .left,
    .lifestyle .section-title .left,
    .media .section-title .left,
    .sports .section-title .left,
    .variety .section-title .left,
    .opinion-page .section-title .left,
    .blogs-section .section-title .left {
        font-size: 18px;
        line-height: 16px;
        padding-top: 3px;
    }
    .section-page .box.news-head-box .image-news {
        height: 145px;
        overflow: hidden;
        background-color: black;
    }
    .section-page .box.news-head-box.first .image-news {
        height: 234px;
    }
    .section-page .box.news-head-box .image-news a img {
        height: auto;
        width: auto;
    }
    .section-page .box.news-head-box .image-news-detail {
        position: static;
        width: 140px;
    }
    .section-page .box.news-head-box .image-news:hover .image-news-detail {
        top: 82px;
    }
    .section-page .box.news-head-box .image-news-detail h5 {
        font-size: 14px;
        line-height: 16px;
        height: 50px;
    }
    .section-page .box.news-head-box .image-news:hover .image-news-detail h5 {
        margin-top: 0;
    }
    .section-page .box.news-head-box.first .image-news-detail {
        position: static;
        width: 300px;
    }
    .section-page .box.news-head-box .image-news-detail .bottom,
    .section-page .box.news-head-box .image-news-detail p {
        display: none;
    }
    .section-page .box.news-head-box.first .image-news-detail h5 {
        font-size: 16px;
        line-height: 19px;
        height: 54px;
    }
    .section-page.lifestyle .news-box .head {
        width: auto;
        padding-right: 20px;
    }
    .section-page .infocus .news-box .head {
        padding-right: 20px;
    }
    .section-page .sports .news-box.big-news-box,
    .section-page .variety .news-box.big-news-box {
        padding-top: 15px;
    }
    .section-page .sports .news-box.big-news-box .image-news,
    .section-page .variety .news-box.big-news-box .image-news {
        position: static;
        float: left;
        margin-bottom: 15px;
    }
    .section-page .big-news-box .image-news-list {
        width: 310px
    }
    .opinion-page .box.default .head {
        height: 20px;
        line-height: 22px;
    }
    .opinion-page .box.default .head h3 {
        font-size: 15px;
        padding-left: 10px;
        color: white;
    }
    .opinion-page .box.default .head a {
        font-size: 14px;
    }
    .opinion-page .box.box1 {
        width: 310px;
        padding-bottom: 18px;
        border-bottom: 3px solid #6C6D6F;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .opinion-page .box.box1 ul li {
        display: block;
    }
    .opinion-page .box.box1 .item {
        padding: 5px 0 5px 0px;
    }
    .opinion-page .box.box1 .item .name {
        line-height: 23px;
        font-size: 14px;
        width: 230px;
    }
    .opinion-page .box.box1 .item .opinion {
        line-height: 17px;
        font-size: 14px;
        height: auto;
        width: 230px;
    }
    .opinion-page .box.box1 .item .user-head {
        right: 15px;
        width: 36px;
    }
    .opinion-page .box.box2 {
        width: 310px;
        height: 270px;
        margin-bottom: 20px;
    }
    .opinion-page .box2.slideshow .slides-wrapper {
        width: 286px;
        height: 270px;
        margin-top: 26px;
    }
    .opinion-page .box2.slideshow .slides-wrapper .slides-inner .slide {
        width: 286px;
        height: 270px;
    }
    .opinion-page .box2.slideshow .slide a img {
        width: 100%;
        height: 217px;
    }
    .opinion-page .box2.slideshow .slide .info {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .opinion-page .box.box2.slideshow .slide-next,
    .opinion-page .box.box2.slideshow .slide-prev {
        top: 122px;
    }
    .opinion-page .box.box3 {
        width: 310px;
        margin-bottom: 20px;
    }
    .opinion-page .box.box3 .slides-wrapper .slides-inner .slide {
        width: 103px;
        padding-top: 20px;
        height: 124px;
    }
    .opinion-page .box.box3 .slides-wrapper {
        width: 311px;
        height: 144px;
    }
    .opinion-page .box.box3 .slides-wrapper .slides-inner .slide .avatar {
        width: 47px;
    }
    .opinion-page .box.box3 .slides-wrapper .slides-inner .slide .title {
        font-size: 14px;
        line-height: 16px;
    }
    .opinion-page .box.box3 .slide-next,
    .opinion-page .box.box3 .slide-prev {
        top: 60px;
    }
    .opinion-page .box.box4 {
        width: 310px;
        height: auto;
    }
    .opinion-page .box.box4 .left {
        float: none;
        border-bottom: 1px solid #eee;
        width: auto;
        padding-bottom: 10px;
    }
    .opinion-page .box.box4 .right {
        float: none;
        width: auto;
        font-size: 10px;
        line-height: 14px;
        padding-bottom: 10px;
        margin-top: 0;
    }
    .opinion-page .box.box4 .right p.odd {
        float: none;
        width: auto;
    }
    .opinion-page .box.box4 .right p.even {
        float: none;
        width: auto;
    }
    .opinion-page .box.box4 .right p.last {
        clear: both;
        float: none;
        width: auto;
    }
    .opinion-page .box.box5 {
        display: none;
    }
    .opinion-page .box.box6 {
        width: 310px;
        margin-bottom: 20px;
    }
    .opinion-page .box.box6 .item .detail {
        margin-left: 53px;
        margin-right: 0;
    }
    .opinion-page .box.box6 .item .avatar {
        width: 53px;
        height: 71px;
        left: 15px;
    }
    .opinion-page .box.box6 .item h3 {
        line-height: 16px;
        font-size: 14px;
        padding-top: 10px;
    }
    .opinion-page .box.box6 .item p.desc {
        display: none;
    }
    .opinion-page .box.box6 .item .author {
        padding-bottom: 10px;
    }
    .opinion-page .box.box6 .item .author a {
        font-size: 12px;
    }
    .opinion-page .box.opinion-blocks {
        margin-top: 20px;
    }
    .opinion-page .box.box6 .foot {
        line-height: 40px;
        height: 40px;
    }
    .opinion-page .box.box6 .foot .paging a {
        width: 23px;
    }
    .opinion-page .middle-column .columnist-info-box {
        display: none;
    }
    .opinion-page .box.columnist-info-box {
        padding: 30px 15px 0px 15px;
    }
    .opinion-page .box.columnist-info-box.tablet .head:after {
        content: ' ';
        width: 0px;
        height: 0px;
        line-height: 0;
        border-left: 8px solid transparent;
        border-top: 8px solid #4C1B4A;
        position: absolute;
        left: 0;
        bottom: -8px;
    }
    .opinion-page .box.columnist-info-box .avatar {
        width: 70px;
        position: static;
        float: left;
        margin: 0 10px 0px 0;
    }
    .opinion-page .box.columnist-info-box .columnist-name {
        font-size: 14px;
        line-height: 25px;
    }
    .opinion-page .box.columnist-info-box .columnist-detail {
        line-height: 15px;
        margin: 0;
        padding-bottom: 10px;
    }
    .opinion-page .box.columnist-info-box .columnist-detail .more-info {
        display: none;
    }
    .opinion-page .box.columnist-info-box .load-more {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
    }
    .opinion-page .box.columnist-info-box {
        margin-bottom: 20px;
    }
    .opinion-page .box.box6 {
        padding-top: 20px;
    }
    .opinion-page .middle-column {
        width: 310px;
    }
    .opinion-page .right-column {
        width: 310px;
    }
    .opinion-page .box.box6 .item {
        padding-right: 10px;
        min-heigth: 71px;
    }
    .news-box.infocus .tab-contents ul li a {
        width: 242px;
        font-size: 11px;
        height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-box.infocus .tab-contents ul li .icon {
        top: -1px;
        -webkit-transform: scale(0.8);
    }
    .listing-page .box.default .head {
        height: 20px;
        line-height: 22px;
    }
    .listing-page .box.default .head h3 {
        font-size: 15px;
        padding-left: 10px;
        color: white;
    }
    .listing-page .box.default .head a {
        font-size: 14px;
    }
    .listing-page .box.box1 {
        width: 310px;
        padding-bottom: 18px;
        border-bottom: 3px solid #6C6D6F;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .listing-page .box.box1 ul li {
        display: block;
    }
    .listing-page .box.box1 .item {
        padding: 5px 0 5px 0px;
    }
    .listing-page .box.box1 .item .name {
        line-height: 23px;
        font-size: 14px;
        width: 230px;
    }
    .listing-page .box.box1 .item .opinion {
        line-height: 17px;
        font-size: 14px;
        height: auto;
        width: 230px;
    }
    .listing-page .box.box1 .item .user-head {
        right: 15px;
        width: 36px;
    }
    .listing-page .box.box2 {
        width: 310px;
        height: 270px;
        margin-bottom: 20px;
    }
    .listing-page .box2.slideshow .slides-wrapper {
        width: 286px;
        height: 270px;
        margin-top: 26px;
    }
    .listing-page .box2.slideshow .slides-wrapper .slides-inner .slide {
        width: 286px;
        height: 270px;
    }
    .listing-page .box2.slideshow .slide a img {
        width: 100%;
        height: 217px;
    }
    .listing-page .box2.slideshow .slide .info {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .listing-page .box.box2.slideshow .slide-next,
    .listing-page .box.box2.slideshow .slide-prev {
        top: 122px;
    }
    .listing-page .box.box3 {
        width: 310px;
        margin-bottom: 20px;
    }
    .listing-page .box.box3 .slides-wrapper .slides-inner .slide {
        width: 103px;
        padding-top: 20px;
        height: 124px;
    }
    .listing-page .box.box3 .slides-wrapper {
        width: 311px;
        height: 144px;
    }
    .listing-page .box.box3 .slides-wrapper .slides-inner .slide .avatar {
        width: 47px;
    }
    .listing-page .box.box3 .slides-wrapper .slides-inner .slide .title {
        font-size: 14px;
        line-height: 16px;
    }
    .listing-page .box.box3 .slide-next,
    .listing-page .box.box3 .slide-prev {
        top: 60px;
    }
    .listing-page .box.box4 {
        width: 310px;
        height: auto;
    }
    .listing-page .box.box4 .left {
        float: none;
        border-bottom: 1px solid #eee;
        width: auto;
        padding-bottom: 10px;
    }
    .listing-page .box.box4 .right {
        float: none;
        width: auto;
        font-size: 10px;
        line-height: 14px;
        padding-bottom: 10px;
    }
    .listing-page .box.box4 .right p.odd {
        float: left;
        width: 120px;
    }
    .listing-page .box.box4 .right p.even {
        float: left;
        width: 190px;
    }
    .listing-page .box.box4 .right p.last {
        clear: both;
        float: none;
        width: auto;
    }
    .listing-page .box.box5 {
        display: none;
    }
    .listing-page .box.box6 {
        width: 310px;
        margin-bottom: 20px;
    }
    .listing-page .box.box6 .item .detail {
        margin-left: 53px;
        margin-right: 0;
    }
    .listing-page .box.box6 .item .avatar {
        width: 53px;
        height: 71px;
        left: 15px;
    }
    .listing-page .box.box6 .item h3 {
        line-height: 16px;
        font-size: 14px;
        padding-top: 10px;
    }
    .listing-page .box.box6 .item p.desc {
        display: none;
    }
    .listing-page .box.box6 .item .author {
        padding-bottom: 10px;
    }
    .listing-page .box.box6 .item .author a {
        font-size: 12px;
    }
    .listing-page .box.opinion-blocks {
        margin-top: 20px;
    }
    .listing-page .box.box6 .foot {
        line-height: 40px;
        height: 40px;
    }
    .listing-page .box.box6 .foot .paging a {
        width: 23px;
    }
    .box.head-type-2 .head {
        display: block;
        background-color: transparent;
        width: 310px;
        height: 20px;
    }
    .box.head-type-2 .head .left {
        height: 20px;
        line-height: 20px;
        float: left;
        padding-left: 10px;
        background-color: #6D276A;
        width: auto;
        position: relative;
        font-size: 14px;
        padding-right: 10px;
    }
    .box.head-type-2 .head .left .mask {
        line-height: 0;
        height: 0;
        width: 3px;
        display: block;
        position: absolute;
        right: -12px;
        top: 0;
        border-left: 10px solid #6D276A;
        border-top: 10px solid #ececec;
        border-bottom: 10px solid #ececec;
        left: auto;
        z-index: 1;
    }
    .box.head-type-2 .head .right {
        float: left;
        background-color: white;
        color: #333;
        line-height: 18px;
        height: 18px;
        text-indent: 10px;
        border: 1px solid #DDDEDE;
        font-size: 12px;
        color: #6D276A;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        position: relative;
        padding-left: 7px;
        padding-right: 10px;
        max-width: 204px;
        overflow: hidden;
    }
    .box.head-type-2 .head .right .mask {
        line-height: 0;
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        left: 1px;
        top: -1px;
        border-left: 10px solid transparent;
        border-top: 10px solid #DDDEDE;
        border-bottom: 10px solid #DDDEDE;
        z-index: 2;
    }
    .box.head-type-2 .head .right .mask i {
        line-height: 0;
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        left: -9px;
        top: -9px;
        border-left: 9px solid transparent;
        border-top: 9px solid white;
        border-bottom: 9px solid white;
    }
    .listing-page .middle-column .columnist-info-box {
        display: none;
    }
    .listing-page .box.columnist-info-box {
        padding: 30px 15px 0px 15px;
    }
    .listing-page .box.columnist-info-box.tablet .head:after {
        content: ' ';
        width: 0px;
        height: 0px;
        line-height: 0;
        border-left: 8px solid transparent;
        border-top: 8px solid #4C1B4A;
        position: absolute;
        left: 0;
        bottom: -8px;
    }
    .listing-page .box.columnist-info-box .avatar {
        width: 70px;
        position: static;
        float: left;
        margin: 0 10px 0px 0;
    }
    .listing-page .box.columnist-info-box .columnist-name {
        font-size: 14px;
        line-height: 25px;
    }
    .listing-page .box.columnist-info-box .columnist-detail {
        line-height: 15px;
        margin: 0;
        padding-bottom: 10px;
    }
    .listing-page .box.columnist-info-box .columnist-detail .more-info {
        display: none;
    }
    .listing-page .box.columnist-info-box .load-more {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
    }
    .listing-page .box.columnist-info-box {
        margin-bottom: 20px;
    }
    .listing-page .box.box6 {
        padding-top: 20px;
    }
    .listing-page .box.box6 .item {
        padding: 0 13px;
    }
    .listing-page .box.box6 .item p.desc {
        display: block;
        margin: 5px 0;
    }
    .box.survey-box .head {
        height: 20px;
        line-height: 22px;
    }
    .box.survey-box .head h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    .box.survey-box {
        padding: 20px 10px 15px 10px;
        border-bottom: none;
        margin-bottom: 20px;
        width: 290px;
    }
    .listing-page .middle-column {
        width: 310px;
    }
    .listing-page .right-column {
        width: 310px;
    }
    .listing-page .box.box6 .item {
        padding-right: 10px;
    }
    .article-page .right-column,
    .blogs-section .right-column {
        display: none;
    }
    .article-page .middle-column {
        width: 100%;
        float: none;
    }
    .article-page .article-main-box .content {
        padding: 25px 10px 0px 10px;
    }
    .article-page .article-main-box h1 {
        line-height: 20px;
        font-size: 18px;
        margin-bottom: 7px;
    }
    .article-page .article-main-box .article-info {
        margin: 5px 0 7px 0;
        line-height: 10px;
        font-size: 12px;
    }
    .article-page .article-main-box .article-default-image {
        width: 290px;
    }
    .article-page .article-main-box .article-default-image img {
        width: 100%;
        height: auto;
    }
    .article-page .article-main-box .article-default-image .article-image-info {
        display: block;
    }
    .article-page .article-main-box .article-default-image .article-image-info .inner {
        font-size: 12px;
        line-height: 14px;
        padding: 7px;
    }
    .article-page .article-main-box .article-info2 .right {
        display: none;
    }
    .article-page .article-main-box .article-info2 .left {
        width: 290px;
        overflow: hidden;
        margin-top: 10px;
    }
    .article-page .article-main-box .article-info2 {
        line-height: 40px;
    }
    .article-page .article-main-box .article-content {
        padding-top: 10px;
        width: auto;
        float: none;
    }
    .article-page .article-main-box .article-inner-right {
        width: auto;
        float: none;
        margin: 0 -10px;
    }
    .article-page .article-main-box .article-inner-right .box .head {
        line-height: 22px;
        top: -5px;
    }
    .article-page .article-main-box .article-inner-right .box .head:after {
        display: none;
    }
    .article-page .article-main-box .article-inner-right .box .head h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    .article-page .article-main-box .article-inner-right .box .head h3:after {
        border-top-color: #4C1B4A;
    }
    .article-page .article-main-box .article-inner-right .box .content {
        padding: 30px 10px 8px 10px;
    }
    .article-page .article-main-box .article-inner-right .box {
        margin-bottom: 20px;
    }
    .article-page .article-main-box .article-inner-right .box.article-links-box {
        margin-bottom: 0px;
    }
    .article-page .article-main-box .article-inner-right .box .content {
        background-color: #E7E8E8;
    }
    .article-page .article-main-box .article-inner-right .box .content ul li {
        padding-left: 22px;
    }
    .article-page .article-main-box .article-inner-right .article-related-box .content ul li {
        /** AAEN-479 **/
        padding-left: 0;
        padding-right: 0;
    }
    .article-page .article-main-box .article-inner-right .article-related-box .content ul li a span {
        /** AAEN-479 **/
        width: 207px;
    }
    .article-page .article-main-box .article-inner-right .box .content ul li .dot {
        left: 6px;
    }
    .article-page .article-main-box .article-inner-right .box.article-links-box .content ul li {
        border-bottom: none;
    }
    .box.more-in-news {
        margin: 20px 0;
    }
    .box.more-in-news .head {
        height: 20px;
        line-height: 22px;
    }
    .box.more-in-news .head h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    .box.more-in-news .content {
        padding: 30px 0 2px 15px;
        border-bottom: 3px solid #6D276A;
    }
    .box.more-in-news .content .item {
        width: 133px;
        height: 129px;
        margin: 0 13px 13px 0;
    }
    .box.more-in-news .content .item .image-container {
        height: 75px;
    }
    .box.more-in-news .content .item img {
        width: 100%;
        height: 75px;
    }
    .box.more-in-news .content .item .info-container {
        position: static;
        height: 53px;
        background-color: black;
    }
    .box.more-in-news .content .item .info-container h4 {
        line-height: 13px;
        margin: 0px 5px 8px;
        padding: 8px 0 0 0;
        overflow: hidden;
        display: block;
        height: 39px;
    }
    .box.more-in-news .content .item .info-container .bottom {
        display: none;
    }
    .box.more-in-news .content .load-more {
        margin: 3px 0 13px -15px;
        height: 20px;
        line-height: 22px;
        font-size: 12px;
    }
    .box.more-in-news .content .load-more b {
        border-top: 5px solid white;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 10px;
        top: 7px;
    }
    .article-page .article-main-box .article-content {
        font-size: 14px;
    }
    .news-box-head-area {
        margin-bottom: 0;
    }
    .article-main-box .article-columnist-head {
        float: left;
        width: 90px;
        margin-right: 25px;
        margin-bottom: 5px;
    }
    .article-main-box .article-columnist-head .name {
        line-height: 14px;
    }
    .article-main-box .article-columnist-head .name a {
        font-size: 10px;
    }
    .box.more-in-opinion {
        margin: 20px 0;
    }
    .box.more-in-opinion .head {
        height: 20px;
        line-height: 22px;
        /* width:132px; */
        /* AAEN-264: long path will not be shown with this width */
    }
    .box.more-in-opinion .head h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    .box.more-in-opinion .content {
        padding: 30px 0 2px 15px;
        border-bottom: 3px solid #6D276A;
    }
    .box.more-in-opinion .content .item {
        /* width: auto; */
        /* AAEN-264 */
        height: 52px;
        /* AAEN-264 (was auto) */
        margin: 10px 0;
        padding-right: 50px;
    }
    .box.more-in-opinion .content .item.odd {
        margin: 0;
    }
    .box.more-in-opinion .item .user-head {
        position: absolute;
        right: 10px;
        bottom: auto;
        top: 0;
        width: 35px;
    }
    .box.more-in-opinion .item .name {
        font-size: 12px;
        line-height: 16px;
        margin-top: 0px;
    }
    .box.more-in-opinion .item .opinion {
        line-height: 16px;
        font-size: 12px;
        color: #333;
        display: block;
    }
    .box.more-in-opinion .item .opinion:hover {
        color: #000;
    }
    .box.more-in-opinion .item .name a {
        color: #6D276A;
        font-weight: bold;
    }
    .box.more-in-opinion .content .load-more {
        margin: 3px 0 13px -15px;
        height: 20px;
        line-height: 22px;
        font-size: 12px;
    }
    .box.more-in-opinion .content .load-more b {
        border-top: 5px solid white;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 10px;
        top: 7px;
    }
    .article-page .article-main-box .slideshow {
        width: 290px;
        height: 163px;
    }
    .article-page .article-main-box .slideshow .slides-wrapper {
        width: 290px;
        height: 163px;
    }
    .article-page .article-main-box .slideshow .slides-wrapper .slides-inner .slide {
        width: 290px;
        height: 163px;
    }
    .article-page .article-main-box .slideshow .slide-prev,
    .article-page .article-main-box .slideshow .slide-next {
        top: 67px;
        display: none;
    }
    .article-page.info-graphic .article-main-box .article-inner-right .right,
    .article-page.info-graphic .article-main-box .article-inner-right .left {
        float: none;
        width: 310px;
    }
    .article-page.info-graphic .article-main-box .article-inner-right .article-related-box.box {
        margin-bottom: 20px;
    }
    .article-page.info-graphic .article-main-box .article-inner-right .article-topics-box.box .content {
        padding-bottom: 10px;
    }
    .article-page .article-main-box .slideshow.article-slideshow,
    .article-page .article-main-box .slideshow.article-slideshow .slides-wrapper,
    .article-page .article-main-box .slideshow.article-slideshow .slides-wrapper .slides-inner .slide {
        width: 290px;
        height: 163px;
    }
    .article-page .article-main-box .slideshow.article-slideshow .content {
        padding: 0;
    }
    .article-page .article-main-box .slideshow.article-slideshow .head {
        display: none;
    }
    .article-page .article-main-box .slideshow.article-slideshow .slide-prev {
        width: 26px;
        height: 32px;
        background-position: 0 -25px;
        left: -6px;
        top: 67px;
    }
    .article-page .article-main-box .slideshow.article-slideshow .slide-next {
        right: -6px;
        left: auto;
        width: 26px;
        height: 32px;
        background-position: -29px -25px;
        top: 67px;
    }
    .article.perspective .box.default-color .head h3:after {
        border-top-color: #B1810D;
    }
    .article.opinion .box.default-color .head h3:after {
        border-top-color: #4B4C4D;
    }
    .article-page.opinion .article-main-box .article-inner-right .box .content ul li .dot {
        border-color: #555;
    }
    .article-page.perspective .article-main-box .article-inner-right .box .content ul li .dot {
        border-color: #fdb913;
    }
    .box.comments-box>.content {
        padding: 10px 10px 0px 10px;
    }
    .box.comments-box>.content>.arena {
        border-top: 1px solid #ccc;
    }
    .box.comments-box>.content .comments-content {
        margin-bottom: 20px;
    }
    .box.readers_comments .aa_form {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }
    .box.readers_comments .head {
        line-height: 20px;
        height: 20px;
    }
    .box.readers_comments .head h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .readers_comments .reg_box {
        position: static;
        padding: 0;
        border: 0;
        margin-top: 5px;
    }
    .comments-box input[type=text],
    .comments-box input[type=password] {
        width: 283px;
    }
    .comments-box textarea {
        width: 278px;
        height: 50px;
    }
    .readers_comments.add_comment .reg_box .btn {
        margin-top: 8px;
        height: 30px;
        line-height: 30px;
    }
    .comments-box .readers_comments.name_reg_form {
        padding-bottom: 0;
    }
    .comments-box .comment .user_thumb,
    .comments-box .comment.reply01 .user_thumb,
    .comments-box .comment.reply02 .user_thumb,
    .comments-box .comment.reply03 .user_thumb {
        width: 35px;
        height: 35px;
    }
    .comments-box .comment,
    .comments-box .comment.reply01,
    .comments-box .comment.reply02,
    .comments-box .comment.reply03 {
        padding-left: 50px;
    }
    .comments-box .comment .cmnt_sender {
        font-size: 14px;
    }
    .comments-box .tabs {
        display: none;
    }
    .comments-box .comment.reply01 {
        margin-left: 30px;
    }
    .comments-box .comment.reply02 {
        margin-left: 60px;
    }
    .comments-box .comment.reply03 {
        margin-left: 90px;
    }
    .comments-box .comment .box.readers_comments {
        margin-left: -50px;
    }
    .comments-box .comment.reply01 .box.readers_comments {
        margin-left: -80px;
    }
    .comments-box .comment.reply02 .box.readers_comments {
        margin-left: -110px;
    }
    .comments-box .comment.reply03 .box.readers_comments {
        margin-left: -140px;
    }
    .comments-box .wrapper {
        border: none;
    }
    .comments-box .comment .cmnt_tools li {
        margin-right: 5px;
    }
    .readers_comments.name_reg_form .row {
        line-height: 20px;
    }
    .readers_comments.name_reg_form .row .fld,
    .readers_comments.name_reg_form .row .lbl {
        float: none;
    }
    .box.readers_comments.name_reg_form .aa_form {
        border-bottom: 0;
    }
    .readers_comments.thanku_msg .reg_box {
        float: none;
    }
    .comments-box .comment .cmnt_tools li {
        margin-right: 8px;
        font-size: 11px;
        padding-left: 17px;
        background: transparent url(../gfx/comment-tab-icon.png) no-repeat -315px 9px;
        background-size: 500px;
    }
    .comments-box .comment .cmnt_tools li.dislike {
        background-position: -440px 13px;
    }
    .comments-box .comment .cmnt_tools li.reply {
        background-position: -70px -45px;
        width: 30px;
    }
    .comments-box .comment .cmnt_tools li.like:hover,
    .comments-box .comment .cmnt_tools li.like.active {
        background-position: -315px -49px;
    }
    .comments-box .comment .cmnt_tools li.dislike:hover,
    .comments-box .comment .cmnt_tools li.dislike.active {
        background-position: -440px -45px;
    }
    .comments-box .comment .cmnt_tools li.reply:hover,
    .comments-box .comment .cmnt_tools li.reply.active {
        background-position: -147px -45px;
    }
    .readers_comments.thanku_msg h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .readers_comments {
        margin-top: 0;
    }
    .comments-box input.btn {
        line-height: 30px;
        height: 30px;
    }
    .readers_comments.thanku_msg {
        margin-top: 0px;
        height: auto;
        padding-bottom: 10px;
    }
    .comments-box {
        border-top: 20px solid white;
        min-height: 40px;
        border-bottom: 3px solid #5c5c5c;
    }
    .comments-box>.head {
        height: 20px;
        line-height: 22px;
        width: 140px;
    }
    .comments-box>.head>h3 {
        font-size: 12px;
        padding-left: 10px;
    }
    .comments-box .head .head-arrow {
        border-bottom: 5px solid white;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 10px;
        top: 7px;
    }
    .comments-box.closed .head .head-arrow {
        border-bottom: none;
        border-top: 5px solid white;
    }
    .comments-box .load-more {
        margin: 0 0 15px 0;
        background-color: #5c5c5c;
    }
    .box.email_article {
        display: none;
        position: absolute;
        top: 0px;
        z-index: 11;
        left: 0px;
        width: 320px;
        background-color: white;
    }
    .box.email_article>.content {
        padding: 0 10px 10px 10px;
    }
    .box.email_article>.head {
        padding: 10px 10px 0 10px;
        font-size: 14px;
        width: auto;
        line-height: 30px;
        height: 30px;
    }
    .box.email_article>.head .close {
        right: 10px;
        top: 10px;
    }
    .box.email_article .highline {
        line-height: 16px;
        font-size: 12px;
        display: block;
    }
    .box.email_article .txt_box {
        width: 290px;
    }
    .readers_comments.name_reg_form .row:first-child a {
        position: absolute;
        right: 0px;
        top: 0;
        line-height: 24px;
    }
    .vod-page .vod-nav {
        position: relative;
        overflow: visible;
        margin: 15px 0;
        height: auto;
    }
    .vod-page .vod-nav .nav {
        line-height: 20px;
    }
    .vod-page .vod-nav .nav a {
        line-height: 20px;
        font-size: 14px;
        text-align: left;
        padding-left: 10px;
        /** AAEN-411 **/
    }
    .vod-page .vod-nav .nav.first {
        width: 154px;
    }
    .vod-page .vod-nav .nav.second,
    .vod-page .vod-nav .nav.third,
    .vod-page .vod-nav .nav.last {
        float: none;
        width: 100%;
    }
    .vod-page .vod-nav .nav.second a,
    .vod-page .vod-nav .nav.third a,
    .vod-page .vod-nav .nav.last a {
        text-indent: 10px;
        padding-left: 0;
    }
    .vod-page .vod-nav .nav.all-videos {
        cursor: pointer;
        width: 155px;
        text-indent: 20px;
        font-family: DIN_Medium;
        color: aliceblue;
        font-size: 14px;
        position: relative;
        border-right: 0;
        display: block;
        text-indent: 10px;
        color: #7F57AF;
        padding-top: 3px;
    }
    .vod-page .vod-nav .nav.all-videos.active {
        color: white;
        background-color: #7F57AF;
    }
    .vod-page .vod-nav .nav.all-videos b {
        border-top: 9px solid #7F57AF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: 7px;
        /** AAEN-411 **/
        right: 10px;
    }
    .vod-page .vod-nav .nav.all-videos .wrapper {
        display: none;
        position: relative;
        border-top: 1px solid black;
    }
    .vod-page .vod-nav .nav.all-videos .wrapper .nav {
        border-bottom: 1px solid black;
        background-color: white;
    }
    .vod-page .vod-nav .nav.all-videos .wrapper .nav a {
        color: #7F57AF;
    }
    .vod-page .vod-nav .nav.all-videos.active b {
        border-top-color: white;
    }
    .vod-page .vod-nav.active .nav.all-videos .wrapper {
        display: block;
    }
    .txt-input-wrapper,
    .txt-select-wrapper {
        height: 20px;
    }
    .txt-input-wrapper input {
        font-size: 10px;
        height: 20px;
        padding-left: 5px;
        line-height: 20px;
    }
    .txt-select-wrapper select {
        padding: 0;
        margin: 0;
        height: 20px;
        font-size: 10px;
        padding-left: 2px;
    }
    .box.vod-search-box .content {
        padding: 10px 5px;
    }
    .box.vod-search-box form .txt-input-wrapper {
        width: 138px;
        margin-right: 5px;
    }
    .box.vod-search-box form .txt-select-wrapper {
        width: 97px;
    }
    .box.vod-search-box form .txt-button-input {
        width: 54px;
        padding: 0;
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }
    .box.vod-search-box form {
        height: 20px;
        margin-bottom: 10px;
    }
    .box.vod-search-box .keywords {
        height: 12px;
    }
    .box.vod-search-box .keywords h4 {
        font-size: 10px;
        line-height: 12px;
    }
    .box.vod-search-box .keywords a {
        font-size: 10px;
        margin-left: 5px;
        line-height: 12px;
    }
    .box.vod-search-box {
        margin-bottom: 15px;
    }
    .vod-page .middle-column,
    .vod-page .right-column {
        float: none;
        width: 310px;
    }
    .box.vod-main-box,
    .vod-home .box.vod-main-box {
        height: auto !important;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    .vod-page .vod-home .middle-column {
        width: auto;
        float: none;
    }
    .vod-page .vod-home .right-column {
        width: auto;
        float: none;
    }
    .box.vod-main-box .vod-cover {
        height: 169px;
    }
    .box.vod-main-box .title {
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }
    .box.vod-main-box p.time {
        font-size: 11px;
    }
    .box.vod-main-box p.desc {
        font-size: 12px;
        line-height: 15px;
    }
    .vod-page .box>.head {
        height: 20px;
        width: auto;
    }
    .vod-page .box>.head h3 {
        line-height: 20px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 13px;
    }
    .box.vod-editor-box>.content {
        padding: 30px 10px 10px 10px;
    }
    .box.vod-editor-box .inner {
        border: none;
    }
    .box.vod-editor-box .wrapper {
        margin-right: -10px;
        height: auto;
    }
    .box.vod-editor-box .item {
        float: left;
        border: none;
        width: 140px;
        margin-right: 10px;
        padding: 0;
        height: 121px;
    }
    .box.vod-editor-box .item .vod-cover {
        border: none;
        width: 100%;
        height: 78px;
        float: none;
    }
    .box.vod-editor-box .item>.date {
        display: none;
    }
    .box.vod-editor-box .item .title {
        font-size: 12px;
        line-height: 15px;
        margin-top: 5px;
        height: 30px;
        overflow: hidden;
    }
    .box.vod-editor-box a.up,
    .box.vod-editor-box a.down {
        display: none;
    }
    .box.vod-editor-box {
        border: none;
        margin-bottom: 20px;
    }
    .box.vod-editor-box .load-more {
        margin: 0 -10px 15px;
        background-color: #5c5c5c;
    }
    .box.vod-highlights-box>.content {
        padding: 30px 0px 0 0px;
    }
    .box.vod-highlights-box.bulletins>.content {
        padding: 30px 10px 0 10px;
    }
    .box.vod-highlights-box .tabs-head td {
        text-align: left;
        padding-left: 2px;
        line-height: 12px;
        font-size: 10px;
    }
    .vod-cover .label,
    .vod-cover .time,
    .vod-cover.small .label,
    .vod-cover.small .time {
        font-size: 8px;
        height: 10px;
        line-height: 10px;
    }
    .vod-cover .icon,
    .vod-cover.small .icon,
    .vod-cover .icon.small {
        width: 23px;
        height: 23px;
        background-size: 150px;
        background-position: -95px -291px;
    }
    .box.vod-highlights-box .wrapper {
        margin-right: -10px;
    }
    .box.vod-highlights-box .item {
        width: 150px;
        margin: 0 10px 10px 0;
        background: #000;
        height: auto;
    }
    .box.vod-highlights-box .item .vod-cover {
        height: 85px;
    }
    .box.vod-highlights-box .item .vod-cover .desc {
        display: none;
    }
    .box.vod-highlights-box .item .vod-cover .icon {
        bottom: 4px;
    }
    .box.vod-highlights-box .item .title {
        line-height: 15px;
        font-size: 12px;
        height: 45px;
        overflow: hidden;
        margin: 0;
        padding: 5px 0px 0 5px;
        margin-bottom: 5px;
    }
    .box.vod-highlights-box .load-more {
        margin-right: 10px;
        background-color: #5c5c5c;
        margin-bottom: 15px;
    }
    .box.vod-highlights-box .tabs-head {
        margin-bottom: 20px;
    }
    .box.vod-accordion-box .accordion {
        float: none;
        width: auto;
        position: relative;
        border: none;
    }
    .box.vod-accordion-box .accordion .category {
        float: left;
        width: auto;
        border-right: 1px solid transparent;
        position: static;
        overflow: visible;
    }
    .box.vod-accordion-box .accordion .category:first-child {
        width: 87px;
    }
    .box.vod-accordion-box .accordion .category:nth-child(2) {
        width: 100px;
    }
    .box.vod-accordion-box .accordion .category:nth-child(3) {
        width: 120px;
    }
    /*
	.box.vod-accordion-box .accordion .category:last-child {
	width: 31px;
	border-right: 0;
	}
	
	.box.vod-accordion-box .accordion .category:last-child h3 {
	text-indent:-10000px;
	padding: 0;
	}
	
	.box.vod-accordion-box .accordion .category:last-child h3 a {
	background: transparent url(../gfx/sprite.png) no-repeat 3px -154px;
	background-size:200px;
	width: 20px;
	margin: 0 auto;
	}
	*/
    .box.vod-accordion-box .accordion .category h3 {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        padding-left: 5px;
        position: relative;
    }
    .box.vod-accordion-box .accordion .category h3 b,
    .box.vod-accordion-box .accordion .category.active h3 b {
        right: 3px;
        top: 5px;
        border-left-color: transparent;
        border-top-width: 7px;
        border-left-width: 5px;
        border-right-width: 5px;
        border-top-color: white;
    }
    .box.vod-accordion-box .accordion .category.active h3 b {
        border-top-color: #7F57AF;
    }
    .box.vod-accordion-box .accordion .category .content {
        z-index: 1;
        left: 0;
        top: 20px;
    }
    .box.vod-accordion-box .accordion .category .content a {
        float: left;
        padding: 5px 10px;
        width: 100px;
        font-size: 10px;
        line-height: 20px;
        color: #888;
    }
    .box.vod-accordion-box .accordion .category .content a.active b {
        display: none;
    }
    .box.vod-accordion-box .accordion .category.active .content {
        padding: 10px 0;
    }
    .box.vod-accordion-box .right-content {
        float: none;
        width: 310px;
        overflow: hidden;
        padding-top: 13px;
        background-color: #242424;
        clear: both;
    }
    .box.vod-accordion-box .right-content .item {
        width: 138px;
        margin: 0 5px 0px 10px;
        height: 134px;
    }
    .box.vod-accordion-box .right-content .item .vod-cover {
        height: 78px;
    }
    .vod-cover .desc {
        height: 10px;
        font-size: 8px;
        line-height: 10px;
    }
    .box.vod-accordion-box .right-content .item .title {
        line-height: 13px;
        font-size: 10px;
        height: 39px;
        overflow: hidden;
        display: block;
    }
    .box.vod-accordion-box .load-more {
        background-color: #5c5c5c;
        margin-bottom: 15px;
    }
    .vod-page footer .back-to-top {
        background-color: #5c5c5c;
    }
    .vod-page .section-title .left {
        background-position: -12px -84px;
    }
    .vod-page .section-title .page-name {
        width: 110px;
        background-size: 110px;
        font-size: 18px;
    }
    nav .mobile-header a.viewmore {
        background-position: 4px -186px;
    }
    .box.vod-highlights-box,
    .box.vod-accordion-box {
        margin-bottom: 20px;
    }
    .box.vod-accordion-box .accordion .category .content {
        background-color: #424242;
    }
    .box.vod-accordion-box .accordion .category .content a.active,
    .box.vod-accordion-box .accordion .category .content a:hover {
        color: #fff;
    }
    .box.vod-accordion-box .accordion .category[data-name=news] .content {
        margin-right: -188px;
        margin-bottom: -1px;
    }
    .box.vod-accordion-box .accordion .category.tab1 .content {
        margin-right: -222px;
        margin-bottom: -1px;
    }
    .box.vod-accordion-box .accordion .category.tab2 .content {
        margin-left: -88px;
        margin-right: -121px;
        margin-bottom: -1px;
    }
    .box.vod-accordion-box .accordion .category.tab3 .content {
        margin-left: -189px;
        margin-bottom: -1px;
    }
    .box.vod-accordion-box .accordion .category[data-name=news] .content a {
        width: 30%;
    }
    .box.vod-accordion-box .accordion .category[data-name=programs] .content {
        margin-left: -188px;
        margin-bottom: -1px;
        background-color: #424242;
    }
    .box.vod-accordion-box .accordion .category.search.active h3 b {
        display: none;
    }
    .box.vod-accordion-box .accordion .category.search.active {
        border-bottom: 1px solid #434343;
    }
    .box.vod-accordion-box .accordion .category.active.search .content {
        height: 0;
        top: 0;
        padding: 0;
    }
    .box.vod-accordion-box .right-content .search.content {
        background-color: #434343;
        margin-top: -13px;
        padding: 0 10px;
    }
    .box.vod-accordion-box .right-content .search.content form .txt-input-wrapper {
        width: 50%;
    }
    .box.vod-accordion-box .right-content .search.content form .txt-button-input {
        width: 18%;
        padding: 0;
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }
    .box.vod-accordion-box .right-content .search>.title {
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
    }
    .box.vod-accordion-box .right-content .search.content form {
        margin-bottom: 20px;
    }
    .box.vod-accordion-box .right-content .search.content .searches a {
        margin: 0 5px 5px 0;
        padding: 0 5px;
        height: 20px;
        line-height: 22px;
        font-size: 11px;
    }
    .box.vod-accordion-box .right-content .search.content .search-items {
        margin-right: -10px;
    }
    .box.vod-accordion-box .right-content .search.content .search-items .item {
        margin: 0 10px 0 0;
    }
    .box.vod-accordion-box .right-content .search.content .search-items .item:last-child {
        display: none;
    }
    .txt-select-wrapper .value {
        line-height: 20px;
        font-size: 10px;
    }
    .box.vod-bulletin-block {
        padding: 0;
        border-bottom: 0;
    }
    .box.vod-bulletin-block .left {
        margin-bottom: 5px;
    }
    .box.vod-bulletin-block .left,
    .box.vod-bulletin-block .right {
        float: none;
        width: auto;
    }
    .box.vod-bulletin-block .vod-cover {
        height: 175px;
    }
    .box.vod-headline-box .wrapper {
        margin-top: 20px;
        height: auto;
        margin-bottom: 0;
    }
    .box.vod-headline-box>.head {
        z-index: 1;
    }
    .box.vod-headline-box .inner {
        width: 310px;
    }
    .box.vod-headline-box .wrapper .item {
        float: left;
        padding: 15px 5px 0 5px;
        width: 144px;
        height: 65px;
        border-right: 1px solid #555;
    }
    .box.vod-headline-box .wrapper .item .skip {
        height: 14px;
        line-height: 14px;
        font-size: 10px;
        padding-left: 5px;
        background-image: none;
    }
    .box.vod-headline-box .wrapper .item .skip-time {
        height: 12px;
        line-height: 12px;
        font-size: 10px;
        padding: 0 5px;
    }
    .box.vod-headline-box .wrapper .item .title {
        line-height: 15px;
        font-size: 12px;
    }
    .box.vod-headline-box a.up,
    .box.vod-headline-box a.down {
        display: none;
    }
    .box.vod-headline-box .load-more {
        background-color: #666;
        margin-top: 13px;
    }
    .box.vod-bulletin-block .info-block {
        padding: 5px;
    }
    .box.vod-bulletin-block .info-block .title {
        font-size: 18px;
        line-height: 22px;
    }
    .box.vod-bulletin-block .info-block p.time {
        font-size: 11px;
    }
    .box.vod-bulletin-block .info-block p.desc {
        font-size: 12px;
        line-height: 15px;
    }
    .box.vod-highlights-box .filter .left a {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        padding: 0 5px;
    }
    .box.vod-highlights-box .filter .right .txt-select-wrapper {
        width: 60px;
        margin-left: 7px;
        height: 18px;
        line-height: 18px;
    }
    .box.vod-highlights-box .filter .right .txt-select-wrapper .value {
        line-height: 18px;
        font-size: 12px;
    }
    .box.vod-highlights-box .filter .right .txt-select-wrapper:first-child {
        width: 65px;
        /*50px;*/
    }
    .box.vod-highlights-box .filter .right .txt-select-wrapper:nth-child(2) {
        width: 65px;
        /*85px;*/
    }
    .box.vod-highlights-box.bulletins .item {
        margin: 0 10px 10px 0;
        width: 140px;
        height: 108px;
    }
    .box.vod-highlights-box .filter {
        margin-bottom: 15px;
    }
    .box.vod-highlights-box.programs,
    .box.vod-highlights-box.episodes {
        padding-left: 10px;
        padding-right: 10px;
    }
    .box.vod-highlights-box.programs .item,
    .box.vod-highlights-box.episodes .item {
        background-color: transparent;
        width: 140px;
        margin-bottom: 5px;
    }
    .box.vod-highlights-box.programs .item .vod-cover,
    .box.vod-highlights-box.episodes .item .vod-cover {
        height: 80px;
    }
    .box.vod-highlights-box.programs .item .title {
        height: 15px;
        overflow: hidden;
        overflow: hidden;
        padding-left: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .box.vod-highlights-box.episodes .item .title {
        line-height: 13px;
        padding-left: 0;
        height: 39px;
        overflow: hidden;
        padding-bottom: 0;
    }
    .listing-page .right-column {
        display: none
    }
    .search-page .right-column {
        display: none
    }
    .search-page .middle-column {
        width: 100%
    }
    .listing-page .middle-column {
        width: 100%
    }
    .perspective .middle-column {
        width: 100%
    }
    .listing-page .middle-column,
    .listing-page .right-column {
        width: 100%
    }
    .box.search-results .item {
        padding: 10px 0;
        min-height: 54px
    }
    .box.search-results .item .avatar {
        top: 12px;
        width: 98px;
        height: 54px
    }
    .listing-page .box.search-results .item .avatar .info {
        font-size: 10px
    }
    .listing-page .box.search-results .item .avatar .category {
        font-size: 10px;
        height: 12px;
        line-height: 12px;
        /*AGENCY*/
    }
    .box.search-results .item .detail {
        margin-left: 110px
    }
    .box.search-results .item h3 {
        font-size: 12px;
        line-height: 15px
    }
    .box.search-results .item p.desc {
        display: none
    }
    .box.search-results .foot .paging a {
        width: 23px
    }
    .listing-page .box.box6 {
        padding: 15px;
        width: 280px;
    }
    .listing-page .box.default .head {
        width: auto
    }
    .listing-page .box.box6 .item {
        padding: 10px 0 10px 10px !important
    }
    .listing-page .box.box6 .item h3 {
        padding-top: 0;
        font-size: 12px;
        line-height: 16px
    }
    .listing-page .box.box6 .item .avatar {
        top: 10px;
        left: 0
    }
    .listing-page .box.box6 .item .detail {
        margin-left: 55px !important
    }
    .listing-page .box.box6 .foot .paging {
        margin: 15px 0 0
    }
    .perspective .box.search-results {
        padding: 15px 15px 0
    }
    .perspective .box.search-results .item .avatar .info {
        font-size: 10px
    }
    .perspective .box.search-results .item .avatar .category {
        font-size: 10px
    }
    .listing-page .poll_archive.box {
        padding: 15px;
        width: auto
    }
    .listing-page .poll_archive.box .head .right {
        width: 60px
    }
    .poll_archive .poll_box {
        margin: 10px 0 0;
        width: 100%
    }
    .poll_archive .poll_info {
        padding: 0 0 5px;
        width: 100%
    }
    .poll_archive .poll_info h5 {
        font-size: 14px;
        padding: 0
    }
    .poll_archive .poll_info .graph {
        width: 100%
    }
    .poll_archive .poll_info .graph dt {
        width: 100%;
        margin: 0 0 5px
    }
    .poll_archive .poll_info .graph dd {
        width: 100%
    }
    .poll_archive .poll_article {
        display: none
    }
    .poll_archive .load-more {
        background: #5c5c5c
    }
    .add-poll.right-box .subject h5 {
        width: 190px
    }
    .add-poll .poll_box ul li {
        display: block
    }
    .right-box.poll-results .poll_box .graph {
        width: 100%
    }
    .right-box.poll-results .poll_box .graph dl {
        width: 100%
    }
    .right-box.poll-results .poll_box .graph dt {
        width: 100%
    }
    .right-box.poll-results .poll_box .graph dd {
        width: 100%
    }
    .search-page .middle-column {
        margin-top: 0
    }
    .box.search-results {
        padding: 10px 15px
    }
    .box.search-results .foot {
        height: 55px;
    }
    .search-page .search-input.box {
        height: 45px
    }
    /*AGENCY>>*/
    .search.search-no-video .search-input.box {
        height: 30px
    }
    /*<<AGENCY*/
    .search-page .search-input .head {
        padding: 7px 10px 0;
        height: 28px
    }
    search-tag .head {
        height: 20px !important;
    }
    .search-page .search-input .head input.text-search {
        width: 192px;
        height: 10px
    }
    .search-page .search-input .head input.submit-search {
        width: 75px;
        height: 20px;
        padding: 3px;
        font-size: 14px
    }
    .search-results.tv-box {
        padding: 45px 0 10px 15px;
    }
    .search-results.tv-box.cath-up {
        padding-top: 5px;
    }
    .search-results.tv-box .item {
        width: 135px;
        margin-right: 10px;
        padding-top: 0
    }
    .search-results.tv-box .item .thumb {
        width: 135px;
        height: 80px
    }
    .search-results.tv-box .item a.thumb .category,
    .search-results.tv-box .item a.thumb .length {
        height: 15px;
        font-size: 10px;
        line-height: 15px
    }
    .search-results.tv-box .item h3 {
        padding: 10px;
        height: 34px;
        overflow: hidden
    }
    .search-results.tv-box .item span {
        display: none
    }
    .search-results.tv-box .foot {
        margin-right: 15px;
        height: auto
    }
    .search-results.tv-box .foot a {
        padding: 5px;
        font-size: 14px
    }
    .search-results.tv-box .item .item-title {
        display: none
    }
    .contributors-box .content ul.tabs {
        margin-top: 0;
        margin-bottom: 10px
    }
    .contributors-box .content ul.tabs li a {
        font: bold 13px/20px DIN
    }
    .contributors-box .content ul.tabs li:first-child {
        width: 23%
    }
    .contributors-box .content ul.tabs li:last-child {
        width: 44.4%
    }
    .contributors-box .content .wrapper .alphabets {
        width: 100%;
        overflow: hidden;
        background: #f3f4f4
    }
    .contributors-box .content .wrapper .alphabets p {
        float: right;
        padding: 5px 10px
    }
    .contributors-box .content .wrapper .alphabets span {
        display: block;
        padding: 7px 30px 6px 10px;
        float: right;
        background: #fff url('../gfx/selectAlpha.png') no-repeat 30px 10px;
        font: bold 16px/16px DIN;
        color: #6c6d6f;
        border-bottom: 2px solid #f3f4f4
    }
    .contributors-box .content .wrapper .alphabets span.active {
        background-color: #3c3c3c;
        background-image: url('../gfx/selectAlphaActive.png');
        color: #fff;
        border-bottom: 1px solid #6c6d6f
    }
    .contributors-box .content .wrapper .alphabets ul {
        display: none;
        width: 101%;
        float: none;
        margin: 0;
        position: absolute;
        top: 30px;
        left: 0;
        background: #3c3c3c
    }
    .contributors-box .content .wrapper .alphabets ul li {
        margin: 0;
        padding: 20px 0;
        width: 77px;
        border-right: 1px solid #6c6d6f;
        border-bottom: 1px solid #6c6d6f;
        float: left
    }
    .contributors-box .content .wrapper .alphabets ul li a {
        color: #fff
    }
    .contributors-box .content .wrapper .alphabets ul li.active {
        background: #3c3c3c
    }
    .contributors-box .content .wrapper .alphabets ul li.active a {
        color: #737373
    }
    .contributors-box .contributors-listing ul {
        width: 101%;
        border-top: 0
    }
    .contributors-box .contributors-listing li {
        width: 83px;
        padding: 20px 10px
    }
    .contributors-box .contributors-listing li h5 {
        font: bold 12px/18px DIN
    }
    .box.vod-programs-detail-box .box-banner {
        height: 59px;
    }
    .box.vod-programs-detail-box .box-banner h3 {
        right: 10px;
        bottom: 5px;
        font-size: 14px;
        line-height: 14px;
    }
    .box.vod-programs-detail-box .line2 {
        padding: 5px 5px 0 5px;
    }
    .box.vod-programs-detail-box .line2>.left {
        line-height: 40px;
        font-size: 18px;
        float: none;
    }
    .box.vod-programs-detail-box .line2>.right {
        float: none;
        font-size: 11px;
    }
    .box.vod-programs-detail-box .line2>.desc {
        font-size: 12px;
    }
    .box.vod-programs-detail-box .line3>.left {
        width: 105px;
    }
    .box.vod-programs-detail-box .line3>.right {
        width: 189px;
        margin-left: 15px;
        padding: 10px 0;
    }
    .box.vod-programs-detail-box .line3>.right .title1 {
        font-size: 10px;
        line-height: 14px;
    }
    .box.vod-programs-detail-box .line3>.right .title2 {
        font-size: 18px;
    }
    .box.vod-programs-detail-box .line3>.right .desc {
        font-size: 12px;
    }
    .expander {
        height: 20px;
        line-height: 22px;
        font-size: 14px;
        font-weight: normal;
    }
    .expander b {
        top: 5px;
        right: 5px;
        border-top-width: 8px;
        border-left-width: 6px;
        border-right-width: 6px;
    }
    .expander.expanded b {
        border-bottom-width: 8px;
    }
    .box.vod-programs-detail-box .expander {
        width: 120px;
        margin-top: 10px;
    }
    .box.vod-highlights-box.episodes.mobile2 .wrapper .item {
        display: none;
    }
    .box.vod-highlights-box.episodes.mobile2 .wrapper .item:nth-child(1),
    .box.vod-highlights-box.episodes.mobile2 .wrapper .item:nth-child(2) {
        display: block;
    }
    .box.translation-box {
        padding: 5px 5px 15px 5px;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    .box.vod-main-box .vid_tools .vid_note {
        width: auto !important;
        margin-left: 0px !important;
        line-height: 12px;
        padding: 5px 0;
    }
    .box.vod-main-box .vid_tools a.download_vid,
    .box.vod-main-box .vid_tools a.more,
    .box.translation-box .head-line .tab {
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        padding: 0 5px;
        font-family: DIN;
    }
    .box.translation-box .head-line .info {
        font-size: 6px;
        margin-left: 5px;
        line-height: 10px;
        width: 130px;
    }
    .vod-page .middle-column {
        width: auto;
        float: none;
    }
    .box.translation-box .wrapper .inner .line {
        line-height: 14px;
        padding: 6px 0;
        font-size: 10px;
    }
    .box.translation-box .head-line {
        height: 20px;
        margin-bottom: 10px;
    }
    .box.translation-box .wrapper {
        clear: both;
    }
    .vod-page .box.comments-box {
        margin-right: 0;
        padding-top: 0;
        border-top: 0;
        border-bottom: 0;
    }
    .vod-page .box.comments-box .head {
        width: 150px;
    }
    .vod-page .box.comments-box .show-all-comments {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .vod-page .box.comments-box .show-all-comments b {
        border-top-width: 8px;
        border-left-width: 6px;
        border-right-width: 6px;
        top: 6px;
    }
    .vod-page .right-column {
        width: auto;
        float: none;
    }
    .vod-page .left-box.tv-box .head h3 a {
        line-height: 20px !important;
        width: auto;
        margin: 0;
    }
    .vod-page .vod-player-right-box>.content {
        height: auto;
    }
    .vod-page .vod-player-right-box>.content .item {
        border-bottom: 0;
    }
    .vod-page .vod-player-right-box>.content li {
        display: none;
    }
    .vod-page .vod-player-right-box>.content li:nth-child(1),
    .vod-page .vod-player-right-box>.content li:nth-child(2) {
        display: block;
    }
    .vod-page .vod-player-right-box>.content .load-more {
        background-color: #5c5c5c;
        margin-bottom: 15px;
    }
    .vod-page .vod-highlights-box.episodes .load-more {
        margin-left: -10px;
        margin-right: 0px;
    }
    .vod-page .box.vod-main-box {
        padding: 5px !important;
    }
    .vod-page .vod-home .box.vod-main-box {
        padding: 0 !important;
        height: auto !important;
        /** AAEN-422 **/
        min-height: inherit !important;
        /** AAEN-422 **/
        margin-bottom: 0;
        /** AAEN-422 **/
    }
    .vod-page .box.vod-main-box .box.translation-box {
        margin-top: 15px;
        margin-right: 0;
    }
    .vod-page .box.vod-main-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .vod-page .vod-main-blocks {
        margin-bottom: 0;
    }
    .vod-page .right-column {
        padding-top: 20px;
    }
    .vod-page .box.comments-box>.content>.arena {
        border-top: 0;
    }
    .vod-page .box.vod-main-box .profiles {
        margin-bottom: 0;
        padding: 0 10px 10px;
        padding-top: 1px;
    }
    .vod-page .box.vod-main-box .profiles .title {
        font-size: 10px;
        line-height: 30px;
        margin: 0;
    }
    .vod-page .box.vod-main-box .profiles .title strong {
        font-size: 14px;
        padding-right: 10px;
    }
    .vod-page .box.vod-main-box .profiles .desc {
        font-size: 12px;
    }
    .static-page .middle-column {
        float: left;
        width: 100%;
        margin: 0 0 20px
    }
    .alerts-box {
        padding: 30px 15px 15px
    }
    .alerts-box .head {
        height: 22px;
        line-height: 22px;
        width: auto;
        top: -5px
    }
    .alerts-box .head h3 {
        font: bold 14px/22px DIN;
        padding-left: 10px;
    }
    .alerts-box h4 {
        font: bold 16px/20px DIN
    }
    .alerts-box table {
        width: 100%;
        margin: 15px 0 0;
        border-collapse: collapse
    }
    .alerts-box table td {
        font: bold 12px/12px DIN;
        padding: 7px
    }
    .alerts-box table td span {
        display: block;
        padding: 3px 0 0;
        font: 12px/12px DIN
    }
    .alerts-box table td input.textbox {
        width: 195px;
        height: 13px;
        margin: 5px 10px 0 0
    }
    .alerts-box table td input.btn {
        font: 14px/14px DIN;
        height: 25px
    }
    .alerts-box table td input.btn,
    .alerts-box table td input.textbox {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        border-radius: 0;
    }
    .static-page .right-column {
        display: none
    }
    .galleries-page .middle-column {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box.vod-highlights-box .filter .txt-submit-button {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        padding: 0 5px;
        margin-left: 6px;
    }
    .galleries-page .section-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .galleries-page .middle-column,
    .galleries-page .right-column {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .box.gallery-main-box {
        padding: 5px;
        padding-bottom: 20px;
    }
    .box.gallery-main-box .gallery-cover {
        height: 174px;
    }
    .box.gallery-main-box .title {
        font-size: 18px;
        line-height: 22px;
        margin-top: 5px;
        margin-bottom: 3px;
    }
    .box.gallery-main-box .desc {
        font-size: 12px;
        line-height: 15px;
    }
    .box.galleries-box {
        padding-left: 5px;
    }
    .box.galleries-box .item {
        width: 150px;
        margin-right: 10px;
    }
    .box.galleries-box .item .gallery-cover {
        height: 85px;
    }
    .box.galleries-box .wrapper {
        overflow: hidden;
    }
    .box.galleries-box .inner {
        margin-right: -10px;
    }
    .box.galleries-box .item .title {
        line-height: 14px;
        height: 42px;
        font-size: 12px;
    }
    .galleries-page .right-column .box.editor-box {
        border-bottom: 0;
    }
    .galleries-page .left-box ul li {
        margin-left: 10px;
    }
    .galleries-page .box.left-box .item .gallery-cover {
        border: 0;
        height: 78px;
    }
    .galleries-page .box.left-box .item .gallery-cover .label {
        left: 0;
        bottom: 0;
    }
    .galleries-page .box.left-box .item {
        width: 138px;
        padding-bottom: 10px;
    }
    .galleries-page .left-box.editor-box>.content {
        height: 265px;
    }
    .galleries-page .box.left-box .item .item-title {
        line-height: 13px;
        font-size: 12px;
        height: 39px;
        overflow: hidden;
    }
    .box.galleries-box .paging {
        margin-bottom: 10px;
    }
    .box.gallery-photo-box {
        padding: 5px;
        margin-bottom: 20px;
    }
    .box.gallery-photo-box h1 {
        font-size: 18px;
        line-height: 22px;
        /* AAEN-378 */
    }
    .box.gallery-photo-box .time {
        font-size: 10px;
    }
    .box.photos-scroller .slides-wrapper {
        width: 250px;
        height: 66px;
        padding: 15px 0;
    }
    .box.photos-scroller .slide-prev,
    .box.photos-scroller .slide-next {
        width: 26px;
        height: 32px;
        background: transparent url(../gfx/sprite.png) no-repeat 0 -25px;
        left: -6px;
        top: 35px;
    }
    .box.photos-scroller .slide-next {
        right: -6px;
        left: auto;
        background-position: -29px -25px;
    }
    .box.photos-scroller .slide .thumb {
        height: 64px;
        width: 114px;
    }
    .box.photos-scroller .slide {
        width: 134px;
    }
    .box.gallery-photo-box #share-mobile-overlay {
        margin: 0;
        top: 0;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .galleries-page .comments-box {
        margin-bottom: 20px;
        border-top: 0;
    }
    .galleries-page .box.galleries-box {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .galleries-page .box.galleries-box>.head {
        height: 20px;
    }
    .galleries-page .box.galleries-box>.head h3 {
        font-size: 12px;
        line-height: 22px;
        padding-left: 10px;
    }
    .galleries-page .box.galleries-box .load-more {
        margin-right: 0px;
        margin-left: -5px;
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        margin-top: 5px;
    }
    .galleries-page .box.galleries-box .load-more b {
        border-top-width: 8px;
        border-left-width: 6px;
        border-right-width: 6px;
        top: 6px;
    }
    .galleries-page .box.galleries-box .item:nth-child(4) {
        display: block;
    }
    .galleries-page .right-column .box.left-box>.content {
        height: 129px;
    }
    .galleries-page .right-column .box.left-box .item a.thumb img {
        height: 100%;
    }
    .auxiliary-box {
        padding: 20px 15px 15px
    }
    .auxiliary-box p {
        font: 12px/17px arial;
        margin-top: 10px
    }
    .auxiliary-box table th.first {
        width: 70%
    }
    .auxiliary-box table th.last {
        width: 30%
    }
    .auxiliary-box table td {
        font: 12px/17px arial
    }
    .auxiliary-box ul li {
        font: 12px/17px arial;
        background: url('../gfx/bullet.gif') no-repeat 0 18px;
        padding: 10px 0 0 15px
    }
    .box-404 {
        padding: 30px 10px;
        margin: 0 0 20px
    }
    .box-404 div {
        width: 100%;
        margin: 30px 0 0
    }
    .box-404 h2 {
        font: bold 28px/28px DIN
    }
    .box-404 h3 {
        font: bold 16px/16px DIN;
        margin: 0 0 5px
    }
    .box-404 p {
        font: 13px/17px arial;
        padding: 0
    }
    .alerts-box table.alerts-name-table td input {
        padding: 3px;
        width: 100px;
        ;
    }
    .search-page .load-more {
        background-color: #5c5c5c;
        margin-top: 0;
    }
    .search-results.tv-box .item.small {
        width: 135px;
        margin-right: 10px;
    }
    .search-results.tv-box .item.small span {
        display: block;
    }
    .search-results.tv-box .item.small .label,
    .search-results.tv-box .item.small .time {
        height: 12px;
        line-height: 12px;
        font-size: 10px;
        padding: 0 4px;
    }
    .search-results.tv-box .item.small .desc {
        display: none;
    }
    .search-results.tv-box .item.small .icon {
        bottom: 4px;
    }
    .search-results.tv-box .item.small .title {
        line-height: 13px;
        padding: 5px 0 10px;
        height: 39px;
        overflow: hidden;
        font-size: 12px;
    }
    .search2.search-results .load-more {
        margin-right: 15px;
        position: relative;
        top: 5px;
    }
    .tv-box.cath-up>.head {
        width: auto;
        position: static;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .tv-box.cath-up>.head h3 {
        padding: 0;
        font-size: 16px;
    }
    .tv-box.cath-up>.head h3:after {
        display: none;
    }
    .search-page .tv-box .info-at-top {
        margin-bottom: 20px;
        margin-top: -5px;
        font-size: 14px;
        line-height: 16px;
    }
    /*AGENCY>>*/
    .search-no-results {
        height: auto;
    }
    .mobile-services-box .head {
        height: 20px;
        width: auto;
        padding: 0;
    }
    .mobile-services-box .head h3 {
        line-height: 20px;
        font-size: 14px;
        padding-left: 10px;
    }
    .mobile-services-box {
        padding-top: 30px;
    }
    .mob_services .head {
        height: auto;
    }
    .mob_services .head h2 {
        font-size: 14px;
        line-height: 16px;
    }
    .service_details .head h2 {
        font-size: 14px;
        line-height: 16px;
        padding-top: 10px;
    }
    .press-releases-box {
        padding: 5px;
    }
    .press-releases-box .logocell_prn span.datefont_prn {
        font-size: 10px !important;
    }
    .press-releases-box .logocell_prn img.logoimg_prn {
        width: 50px !important;
    }
    .press-releases-box .headlinelink_prn {
        font-size: 14px;
        line-height: 16px;
    }
    /*<<AGENCY*/
    .listing-page .columnist .middle-column {
        width: auto;
    }
    .listing-page .columnist .right-column {
        float: left;
        width: 310px;
        display: block;
    }
    /** AA **/
    .content_section .slideshow .slides-wrapper .slides-inner .sld-clr>img {
        width: 100%;
        float: none;
    }
    .big-slide .slide .icon {
        display: none;
    }
    .content_29 .search-input {
        display: none;
    }
    .search-results.tv-box .item {
        height: auto;
    }
    /** AA **/
    .hidden-phone {
        display: none;
    }
    .buttons-inner .beta {
        margin: 10px 0 0 10px;
        width: 57px;
        line-height: 20px;
        font-size: 10px;
    }
    #mediaplayer_wrapper {
        width: 100% !important;
        height: 100% !important;
    }
    .article-page .article-main-box .article-default-image,
    .article-default-image #mediaplayer_wrapper {
        /* height: 163px !important; */
        height: auto !important;
        /* AAEN-319 */
    }
    .article-page .article-content .box.ad-box {
        display: none;
    }
    .area_100 .LimelightEmbeddedPlayer {
        height: 163px !important;
    }
    .search-results.tv-box .item {
        height: auto;
    }
    .vod-page .section-title,
    .vod-home .section-title {
        padding-left: 75px;
    }
    .columnist-detail-mobile {
        margin-top: -20px;
    }
    .mobile-menu .social .follow-btn {
        max-width: 50%;
    }
    .mobile-menu .social .follow-btn .fb-like span,
    .mobile-menu .social .follow-btn .fb-like iframe {
        height: 25px !important;
        width: 100px !important;
    }
    .box.teaser-box {
        display: none;
    }
    /* AAEN-291 */
    .big-slide .slide .info .editorial-icon {
        position: absolute;
        right: 10px;
        top: -96px;
    }
    /* AAEN-312 */
    .photo-box .right .slides-wrapper .slide .info {
        width: 290px;
        line-height: 30px;
        transition: all ease 0.3s;
        top: 135px !important;
        font-size: 12px;
        height: 100px;
    }
    .photo-box .right .slides-wrapper .slide .info h5 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }
    /* AAEN-154 */
    .box.search-results .author-thumb .avatar {
        width: 53px;
        height: 71px;
    }
    .home-page .editor-box li,
    .home-page .tv-box li {
        display: none;
    }
    .home-page .editor-box .first,
    .home-page .editor-box .second,
    .home-page .tv-box .first,
    .home-page .tv-box .second,
    .section-page .blogs-section .tv-box .second,
    .section-page .blogs-section .bloggers-box .first,
    .section-page .blogs-section .bloggers-box .second {
        display: block;
    }
    .article-content .media_box {
        width: auto;
    }
    .vod-nav .nav ul {
        display: none;
        height: 0;
        border: 0;
        visibility: hidden;
    }
    .top-box ul .title {
        width: 165px;
    }
    .translation-box .disclaimer p {
        line-height: 13px;
        font-size: 11px;
    }
    .vod-nav .drp_dwn .menu-toggler {
        display: none;
    }
    .video-caption {
        width: 280px;
    }
    .content_53 .arena .more {
        /** AAEN-415 **/
        height: 23px;
        line-height: 26px;
        font-size: 11px;
        margin: 5px 15px;
    }
    .content_53 .infocus .more {
        /** AAEN-415 **/
        margin: 15px 0;
    }
    .box.gallery-photo-box .gallery-cover .info {
        /** AAEN-319 **/
        position: initial;
        background: none;
    }
    .box.gallery-photo-box .gallery-cover .gallery-pic {
        /** AAEN-319 **/
        min-height: 174px;
    }
    .box.newsletter_box .arena {
        padding-top: 25px;
    }
    .box.newsletter_box .ttl {
        padding-bottom: 5px;
    }
    .box.newsletter_box .txt_box {
        width: 181px;
    }
    .content_section .slider33.slideshow .slides-wrapper .slides-inner .slide,
    .content_section .slider33.slideshow .slides-wrapper .slides-inner .slide a>img,
    .content_section .slider33.slideshow .slides-wrapper .slides-inner {
        width: 310px;
        height: 105px;
        display: block;
    }
    .content_section .slider33.slideshow .slide-prev,
    .content_section .slider33.slideshow .slide-next {
        display: block;
    }
    /** BLOGS **/
    .news-box.blogs li {
        margin: 10px 5px;
        float: none;
        min-height: 52px;
        width: auto;
    }
    .news-box.blogs li.even {
        margin-left: 5px;
        margin-right: 5px;
        float: none;
        width: auto;
    }
    .blogs .blog,
    .blogs .name {
        width: 82%;
        font-size: 12px;
        margin: 0;
    }
    .news-box.blogs ul {
        margin-top: 0;
    }
    .blogs .user-head {
        width: 40px;
        height: 52px;
    }
    .news-box.box .first {
        top: 20px;
        left: auto;
        width: auto;
        margin: 0;
        line-height: normal;
        font-size: auto;
        height: auto;
    }
    .blogs-section .left-column.area_16 {
        display: none;
    }
    .blogs-section .left-column.area_16.for-mobile {
        display: block;
    }
    .blog-articles .item .txt {
        width: 67% !important;
    }
    .blog-articles .blogger-details {
        width: 29% !important;
        float: left;
    }
    .box.news-box.blogs .blog-articles .item {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .blog-articles .blogger-details .user-head {
        width: 70px;
        height: 90px;
    }
    .blog-articles .blogger-details .blogger-name {
        float: none;
        width: 100%;
        clear: both;
    }
    .blog-articles .item.first .txt .title {
        font-size: 16px;
    }
    .box.news-box.blogs .blog-articles .item.mobile-hide,
    .box.left-box.bloggers-box .mobile-hide,
    .left-box.bloggers-box .item .item-desc {
        display: none;
    }
    .left-box.bloggers-box .item a .thumb {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .left-box.bloggers-box .item .item-name {
        text-align: center;
    }
    .left-box.bloggers-box .item {
        padding: 5px 0;
        width: 88px;
    }
    .left-box.bloggers-box .item .item-name {
        font-size: 11px;
    }
    .left-box.bloggers-box .load-more {
        margin-top: 0;
    }
    .cd-top {
        display: none;
    }
    .article-content .video_box .head {
        font-size: 13px;
        height: auto;
    }
    .blog-post-header .wrapper {
        padding: 15px 10px 13px 10px;
    }
    .blog-post-header .txt {
        font-size: 12px;
        float: right;
        width: 60%;
        padding-left: 0;
    }
    .box.tv-box {
        margin-top: 20px;
        padding-top: 25px;
    }
    .box.tv-box .slides-wrapper {
        margin-top: 0;
        height: 65px;
    }
    .box.tv-box .slides-wrapper .slides-inner .slide {
        width: 100px;
        height: 56px;
        padding-left: 2px;
    }
    .box.tv-box .slides-wrapper .slides-inner {
        height: 56px;
    }
    .box.tv-box .slides-wrapper .slides-inner .slide .thumb .title {
        font-size: 11px;
        font-weight: normal;
    }
    .box.tv-box .slide-prev,
    .box.tv-box .slide-next {
        width: 26px;
        height: 32px;
        top: 33px;
    }
    .box.tv-box .slide-next {
        right: -6px;
        background-position: -29px -25px;
    }
    .box.tv-box .slide-prev {
        left: -6px;
        background-position: 0 -25px;
    }
    .box.more-in-news .tags-related {
        padding-bottom: 10px;
    }
    .box.more-in-news .tags-related li {
        margin-right: 5px;
        font-size: 11px;
        font-weight: normal;
    }
    .box.more-in-news .tags-related li a {
        padding: 0px 10px;
    }
    .box.more-in-news .image-with-info .image-info h5 {
        font: normal 12px/15px Arial;
        padding: 5px;
    }
    .article-page .article-main-box .article-info .author-name,
    .article-page .article-main-box .article-info .source {
        margin-top: 15px;
    }
    .article-page .article-main-box .article-info .user-head-blog {
        margin-top: 0;
    }
    .mob-read-more {
        display: none;
    }
    .read-more-btn {
        display: block;
    }
    .news-box .image-news .play {
        display: none;
    }
    .news-box .image-news.first .play {
        display: block;
    }
    .box.tv-box .slides-wrapper .slides-inner .slide .thumb .play {
        width: 18px;
        height: 18px;
        background-position: -272px -453px;
        top: 3px;
        left: 3px;
    }
    .news-box .news-pack {
        margin: 0;
    }
    .news-box .news-pack li {
        display: block;
        padding: 10px 0;
        margin: 0 3%;
    }
    .news-box .news-pack.first-pack li.first,
    .news-box .news-pack li,
    .news-box .news-pack li.first {
        width: 94%;
    }
    .news-box .news-pack.first-pack li.first .item-img {
        width: 100%;
        float: none;
    }
    .news-box .news-pack li.first {
        height: auto;
        top: auto;
        left: auto;
        margin: 0 auto;
        float: none;
    }
    .news-box .news-pack.first-pack li.first {
        padding: 0;
    }
    .news-box .news-pack.first-pack li.first .info {
        width: 96.8% !important;
    }
    .news-box .news-pack li .item-img,
    .news-box .news-pack li.first .item-img {
        width: 145px !important;
    }
    .news-box .news-pack.first-pack li.first .item-img {
        width: 100% !important;
    }
    .news-box .news-pack li .info,
    .news-box .news-pack li.first .info {
        width: 135px !important;
    }
    .news-box .news-pack.first-pack li.first .ttl {
        padding: 10px 5px;
        font-size: 16px;
        line-height: 126%;
        font-weight: bold;
    }
    .news-box .news-pack li .ttl,
    .news-box .news-pack li.first .ttl {
        font-size: 17px;
        font-weight: normal;
    }
    .news-box .news-pack li .item-img {
        margin-right: 10px;
    }
    .news-box .news-pack li.first .item-img {
        float: left;
        width: 175px;
        margin: 0 10px 0 0;
    }
    .news-box .news-pack li.first .info {
        width: 165px;
    }
    .news-box .news-pack li .info span {
        line-height: 190%;
    }
    #feedback {
        background-image: none;
        width: 100% !important;
    }
    .feedback_close {
        top: 3px;
        right: 20px;
    }
    #feedback .box.readers_comments.add_comment {
        width: 96% !important;
    }
    #feedback textarea,
    #feedback input[type=text],
    #feedback input[type=email] {
        width: 92% !important;
    }
    #feedback select {
        width: 95% !important;
    }
    #feedback .box .head h2 {
        font-size: 15px;
        line-height: 350%;
        margin-left: 105px;
    }
    #feedback .readers_comments .cmnt_form .row .lbl,
    #feedback .readers_comments .cmnt_form .row .fld {
        width: 100%;
        float: none;
        margin: 0;
    }
    #feedback .readers_comments .row .fld .caption {
        display: block;
        text-align: left;
        font-size: 10px;
        margin-left: 20px;
    }
    #feedback input[type=text]:focus,
    #feedback input[type=email]:focus {
        border-color: #783383;
        outline: none;
    }
    #feedback .readers_comments .cmnt_form .row .fld {
        margin-bottom: 20px;
        text-align: center;
    }
    #feedback #recaptcha,
    #feedback .row .fld * {
        float: none !important;
    }
    #feedback .box.readers_comments .aa_form {
        border: none;
    }
    #feedback .btn,
    #feedback #recaptcha {
        margin: 0 auto;
    }
    #feedback.thank_you h4 {
        width: 50%;
        margin-right: 10%;
        background: none;
    }
    .breaking-news-lbl {
        bottom: 64px;
        font-size: 12px;
        width: 90px;
        height: 20px;
        line-height: 190%;
    }
    .acordeon label {
        font-size: 12px;
    }
}
@media print {
    .global_container.article-page.article #header,
    .global_container.article-page.article .section-title,
    .global_container.article-page.article .box.just-in,
    .global_container.article-page.article .box.comments-box,
    .global_container.article-page.article .box.more-in-news,
    .global_container.article-page.article .box>.head,
    .global_container.article-page.article .right-column,
    .global_container.article-page.article .share-float-overlay,
    .global_container.article-page.article footer,
    .global_container.article-page.article .article-info2,
    .global_container.article-page.article #share-mobile-overlay,
    .global_container.article-page.article .article-inner-right,
    .global_container.article-page.article .article-image-video b,
    .box.teaser-box,
    .photo-box.photo-gallery {
        display: none;
        /*AGENCY ADD .box.teaser-box*/
    }
    .article-page .article-blocks.hidePrint {
        display: none;
        /*AGENCY ADD .box.teaser-box*/
    }
    .global_container.article-page.article .middle-column,
    .global_container.article-page.article .article-content {
        width: auto;
        float: none;
    }
    .global_container.article-page.article .content_area {
        width: auto;
    }
    .article-page .article-main-box .content {
        padding: 0;
    }
    .article-page .article-main-box .article-default-image {
        width: auto;
        height: auto;
    }
    .article-page .article-main-box .article-default-image img {
        width: 100%;
        height: auto;
    }
    .article-page .article-main-box .article-default-image .article-image-info {
        position: static;
        background-color: white;
        background-image: none;
        color: #999;
    }
    .article-page .article-main-box .slideshow .slide-prev,
    .article-page .article-main-box .slideshow .slide-next {
        display: none;
    }
    .article-page .article-main-box .slideshow.article-slideshow {
        margin: 0 auto;
    }
    .global_container.article-page.article .article-content img {
        max-width: 100%;
        margin: 0 auto;
    }
    .global_container.article-page.article .article-main-box .slideshow {
        margin: 20px auto;
    }
    #print-logo {
        display: block;
    }
    #mediaplayer {
        display: none;
    }
    .videoWithPoster img,
    .videoWithPoster span,
    .videoWithPoster a {
        display: block;
    }
}