.header {
    width: 100%;
    background: transparent url('../images/header/header-bg.jpg') repeat-x left top;
    height: 114px;

}

/************top header**********************/
.top-header {
    width: 100%;
    background: url(../images/header/bg-top.png) repeat-x scroll 0 0;
    height: 50px;
    margin: 0 auto;
}

.top-header .container {

    height: 100%;
    text-align: left;
    background: url("../images/header/header-bg.png") no-repeat scroll 0 0 #FFFFFF;
    width: 1006px;
}

.top-header .container ul {
    width: 115%;

    list-style: none;
    clear: both;
    z-index: 1000;

}

.top-header .container ul li {
    float: left;
    height: 38px;
}

.top-header .container ul li.login {
    margin-left: 155px;
    width: 141px;
    list-style: none;
    cursor: pointer;
    /*background: url(../images/header/login-bg.pngg");*/
    background-repeat: no-repeat;
}

.top-header .container ul li.login .active {
    background: url("../images/header/login-gret-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: -25px;
    width: 185px;
}

.top-header .container ul li.search-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 7px;
    height: 17px;
    margin: 7px 9px;
    padding: 0;
    position: relative;
    width: 100px;
    height: 19px;
}


.btn-search {
    background: transparent;
    width: 23px;
    height: 18px;
    cursor: pointer;
    border: 0;
    background: url("../images/header/btn-src.png") no-repeat scroll 7px 2px transparent;
    margin-right: 5px;
}

.src_input {
    outline: 0;
    color: #787878;
    border: 0px;
    font-size: 12px;
    background: transparent;
    height: 19px;
    width: 68px;
}

.call_now {
    color: #fff;
    font-size: 16px;
    width: 183px;
    padding: 5px 0;
    border-left: 2px solid #999;
    vertical-align: middle;
    text-align: center;
    height: 18px;
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: bold;
}

.social-icons {
    color: #999;
    width: 368px;
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    height: 28px;
    cursor: pointer;
    font-weight: bold;
}

.social-icons div {
    float: left;
    margin-left: 29px;
    margin-top: 2px;
}

.fb-twitter {
    margin-left: 40px;
    padding-top: 6px;
}

.live-chat {
    cursor: pointer;
    /*margin: 2px 0px 10px 40px;*/
}

/*
*  main navigation
*/
.nav {
    height: 70px;
    position: relative;
    width: 1000px;
    margin: -12px auto 0;
    padding-left: 41px;
}


.nav div {
    float: left;
}

.nav div.logo {
    margin-right: 92px;
    margin-top: 4px;
}

.nav #main-nav {
    margin-top: 2px;
    letter-spacing: 0px;
}

.nav #main-nav li {
    float: left;
    margin-right: 40px;
}

.nav #main-nav li a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav #main-nav li a:hover {
    color: #09c;
}

.nav #main-nav li a.active {
    color: #069;
}

