/* 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;
  vertical-align: bottom;
}

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

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

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

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

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

header {
  background: #000;
}

.navbar {
  margin-bottom: 0;
}

#toolbar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 30px;
}

#toolbar li {
  position: relative;
  margin-bottom: 3px;
  -webkit-transition: 1.5s all;
  -o-transition: 1.5s all;
  transition: 1.5s all;
  background: #fff;
  right: 0;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  font-family: "DINPro-Medium";
  font-size: 16px;
}

#toolbar li a {
  color: #fff;
  dislpay: block;
}

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

#toolbar li .svg {
  width: 30px;
  height: 30px;
  fill: #000;
  vertical-align: middle;
}

#toolbar li:hover {
  right: 0;
  background: #f00;
}

#toolbar li:hover .svg {
  fill: #fff;
}

#esl {
  width: 100%;
  overflow-x: hidden;
  font-family: "DINPro-Medium";
  font-size: 24px;
  color: #fff;
  position: relative;
  text-align: center;
  /*kv*/
  /*pdbox*/
  /*redeem*/
  /*wtb*/
  /*terms*/
}

@media screen and (max-width: 1366px) {
  #esl {
    font-size: 22px;
  }
}

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

#esl sup {
  vertical-align: super;
  font-size: 50%;
}

#esl h2.title {
  font-family: "DINPro-Bold";
  font-size: 40px;
  padding: 10px;
  margin-bottom: 50px;
  text-transform: uppercase;
  background: url(https://asset.msi.com/event/2018/esl-one-cologne-ticket-bundle/images/bg-title.jpg) left center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 1366px) {
  #esl h2.title {
    font-size: 34px;
  }
}

#esl .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

#esl #topnav {
  border-top: #f00 6px solid;
  width: 100%;
  display: table;
  z-index: 9000;
}

#esl #topnav a {
  -webkit-transition: 1.5s all;
  -o-transition: 1.5s all;
  transition: 1.5s all;
  background: rgba(255, 0, 0, 0.9);
  width: calc(100% / 3);
  display: table-cell;
  color: #fff;
  padding: 15px 0;
  border-left: #c00 3px solid;
  border-right: #f64444 1px solid;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "DINPro-Bold";
}

@media screen and (max-width: 960px) {
  #esl #topnav a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-bottom: #fff 1px solid;
  }
}

#esl #topnav a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #f00;
}

#esl #kv {
  background: #000;
  position: relative;
}

#esl #kv h1 {
  font-family: "DINPro-Bold";
  text-transform: uppercase;
  font-size: 40px;
  padding: 45px 0 35px;
}

#esl #kv h1 img {
  vertical-align: middle;
  padding-left: 15px;
}

@media screen and (max-width: 960px) {
  #esl #kv h1 {
    font-size: 30px;
  }
  #esl #kv h1 img {
    max-width: 150px;
  }
}

#esl #kv .txt {
  background: #111;
  padding: 45px 25px;
  line-height: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  #esl #kv .img {
    display: none;
  }
}

#esl #pdbox {
  position: relative;
}

#esl #pdbox .tdbox {
  width: 100%;
  max-width: none;
  display: table-cell;
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  #esl #pdbox .tdbox {
    display: block;
  }
}

#esl #pdbox .pdbox {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 120vh;
  background-attachment: fixed;
}

@media screen and (max-width: 960px) {
  #esl #pdbox .pdbox {
    background: none !important;
    min-height: auto !important;
  }
  #esl #pdbox .pdbox .noshow {
    display: block !important;
  }
  #esl #pdbox .pdbox .noshow img {
    width: 100%;
  }
}

#esl #pdbox .pdbox1 {
  background: url(https://asset.msi.com/event/2018/esl-one-cologne-ticket-bundle/images/bg-nb.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}

#esl #pdbox .pdbox2 {
  background: url(https://asset.msi.com/event/2018/esl-one-cologne-ticket-bundle/images/bg-mb.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}

#esl #pdbox .pdbox3 {
  background: url(https://asset.msi.com/event/2018/esl-one-cologne-ticket-bundle/images/bg-spb.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}

#esl #pdbox .line1 {
  height: 1px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #ff0000 11%, #050000 24%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #ff0000 11%, #050000 24%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(11%, #ff0000), color-stop(24%, #050000));
  background: -o-linear-gradient(left, #000000 0%, #ff0000 11%, #050000 24%);
  background: linear-gradient(to right, #000000 0%, #ff0000 11%, #050000 24%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#050000',GradientType=1 );
  /* IE6-9 */
}

#esl #pdbox .line2 {
  height: 1px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #ff0000 48%, #050000 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #ff0000 48%, #050000 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(48%, #ff0000), color-stop(99%, #050000));
  background: -o-linear-gradient(left, #000000 0%, #ff0000 48%, #050000 99%);
  background: linear-gradient(to right, #000000 0%, #ff0000 48%, #050000 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#050000',GradientType=1 );
  /* IE6-9 */
}

#esl #pdbox .pdtxt {
  background: rgba(0, 0, 0, 0.8);
  display: table;
  width: 100%;
}

#esl #pdbox .pdtxt .img {
  display: table-cell;
  width: 45%;
  text-align: right;
}

#esl #pdbox .pdtxt .img img {
  width: 80%;
}

@media screen and (max-width: 960px) {
  #esl #pdbox .pdtxt .img {
    display: block;
    width: 100%;
    text-align: center;
  }
  #esl #pdbox .pdtxt .img img {
    width: 70%;
  }
}

