/*global*/
body {
    color: #fff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.28em;
    background: #191919;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 900px;
    height: 100%;
    /*background: #191919 url("../images/bg.jpg");*/
}

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    outline: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, button {
    padding: 0;
    margin: 0;
    border: 0;
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a:hover {
    color: #F3733A;
    border: 0;
}

a {
    cursor: pointer;
    -moz-outline-style: none;
    text-decoration: none;
    outline: none;
    color: #9C9C9C;
    outline: none;
    border: 0;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.clearfix {
    display: block;
}

img {
    border: 0 none;
}

/*header*/
.header {
    width: 100%;
    background: #222;
    border-bottom: 1px solid #111;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06), 0 0 1px rgba(255, 255, 255, 0.15) inset;
    top: 0;
    position: relative;
    z-index: 1000;
}

.headerContainer {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}

.logo {
    background: url("/images/logo.png") top center no-repeat;
    display: inline-block;
    color: #E7E7E7;
    font: bold 55px "Trebuchet MS";
    height: 98px;
    width: 220px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    line-height: 98px;
    text-shadow: 2px 2px 2px #000;
}

.logo:hover {
    color: #DADADA;
    text-shadow: 2px 2px 10px #000;
}

.nav {
    display: inline-block;
    vertical-align: top;
}

.nav > li {
    display: inline-block;
    float: left;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav > li > a {
    display: block;
    font-size: 16px;
    border-left: 1px solid #141414;
    box-shadow: inset 1px 0 0 #292929;
    line-height: 105px;
    padding: 0 45px;
    vertical-align: top;
    text-shadow: 1px 1px 0 #000;
    font-family: Oswald, Arial Bold, sans-serif;
    color: #D5D5D5;
}

.nav > li:nth-child(4) > a {
    border-right: 1px solid #111010;
    box-shadow: inset 1px 0 0 #2E2E2E, inset -1px 0 0 #2E2E2E;
}

.caret {
    border-top: 7px solid #AAA;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 5px;
    vertical-align: middle;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.nav > li:hover {
    background-color: rgba(37, 40, 43, 1);
}

.active {
    background-color: rgba(37, 40, 43, 1);
    color: #F3733A !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset, inset 1px 0 0 #363636, inset -1px 0 0 #363636 !important;
    position: relative;
    top: -1px;
}

.nav > li:hover > a {
    color: #F3733A;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.nav > li:hover > a > .caret {
    border-top-color: #F3733A;
}

.nav > li > div {
    background-color: rgba(40, 44, 47, 0.87);
    border-top: 1px #161616 solid;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.14);
    display: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 99px;
    z-index: -10000;
    visibility: hidden;
    -webkit-transition: all .26s ease-out 0s;
    -moz-transition: all .26s ease-out 0s;
    -o-transition: all .26s ease-out 0s;
    transition: all .26s ease-out 0s;
}

.nav > li:hover > div {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .26s ease-out 0s;
    -moz-transition: all .26s ease-out 0s;
    -o-transition: all .26s ease-out 0s;
    transition: all .26s ease-out 0s;
}

.nav > li > div ul {
    max-width: 850px;
    margin: 0 auto;
}

.nav > li > div ul > li {
    display: inline-block;
}

.nav > li > div ul > li > a {
    color: #fff;
    display: inline-block;
    padding: 20px 24px;
    text-decoration: none;
}

.nav > li > div ul > li > a img {
    position: relative;
    bottom: 0px;
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    transition: bottom 0.12s linear;
}

.nav > li > div ul > li:hover > a img {
    position: relative;
    bottom: 5px;
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 021s linear;
    -o-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
}

/*main*/
.main {
    margin: 0 auto;
    max-width: 1440px;
    margin-top: 10px;  
}

.indexpage .main{box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}

/*footer*/
.footerContainer {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 0;
    color: #636363;
}
.copyrightCenter{
    display: inline-block;
}
.footerMenu{
    display: inline-block;
    float: right;
}
.footerMenu li{
     display: inline-block;
}
.footerMenu li a{
       display: inline-block;
       font-family: Oswald, open sans, Arial bold, sans-serif;
       font-size: 14px;
       padding: 0 20px;
       border-right: 1px #3d3d3d solid;
}
.footerMenu li:last-child a{
    border-right: 0;
}
/*imglist banner*/
ul.imglist {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
    border-bottom: 1px #2B2B2B solid;
}

li.imglist-slide {
    position: absolute;
    display: none;
}

ul.imglist-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.imglist-controls.v-centered li.imglist-next a {
    right: 0;
}

ul.imglist-controls.v-centered li.imglist-prev a {
    left: 0;
}

ol.imglist-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

ol.imglist-markers.h-centered {
    text-align: center;
}

ol.imglist-markers li {
    display: inline;
}

p.imglist-caption {
    display: block;
    color: #fff;
    width: 200px;
    margin: 0;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 5%;
    bottom: 10%;
    border-radius: 3px;
    font-size: 25px;
    border-bottom: 5px solid #852218;
    text-shadow: -1px -1px 0 #852218;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E65644), to(#BD3929));
    background: -moz-linear-gradient(top, #E65644, #BD3929);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E65644, endColorStr=#BD3929);
    font-family: "Open Sans",sans-serif;font-weight:800;
    letter-spacing:-1px;
}

a:hover p.imglist-caption {
    color: #fff;
}

a:hover p.imglist-caption:hover {
    color: #fff;
    border-bottom: 5px solid #A8291A;
    text-shadow: -1px -1px 0 #A8291A;
    background: #D65641;
}

.imglist-slide:nth-last-child(2) p.imglist-caption {
    left: 5%;
}

ul.imglist-controls.v-centered li a {
    position: absolute;
    display: block;
    padding: 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
}

ul.imglist-controls.v-centered li a:hover {
    background: #000;
    color: #fff;
}

ol.imglist-markers li a {
    padding: 7px;
    background: rgb(255, 255, 255);
    color: #fff;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

ol.imglist-markers li.active-marker a, ol.imglist-markers li a:hover {
    background: #F3733A;
}

/*subpage*/
.subTitle {
    font-size: 70px;
    padding: 20px 20px 30px 20px;
    display: block;
    line-height: 70px;
    color: #BDBDBD;
    text-shadow: 2px 2px 2px #000;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 400;
}

.subContent {
    line-height: 20px;
    color: #9C9C9C;
    padding: 0 20px 20px 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.subContent p {
    font-size: 14px;
    text-shadow: 1px 1px 0px #0A0A0A;
}

.otherpage .main {
    padding-bottom: 130px;
}

#wrap {
    position: relative;
    min-height: 100%;
}

.otherpage #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #0F0F0F;
    height: 100px;
    border-top: 1px #1D1D1D solid;
}

.otherpage .footerContainer .mainContent {
    padding: 10px 20px 0 20px;
}

.subContent .listInfo {
}

.subContent .listInfo li {
	margin-left: -1px;
}

.subContent .listInfo > li > a {
	display: inline-block;
	padding: 20px 34px 20px 15px;
	border: 1px #222 solid;
	background: #1B1C1D;
	border-radius: 0;
	min-width: 380px;
	margin-right: 28px;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.21);
	margin-bottom: 28px;
	width: 100%;
    min-width: 1400px;
	box-sizing: border-box;
}

.subContent .listInfo > li > a:hover {
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.4);
    border: 1px #272727 solid;
    background: #1C1E1F
}

.imageContainer {
    display: inline-block;
    min-height: 74px;
    vertical-align: top;
    margin-right: 20PX;
    float: left;
}

.InfoContent {
	display: inline-block;
	vertical-align: top;
	width: 85%;
    float: right;
}

.subContent h3 {
    font-family: Oswald, Arial, sans-serif;
    font-weight: 400;
    color: #F3733A;
    font-size: 17px;
}

.InfoContent a {
    display: block;
}

.subContent .listInfo > li > a:hover .InfoContent h3 {
    padding-left: 10px;
}

.subContent .listInfo > li > a, .subContent .listInfo > li > a:hover h3, .subContent .listInfo > li > a > h3, .InfoContent h3, .active {
    -webkit-transition: all .26s ease-out 0s;
    -moz-transition: all .26s ease-out 0s;
    -o-transition: all .26s ease-out 0s;
    transition: all .26s ease-out 0s;
    z-index: 5;
    -webkit-backface-visibility: hidden;
}

.InfoContent i {
	color: #9C9C9C;
	display: block;
	line-height: 20px;
	padding-top: 5px;
	text-align: left;
	font-style: normal;
}

/*.otherpage .headerContainer{
	position: static;
}*/
.line {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    height: 1px;
    background: #141414;
    box-shadow: 1px 1px #202020;
}
.pagelists {
	text-align:center;
	padding:10px;
	border-top: 1px solid #161413;	
}
.pagelists span, .pagelists a {
padding: 1px 5px;
border: 1px solid #3A3A3A;
margin: 0 3px;
}
.manageContainer {
	font-size: 12px;
	line-height: normal;
	margin-top: 10px;
	padding-top: 7px;
    border-top: 1px #252525 solid;
}
.postInfo {
	display: inline-block;
	color: #868686;
	font-style: italic;
}
.postContainer .postInfo{
    margin-top: 7px;
    margin-bottom: 20px;
}
.more{
	display: inline-block;
	margin-left: 15px;
	float: right;
	vertical-align: top;
}
.supportContent h3{
    margin-bottom: 20px;
}
.supportContent .listInfo > li > a{
    padding: 15px 34px 15px 15px;
}

/*home bottom*/
.hcIntro{
    padding: 43px 0;
    background: #363535;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14);
    border-top: 3px #3F3F3F solid;
    border-bottom: 2px #383838 solid;
}    
.introImg{
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
}
.introContent{
    display: inline-block;
    margin: 4% 0 0 4%;
    max-width: 35%;  
}
.introContent h3{
     font-size: 39px;
    margin-bottom: 20px;
    max-width: 500px;
    line-height: 44PX;
    font-family: Open sans, Arial bold, Verdana, sans-serif;
    font-weight: 800;
}
.introContent ul{
    margin-left: 5px;
}
.introContent ul li{
    font-size: 17px;
    padding: 15px 28px;
    font-family: Arial, Verdana, sans-serif;
    color: #B4B4B4;
    background: url(/images/listArrow.png) no-repeat left center;
    line-height: 120%;
}
.hcGallery{
    background: #262626;
    padding: 80px 0 40px 0;
    border-top: 1px #242424 solid;

}
.hcGallery ul{
    padding-left: 60px;
}
.hcGallery ul li{
    display: inline-block;
    margin-bottom: 40px;
    margin-left: -40px;
    max-width: 50%;
}
.hcGallery ul li img {
max-width: 100%;
}
.gameList{
    background: #202020;
    padding: 30px 0 25px 0;
    border-top: 1px #2C2C2C solid;
}
.gameList ul{
    margin: 0 auto;
    text-align: center;
}
.gameList h3{
    font-family: Open sans, Arial bold, Verdana, sans-serif;
    font-size: 17px;
    color: #B4B4B4;
    text-indent: -2EM;
    text-align: center;
}
.gameList h3 span{
    font-family: Arial, Verdana, sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #9E9E9E;
}
.gameList ul li{
    display: inline-block;
}
.gameList ul li a{
    color: #FFF;
    display: inline-block;
    padding: 20px 24px;
    text-decoration: none;
    opacity: 0.8;
    filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.gameList ul li a:hover{
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}