/* CSS Document */
/* CSS Document */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/* CSS Document */
@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}

@font-face {
  font-family: "VTCSuperMarketSale";
  src: url("fonts/VTCSuperMarketSale.eot");
  src: url("fonts/VTCSuperMarketSale.eot?#iefix") format("embedded-opentype"), url("fonts/VTCSuperMarketSale.woff") format("woff"), url("fonts/VTCSuperMarketSale.ttf") format("truetype"), url("fonts/VTCSuperMarketSale.svg#VTCSuperMarketSale") format("svg");
}

@font-face {
  font-family: "SegoePrint-Bold";
  src: url("fonts/SegoePrint-Bold.eot");
  src: url("fonts/SegoePrint-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SegoePrint-Bold.woff") format("woff"), url("fonts/SegoePrint-Bold.ttf") format("truetype"), url("fonts/SegoePrint-Bold.svg#SegoePrint-Bold") format("svg");
}

@font-face {
  font-family: "JustWright";
  src: url("fonts/JustWright.eot");
  src: url("fonts/JustWright.eot?#iefix") format("embedded-opentype"), url("fonts/JustWright.woff") format("woff"), url("fonts/JustWright.ttf") format("truetype"), url("fonts/JustWright.svg#JustWright") format("svg");
}

@-webkit-keyframes pen1 {
  0% {
    top: -10%;
  }
  100% {
    top: 0%;
  }
}

@keyframes pen1 {
  0% {
    top: -10%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes pen2 {
  0% {
    left: -50%;
  }
  100% {
    left: 0%;
  }
}

@keyframes pen2 {
  0% {
    left: -50%;
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes pen3 {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}

@keyframes pen3 {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}

@-webkit-keyframes paper1 {
  0% {
    -webkit-transform: rotate(305deg);
    transform: rotate(305deg);
    left: -150%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
}

@keyframes paper1 {
  0% {
    -webkit-transform: rotate(305deg);
    transform: rotate(305deg);
    left: -150%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0%;
  }
}

@-webkit-keyframes paper2 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -10%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: -2%;
  }
}

@keyframes paper2 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -10%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: -2%;
  }
}

@-webkit-keyframes paper3 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -10%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
  }
}

@keyframes paper3 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -10%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
  }
}

@-webkit-keyframes kvt2-t {
  0% {
    left: 150px;
    opacity: 0;
  }
  10% {
    left: 0px;
    opacity: 1;
  }
  90% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 150px;
    opacity: 0;
  }
}

@keyframes kvt2-t {
  0% {
    left: 150px;
    opacity: 0;
  }
  10% {
    left: 0px;
    opacity: 1;
  }
  90% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 150px;
    opacity: 0;
  }
}

@-webkit-keyframes kvt2-t2 {
  0% {
    left: -10%;
    opacity: 0;
  }
  10% {
    left: 0px;
    opacity: 1;
  }
  90% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -10%;
    opacity: 0;
  }
}

@keyframes kvt2-t2 {
  0% {
    left: -10%;
    opacity: 0;
  }
  10% {
    left: 0px;
    opacity: 1;
  }
  90% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -10%;
    opacity: 0;
  }
}

@-webkit-keyframes bttitle {
  0% {
    color: #f00;
  }
  25% {
    color: #3300ff;
  }
  50% {
    color: #33ff00;
  }
  75% {
    color: #ff00cc;
  }
  100% {
    color: #f00;
  }
}

@keyframes bttitle {
  0% {
    color: #f00;
  }
  25% {
    color: #3300ff;
  }
  50% {
    color: #33ff00;
  }
  75% {
    color: #ff00cc;
  }
  100% {
    color: #f00;
  }
}

/*----landing page-----*/
body {
  background: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

#header {
  position: fixed;
  width: 100%;
  background: none;
  z-index: 100;
  left: 20px;
  display: none;
}

#header .navbar-brand {
  position: fixed;
  left: 20px;
}

@media screen and (max-width: 960px) {
  #header {
    position: absolute;
  }
}

@-webkit-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

#q_txt span {
  -webkit-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

@-webkit-keyframes next {
  0% {
    border-top: #999 1px dashed;
    border-right: #666 1px dashed;
    border-bottom: #333 1px dashed;
    border-left: #000 1px dashed;
  }
  25% {
    border-top: #000 1px dashed;
    border-right: #999 1px dashed;
    border-bottom: #666 1px dashed;
    border-left: #333 1px dashed;
  }
  50% {
    border-top: #333 1px dashed;
    border-right: #000 1px dashed;
    border-bottom: #999 1px dashed;
    border-left: #666 1px dashed;
  }
  75% {
    border-top: #666 1px dashed;
    border-right: #333 1px dashed;
    border-bottom: #000 1px dashed;
    border-left: #999 1px dashed;
  }
  100% {
    border-top: #999 1px dashed;
    border-right: #666 1px dashed;
    border-bottom: #333 1px dashed;
    border-left: #000 1px dashed;
  }
}

