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

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

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

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

/*----landing page-----*/
body {
  width: 100%;
  overflow-x: hidden;
  text-align: left;
  position: relative;
  background: #000;
}

body, html {
  height: 100%;
}

.navbar {
  margin-bottom: 0;
}

.parallax-window {
  min-height: 600px;
  background: transparent;
  left: 0;
}

@media screen and (max-width: 960px) {
  .parallax-window {
    display: none;
    min-height: auto;
    height: 0;
  }
}

@-webkit-keyframes bt {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff9900);
    filter: drop-shadow(0px 0px 0px #ff9900);
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px #ff9900);
    filter: drop-shadow(0px 0px 10px #ff9900);
  }
}

@keyframes bt {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff9900);
    filter: drop-shadow(0px 0px 0px #ff9900);
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px #ff9900);
    filter: drop-shadow(0px 0px 10px #ff9900);
  }
}

h1 {
  color: #fff !important;
}

#nb-pass {
  font-family: "body-font";
  font-size: 180%;
  color: #fff;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  #nb-pass {
    font-size: 144%;
  }
}

#nb-pass #h1title {
  font-family: "title-font";
  text-transform: uppercase;
  font-size: 70px;
  line-height: 84px;
}

@media screen and (max-width: 1366px) {
  #nb-pass #h1title {
    font-size: 56px;
    line-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  #nb-pass #h1title {
    font-size: 35px;
    line-height: 56px;
  }
}

#nb-pass #h1title strong {
  color: #ff9900;
}

#nb-pass #h1title span {
  font-size: 80%;
  color: #fff;
}

#nb-pass #h2title {
  font-family: "title-font";
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 1em;
}

@media screen and (max-width: 1366px) {
  #nb-pass #h2title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  #nb-pass #h2title {
    font-size: 25px;
    line-height: 40px;
  }
}

#nb-pass #h2title span {
  border-bottom: #f90 5px solid;
}

#nb-pass .tbwp {
  height: 100vh;
  width: 100%;
  display: table;
  bordwe-spacing: 30px;
}

#nb-pass .tbwp .tbtxt {
  display: table-row;
}

#nb-pass .tbwp .txt {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background: url(https://asset.msi.com/event/nb/2018/nb-seasopn-pass-extra-gift/images/bg-box.png) top center no-repeat ;
  background-size: cover;
}

#nb-pass .tbwp .txt p {
  line-height: 126%;
}

#nb-pass .tbwp .txt p sup {
  vertical-align: super;
  font-size: 60%;
}

#nb-pass .tbwp .txt .date {
  padding: 1em 0 0.5em;
  font-style: italic;
  font-weight: bold;
  font-family: "subtitle-font";
}

#nb-pass .tbwp .txt .date span {
  font-size: 150%;
}

#nb-pass .tbwp .txt .bt {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  text-align: right;
  font-size: 80%;
  padding-bottom: 5%;
}

#nb-pass .tbwp .txt .bt img {
  -webkit-animation: bt 1.2s infinite;
  animation: bt 1.2s infinite;
}

#nb-pass .tbwp .txt ul li {
  padding: 15px 0;
}

#nb-pass .tbwp .txt .img {
  width: 80%;
  margin: 0 auto;
  max-width: 500px;
  padding: 25px 0;
}

#nb-pass .tbwp .txt .copyright {
  font-size: 63%;
  line-height: 126%;
}

#nb-pass .bg1 {
  background: url(https://asset.msi.com/event/nb/2018/nb-seasopn-pass-extra-gift/images/kv.jpg) bottom left no-repeat ;
  background-size: cover;
}

#nb-pass .bg2 {
  background: url(https://asset.msi.com/event/nb/2018/nb-seasopn-pass-extra-gift/images/kv2.jpg) bottom left no-repeat ;
  background-size: cover;
}
