/* 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: "Geforce-Bold";
  src: url("fonts/Geforce-Bold.eot");
  src: url("fonts/Geforce-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Geforce-Bold.woff") format("woff"), url("fonts/Geforce-Bold.ttf") format("truetype"), url("fonts/Geforce-Bold.svg#Geforce-Bold") format("svg");
}

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

@font-face {
  font-family: "DINCond-Bold";
  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#DINCond-Bold") format("svg");
}

#footer {
  background: url("https://asset.msi.com/event/nb/2017/monsoon/images/bg-footer.gif") top left repeat-x;
  text-align: center;
  width: 100%;
}

#header {
  background: #000;
  text-align: center;
}

/*----landing page-----*/
body {
  background: url(https://asset.msi.com/event/nb/2017/monsoon/images/bg.jpg) top center no-repeat #000;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  overflow-x: hidden;
}

.navbar {
  margin-bottom: 0;
}

#monsoon {
  position: relative;
  color: #fff;
  font-family: "DINPro-Regular";
  font-size: 110%;
}

#monsoon section {
  padding: 5em 0;
}

#monsoon section .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  text-align: center;
}

#monsoon section h2 {
  font-family: "Geforce-Bold";
  font-size: 2.2em;
  padding-bottom: 20px;
}

#monsoon .hide {
  display: none;
}

#monsoon .fixed {
  position: fixed !important;
  top: 0;
  z-index: 10000;
}

#monsoon #navitem {
  position: absolute;
  z-index: 10000;
  width: 100%;
  top: 0;
  background: url(https://asset.msi.com/event/nb/2017/monsoon/images/bg-nav.png) top center no-repeat #000;
  background-size: cover;
  background-color: none;
  -webkit-box-shadow: #2c3857 0 0 30px;
  -moz-box-shadow: #2c3857 0 0 30px;
  box-shadow: #2c3857 0 0 30px;
  /*
		background:rgba(14,7,30,0.8);
		*/
}

#monsoon #navitem ul {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

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

#monsoon #navitem ul li {
  float: left;
  width: 25%;
  max-width: auto;
}

#monsoon #navitem ul li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-family: "Geforce-Bold";
  text-transform: uppercase;
  border-left: #8d5da0 1px solid;
  border-right: #2a243c 1px solid;
  cursor: pointer;
}

#monsoon #navitem ul li:first-child a {
  border-left: none;
}

@media screen and (max-width: 960px) {
  #monsoon .hide {
    display: block;
  }
  #monsoon .show {
    display: none;
  }
  #monsoon #btnav {
    padding: 10px;
    text-align: center;
  }
  #monsoon #navitem ul li {
    float: none;
    border: none;
    border-bottom: #2a243c 1px solid;
    width: 100%;
  }
  #monsoon .vimg {
    padding-top: 2em;
  }
  #monsoon section h2 {
    font-size: 1.6em;
  }
}

#monsoon #vimg {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  padding-top: 3.5em;
}

@media screen and (max-width: 1366px) {
  #monsoon #vimg {
    padding-top: 0;
  }
}

#monsoon #vimg .img {
  position: relative;
  z-index: 1;
}

#monsoon #vimg .title {
  position: absolute;
  z-index: 2;
  top: 3.5em;
  left: 0;
}

@media screen and (max-width: 1366px) {
  #monsoon #vimg .title {
    top: 0;
  }
}

#monsoon #vimg .price {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}

#monsoon #model {
  margin-top: 5em;
  background: rgba(0, 0, 0, 0.7);
}

#monsoon #model .tb {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-spacing: 10px;
}

#monsoon #model .tb .tr {
  display: table-row;
}

#monsoon #model .tb .th {
  display: table-cell;
  width: 33%;
}

#monsoon #model .tb .td {
  display: table-cell;
  width: 33%;
}

#monsoon #model .tb .td {
  background: rgba(89, 45, 94, 0.2);
  border-top: #0b061e 1px solid;
  padding: 15px;
}

#monsoon #model .sp {
  font-family: "DINPro-Regular";
  padding: 0 20px;
}

#monsoon #model .price {
  font-family: "Geforce-Bold";
  color: #f00;
  padding-top: 15px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #monsoon #model .tb {
    border-spacing: 0px;
    display: table;
    width: 90%;
    margin: 0 auto;
  }
  #monsoon #model .tb .tr {
    display: table-row;
  }
  #monsoon #model .tb .th {
    display: table-cell;
    width: 100%;
  }
  #monsoon #model .tb .td {
    display: table-cell;
    width: 100%;
  }
  #monsoon #model .tb .tr, #monsoon #model .tb .td {
    display: table !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #monsoon #model .tb .tr:last-child > .td:last-child {
    display: none;
  }
}

#monsoon #detail {
  background: rgba(0, 0, 0, 0.4);
}

#monsoon #detail h1 {
  font-family: "DINCond-Bold";
  -webkit-text-shadow: #b024c0 0 0 10px;
  -moz-text-shadow: #b024c0 0 0 10px;
  text-shadow: #b024c0 0 0 10px;
  color: #fff;
  font-size: 3em;
  padding: 20px 0;
}

#monsoon #detail h1 strong {
  font-family: "Geforce-Bold";
}

@media screen and (max-width: 960px) {
  #monsoon #detail h1 {
    font-size: 2em;
  }
}

#monsoon #detail p {
  font-family: "DINCond-Bold";
  font-size: 1.6em;
}

@media screen and (max-width: 960px) {
  #monsoon #detail p {
    font-size: 1.2em;
  }
}