@keyframes next {
  0% {
    border-top: #999 1px dashed;
    border-right: #666 1px dashed;
    border-bottom: #333 1px dashed;
    border-left: #000 1px dashed;
  }
  25% {
    border-top: #000 1px dashed;
    border-right: #999 1px dashed;
    border-bottom: #666 1px dashed;
    border-left: #333 1px dashed;
  }
  50% {
    border-top: #333 1px dashed;
    border-right: #000 1px dashed;
    border-bottom: #999 1px dashed;
    border-left: #666 1px dashed;
  }
  75% {
    border-top: #666 1px dashed;
    border-right: #333 1px dashed;
    border-bottom: #000 1px dashed;
    border-left: #999 1px dashed;
  }
  100% {
    border-top: #999 1px dashed;
    border-right: #666 1px dashed;
    border-bottom: #333 1px dashed;
    border-left: #000 1px dashed;
  }
}

@-webkit-keyframes luckys1 {
  0% {
    top: 40%;
    left: 1px;
  }
  50% {
    top: calc(40% + 2px);
    left: 0;
  }
  60% {
    top: calc(40% + 2px);
    left: 1px;
  }
  100% {
    top: 40%;
    left: 0;
  }
}

@keyframes luckys1 {
  0% {
    top: 40%;
    left: 1px;
  }
  50% {
    top: calc(40% + 2px);
    left: 0;
  }
  60% {
    top: calc(40% + 2px);
    left: 1px;
  }
  100% {
    top: 40%;
    left: 0;
  }
}

