article, aside, audio, bdi, canvas, command, datalist, details, figcaption, figure, footer, header, hgroup, keygen, mark, meter, nav, output, progress, rp, rt, ruby, section, source, summary, time, track, video, title {
    display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
    padding: 0;
    margin: 0;
}

fieldset, img {
    border: 0;
}

:focus {
    outline: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select {
    *font-size: 100%;
}

body {
    line-height: 1.5;
}

ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

.clear:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clear {
    zoom: 1;
    clear: both;
}

.hide {
    display: none;
}

section, div, img, a {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

input {
    -webkit-appearance: none;
}

body {
    background: #020000;
}

a {
    outline: none;
}

a img {
    outline: none;
    border: none;
}

@font-face {
    font-family: 'Torchlight Regular';
    src: url('fonts/TorchlightRegular.ttf');
    src: url('fonts/TorchlightRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/TorchlightRegular.woff') format('woff'),
    url('fonts/TorchlightRegular.ttf') format('truetype'),
    url('fonts/TorchlightRegular.svg#pangtouregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('fonts/TwCenMT-Regular.eot');
    src: url('fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/TwCenMT-Regular.woff2') format('woff2'),
    url('fonts/TwCenMT-Regular.woff') format('woff'),
    url('fonts/TwCenMT-Regular.ttf') format('truetype'),
    url('fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('fonts/GillSansMT.eot');
    src: url('fonts/GillSansMT.eot?#iefix') format('embedded-opentype'),
    url('fonts/GillSansMT.woff2') format('woff2'),
    url('fonts/GillSansMT.woff') format('woff'),
    url('fonts/GillSansMT.ttf') format('truetype'),
    url('fonts/GillSansMT.svg#GillSansMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
}

/* Mobile Style */
.mobile-container.wrap {
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: auto;
    background: #000 url("../images/mobile/bg.jpg") no-repeat center top;
}

.mobile-container.wrap div p {
    text-align: center;
    margin-top: 74px;
    margin-bottom: 28px;
}

.mobile-container.wrap h1 {
    font-size: 34px;
    line-height: 36px;
    color: #fff;
    margin-top: 10px;
    font-family: "Torchlight Regular";
    text-align: center;
    text-transform: uppercase;
    word-spacing: 2px;
}

.mobile-container.wrap h1 label {
    font-size: 21px;
    line-height: 21px;
    font-family: "Tw Cen MT";
    font-weight: normal;
}

.mobile-container .jdt {
    height: 32em;
    text-align: center;
    background: url("../images/mobile/focus_bg.png") no-repeat center center;
    padding: 39px 0px 20px 0;
    position: relative;
    width: 46em;
    margin: 36px auto;
}

.mobile-container .jdt .imgsWrap {
    margin: -4px auto;
    height: 360px;
    width: 530px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.mobile-container .jdt .imgs {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.mobile-container .jdt .imgs li {
    float: left;
    text-align: center;
    margin: auto;
    width: 530px;
}

.mobile-container .jdt .arrow {
    position: absolute;
    top: 30%;
    width: 61px;
    height: 61px;
    background: url("../images/mobile/focus_btn.png") no-repeat;
    cursor: pointer;
    z-index: 99;
}

.mobile-container .jdt .aleft {
    left: 1%;
    background-position: 0 0;
}

.mobile-container .jdt .aright {
    right: 1%;
    background-position: right 0;
}

.mobile-container .jdt .imgs li.focusOne {
    padding-top: 35px;
    padding-right: 5px;
}

.mobile-container .community {
    text-align: center;
}

.mobile-container .community li {
    margin-bottom: 18px;
    position: relative;
}

.mobile-container .community li a {
    position: relative;
}

.mobile-container .community li a img.forum_btn {
    width: 59px;
    height: 59px;
    position: absolute;
    top: -17px;
    left: 5em;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #F9E1C2;
}

.mobile-container .subscribe-container {
    width: 100%;
    margin: 110px 0 200px 0;
    text-align: center;
}

.mobile-container .subscribe-container p {
    font-size: 26px;
    color: #ff9c00;
    font-family: "Gill Sans MT";
    line-height: 24px;
    padding-bottom: 6px;
}

.mobile-container .subscribe-container form {
    background: url("../images/mobile/email_bg.png") no-repeat 0 0;
    padding: 7px 0px 0px 10px;
    width: 593px;
    height: 98px;
    margin: auto;
}

.mobile-container .subscribe-container .form-email {
    width: 416px;
    list-style-type: none;
    padding: 33px 30px 6px 12px;
    line-height: 26px;
    color: #ccc;
    font-size: 26px;
    border: none;
    float: left;
    font-family: "Gill Sans MT";
    background: none;
}

.mobile-container .subscribe-container .submit-btn {
    list-style-type: none;
    border: none;
    background: url("../images/mobile/enter_btn.png") no-repeat 0 0;
    width: 154px;
    height: 83px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Gill Sans Display MT Pro";
    color: #08384f;
}

.mobile-container .footer-links {
    color: #454444;
    font-size: 27px;
    line-height: 36px;
    font-family: "Gill Sans MT";
    text-align: center;
    margin-bottom: 80px;
}

.mobile-container .footer-links a {
    color: #454444;
    outline: none;
    text-decoration: none;
    padding: 0 20px;
}

.mobile-container .footer-links a:hover {
    color: #fff;
}

.mobile-container .brand {
    width: 100%;
    text-align: center;
    margin: auto;
}

.mobile-container .brand li {
    display: inline-block;
}

.mobile-container .brand li:nth-child(1) {
    padding-left: 0;
}

.mobile-container .brand li:nth-child(2) {
    padding: 0 35px 0px 35px;
}

.mobile-container .footer {
    color: #454444;
    font-size: 27px;
    line-height: 36px;
    font-family: "Gill Sans MT";
    text-align: center;
    padding: 98px 0 0 20px;
    height: auto;
    margin-bottom: 100px;
}

/* PC Version */

.pc-container{
    position: relative;
    z-index:1;
}

.videobg-container{
    position: absolute;
    z-index:2;
    left:0px;
    top:0px;
    height:900px;
    width:100%;
    overflow:hidden;
    min-width:1170px;

}

.videobg-container #bg_vedio{
    position:absolute;
    left: 50%;
    width: 1920px;
    margin-left:-960px;
    height: auto;
    z-index: -100;
    background: #020000 url("../images/pc/bg.jpg") no-repeat center top;
    /*background-size: cover; /!*  contain;*!/*/
}

.pc-container.wrap {
    height: 900px;
    display: none;
}

.pc-container .container {
    height: 100%;
    position: relative;
    z-index:9;
    min-width:1170px;
    padding:0px;
}

.pc-container .container .row{
    min-width:1170px;
    margin:0px;
}

.pc-container .logo_cont {
    width: 400px;
    height: 250px;
    text-align: center;
    position: relative;
    left: 35%;
    top: 28px;
    text-transform: uppercase;
}

.pc-container .logo_cont h1 {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    font-family: "Torchlight Regular";
    text-shadow: -3px -3px 0 #000,
    1px -3px 0 #000,
    -3px 3px 0 #000,
    3px 3px 0 #000;
}

.pc-container .logo_cont h1 label {
    font-size: 21px;
    line-height: 28px;
    font-family: "Tw Cen MT";
    font-weight: normal;
}

.pc-container .social-buttons-container{
    float:right;
    width:395px;
}

.pc-container .cont-left {
    height: 705px;
    float:left;
    width:740px;
}

.pc-container .focus_cont > div {
    height: 350px;
    width: 600px;
    position: absolute;
    left: 43px;
    top: 46px;
}

.pc-container .btn {
    width: 33px;
    height: 33px;
    background: url("../images/pc/focus_btn.png") no-repeat;
    position: absolute;
    top: 100px;
}

.pc-container .carousel-inner {
    width: 375px;
    overflow: hidden;
    left: 110px;
    top: 22px;
    text-align: center;
}

.pc-container .prev {
    background-position: 0 0;
    left: 20px;
}

.pc-container .next {
    background-position: right 0;
    left: 500px;
}

.pc-container .jdt {
    width: 677px;
    height: 383px;
    position: relative;
    left: 18%;
    top: 10px;
    text-align: center;
    background: url("../images/pc/focus_bg.png") no-repeat center center;
    position: relative;
}

.pc-container .jdt .imgsWrap {
    height: 210px;
    width: 400px;
    overflow: hidden;
    position: relative;
    top: 71px;
    margin: auto;
    text-align: center
}

.pc-container .jdt .imgs {
    margin: auto;
    text-align: center;
}

.pc-container .jdt .imgs li {
    float: left;
    width: 343px;
    text-align: center;
    margin: auto;
    height: 210px;
}

.pc-container .jdt .arrow {
    position: absolute;
    top: 0;
    width: 80px;
    height: 273px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
}

.pc-container .jdt .aleft {
    left: 8%;
}

.pc-container .jdt .aright {
    right: 12%;
}

.pc-container .subscribe-container {
    width: 519px;
    height: 56px;
    position: relative;
    left: 195px;
    top:7px;
    background: url("../images/pc/input.png") no-repeat 0 0;
    padding: 8px 0px 0px 10px;
    font-family: "Gill Sans MT";
}

.pc-container .form-email {
    width: 365px;
    height: 34px;
    list-style-type: none;
    padding: 8px 30px 6px 12px;
    line-height: 30px;
    color: #ccc;
    font-size: 17px;
    border: none;
    background: #000;
    float: left;
}

.pc-container .submit-btn {
    list-style-type: none;
    border: none;
    background: url("../images/pc/enter_btn.png") no-repeat 0 0;
    width: 133px;
    height: 40px;
    float: left;
}

.pc-container .submit-btn:hover {
    background: url("../images/pc/enter_btn.png") no-repeat 0 -40px;
}

.pc-container .social-buttons {
    width: 260px;
    height: 120px;
    margin-top: 480px;
    font-family: "Gill Sans MT";
    font-weight: bold;
}

.pc-container .social-buttons a {
    width: 260px;
    height: 56px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    background: url("../images/pc/btn_bg.png") no-repeat 0 0;
}

.pc-container .social-buttons a:hover {
    background-position: 0 -56px;
}

.pc-container .social-buttons a em {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 35px;
}

.pc-container .social-buttons a em.facebook-icon {
    background-position: 0 0;
    background: url("../images/pc/icon.png") no-repeat 0 0;
}

.pc-container .social-buttons a em.twitter-icon {
    background: url("../images/pc/icon.png") no-repeat center -31px;
}

.pc-container .social-buttons a label {
    width: 165px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 20px;
    left: 52px;
    cursor: pointer;
}

.pc-container .social-facebook-buttons label {
    background: url("../images/pc/fonts_facebook.png") no-repeat 0 0;
}

.pc-container .social-twitter-buttons label {
    background: url("../images/pc/fonts_twitter.png") no-repeat 0 0;
}

.pc-container .social-forum-buttons label {
    background: url("../images/pc/fonts_forum.png") no-repeat 0 0;
}

.pc-container .social-forum-buttons img {
    width: 29px;
    height: 29px;
    position: relative;
    top: 15px;
    left: 35px;
    display: inline-block;
    float: left;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #F9E1C2;
}

.pc-container .facebook-btn {
    background-position: 0 0;
}

.pc-container .twitter-btn {
    background-position: 0 -65px;
}

.pc-container .footer {
    padding-bottom: 90px;
}

.pc-container .footer-links {
    width: 100%;
    color: #5b5b5b;
    font-family: "Gill Sans MT";
    position: relative;
    top: 110px;
}

.pc-container .footer-links .left img:nth-child(2) {
    margin: 0 30px;
}

.pc-container .footer-links .left p {
    padding-top: 10px;
}

.pc-container .footer-links .left i {
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
}

.pc-container .footer-links .left a {
    font-size: 16px;
    padding: 0 10px;
    color: #5b5b5b;
}

.pc-container .footer-links .left a:hover {
    color: #fff;
    text-decoration: none;
}

.pc-container .footer-links .right p {
    float: right;
    width: 304px;
    height: 60px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin-right: 10px;
}

.pc-container .footer-links .right dl {
    width: 175px;
    float: right;
    margin-top: 10px;
    position: relative;
}

.pc-container .footer-links .right dl dt {
    width: 175px;
    border: 1px solid #666;
    height: 42px;
}

.pc-container .footer-links .right dl dt span {
    width: 128px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-right: 1px solid #666;
    height: 41px;
    display: inline-block;
    font-weight: normal;
    float: left;
}

.pc-container .footer-links .right dl dt i {
    height: 42px;
    width: 42px;
    display: inline-block;
    float: right;
    cursor: pointer;
    font-style: normal;
    background: url("../images/pc/top_btn.png") no-repeat center center;
}

.pc-container .footer-links .right dl dd {
    position: absolute;
    bottom: 43px;
    left: 0px;
    border: 1px solid #666;
    border-bottom: none;
    display: none;
}

.form-error {
    font-size: 18px;
    line-height: 30px;
    color: #e72a45;
    padding-top: 47px;
    text-transform: capitalize;
    text-align: left;
}

#cboxOverlay {
    position: absolute;
    width: 100%;
    height: 980px;
    top: 0;
    background: #333;
}

#cboxPrevious, #cboxNext {
    font-family: "Cambria", "Arial Unicode MS";
    position: absolute;
    top: 0;
    line-height: 430px;
    background: transparent;
    font-size: 40px;
    opacity: 0.68;
    width: 100px;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    border: 0;
}

#cboxNext {
    right: 0;
    text-align: right;
    padding-right: 20px;
}

#cboxCurrent {
    display: none !important;
}

#cboxTitle {
    float: none !important;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

#cboxClose {
    display: none !important;
}

#colorbox {
    height: 460px !important;
}

#cboxWrapper {
    z-index: 10000;
}

@media (max-width: 1189px) {
    * {
        margin: auto;
    }

    .pc-container .footer-top20 {
        top: 20px;
    }

    .pc-container .mgT0 {
        margin-top: 0;
    }
}

@media (min-width: 769px) {
    .pc-container.wrap {
        display: block;
    }

    .mobile-container.wrap {
        display: none;
    }
}

@media (max-width: 768px) {
    .pc-container.wrap {
        display: none;
    }

    .mobile-container.wrap {
        display: block;
    }

    .form-error {
        font-size: 21px;
        margin-top: 57px;
    }
}