.nav .watch-now {
    background: url("../images/btn-watch-now.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #0099CC;
    font-size: 18px !important;
    font-weight: bold;
    position: absolute;
    right: 84px;
    text-align: center;
    top: 9px;
}

.nav .watch-now a {
    color: #0099cc;
}

.nav .watch-now:hover {
    background: transparent url('../images/btn-watch-now-hover.png') no-repeat top center;
}

.nav .watch-now a:hover {
    color: #0099cc;
}

.nav a.btn-watch-now {
    height: 35px;
    /*margin-top: -5px;*/
    text-align: left;
    padding-left: 8px;
    display: block;
    text-transform: uppercase;
}

/*footer*/
.footer {
    padding-top: 20px;
    background: url(../images/bg-footer.jpg) center top repeat-x;
    min-height: 120px;
    font-size: 12px;
    color: #999;
    clear: both;
    margin-bottom: 0;
}

.footer .bottom_menu {
    height: 52px;
    text-align: center;
    background: transparent;
    font-size: 13px;
    font-weight: normal
}

.footer .bottom_menu a {
    color: #666;
    padding: 2px;
    margin: 0 6px;
    text-transform: uppercase;
}

.footer .bottom_menu a:hover {
    color: #000;
    text-decoration: underline
}

.footer .bottom_menu_bar {
    height: 125px;
    margin: 35px auto
}

.footer .col-partof {
    float: left;
    background: url(../images/logo/part-of.png) right center no-repeat;
    text-align: left
}

.footer .col-network {
    float: left;
    margin-left: 20px;
    margin-top: 24px;
}

.footer .col-network a {
    float: left;
    width: 150px;
    text-align: center;
    background: url(../images/logo/sep-network.png) left center no-repeat;
    font-size: 16px;
    color: #666
}

.footer .col-network a:hover {
    color: #0099cc
}

.footer .col-network .network {
    text-align: center;
    width: 150px
}

.footer .col-network .first {
    background: none
}

.footer .powered-by {
    text-align: center;
    padding: 30px;
    background: url(../images/logo/sep-powered-by.png) center top no-repeat;
    clear: both
}

/*submenu active state*/
.submenu-active {
    background: transparent url('../../../talfazat/marketing/images/submenu-active.jpg') top left repeat-x;
    height: 92px;
    color: #339900;
}

.login_div {
    line-height: 13px;
    overflow: hidden;
    padding-top: 5px;
    vertical-align: top;
    width: 118px;
    height: 34px;
    background: url(../images/header/login-button.png) no-repeat;

    font-size: 14px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}

.login_info {
    display: block;
    color: #FFF;
}

.logout_txt {
    color: #A9D035;
    cursor: pointer;
    display: block;
}

.logout_txt:hover {
    text-decoration: underline;
    color: white
}

/**/
#tip-login {
    background-image: url("../images/bg-login.png");
    box-shadow: 0 8px 6px -1px rgba(30, 28, 28, 0.53);
    display: block;
    font: 14px/1.4 Arial, Helvetica, sans-serif;
    height: 250px;
    margin-left: 113px;
    margin-top: -15px;
    position: relative;
    width: 461px;
    z-index: 9999;
}

#tip-login .padder {
    padding: 10px 15px 10px 15px;
}

#tip-login .wrapper {
    background: url(../images/logo/sep-login.png) 225px center repeat-y
}

#tip-login .split {
    display: inline;
    float: left;
    position: relative;
    width: 235px;
    padding-bottom: 10px;
}

#tip-login .mc {
    border: 0 none;
    background: none;
    outline: 0 none;
    background: url(../images/sprite.png) no-repeat;
    font: normal 16px/1 'Francois One', "Arial Narrow", Arial, Helvetica, sans-serif;
    padding: 8px 12px 10px;
    color: #fff
}

#tip-login .mc-text {
    background-position: 0 -94px;
    width: 180px;
    color: #999;
}

#tip-login .mc-login {
    background: transparent url('../images/header/login-sign-in.png') no-repeat;
    padding-top: 3px;
    color: #333;
    padding-right: 40px;
}

#tip-login .mc-subscribe {
    background: transparent url('../images/header/login-subscribe.png') no-repeat;
    padding-top: 10px;
    display: block;
    margin-left: 20px;
}

#tip-login .login-btn-subscribe {
    background: transparent url('../images/header/login-subscribe.png') no-repeat;
    padding-left: 20px;
    display: block;
    margin-left: 252px;
    height: 34px;
    line-height: 32px;
    color: #333;
    text-transform: uppercase;
}


.zh_HK #tip-login .login-btn-subscribe,
.zh_HK #tip-login .mc-subscribe,
.zh_HK #tip-login .mc-login,
.zh_HK .src_input,
.zh_HK .nav #main-nav li a,
.zh_HK .footer .bottom_menu,
.zh_HK #tip-login .mc-text,
.zh_CN #tip-login .login-btn-subscribe,
.zh_CN #tip-login .mc-subscribe,
.zh_CN #tip-login .mc-login,
.zh_CN .src_input,
.zh_CN .nav #main-nav li a,
.zh_CN .footer .bottom_menu,
.zh_CN #tip-login .mc-text {
    /*font-family: "Microsoft YaHei", "HuaWen XiHei","HuaWen Song ti" !important;*/
    /* font-family: STXihei, "Microsoft JhengHei", SimHei !important; */
}

#mL {
    margin-left: 50px;
}




.nav #main-nav1 {
    margin-top: 2px;
    letter-spacing: 0px;
    margin-left: 50px;
}

.nav #main-nav1 li {
    float: left;
    margin-right: 40px;
}

.nav #main-nav1 li a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav #main-nav1 li a:hover {
    color: #09c;
}

.nav #main-nav1 li a.active {
    color: #069;
}