@-webkit-keyframes luckys1m {
  0% {
    top: 0;
    left: 1px;
  }
  50% {
    top: 2px;
    left: 0;
  }
  60% {
    top: 2px;
    left: 1px;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@keyframes luckys1m {
  0% {
    top: 0;
    left: 1px;
  }
  50% {
    top: 2px;
    left: 0;
  }
  60% {
    top: 2px;
    left: 1px;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes luckys2 {
  0% {
    right: -3%;
    bottom: 0;
  }
  50% {
    right: calc(-3% + 2px);
    bottom: -1px;
  }
  60% {
    right: -3%;
    bottom: 0;
  }
  100% {
    right: calc(-3% + 2px);
    bottom: -1px;
  }
}

@keyframes luckys2 {
  0% {
    right: -3%;
    bottom: 0;
  }
  50% {
    right: calc(-3% + 2px);
    bottom: -1px;
  }
  60% {
    right: -3%;
    bottom: 0;
  }
  100% {
    right: calc(-3% + 2px);
    bottom: -1px;
  }
}

@-webkit-keyframes luckys4 {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  60% {
    top: 0;
  }
  100% {
    top: 5px;
  }
}

@keyframes luckys4 {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  60% {
    top: 0;
  }
  100% {
    top: 5px;
  }
}

@-webkit-keyframes luckys5 {
  0% {
    top: 40%;
    left: 5%;
  }
  50% {
    top: calc(40% + 2px);
    left: 5%;
  }
  60% {
    top: 40%;
    left: 5%;
  }
  100% {
    top: calc(40% + 2px);
    left: 5%;
  }
}

@keyframes luckys5 {
  0% {
    top: 40%;
    left: 5%;
  }
  50% {
    top: calc(40% + 2px);
    left: 5%;
  }
  60% {
    top: 40%;
    left: 5%;
  }
  100% {
    top: calc(40% + 2px);
    left: 5%;
  }
}

@-webkit-keyframes luckys5m {
  0% {
    top: 0;
    left: 1px;
  }
  50% {
    top: 2px;
    left: 0;
  }
  60% {
    top: 2px;
    left: 1px;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@keyframes luckys5m {
  0% {
    top: 0;
    left: 1px;
  }
  50% {
    top: 2px;
    left: 0;
  }
  60% {
    top: 2px;
    left: 1px;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes btsty2 {
  0% {
    padding-top: 1px;
  }
  100% {
    padding-top: 0;
  }
}

@keyframes btsty2 {
  0% {
    padding-top: 1px;
  }
  100% {
    padding-top: 0;
  }
}

@-webkit-keyframes btstyover {
  0% {
    border-top: #f00 5px dashed;
    border-right: #0000ff 5px dashed;
    border-bottom: #33cc00 5px dashed;
    border-left: #9900ff 5px dashed;
    background: #f00;
  }
  25% {
    border-top: #9900ff 5px dashed;
    border-right: #f00 5px dashed;
    border-bottom: #0000ff 5px dashed;
    border-left: #33cc00 5px dashed;
    background: #9900ff;
  }
  50% {
    border-top: #33cc00 5px dashed;
    border-right: #9900ff 5px dashed;
    border-bottom: #f00 5px dashed;
    border-left: #0000ff 5px dashed;
    background: #33cc00;
  }
  75% {
    border-top: #0000ff 5px dashed;
    border-right: #33cc00 5px dashed;
    border-bottom: #9900ff 5px dashed;
    border-left: #f00 5px dashed;
    background: #0000ff;
  }
  100% {
    border-top: #f00 5px dashed;
    border-right: #0000ff 5px dashed;
    border-bottom: #33cc00 5px dashed;
    border-left: #9900ff 5px dashed;
    background: #f00;
  }
}

@keyframes btstyover {
  0% {
    border-top: #f00 5px dashed;
    border-right: #0000ff 5px dashed;
    border-bottom: #33cc00 5px dashed;
    border-left: #9900ff 5px dashed;
    background: #f00;
  }
  25% {
    border-top: #9900ff 5px dashed;
    border-right: #f00 5px dashed;
    border-bottom: #0000ff 5px dashed;
    border-left: #33cc00 5px dashed;
    background: #9900ff;
  }
  50% {
    border-top: #33cc00 5px dashed;
    border-right: #9900ff 5px dashed;
    border-bottom: #f00 5px dashed;
    border-left: #0000ff 5px dashed;
    background: #33cc00;
  }
  75% {
    border-top: #0000ff 5px dashed;
    border-right: #33cc00 5px dashed;
    border-bottom: #9900ff 5px dashed;
    border-left: #f00 5px dashed;
    background: #0000ff;
  }
  100% {
    border-top: #f00 5px dashed;
    border-right: #0000ff 5px dashed;
    border-bottom: #33cc00 5px dashed;
    border-left: #9900ff 5px dashed;
    background: #f00;
  }
}

@-webkit-keyframes btsty {
  0% {
    border-top: #f00 5px dashed;
    border-right: #0000ff 5px dashed;
    border-bottom: #33cc00 5px dashed;
    border-left: #9900ff 5px dashed;
    color: #f00;
  }
  25% {
    border-top: #9900ff 5px dashed;
    border-right: #f00 5px dashed;
    border-bottom: #0000ff 5px dashed;
    border-left: #33cc00 5px dashed;
    color: #9900ff;
  }
  50% {
    border-top: #33cc00 5px dashed;
    border-right: #9900ff 5px dashed;
    border-bottom: #f00 5px dashed;
    border-left: #0000ff 5px dashed;
    color: #33cc00;
  }
  75% {
    border-top: #0000ff 5px dashed;
    border-right: #33cc00 5px dashed;
    border-bottom: #9900ff 5px dashed;
    border-left: #f00 5px dashed;
    color: #0000ff;
  }
  100% {
    border-top: #f00 5px dashed;
    border-right: #0000ff 5px dashed;
    border-bottom: #33cc00 5px dashed;
    border-left: #9900ff 5px dashed;
    color: #f00;
  }
}

@keyframes btsty {
  0% {
    border-top: #f00 5px dashed;
    border-right: #0000ff 5px dashed;
    border-bottom: #33cc00 5px dashed;
    border-left: #9900ff 5px dashed;
    color: #f00;
  }
  25% {
    border-top: #9900ff 5px dashed;
    border-right: #f00 5px dashed;
    border-bottom: #0000ff 5px dashed;
    border-left: #33cc00 5px dashed;
    color: #9900ff;
  }
  50% {
    border-top: #33cc00 5px dashed;
    border-right: #9900ff 5px dashed;
    border-bottom: #f00 5px dashed;
    border-left: #0000ff 5px dashed;
    color: #33cc00;
  }
  75% {
    border-top: #0000ff 5px dashed;
    border-right: #33cc00 5px dashed;
    border-bottom: #9900ff 5px dashed;
    border-left: #f00 5px dashed;
    color: #0000ff;
  }
  100% {
    border-top: #f00 5px dashed;
    border-right: #0000ff 5px dashed;
    border-bottom: #33cc00 5px dashed;
    border-left: #9900ff 5px dashed;
    color: #f00;
  }
}

#vga {
  font-family: "DINPro-Bold";
  font-size: 24px;
  color: #000;
  background: #fff;
  position: relative;
  background-attachment: fixed;
  /*kv*/
  /*s1*/
  /*s2*/
  /*s4*/
  /*s5*/
}

@media screen and (max-width: 960px) {
  #vga section {
    font-size: 20px;
  }
}

#vga section {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
}

#vga .bt {
  text-align: center;
  width: 100%;
}

#vga button.btSty {
  background: none;
  font-size: 30px;
  margin: 0 auto;
  border: none;
  padding-top: 15px;
  color: #fff;
  font-family: "VTCSuperMarketSale", "DINPro-Bold";
  width: 95%;
  margin: 0 auto;
  max-width: 350px;
  padding: 25px 0;
  background: #f00;
}

#vga button.btSty:hover {
  background: #c00;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

#vga .kv {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bg-kv.gif) top center no-repeat ;
  background-size: cover;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  #vga .kv {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
}

#vga .kv .msi-logo {
  left: 20px;
  top: 20px;
  position: absolute;
}

#vga .kv h1, #vga .kv .txt, #vga .kv .paper1, #vga .kv .paper2, #vga .kv .paper3, #vga .kv .pen1, #vga .kv .pen2, #vga .kv .pen3 {
  position: absolute;
}

