@charset "utf-8";
/* CSS Document */

.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
}
html {
    overflow:auto;
    background-color: #fff;
}
body { 
    margin:0; 
    padding:0;	
    font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
    min-width: 1000px;
    margin: 0 auto;
}
#header{
    height:100%;
    margin:0 auto;
    background:url(../images/nav_repeat_x.jpg) repeat-x 0 0;
}
#header-top{
    min-width:1000px;
    height:39px;
    margin:0 auto; 
    font-family:Arial;
}
#logo{
    width:150px;
    height:100%;
    padding: 0 10px;
    float:left;
    position:relative;
}
#logo a {
    display: block;
    height: 39px;
    line-height: 39;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}
#logo:hover {
    /*  -webkit-animation-name: tada;
      animation-name: tada;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    */}

#servers-info{
    position:relative;
    float:left;
    margin-left:5px;
    height:39px;
    line-height:19px;
    font-size:12px;
    text-shadow: 1px 0 0 #000,
        -1px 0 0 #000,
        0 1px 0 #000,
        0 -1px 0 #000;
}
#servers-info dl{
    padding:0;
    margin:0;
}
#servers-info dt{
    font-weight: 700;
    color:#82cde2;
}
#servers-info dd{
    margin:-19px 0 0 82px;
    color:#fff;
}
#nav {
    font-size:13px;
    font-weight:bold;
    color:#fffec1;
    position:relative;
    float:right;
}
#nav ul {
    list-style:outside none none;
    text-align:center;
    /*
    position:absolute;
    top:0;
    left:50%;
    margin:0 0 0 -25%;
    */
    padding:0;
    margin:0 auto;
}
#nav li,#nav li:hover {background:url(../images/sprite.png) no-repeat 0 0 scroll transparent;}
#nav li {
    float:left;
    width:111px;
    height:32px;
    line-height:32px;
    margin:1px 1px 0;
}
#nav li{ position:relative; }
#nav li:hover,.btn-support:hover{background-position:0 -32px; color:#fff; }
/*#nav li:active,.btn-support:active{background-position:0 -70px;}*/
#nav li.current{background-position:0 -111px;}
#nav li.current:hover{background-position:0 -148px;}
#nav li.current:active{background-position:0 -74px;}

#nav li.first { border-left:0 none;}
#nav li.last { border-right:0 none; background-image:none; width:auto;}
#nav a {
    color:#ffffa8;
    text-decoration:none;
    display:block;
    width:111px;
    height:32px;
    text-shadow: 1px 0 0 #7d520d,
        -1px 0 0 #7d520d,
        0 1px 0 #7d520d,
        0 -1px 0 #7d520d;
}
#nav li:hover a{color:#ffffff;}
#nav li.full-screen {
}
#nav a.btn-like {
    background:url(../images/theme.png) no-repeat right top;
    width:18px;
    overflow: hidden;
    padding: 0;
    height:28px;
    line-height:28px;
    margin:8px 12px 0;
    text-indent:-999em;
    float:left;
}
#nav > ul,
#nav >.lang {
    display: inline-block;
    vertical-align: middle;
}
#nav {
    margin: 3px 0;
}
#footer {
    clear: both;
    display: block;
    font-size: 12px;
    width:1000px;
    height: 233px;
    position: relative;
    color:#fff;
    margin:0 auto;
    background: url(../images/bg-footer.jpg?ver=20140924) no-repeat center top;
}
#footer a{
    color: #FFFFA8;
    text-decoration:none;
}
#footer a:hover{
    color:#fff;
}
#footer  ul{
    padding:0;
}
#copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
#footer ul li {
    display: inline-block;
    *display:inline;
    zoom: 1;
}
#footer ul li {
    border-right: 1px solid #fff;
    line-height: 12px;
    padding-right: 2px;
}
#footer ul li.last {
    border-right: 0 none;
}
#footer ul li a {
    color:#edddbf;
    font-size: 12px;
    margin: 0 5px;
    padding: 0 5px;
}
#footer ul li a:hover{	
}
#support{
    overflow:hidden;
    font-size:14px;
}
#support > span{
    display:block;
    margin:10px auto;
    text-shadow:1px 1px 1px rgba(255, 50, 50, 0.8), 0 0 1em rgba(255, 100, 100, 0.5);
}
#support .support-info{
    height:37px;
    line-height:37px;
    float:left;
    background-color:#1F1B1B;
    padding-right:10px;
    border-radius:5px;
    box-shadow:1px 1px 1px #43332C;
    color:#57FFF6;
}
#support .support-info .btn-support{
    margin:0 10px 0 0;
}

