/* CSS Document */
/* CSS Document */
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;
}

/*----landing page-----*/
body {
  overflow-x: hidden;
  background: #000;
}

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

body {
  color: #fff;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.6;
  background: url(../images/bg-gaming.jpg) center center no-repeat ;
  background-size: cover;
}

h1 {
  font-size: 30px;
  padding: 3% 15px 0px;
}

h1:after {
  content: "";
  display: block;
  background: #222;
  width: 150px;
  height: 2px;
  margin: 20px auto 0;
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 28px;
  }
}

#header {
  text-align: left;
  padding: 15px;
  border-bottom: #f00 1px solid;
}

#header img {
  height: 70px;
}

.banner-block {
  text-align: center;
}

#form-wp {
  border: #222 2px solid;
  width: 90%;
  max-width: 1200px;
  margin: 2% auto;
}

#msi_form {
  padding: 3% 5% 5%;
  text-align: left;
}

.help-block {
  padding-top: 50px;
  color: #ccc;
}

.star {
  color: #f00;
  padding-left: 5px;
  font-size: 18px;
  display: inline-block;
}

.question-group {
  padding-bottom: 40px;
}

.question-group h6 {
  font-size: 20px;
  padding-bottom: 10px;
}

.question-group input[type="text"], .question-group input[type="email"], .question-group textarea, .question-group select {
  background: #222;
  border: #333 1px solid;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}

.question-group a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

.question-group a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

.question-group a.bt-ltbox {
  margin-left: 30px;
}

.question-group .note {
  color: #666;
  padding-top: 10px;
  font-size: 16px;
}

.question-group ul {
  width: 100%;
}

.question-group ul li {
  padding: 15px 0 10px;
}

.question-group.error h6 {
  color: #c00;
}

.question-group.error.checkSty {
  color: #c00;
}

.radioSty input[type="radio"] {
  display: none;
}

.radioSty input[type="radio"]:checked + label::before {
  border: #f00 1px solid;
}

.radioSty input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 3px;
  left: 3px;
}

.radioSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radioSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.checkSty input[type="checkbox"] {
  display: none;
}

.checkSty input[type="checkbox"]:checked + label::before {
  border: #c00 1px solid;
  background: url(../images/icon-check.png) center center no-repeat ;
  background-size: cover;
}

.checkSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.form-send button {
  background: #c00;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.form-send button:hover {
  background: #f00;
}

@media screen and (max-width: 960px) {
  .form-send {
    text-align: center;
  }
  .form-send button {
    width: 100%;
  }
}

.lighttbox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
}

.ltwp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ltbox {
  background: #111;
  width: 90%;
  max-width: 1000px;
  margin: 3% auto;
  padding: 40px;
  border: #222 3px solid;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  display: none;
}

.ltbox h2 {
  font-size: 26px;
  color: #f00;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}

.ltbox h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 150px;
  margin: 15px auto 0;
  background: #f00;
}

.ltbox h4 {
  padding: 30px 0 10px;
  font-size: 22px;
}

.ltbox h4 span {
  border-bottom: #666 2px solid;
}

.ltbox p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.ltbox .btclose {
  text-align: center;
  padding-top: 30px;
}

.ltbox .btclose button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.ltbox .btclose button:hover {
  background: #f00;
}

@media screen and (max-width: 960px) {
  .ltbox .btclose button {
    width: 100%;
  }
}

#terms {
  text-align: left;
}

#terms a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

#terms a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

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

#terms ul li {
  list-style: lower-roman;
  line-height: 1.6;
  padding-bottom: 10px;
}

#terms ul li ul li {
  list-style: lower-alpha;
}