#vga .kv h1 {
  top: -50%;
}

#vga .kv .txt {
  width: 80%;
  left: 12%;
  top: 7%;
  text-align: center;
}

#vga .kv .paper1 {
  width: 20%;
  top: 10%;
  -webkit-animation: paper1 0.5s ease forwards;
  animation: paper1 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#vga .kv .paper2 {
  width: 20%;
  left: -2%;
  top: 52%;
  -webkit-animation: paper2 0.5s ease forwards;
  animation: paper2 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#vga .kv .paper3 {
  width: 15%;
  right: 0;
  text-align: right;
  top: 45%;
  -webkit-animation: paper3 0.5s ease forwards;
  animation: paper3 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#vga .kv .pen1 {
  width: 95%;
  left: 5%;
  top: 0;
  -webkit-animation: pen1 0.5s ease forwards;
  animation: pen1 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#vga .kv .pen2 {
  width: 20%;
  top: 45%;
  -webkit-animation: pen2 0.5s ease forwards;
  animation: pen2 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#vga .kv .pen3 {
  width: 25%;
  right: 0;
  text-align: right;
  top: 35%;
  -webkit-animation: pen3 0.5s ease forwards;
  animation: pen3 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#vga .kv .title {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

#vga .kv .stitle {
  font-family: "SegoePrint-Bold";
  font-size: 2.8rem;
  color: #494645;
  -webkit-text-shadow: #fff 0 0 30px;
  -moz-text-shadow: #fff 0 0 30px;
  text-shadow: #fff 0 0 30px;
}

#vga .kv .bt {
  display: table;
  width: auto;
  text-align: center;
  margin: 0px auto 0;
  padding-top: 45px;
}

#vga .kv .bt .th, #vga .kv .bt .td {
  vertical-align: middle;
  font-family: "JustWright", "DINPro-Bold";
  color: #f00;
  font-size: 60px;
}

#vga .kv .bt .td img {
  height: 100%;
  width: auto;
}

#vga .kv .bt .th {
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-animation: bttitle 1s ease infinite;
  animation: bttitle 1s ease infinite;
}

#vga .kv .bt .th:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media screen and (max-width: 960px) {
  #vga .kv {
    background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bg-kv-m.jpg) top center no-repeat ;
    background-size: cover;
  }
  #vga .kv .title {
    width: 95%;
    padding-top: 25%;
  }
  #vga .kv .paper1, #vga .kv .paper2, #vga .kv .paper3, #vga .kv .pen1, #vga .kv .pen2, #vga .kv .pen3 {
    display: none;
    width: 0;
    -webkit-animation: none;
    animation: none;
  }
  #vga .kv .bt .td {
    display: none;
  }
  #vga .kv .bt .th {
    display: block;
    width: 100%;
    font-size: 30px;
  }
}

#vga .sbox {
  position: relative;
  width: 100%;
  display: none;
  background-attachment: fixed;
}

#vga .sbox .subtitle {
  padding-top: 160px;
  font-size: 64px;
  position: relative;
  font-family: "VTCSuperMarketSale", "DINPro-Bold";
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
}

@media screen and (max-width: 1366px) {
  #vga .sbox .subtitle {
    padding-top: 110px;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    font-size: 24px;
  }
}

@media screen and (max-width: 960px) {
  #vga .sbox .subtitle {
    padding: 40px 0 0;
    font-size: 36px;
  }
}

@media screen and (max-width: 960px) {
  #vga .sbox {
    padding-bottom: 60px;
  }
}

#vga .s1 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bg-s1.jpg) top center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #vga .s1 {
    background: none;
  }
}

#vga .s1 .bt {
  padding-top: 25px;
}

#vga .s1 .summary {
  line-height: 1.4em;
  padding: 25px 0 35px;
  font-size: 120%;
}

#vga .s1 .summary span {
  color: #fff;
  padding: 0 5px;
}

#vga .s1 .summary span.c1 {
  background: #f00;
}

#vga .s1 .summary span.c2 {
  background: #ff00cc;
}

#vga .s1 .summary span.c3 {
  background: #3300ff;
}

#vga .s1 .summary span.c4 {
  background: #00ff33;
}

#vga .s1 .summary span.c5 {
  background: #ff9900;
}

#vga .s1 .note {
  font-size: 80%;
  color: #c00;
  font-style: italic;
}

#vga .s1 .lucky {
  position: absolute;
  left: -25%;
  top: 40%;
  width: 25%;
  -webkit-animation: luckys1 1s infinite;
  animation: luckys1 1s infinite;
}

#vga .s1 .lucky img {
  vertical-align: bottom;
}

@media screen and (max-width: 1366px) {
  #vga .s1 .lucky {
    width: 20%;
  }
}

@media screen and (max-width: 960px) {
  #vga .s1 .lucky {
    width: 50%;
    margin: 0 auto;
    max-width: auto;
    position: relative;
    -webkit-animation: luckys1m 1s infinite;
    animation: luckys1m 1s infinite;
  }
}