#support .support-origin{
    height:39px;
    line-height:37px;
    background:url(../images/logo.png) no-repeat right center;
    float:right;
    padding-right:110px;
}



#support-window {
    display: none;
    margin: 0 auto;
}
#support-window .pop-box {
    position: relative;
    padding: 5px;
    width: 100%;
    height:100%;
    background-color: #787878;
    border: 0 none;
    box-shadow: 3px 3px 6px 3px;
    border-radius: 5px 5px 5px 5px;
}
#support-window .pop-box .pop-box-skin {
    background-color: #F5F5F5;
    overflow: hidden;
}
#support-window .close-layer {
    display:block;
    background-image: url(../images/close.png);
    cursor: pointer;
    height: 35px;
    line-height: 28px;
    overflow: hidden;
    position: absolute;
    right: -15px;
    text-indent: -999em;
    top: -15px;
    width: 35px;
}





.msgbox-theme-dialog {
    background:url(../images/theme.png) no-repeat left 0;
    width:263px;
    height:97px;
    padding-top:10px;
}
.msgbox-theme-dialog .msg-content-skin {
    background:none;
    width:263px;
}
.msgbox-theme-dialog .msg-content {
    color:#fff;
    margin: 10px 20px;
}
.msgbox-theme-dialog .msg-action {
    background:none;
    height:38px;
    line-height:38px;
    padding:0 6px 0 0;
}
.msgbox-theme-dialog .msg-action .btn {
    background-image:url(../images/theme.png);
    background-position:-246px -107px;
    height:27px;
    line-height:27px;
}
.msgbox-theme-dialog .msg-action .btn span {
    background-image:url(images/theme.png);
    background-position:right -107px;
    line-height:27px;
}
.msgbox-theme-dialog .msg-action a.btn:link,
.msgbox-theme-dialog .msg-action a.btn:visited,
.msgbox-theme-dialog .msg-action a.btn:hover,
.msgbox-theme-dialog .msg-action a.btn:active {color:#4f2700; font-weight:normal;}
.fb-like {
    left:0;
    top:5px;
}

.support-box{
    display:none;
}
#fb-function{ width:100%; height:100%; overflow:hidden; text-align:right; }
#fb-function .btn{
    display:inline-block;
    background-image:url(../images/btn-fb-sprite.png); 
    background-repeat:no-repeat;
    width:64px;
    height:23px;
    line-height:23px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    float:none;
    margin:0;
}
.btn-like{ color:#595959; }
.btn-like-inactive{ background-position:0 0; }
.btn-like-activated{ background-position:0 -23px; }
.btn-like-completed{ background-position:0 -46px; }
.btn-share{ color:#b96000; }
.btn-share-inactive{ background-position:-64px 0; }
.btn-share-activated{ background-position:-64px -23px; }
.btn-share-completed{ background-position:-64px -46px; }
.btn-invite{ color:#595959; }
#fb-function .btn-invite{ width:92px; }
.btn-invite-inactive{ background-position:-128px 0; }
.btn-invite-activated{ background-position:-128px -23px; }
.btn-invite-completed{ background-position:-128px -46px; }
.btn-claim{ color:#133a8b; }
#fb-function .btn-claim{ width:120px; }
.btn-claim-inactive{ background-position:-220px 0; }
.btn-claim-activated{ background-position:-220px -23px; }
.btn-claim-completed{ background-position:-220px -46px; }

/********prompt***********/
#prompt{
    display:none;
    width:579px;
    height:315px;
    background:url(../images/prompt/bg-prompt.png) no-repeat center center transparent;
    font-family:"MuseoSans500";
    font-size:14px;
    text-align:center;
}
#prompt h2{
    font-family:"trajan-pro-3";
    color:#57fff6;
    font-size:14px;
    margin:33px auto;
    text-transform:uppercase;
}
#prompt p{
    color:#e3c94d;
    padding:10px 40px;
    line-height:1.8;
    text-align:left;
}
#prompt strong{
    color:#ffb400;
    text-shadow:1px 1px 5px rgba(255, 6, 0, 0.8), 0 0 1em rgba(200, 37, 33, 0.5);
}
#prompt label{
    color:#ffff96;
}
#prompt .close-layer{
    display:inline-block;
    background:url(../images/servers/pop-server-sprite.png) no-repeat 0 -202px;
    width:209px;
    height:42px;
    line-height:42px;
    position:static;
    margin:20px 10px;
    text-indent:inherit;
    text-decoration:none;
    color:#c0b474;
    text-indent:0;
}
#prompt .close-layer:hover{
    background-position: 0 -244px;
    color:#ffed8e;
}
.arrow{
    display:none;
    width:118px;
    height:143px;
    background:url(../images/prompt/arrow.png) no-repeat center center transparent;
    position:absolute;
    top:0;
    left:0;
}
#servers-info .arrow{ left:30%; }

