/*
  css Update : 2016-12-26 11:47:28
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
}
body {
    margin: 0
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}
audio,canvas,progress,video {
    display: inline-block
}
div.videoLibs{display:none;}
.loading-container {
    display: block;
    z-index: 100000;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d1120
}
.loading-container .loading-section {
    position: absolute;
    top: 50%;
    width: 100%;
	text-align:center;
    margin: -29px 0 0 0
}
span.loadPercentage{color:#a99b5d;font-size:30px;}
.loading-container .loading-section:before {
    content: '';
    display: block;
    width: 384px;
    height: 29px;
    margin: -29px auto 40px auto;
    /*background: url("../images/loading.png") no-repeat 0 0*/
}

.loading-container .loading-section:after {
    content: '';
    display: block;
    height: 1px;
   /* background-color: #a99b5d */
}

.loading-container .loading-section #loading {
    width: 0%;
    height: 1px;
    background-color: #a99b5d
}

.loading-container .loading-txt {
    text-align: left;
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 37px;
    margin: 50px auto 0 auto;
    /*background: url("../images/loading.png") no-repeat 50% -38px*/
}

.loading-container.common-simple {
    /*background: #fff url("../images/loading.gif") no-repeat center center*/
}

.loading-container.common-simple .loading-section {
    display: none
}

.loading-container.common-simple.transparent {
   /* background: transparent url("../images/loading.gif") no-repeat center center*/
}
div#flashdiv{width:1920px;height:900px;position:absolute;top:0;left:50%;margin-left:-960px;overflow:hidden;}
html,body {
    height: 100%;
    overflow: hidden
}

#introShow {
    width: 100%;
    height: 100%;
    min-width: 320px;
    overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	visibility: hidden;
}

#introShow .vod-section {
    position: absolute;
    width: 100%;
    height: 100%
}

#introShow .vod-section img {
    display: none
}

#introShow .body-section {
    display: none;
    z-index: 3;
    position: relative;
    width: 100%;
    top: 0;
    text-align: center
}

.main-area {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 394px;
    margin: -308px 0 0 -178px;
    text-align: center;
	display:none;
}

.main-area h1.sequence-title {
    text-align: left;
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    visibility: hidden;
    width: 392px;
    height: 274px;
    margin: 0 auto;
    background-image: url("../images/sequence-title.png")
}

.main-area .skip {
    text-align: left;
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    right: 40px;
    top: 73px;
    width: 138px;
    height: 42px;
    border: 0 none;
    cursor: pointer;
    outline: none;
    z-index: 999;
    background: url("../images/skip.png") no-repeat 0 0
}