#vga #s2 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bg-s2.jpg) top center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #vga #s2 {
    background: none;
  }
}

#vga .s2 .pbar {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  margin: 1% auto 0;
  padding-bottom: 1%;
}

@media screen and (max-width: 960px) {
  #vga .s2 .pbar {
    margin: 25px auto;
  }
}

#vga .s2 .pbar .lbar {
  float: left;
  width: calc(100% - 80px);
  max-width: auto;
  position: relative;
  margin-top: 10px;
}

#vga .s2 .pbar .p {
  float: right;
  width: 80px;
  max-width: auto;
}

#vga .s2 .pbar .line {
  width: 100%;
  height: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #eee 1px solid;
  background: #9e9e9e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e9e9e 1%, #edf0f4 51%, #b8b6ba 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e9e9e 1%, #edf0f4 51%, #b8b6ba 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9e9e9e), color-stop(51%, #edf0f4), color-stop(99%, #b8b6ba));
  background: -o-linear-gradient(left, #9e9e9e 1%, #edf0f4 51%, #b8b6ba 99%);
  background: linear-gradient(to right, #9e9e9e 1%, #edf0f4 51%, #b8b6ba 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#b8b6ba',GradientType=1 );
  /* IE6-9 */
  position: relative;
}

#vga .s2 .pbar .pline {
  width: 0%;
  height: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #fff 1px solid;
  background: #ed1d02;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ed1d02 1%, #f97f9c 52%, #f91827 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ed1d02 1%, #f97f9c 52%, #f91827 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ed1d02), color-stop(52%, #f97f9c), color-stop(99%, #f91827));
  background: -o-linear-gradient(left, #ed1d02 1%, #f97f9c 52%, #f91827 99%);
  background: linear-gradient(to right, #ed1d02 1%, #f97f9c 52%, #f91827 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1d02', endColorstr='#f91827',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}

#vga .s2 .qbox {
  width: 90%;
  margin: 0 auto;
  max-width: 950px;
  padding-bottom: 30px;
  text-align: left;
}

#vga .s2 .qbox .q {
  padding: 15px 0;
  line-height: 2rem;
}

#vga .s2 .qbox ul li {
  padding: 8px 0;
}

#vga .s2 .qbox .qtb {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#vga .s2 .qbox .qtb .tr {
  display: table-row;
}

#vga .s2 .qbox .qtb .th {
  display: table-cell;
  width: 50%;
}

#vga .s2 .qbox .qtb .td {
  display: table-cell;
  width: 50%;
}

#vga .s2 .qbox .qtb ul {
  padding-left: 25px;
}

#vga .s2 .qbox .qtb .th {
  vertical-align: top;
}

#vga .s2 .qbox .qtb .td {
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  #vga .s2 .qbox .qtb .th, #vga .s2 .qbox .qtb .td {
    width: 100%;
    display: table;
  }
}

#vga .s2 button.next {
  border: #222 2px dashed;
  background: none;
  font-size: 20px;
  font-family: "VTCSuperMarketSale", "DINPro-Bold";
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  padding: 10px 35px;
  cursor: pointer;
  -webkit-animation: next 1s step-end infinite;
  animation: next 1s step-end infinite;
  outline: none;
}

#vga .s2 button.next:hover {
  background: #f00;
  color: #fff;
}

#vga .s2 .lucky {
  position: absolute;
  right: -3%;
  bottom: 0;
  width: 25%;
  -webkit-animation: luckys2 1s infinite;
  animation: luckys2 1s infinite;
}

#vga .s2 .lucky img {
  vertical-align: bottom;
}

@media screen and (max-width: 1366px) {
  #vga .s2 .lucky {
    width: 20%;
  }
}

@media screen and (max-width: 960px) {
  #vga .s2 .lucky {
    position: relative;
    left: 50%;
    width: 50%;
    -webkit-animation: none;
    animation: none;
  }
}

#vga .s2 .bt {
  padding-top: 15px;
}

#vga .s3 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bg-s3.jpg) top center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #vga .s3 {
    background: none;
  }
}

#vga .s3 .bt {
  padding-top: 45px;
}

#vga .s3 .formtb {
  display: table;
  width: 100%;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
  border-spacing: 1px;
  margin-top: 1%;
}

#vga .s3 .formtb .tr {
  display: table-row;
}

#vga .s3 .formtb .th {
  display: table-cell;
  width: 40%;
}

#vga .s3 .formtb .td {
  display: table-cell;
  width: 60%;
}

#vga .s3 .formtb li {
  padding: 15px 0;
}

#vga .s3 .formtb li p {
  padding-bottom: 10px;
}

#vga .s3 .formtb li a {
  color: #c00;
}

#vga .s3 .formtb li a:hover {
  color: #f00;
}

#vga .s3 .formtb .th {
  padding-right: 30px;
}

#vga .s3 .formtb .td {
  border-left: #ccc 1px solid;
  padding-left: 30px;
}