#monsoon #detail .box {
  text-align: left;
  padding-top: 2em;
  width: 95%;
  margin: 0 auto;
  max-width: auto;
}

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

#monsoon #detail .box .pd {
  float: left;
  width: 700px;
  max-width: auto;
  text-align: center;
}

#monsoon #detail .box .info {
  float: right;
  width: calc(100% - 700px);
  max-width: auto;
}

#monsoon #detail .box .info .item {
  position: relative;
  margin-top: 30px;
  width: 80%;
  margin-top: 60px;
  padding-left: 10%;
}

#monsoon #detail .box .info .item .title {
  background: #2c3857;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: -30px;
  z-index: 2;
  font-family: "Geforce-Bold";
  /*
						-webkit-clip-path: polygon(47% 11%, 98% 26%, 98% 75%, 55% 85%, 9% 72%, 0% 25%);
						clip-path: polygon(47% 11%, 98% 26%, 98% 75%, 55% 85%, 9% 72%, 0% 25%);
						*/
}

#monsoon #detail .box .info .item .txt {
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: #2c3857 5px solid;
  -webkit-box-shadow: #ccc 0 0 20px;
  -moz-box-shadow: #ccc 0 0 20px;
  box-shadow: #ccc 0 0 20px;
  font-family: "DINCond-Bold";
  line-height: 1.3em;
  font-size: 1.3em;
}

@media screen and (max-width: 960px) {
  #monsoon #detail .box .pd, #monsoon #detail .box .info {
    float: none;
    width: 100%;
    max-width: none;
  }
}

#monsoon #detail .bt {
  margin: 4em 0;
}

#monsoon #detail .bt a {
  width: 100%;
  margin: 0 auto;
  max-width: 360px;
  display: block;
  -webkit-box-shadow: #ccc 0 0 20px;
  -moz-box-shadow: #ccc 0 0 20px;
  box-shadow: #ccc 0 0 20px;
  padding: 20px 0;
  color: #fff;
  font-family: "DINCond-Bold";
  font-size: 1.8em;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  border: #592d5e 2px solid;
  background: rgba(89, 45, 94, 0.8);
}

#monsoon #detail .bt a i {
  padding-right: 10px;
}

#monsoon #detail .bt a:hover {
  background: rgba(44, 56, 87, 0.8);
  border: #2c3857 2px solid;
}

#monsoon #detail .bt a:hover i {
  padding-right: 0;
}

#monsoon #detail .formbox {
  background: rgba(0, 0, 0, 0.3);
}

#monsoon #detail .formbox .note {
  background: rgba(44, 56, 87, 0.8);
  text-align: center;
  padding: 25px 0;
}

#monsoon #detail .formbox .note i {
  font-size: 150%;
}

#monsoon #detail .formbox .note a {
  color: #eee;
  border-bottom: #fff 1px dashed;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#monsoon #detail .formbox .note a:hover {
  background: rgba(255, 255, 255, 0.8);
  border: #2c3857 2px solid;
  color: #2c3857;
}

#monsoon #detail .formbox .container {
  text-align: left;
}

#monsoon #detail .formbox .container ul {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 3em 0;
}

#monsoon #detail .formbox .container ul li {
  border-bottom: #2c3857 1px solid;
  margin: 8px 0;
}

#monsoon #detail .formbox .container ul li .item {
  background: #2c3857;
  padding: 8px;
  width: 200px;
}

#monsoon #wtb .img {
  padding: 20px 0 50px;
}

#monsoon #wtb .img img {
  margin: 0 5px;
}

#monsoon #wtb .table-wtb {
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  border-collapse: collapse;
}

#monsoon #wtb .table-wtb th {
  border-top: #592d5e 1px solid;
  background: rgba(89, 45, 94, 0.5);
  padding: 15px;
  font-family: "Geforce-Bold";
}

#monsoon #wtb .table-wtb td {
  background: rgba(0, 0, 0, 0.4);
  border-bottom: #333 1px solid;
  padding: 15px;
}

#monsoon #wtb .table-wtb td:nth-child(even) {
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  #monsoon #wtb .tbbox {
    width: 100%;
    overflow-x: scroll;
  }
}

#monsoon #wtb .txt {
  padding: 3em 0 2em;
}

#monsoon #wtb .txt h2 {
  font-family: "DINCond-Bold";
}

#monsoon #wtb .txt .tb {
  display: table;
  width: 90%;
  margin: 0 auto;
  border-spacing: 15px;
}

#monsoon #wtb .txt .tb .tr {
  display: table-row;
}

#monsoon #wtb .txt .tb .th {
  display: table-cell;
  width: 25%;
}

#monsoon #wtb .txt .tb .td {
  display: table-cell;
  width: 25%;
}

#monsoon #wtb .txt .tb .td {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
}

#monsoon #wtb .txt .tb .td i {
  font-size: 3em;
}

#monsoon #wtb .txt .tb .td h3 {
  font-family: "DINCond-Bold";
  padding: 5px 0 10px;
}

#monsoon #wtb .txt .tb .td p {
  font-size: 0.9em;
}

#monsoon #wtb .txt .tb .td a {
  color: #fff;
}

#monsoon #wtb .txt .tb .td a:hover {
  border-bottom: #fff 1px dashed;
}

@media screen and (max-width: 768px) {
  #monsoon #wtb .txt .tb .tr, #monsoon #wtb .txt .tb .td {
    display: table;
    width: 100%;
    margin: 5px 0;
  }
}

#monsoon #wtb .notice {
  padding-top: 3em;
  font-size: 0.8em;
}