.caret {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
#footer .logo {
    position: absolute;
    top: 15px;
    right: 80px;
}
#footer .lang {
    position: relative;
    display: inline-block;
    margin: 60px 0 0 170px;

}

#content {
    position: relative;
}
#page-loading {
    position: absolute;
}
.frame-container {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.frame-container iframe {
    display: block;
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
}
.btn {
    display: inline-block;
    text-align: center;
}
.social-widget {
    position: relative;
    width: auto;
    height: 22px;
    margin: 3px;
    overflow: hidden;
}
.social-widget.first {
    margin-left: 0;
}
.social-widget.last {
    margin-right: 0;
}
.ads img {
    display: block;
}
.ad-events-joinus {
    width: 870px;
    height: 60px;
}
.mmo-logo {
    width: 130px;
    height: 60px;
    text-align: center;
}
.mmo-logo img {
    display: block;
}
.toolbar {
    height: 40px;
    background-color: #1a1c1e;
}
.btn-tool {
    padding: 5px;
    margin: 0 10px;
}
.btn-tool span {
    margin: 0 5px;
    font-size: 14px;
    color: #e8cc9f;
    text-decoration: underline;
}
.btn-tool > span,
.btn-tool > .icon {
    display: inline-block;
    vertical-align: middle;
}
.icon {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.icon-tool {
    width: 28px;
    height: 28px;
}
.icon-community {
    background-position: 0 -184px;
}
.icon-addmenu {
    background-position: -28px -184px;
}

.area-game-cont .area-header {
    position: relative;
    z-index: 10;
    height: 44px;
    background: url(../images/game_cont_hd_repeat_x.jpg) repeat-x;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.5);
}
.tab-nav {
    list-style: none outside none;
    padding: 7px 25px 0;
    margin: 0;
}
.tab-nav .tab {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.tab-nav .tab.active {
    z-index: 99 !important;
}
.tab-nav .tab a,
.tab-nav .tab a:before,
.tab-nav .tab a:after {
    height: 38px;
    background-image: url(../images/sprite.png?20141014);
    background-repeat: no-repeat;
}
.tab-nav .tab a {
    position: relative;
    display: block;
    padding: 0 10px;
    margin: 0 8px;
    font-weight: 700;
    text-decoration: none;
    line-height: 45px;
    color: #eccf99;
    background-position: 0 -102px;
    text-shadow: 2px 0 1px #491800,
        -2px 0 1px #491800,
        0 2px 1px #491800,
        0 -2px 1px #491800;
}
.tab-nav .tab a:before,
.tab-nav .tab a:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
}
.tab-nav .tab a:before {
    left: -30px;
    background-position: 0 -64px;
}
.tab-nav .tab a:after {
    right: -30px;
    background-position: -30px -64px;
}
.tab-nav .tab.active a {
    color: #fff;
    background-position: 0 -140px;
}
.tab-nav .tab.active a:before {
    background-position: -60px -64px;
}
.tab-nav .tab.active a:after {
    background-position: -90px -64px;
}
.tab-content {
    height: 430px;
    padding: 15px;
    border-top: 1px solid #4e5254;
    background-color: #4e5254;
}
.tab-pane {
    display: none;
    height: 100%;
    padding-right: 40px;
    overflow: auto; 
}
.tab-pane.active {
    display: block;
}
.tab-pane-fluid {
    padding: 0;
    overflow: hidden;
}
.chapter {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px;
    margin: 5px 5px 15px;
    background-color: #2e3336;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(255,255,255,0.4),
        0 0 5px rgba(255,255,255,0.4),
        inset 0 0 5px rgba(0,0,0,0.2),
        inset 0 0 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.chapter:hover {
    box-shadow: 0 0 5px rgba(255,255,255,0.8),
        0 0 5px rgba(255,255,255,0.8),
        inset 0 0 5px rgba(0,0,0,0.2),
        inset 0 0 5px rgba(0,0,0,0.2);
}
.chapter-wrap {
    height: 100%;
    overflow: hidden;
}
.chapter-header {
    overflow: hidden;
}
.chapter-header h2 {
    padding: 0 10px;
}
.chapter-img {
    float: left;
}
.chapter h2 {
    margin: 0;
    line-height: 1.8;
    color: #e3c690;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.chapter-content {
    height: 210px;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    color: #e3c690;
    line-height: 1.7;
    overflow: hidden;
    background-color: #202426;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.chapter-content ul {
    padding-left: 15px;
    margin: 0;
}
.chapter-content p {
    margin: 0;
    margin-bottom: 5px;
}
.chapter-content a {
    font-weight: 700;
    color: #F1F17E;
}
.chapter-content strong {
    font-weight: 700;
    color: #fff;
}
.chapter-header {
    background-color: #2e3336;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.fade.in {
    opacity: 1;
}





.tt_servers,
.tt_recharge, 
.tt_joinGroup{
}
.mfp-wrap .mfp-container {
    padding: 0 5px;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
    vertical-align: top;
    max-width: 1000px;
    margin-top: 70px;
}
.tt_recharge .mfp-iframe-holder .mfp-content {
    width: 985px;
    height: 558px;
}
.tt_servers .mfp-iframe-holder .mfp-content {
    width: 985px;
    height: 600px;
}
.tt_joinGroup .mfp-iframe-holder .mfp-content {
    width: 480px;
    height: 350px;
}
.mfp-content .mfp-iframe {
    background-color: transparent;
    box-shadow: none;
}
.mfp-iframe-holder .mfp-content .mfp-close {
    cursor: pointer;
    z-index: 999;
    width: 20px;
    height: 20px;
}
.tt_servers .mfp-iframe-holder .mfp-close,
.tt_joinGroup .mfp-iframe-holder .mfp-close {
    top: 120px;
    right: 34px;
}
.tt_recharge .mfp-iframe-holder .mfp-close {
    top: 54px;
    right: 85px;
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.affix {
    position: fixed;
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

/* En */
[lang="en"] #wrapper {
    /*width: 100%;*/
}
[lang="en"] #logo{
    background-image:url(../images/en/logo_text.png);
}
