header {
    max-height: 220px;
}


/***general****/
.header_wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /*background-color: #f5f5f5;*/
}

.cAlHe.header_wrapper {
    background-color: #f5f5f5;
}

/***general****/

/***top strip***/
.header_line {
    position: fixed;
    height: 3px;
    /*margin-right: auto;
    margin-left: auto;*/
    z-index: 1;
}

.top_item_header {
    padding-top: 11px;
}

.date_wrapper {
    color: #a9a9a9;
    font-family: OEDooPro;
    font-size: 13px;
    font-weight: bold;
}

.date_wrapper a {
    font-size: 19px;
    padding: 0px 3px;
    margin-right: 3px;
}

.date_wrapper a.icon-envelope {
    color: #ff2929;
    font-size: 26px;
    padding-left: 0px;
}

.date_wrapper span {
    padding-left: 3px;
}

.date_wrapper span.weather_header_icon {
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    font-size: 27px;
}

.date_wrapper span.beta-txt{
    font-size: 18px;
    border-left: 2px solid #a9a9a9;
    padding-left: 7px;
    margin-left: 7px;
}

.header_topLine_cell {
    width: 50%;
}

.social_link_header {
    padding-right: 8px;
    font-size: 17px;
}
/***top strip***/

/***Promoted items***/
.go_to_head_a {
    display: inline-block;
}

.main_logo_img {
    display: inline-block;
    width: 100%;
}

.main_logo {
    width: 19%;
    font-size: 33px;
    font-family: OEDooProBold;
    display: table-cell;
}

.promoted_items_wrapper {
    height: auto;
    /*margin-top: 25px;*/
    margin-bottom: 15px;
}

.icon_logo {
    width: auto;
    font-size: 99px;
}

.inner_promoted {
    vertical-align: bottom;
    display: table-cell;
    width: 40.5%;
    border: none;
}

.promoted_item {
    height: 75px;
    position: relative;
    display: inline-block;
}