#vga .s3 .formtb .formSty, #vga .s3 .formtb select {
  width: auto;
  border: none;
  margin-left: 5px;
  background: none;
  border-bottom: #999 1px dashed;
  color: #666;
}

@media screen and (max-width: 960px) {
  #vga .s3 .formtb .th, #vga .s3 .formtb .td {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
    display: block;
    padding: 10px 0;
    border: none;
  }
}

#vga .s3 .material-icons {
  padding-right: 5px;
  vertical-align: middle;
}

#vga .s3 .line {
  border-top: #ccc 1px solid;
}

#vga .s3 .item {
  width: 90%;
  margin: 0 auto;
  max-width: 950px;
  padding: 15px 0;
}

#vga .s3 .item .t {
  padding-bottom: 10px;
  padding-top: 15px;
}

#vga .s3 .item .f input {
  width: 100px;
  border: none;
  margin-left: 5px;
  background: none;
  border-bottom: #999 1px dashed;
}

#vga .s3 .item:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#vga .s3 .lucky {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 25%;
}

#vga .s3 .lucky img {
  vertical-align: bottom;
}

@media screen and (max-width: 1366px) {
  #vga .s3 .lucky {
    width: 20%;
  }
}

@media screen and (max-width: 960px) {
  #vga .s3 .lucky {
    position: relative;
    width: 40%;
    margin: 0 auto;
    bottom: 0;
  }
}

#vga .s4 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bg-s4.jpg) top center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #vga .s4 {
    background: none;
  }
}

#vga .s4 .summary {
  padding: 15px 0 5px;
}

#vga .s4 .summary p {
  padding-bottom: 10px;
}

#vga .s4 .box {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media screen and (max-width: 1366px) {
  #vga .s4 .box {
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
  }
}

#vga .s4 .box .img {
  position: relative;
  top: 0;
}

#vga .s4 .box .txt {
  width: 90%;
  margin: 0 auto;
  max-width: 280px;
  text-align: center;
  color: #999;
  padding-top: 5px;
}

#vga .s4 .box .txt span {
  color: #f00;
  font-size: 200%;
}

#vga .s4 .box .gtx1060 {
  float: left;
  width: 35%;
  max-width: 450px;
  position: relative;
}

@media screen and (max-width: 960px) {
  #vga .s4 .box .gtx1060 {
    float: none;
    width: calc(100% - 46px);
    margin: 0 auto;
  }
}

#vga .s4 .box .gtx1070 {
  float: right;
  width: 35%;
  max-width: 450px;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 960px) {
  #vga .s4 .box .gtx1070 {
    float: none;
    width: calc(100% - 46px);
    margin: 0 auto;
  }
}

#vga .s4 .box .pd {
  cursor: pointer;
  padding: 20px;
}

#vga .s4 .box .pd:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 960px) {
  #vga .s4 .box .pd {
    background: #eee;
    margin: 5px auto;
  }
}

#vga .s4 .box .active {
  border: #f00 3px solid;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

#vga .s4 .box:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#vga .s4 .box .lucky {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 28%;
  margin: 0 auto;
  max-width: 350px;
  left: 36%;
  -webkit-animation: luckys4 1s infinite;
  animation: luckys4 1s infinite;
}

@media screen and (max-width: 960px) {
  #vga .s4 .box .lucky {
    display: none;
  }
}

#vga .s4 .bt {
  padding-top: 10px;
}

#vga .s4 .luckym {
  display: none;
  width: 40%;
  margin: 0 auto;
  max-width: auto;
}

@media screen and (max-width: 960px) {
  #vga .s4 .luckym {
    display: block;
  }
}

#vga .s5 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bg-s5.jpg) top center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #vga .s5 {
    background: none;
  }
}

#vga .s5 .summary {
  padding: 15px 0 35px;
  line-height: 2rem;
}

#vga .s5 .summary strong {
  color: #f00;
}

#vga .s5 .boxtb {
  width: 90%;
  margin: 0 auto;
  max-width: 950px;
}

#vga .s5 .boxtb:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#vga .s5 .boxtb .img {
  float: left;
  width: 50%;
  max-width: 400px;
  position: relative;
}

@media screen and (max-width: 960px) {
  #vga .s5 .boxtb .img {
    float: none;
    width: calc(100% - 60px);
    max-width: auto;
  }
}

#vga .s5 .boxtb .img .material-icons {
  font-size: 60px;
}

#vga .s5 .boxtb .img a {
  position: absolute;
  color: #999;
  right: -60px;
  bottom: 10px;
  cursor: pointer;
}

#vga .s5 .boxtb .img a:hover {
  color: #f00;
}

#vga .s5 .text ul {
  padding-bottom: 40px;
}

#vga .s5 .text li {
  padding: 10px 0 0;
}

#vga .s5 .text li .sharebt {
  width: 332px;
  height: 84px;
  color: #fff;
  border: none;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 45px;
}

#vga .s5 .text li .fb {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bt-fb.png) center center no-repeat ;
  background-size: cover;
}