#esl #pdbox .pdtxt .txt {
  display: table-cell;
  width: 55%;
  text-align: left;
  vertical-align: top;
  padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #esl #pdbox .pdtxt .txt {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}

#esl #pdbox .pdtxt .txt h2 {
  font-size: 44px;
  font-family: "DINPro-Bold";
  background: #f00;
  padding: 30px;
  background: url(https://asset.msi.com/event/2018/esl-one-cologne-ticket-bundle/images/bg-title.jpg) left center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 1366px) {
  #esl #pdbox .pdtxt .txt h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 960px) {
  #esl #pdbox .pdtxt .txt h2 {
    padding: 15px 30px;
  }
}

#esl #pdbox .pdtxt .txt .note {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

#esl #pdbox .pdtxt .txt .note span {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#esl #pdbox .pdtxt .txt .note span:after {
  content: ":";
  padding-left: 5px;
}

#esl #pdbox .pdtxt .txt .date {
  padding-left: 30px;
  font-size: 30px;
}

#esl #pdbox .pdtxt .txt .wtb {
  padding-left: 30px;
  padding-bottom: 20px;
}

#esl #pdbox .pdtxt .txt .wtb img {
  max-width: 400px;
}

@media screen and (max-width: 960px) {
  #esl #pdbox .pdtxt .txt .wtb img {
    max-width: 80%;
  }
}

#esl #pdbox .pdtxt .txt .way {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 26px;
}

#esl #pdbox .pdtxt .txt .btSty {
  padding-left: 30px;
}

@media screen and (max-width: 960px) {
  #esl #pdbox .pdtxt .txt .btSty, #esl #pdbox .pdtxt .txt .wtb, #esl #pdbox .pdtxt .txt .date, #esl #pdbox .pdtxt .txt .way {
    padding: 0 !important;
  }
}

#esl #redeem {
  padding: 2em 0 3em;
}

#esl #redeem h3 {
  padding-bottom: 50px;
}

#esl #redeem .steptb {
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#esl #redeem .steptb .tr {
  display: table-row;
}

#esl #redeem .steptb .th {
  display: table-cell;
  width: 150px;
}

#esl #redeem .steptb .td {
  display: table-cell;
  width: calc((100% - 150px * 4) / 3);
}

#esl #redeem .steptb .cricle {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  color: #f00;
  border: #f00 5px solid;
  border-top: #c00 5px solid;
  font-family: "DINPro-Bold";
  padding-top: 20px;
  margin: 0 auto;
  -webkit-transition: 1.5s all;
  -o-transition: 1.5s all;
  transition: 1.5s all;
}

#esl #redeem .steptb .cricle i {
  font-size: 60px;
}

#esl #redeem .steptb p {
  color: #fff;
  padding-top: 10px;
  font-size: 80%;
}

#esl #redeem .steptb .td {
  vertical-align: middle;
  padding-bottom: 50px;
  color: #f00;
}

#esl #redeem .steptb .td i {
  font-size: 60px;
}

#esl #redeem .steptb a {
  -webkit-transition: 1.5s all;
  -o-transition: 1.5s all;
  transition: 1.5s all;
}

#esl #redeem .steptb a:hover .cricle {
  background: #f00;
  border: #c00 5px solid;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #000;
}

#esl #redeem .steptb a:hover p {
  color: #f00;
}

@media screen and (max-width: 960px) {
  #esl #redeem .steptb .th, #esl #redeem .steptb .td {
    display: block;
    width: 100%;
  }
  #esl #redeem .steptb .td {
    padding-bottom: 0;
  }
  #esl #redeem .steptb .td i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#esl #redeem .btSty {
  margin-top: 40px;
}

#esl #wtb {
  padding-bottom: 4em;
}

#esl #wtb ul {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#esl #wtb ul li {
  display: table-cell;
  width: calc(100% / 3);
  vertical-align: auto;
}

#esl #wtb ul img {
  width: 95%;
}

#esl #wtb ul li:nth-child(1) {
  text-align: left;
}

#esl #wtb ul li:nth-child(2) {
  text-align: center;
}

#esl #wtb ul li:nth-child(3) {
  text-align: right;
}

@media screen and (max-width: 960px) {
  #esl #wtb ul li {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center !important;
  }
}

#esl #terms {
  padding-bottom: 3em;
}

#esl #terms ul {
  margin-left: 40px;
  text-align: left;
}

#esl #terms ul li {
  list-style: disc;
  padding-bottom: 10px;
}

.btSty {
  margin-top: 20px;
  margin-bottom: 25px;
}

.btSty a span {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  color: #f00;
  -webkit-box-shadow: inset 0 0 3px 0px #f00;
  box-shadow: inset 0 0 3px 0px #f00;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.btSty a span::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 3px 0px #fff;
  box-shadow: inset 0 0 3px 0px #fff;
  padding: 10px 30px;
  width: 100%;
  height: 100%;
  background: #f00;
  color: #fff;
  content: attr(data-hover);
  -webkit-transform: rotateX(270deg);
  -moz-transform: rotateX(270deg);
  transform: rotateX(270deg);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
}

.btSty a:hover span,
.btSty a:focus span {
  background: #2f4351;
}

.btSty a:hover span::before,
.btSty a:focus span::before {
  -webkit-transform: rotateX(10deg);
  -moz-transform: rotateX(10deg);
  transform: rotateX(10deg);
}

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

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

.noshow {
  display: none;
}

@media screen and (max-width: 960px) {
  .noshow {
    display: block !important;
  }
}