.promoted_image {
    height: 75px;
    width: 133px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.promoted_image iframe {
    position: relative;
    width: 100%;
    height: 100%;
}


.right_promote {
}

.live_promoted {
}

.left_promote .promoted_content {
    margin-right: 0px;
    margin-left: 5px;
}

.promoted_title_content {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    display: inline-block;
    line-height: 1;
    font-size: 18px;
}

.promoted_content {
    display: inline-block;
    margin-right: 5px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    height: 100%;
    width: 300px;
}

.promoted_title {
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}

.promoted_sub {
    max-width: 202px;
    font-size: 15px;
    line-height: 16px;
    height: 56px;
    overflow-y: hidden;
    padding-top: 8px;
    color: #585756;
}

.left_promote {
}
/*live promote*/
.live_text {
    color: #fff;
    display: inline-block;
    padding: 4px 6px 1px 8px;
    line-height: 1;
    width: auto;
}

.live_text .fa {
    margin-left: 4px;
}
/*live promote*/
/*promote article*/
.play_wrapper {
    background-image: linear-gradient(to right, rgba(0, 0, 0,0.1), rgba(136, 154, 169,0.1), rgba(136, 154, 169,0.1)), linear-gradient(rgba(31, 31, 31,0.1), rgba(31, 31, 31,0.1));
}

.play_wrapper .icon-play_oval {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 30px;
    color: #fff;
    /*box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.4);*/
    border-radius: 50%;
}
/*promote article*/
/***Promoted items***/
/**navagatin strip***/
.nav_bar_wapper {
    background-color: #f5f5f5;
    height: 45px;
    padding-right: 0px;
}

.left_bar {
    width: 944px;
    padding-left: 15px;
    padding-right: 0px;
}

.nav_bar_category {
    display: inline-block;
    line-height: 45px;
    position: relative;
    top: 1px;
}

.nav_width {
    width: auto;
    height: 100%;
    position: relative;
    opacity: 0;
    padding-right: 33px;
    overflow: hidden;
}

.nav_width.done_nav_calc {
    opacity: 1;
    display: table;
    width: 100%;
}

.nav_width.done_nav_calc .nav_a.hide_nav, .hide_nav {
    display: none !important;
}

.category_item {
    display: inline-block;
    padding: 0px 15px;
}

.nav_width.done_nav_calc .category_item {
    display: table-cell;
    padding: 0px;
}

.show_line .nav_line, .nav_a:hover .nav_line {
    opacity: 1;
}

.nav_line {
    height: 3px;
    opacity: 0;
}

.nav_line, .nav_width {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.stiky_logo {
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
}

.nav_width {
    -webkit-transition: padding-right 0.4s ease-in-out;
    -moz-transition: padding-right 0.4s ease-in-out;
    -ms-transition: padding-right 0.4s ease-in-out;
    -o-transition: padding-right 0.4s ease-in-out;
    transition: padding-right 0.4s ease-in-out;
}

.stiky_logo {
    right: -70px;
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    width: 70px;
    text-align: left;
    overflow: hidden;
    border-bottom-left-radius: 34px;
    border-top-left-radius: 34px;
    /*border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;*/
}

.white-in-sticky {
    opacity: 0;
    position: absolute;
    width: 31%;
    height: 45px;
    background-color: white;
    transition: opacity 0.4s;
    z-index: 0;
}


.stiky_logo span {
    font-size: 36px;
    line-height: 45px;
    vertical-align: middle;
    padding-left: 8px;
}

.sticky-wrapper.header_stiky {
    z-index: 2 !important;
    position: relative;
}
/*stiky nav_bar*/
.header_stiky .nav_width {
    padding-right: 80px;
}

.header_stiky .left_bar {
    padding-right: 0px;
}

.header_stiky .stiky_logo {
    right: 0px;
    height: 45px;
}

/*dropdown list***/
.dots_nav {
    left: 10px;
    font-size: 20px;
    line-height: 45px;
    color: #1f1f1f;
    display: none;
}

.dots_nav.show_dots {
    width: 34px;
    height: 34px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-right: 17px;
    cursor: pointer;
    background-image: url(/National_Library/20170827070107oe_/https://www.10.tv/svg/nav_more_plus_copy.svg);
    background-repeat: no-repeat;
}

.drop_down_category {
    display: none;
}

.category_ul {
    position: relative;
    z-index: 1;
    box-shadow: -1px 2px 9px 0px rgba(0, 0, 0, 0.2);
    padding-top: 5px;
    background-color: #f5f5f5;
    padding: 5px 3px;
    width: 195px;
}

.category_ul li {
    text-align: center;
    /* background-color: #f5f5f5; */
}

.category_ul li:hover {
    background-color: #d8d8d8;
    color: #ff2929;
}

.category_ul li:hover .nav_bar_category {
    color: #ff2929;
}

.category_ul li .nav_a {
}

.category_ul li .nav_a .nav_bar_category {
    line-height: 1;
    padding: 8px 0px 5px 0px;
    top: 0px;
}

.category_ul li .nav_a .nav_line {
    display: none;
}

.nav_width.done_nav_calc + .drop_down_category {
    display: none;
    position: absolute;
    width: auto;
    left: -122px;
    top: 24px;
    z-index: 2;
    /*cursor: pointer;*/
}

.triangle-with-shadow {
    width: 22px;
    height: 20px;
    overflow: hidden;
    position: relative;
    top: 0px;
    z-index: 2;
    right: 18px;
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 20px;
    background: #f5f5f5;
    transform: rotate(45deg);
    top: 14px;
    left: 1px;
    box-shadow: -1px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
/*dropdown list***/

.icon-play {
    display: inline-block;
    vertical-align: middle;
    font-size: 33px;
}

.live-title {
    display: inline-block;
    font-size: 12.4px;
    margin-top: 6px;
}

.icon-VOD {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

span.icon-VOD.header_vod {
    margin-left: 5px;
}

.vod_txt {
    font-size: 12px;
    margin-top: 5px;
}

.menu-icon {
    font-size: 35px;
    vertical-align: middle;
}

.glass-icon {
    font-size: 30px;
    vertical-align: middle;
    font-weight: bold;
}

.live-btn {
    padding-left: 15px;
    padding-right: 5px;
}

.search-btn {
    padding-right: 5px;
    padding-left: 32px;
}

.envelope-header {
    color: #ff2929;
    margin-bottom: 1px;
    font-size: 26px;
    padding-left: 0px;
}

.border {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}
/**navagatin strip***/



/*vod*/




/*end-vod*/
@media only screen and (min-width: 760px) and (max-width: 1200px) {
    header {
        width: 1280px;
        max-width: 1280px;
    }

    .header_line {
        width: 100%;
        position: relative;
        height: 3px;
        z-index: 1;
        top: 0;
    }
}