#vga .s5 .text li .fb:hover {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bt-fb-over.png) center center no-repeat ;
  background-size: cover;
}

#vga .s5 .text li .tw {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bt-twitter.png) center center no-repeat ;
  background-size: cover;
}

#vga .s5 .text li .tw:hover {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bt-twitter-over.png) center center no-repeat ;
  background-size: cover;
}

#vga .s5 .text li .dd {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bt-down.png) center center no-repeat ;
  background-size: cover;
}

#vga .s5 .text li .dd:hover {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bt-down-over.png) center center no-repeat ;
  background-size: cover;
}

#vga .s5 .text li .weibo {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bt-weibo.png) center center no-repeat ;
  background-size: cover;
}

#vga .s5 .text li .weibo:hover {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/bt-weibo-over.png) center center no-repeat ;
  background-size: cover;
}

#vga .s5 .text li .bt {
  padding-top: 0px !important;
}

#vga .s5 .lucky {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 28%;
  margin: 0 auto;
  max-width: 300px;
  left: 0;
  -webkit-animation: luckys5 1s infinite;
  animation: luckys5 1s infinite;
}

@media screen and (max-width: 960px) {
  #vga .s5 .lucky {
    position: relative;
    width: 40%;
    margin: 0 auto;
    bottom: 0;
    -webkit-animation: luckys5m 1s infinite;
    animation: luckys5m 1s infinite;
  }
}

.colorbox {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  display: table;
}

@media screen and (max-width: 1366px) {
  .colorbox {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
  }
}

.colorbox:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

.colorbox .card {
  position: relative;
  width: 70%;
  max-width: 500px;
  display: table-cell;
}

@media screen and (max-width: 960px) {
  .colorbox .card {
    width: 90%;
    margin: 0 auto;
    display: table;
  }
}

.colorbox .card .card-img {
  position: relative;
  z-index: 10;
}

.colorbox .card .card-img-left, .colorbox .card .card-img-right {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.colorbox .card #card-img-left-top {
  position: absolute;
  width: 45%;
  height: 222.696px;
  top: 0;
  left: 10%;
  display: block;
  z-index: 11;
  cursor: pointer;
}

.colorbox .card #card-img-right-top {
  position: absolute;
  width: 44%;
  height: 222.696px;
  top: 0;
  right: 1%;
  display: block;
  z-index: 11;
  cursor: pointer;
}

.colorbox .colorticket {
  text-align: center;
  padding-left: 45px;
  vertical-align: top;
  width: calc(30% - 45px);
  display: table-cell;
}

@media screen and (max-width: 960px) {
  .colorbox .colorticket {
    width: 200px;
    margin: 0 auto;
    display: table;
    padding-left: 0;
  }
}

.colorbox #color2 {
  display: none;
}

/*navtabs*/
#navtabs {
  width: 100%;
  position: fixed;
  top: 20px;
  z-index: 1000;
  display: none;
}

#navtabs ul {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}

#navtabs ul:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#navtabs ul li {
  float: left;
  position: relative;
  text-align: center;
  font-family: "JustWright", "DINPro-Bold";
  font-size: 38px;
}

#navtabs ul li span.c {
  font-family: "VTCSuperMarketSale", "DINPro-Bold";
}

#navtabs ul li span.t {
  display: none;
}

@media screen and (max-width: 1366px) {
  #navtabs ul li {
    font-size: 30px;
  }
}

@media screen and (max-width: 960px) {
  #navtabs ul li {
    display: block;
    padding: 10px 0;
  }
}

#navtabs ul li .sbox2, #navtabs ul li .stitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

#navtabs ul li .sbox2 img, #navtabs ul li .stitle img {
  width: 100%;
}

#navtabs ul li .sbox1 {
  z-index: 2;
  position: relative;
}

#navtabs ul li .sbox1 img {
  width: 100%;
}

#navtabs ul li .sbox2 {
  display: none;
  width: 0%;
  height: 100%;
}

#navtabs ul li.tab01 {
  width: 16%;
}

#navtabs ul li.tab01 .stitle {
  padding-top: 10%;
}

#navtabs ul li.tab01 .sbox2 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/tabs_01b.png) center center no-repeat ;
  background-size: cover;
}

#navtabs ul li.tab02 {
  width: 16%;
}

#navtabs ul li.tab02 .stitle {
  padding-top: 10%;
}

#navtabs ul li.tab02 .sbox2 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/tabs_02b.png) center center no-repeat ;
  background-size: cover;
}

#navtabs ul li.tab03 {
  width: 16%;
}

#navtabs ul li.tab03 .stitle {
  padding-top: 8%;
}

#navtabs ul li.tab03 .sbox2 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/tabs_03b.png) center center no-repeat ;
  background-size: cover;
}

#navtabs ul li.tab04 {
  width: 16%;
}

#navtabs ul li.tab04 .stitle {
  padding-top: 8%;
}

#navtabs ul li.tab04 .sbox2 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/tabs_04b.png) center center no-repeat ;
  background-size: cover;
}

#navtabs ul li.tab05 {
  width: 16%;
}

#navtabs ul li.tab05 .stitle {
  padding-top: 12%;
}

#navtabs ul li.tab05 .sbox2 {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry/images/tabs_05b.png) center center no-repeat ;
  background-size: cover;
}

#navtabs ul li.sp {
  width: 4%;
}

#navtabs ul li.on {
  color: #fff;
}

#navtabs ul li.on .sbox2 {
  display: block;
}

@media screen and (max-width: 960px) {
  #navtabs {
    position: relative;
    top: 0;
  }
  #navtabs ul {
    width: 100%;
    margin: 0 auto;
    max-width: auto;
  }
  #navtabs ul li {
    width: 100%;
    float: none;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-bottom: #eee 1px dashed;
    font-family: "DINPro-Bold";
    font-size: 20px;
    line-height: 20px;
  }
  #navtabs ul li.sp {
    display: none;
  }
  #navtabs ul li .sbox1, #navtabs ul li .sbox1 {
    display: none;
  }
  #navtabs ul li.tab01 {
    width: 100%;
  }
  #navtabs ul li.tab01 .stitle {
    padding-top: 0;
  }
  #navtabs ul li.tab01 .sbox2 {
    background: #f00;
  }
  #navtabs ul li.tab02 {
    width: 100%;
  }
  #navtabs ul li.tab02 .stitle {
    padding-top: 0;
  }
  #navtabs ul li.tab02 .sbox2 {
    background: #ffcc00;
  }
  #navtabs ul li.tab03 {
    width: 100%;
  }
  #navtabs ul li.tab03 .stitle {
    padding-top: 0;
  }
  #navtabs ul li.tab03 .sbox2 {
    background: #ff00cc;
  }
  #navtabs ul li.tab04 {
    width: 100%;
  }
  #navtabs ul li.tab04 .stitle {
    padding-top: 0;
  }
  #navtabs ul li.tab04 .sbox2 {
    background: #0033ff;
  }
  #navtabs ul li.tab05 {
    width: 100%;
  }
  #navtabs ul li.tab05 .stitle {
    padding-top: 0;
  }
  #navtabs ul li.tab05 .sbox2 {
    background: #33cc00;
  }
}

/*lgbox*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: #fff 1px solid;
  color: #222;
  text-align: left;
  font-family: "DINPro-Bold";
  font-size: 19.2px;
  color: #000;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 1000px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

.close {
  font-size: 30px;
  color: #666;
  background: none !important;
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 15px;
  display: inline-block !important;
  text-align: center;
  border: none;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.close {
  -webkit-appearance: none;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-header {
  border-color: #fff;
}

.modal-line {
  border-bottom: #ccc 1px solid;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-content {
  padding: 2%;
}

.optsty {
  /*Check box*/
  /*Radio box*/
  /*Radio Toggle*/
}

.optsty label {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
  color: #666;
  font-size: 90%;
}

.optsty input[type="checkbox"], .optsty input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.optsty input[type="checkbox"] + .label-text:before {
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

.optsty input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #f00;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
}

.optsty input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

.optsty input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

.optsty input[type="radio"] + .label-text:before {
  content: "\f10c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

.optsty input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #f00;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
}

.optsty input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.optsty input[type="radio"]:disabled + .label-text:before {
  content: "\f111";
  color: #ccc;
}

.optsty .toggle input[type="radio"] + .label-text:before {
  content: "\f204";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
}

.optsty .toggle input[type="radio"]:checked + .label-text:before {
  content: "\f205";
  color: #16a085;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
}

.optsty .toggle input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.optsty .toggle input[type="radio"]:disabled + .label-text:before {
  content: "\f204";
  color: #ccc;
}

@-webkit-keyframes effect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes effect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#terms {
  padding-top: 25px;
}

#terms ul {
  margin-left: 25px;
}

#terms ul li {
  list-style: disc;
  line-height: 1.5em;
  padding-bottom: 15px;
  color: #666;
}

#terms ul li strong {
  color: #40c3f9;
}

#terms ul li .tb {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-spacing: 15px;
}

#terms ul li .tb .tr {
  display: table-row;
}

#terms ul li .tb .th {
  display: table-cell;
  width: 60px;
}

#terms ul li .tb .td {
  display: table-cell;
  width: calc(100% - 60px);
}

#terms ul li .tb .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #eee;
}

#terms ul li .tb .td {
  border-bottom: #eee 1px dashed;
}

#victorytxt {
  text-align: center;
  padding-bottom: 30px;
}

#victorytxt .ok {
  font-size: 30px;
  color: #f00;
  padding: 25px 0;
}

#victorytxt .ok span {
  font-size: 150%;
}

#errormsgtxt {
  text-align: center;
}

#errormsgtxt p {
  font-size: 30px;
  padding: 35px 0;
}

#errormsgtxt button {
  background: #f00;
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #errormsgtxt button {
    width: 95%;
    margin: 5px auto;
  }
}
