/* CSS Document */
/*E.g.: Icon made by Freepik from www.flaticon.com */
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Sawarabi+Mincho|Sunflower:300,700|Trirong:400,700");
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-Light";
  src: url("fonts/DINPro-Light.eot");
  src: url("fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Light.woff") format("woff"), url("fonts/DINPro-Light.ttf") format("truetype"), url("fonts/DINPro-Light.svg#DINPro-Light") 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");
}

@-webkit-keyframes kvtitleflash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kvtitleflash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes btarrrow {
  0% {
    top: 0px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}

@keyframes btarrrow {
  0% {
    top: 0px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes titleflash {
  0% {
    text-shadow: #f00 0 0 0px;
  }
  50% {
    text-shadow: #f00 0 0 50px;
  }
  100% {
    text-shadow: #f00 0 0 0px;
  }
}

@keyframes titleflash {
  0% {
    text-shadow: #f00 0 0 0px;
  }
  50% {
    text-shadow: #f00 0 0 50px;
  }
  100% {
    text-shadow: #f00 0 0 0px;
  }
}

@-webkit-keyframes boxflash {
  0% {
    -webkit-box-shadow: #333 0 0 0px;
    box-shadow: #333 0 0 0px;
  }
  50% {
    -webkit-box-shadow: #333 0 0 30px;
    box-shadow: #333 0 0 30px;
  }
  100% {
    -webkit-box-shadow: #333 0 0 0px;
    box-shadow: #333 0 0 0px;
  }
}

@keyframes boxflash {
  0% {
    -webkit-box-shadow: #333 0 0 0px;
    box-shadow: #333 0 0 0px;
  }
  50% {
    -webkit-box-shadow: #333 0 0 30px;
    box-shadow: #333 0 0 30px;
  }
  100% {
    -webkit-box-shadow: #333 0 0 0px;
    box-shadow: #333 0 0 0px;
  }
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

.navbar {
  background: #000 !important;
}

.footer {
  background: #000;
}

#promotion_language_select_link {
  right: 30px !important;
}

#toolbar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 30px;
}

#toolbar li {
  position: relative;
  -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;
  background: ragb(255, 255, 255, 0.5);
  right: 0;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  text-align: left;
}

#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: #999;
  vertical-align: middle;
  margin-right: 10px;
}

#toolbar li:hover {
  right: 0;
}

#toolbar li:hover .svg {
  fill: #fff;
}

.video-container-fix {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0;
  top: 0;
}

.video-container-fix iframe {
  width: 100%;
  height: 115vh;
}
#esl .logo{padding-top: 5px;}
#esl .logo img{padding: 1px;}

#esl {
  font-family: "DINPro-Light", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
  /*kv*/
  /*detail*/
  /*nb*/
  /*.itembox*/
  /*joinESL*/
}

#esl h1#title {
  padding-top: 80px;
  font-family: "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  -webkit-animation: titleflash 1s infinite ease;
  animation: titleflash 1s infinite ease;
}

#esl .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  text-align: left;
}

#esl .container h2 {
  font-family: "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 20px;
  -webkit-text-shadow: #222 -5px 5px 10px;
  -moz-text-shadow: #222 -5px 5px 10px;
  text-shadow: #222 -5px 5px 10px;
}

#esl .container h2.top {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  #esl .container h2 {
    font-size: 24px;
    text-align: center;
  }
}

#esl .container .bt a {
  color: #fff;
}

@media screen and (max-width: 960px) {
  #esl .container p {
    text-align: center;
  }
}

#esl #kv {
  position: relative;
  -webkit-box-shadow: #111 0 10px 30px;
  box-shadow: #111 0 10px 30px;
  text-align: center;
}

#esl #kv img {
  width: 100%;
}

#esl #kv .bg {
  position: relative;
}

#esl #kv .title, #esl #kv .title2, #esl #kv .pd, #esl #kv .esl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#esl #kv .title2 img {
  -webkit-animation: kvtitleflash 1.5s ease-in infinite;
  animation: kvtitleflash 1.5s ease-in infinite;
}

#esl #kv img {
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  #esl #kv {
    display: none;
  }
}

#esl #kvm {
  display: none;
}

@media screen and (max-width: 960px) {
  #esl #kvm {
    display: block;
  }
}

#esl .line {
  width: 100%;
  background: url(https://asset.msi.com/event/2018/ProLeague-S8/images/line.jpg) top left repeat;
  height: 6px;
}

#esl #detail {
  background: url(https://asset.msi.com/event/2018/ProLeague-S8/images/bg-detail.png) top center no-repeat ;
  background-size: cover;
  padding: 5rem 0 2rem;
}

#esl #detail .container {
  text-align: center;
  font-family: "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

#esl #detail h1 {
  font-size: 60px;
  font-family: "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-animation: titleflash 1s infinite ease;
  animation: titleflash 1s infinite ease;
}

#esl #detail p {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 30px;
}

#esl #detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}

#esl #detail ul li {
  background: url(https://asset.msi.com/event/2018/ProLeague-S8/images/bg-detail2.png) top left repeat;
  -webkit-animation: boxflash 1s infinite ease;
  animation: boxflash 1s infinite ease;
  width: 32%;
  border: #111 2px solid;
  border-top: #222 2px solid;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 24px;
}

#esl #detail ul li.box1 {
  width: 30%;
}

#esl #detail ul li.box2 {
  width: 37%;
}

#esl #detail ul li .material-icons {
  font-size: 60px;
  color: #999;
  text-shadow: #f00 5px 5px 40px;
}

#esl #detail ul li span {
  color: #f00;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

#esl #detail ul li span.small {
  color: #c00;
  font-size: 12px;
  line-height: 12px !important;
}

@media screen and (max-width: 1366px) {
  #esl #detail ul li span.small {
    font-size: 16px;
  }
}

#esl #detail .arrow {
  width: 100%;
  height: 90px;
  position: relative;
  cursor: pointer;
}

#esl #detail .arrow .material-icons {
  position: relative;
  font-size: 70px;
  -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;
  -webkit-animation: btarrrow 1s infinite ease;
  animation: btarrrow 1s infinite ease;
}

#esl #detail .arrow .material-icons:hover {
  font-size: 85px;
  color: #f00;
  text-shadow: #f00 0 0 40px;
  -webkit-animation: none;
  animation: none;
}

@media screen and (max-width: 960px) {
  #esl #detail h1 {
    font-size: 30px;
  }
  #esl #detail p {
    font-size: 18px;
    line-height: 26px;
  }
  #esl #detail ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #esl #detail ul li {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

#esl .nb {
  background: rgba(0, 0, 0, 0.5);
  padding: 3% 3%;
  margin: 4rem auto;
  text-align: center;
}

#esl .nb .bt button {
  width: 100%;
  padding-left: auto;
  padding-right: auto;
}

#esl .pdbox {
  margin: 2rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#esl .pdbox .item {
  width: 18%;
  margin: 0 1%;
}

#esl .pdbox .item .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: #c00 1px solid;
  margin-bottom: 25px;
}

#esl .pdbox .item .note .locat {
  background: url(https://asset.msi.com/event/2018/ProLeague-S8/images/bg-icon.jpg) center center no-repeat ;
  background-size: cover;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-family: "DINCond-Black", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 22px;
}

#esl .pdbox .item .note .date {
  font-family: "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #f00;
  font-size: 22px;
  width: calc(100% - 55px);
  text-align: left;
  padding-bottom: 5px;
}

#esl .pdbox .item .note .date span {
  font-size: 14px;
  text-transform: uppercase;
  color: #ccc;
}

#esl .pdbox .item .pdimg {
  padding-bottom: 15px;
}

#esl .pdbox .item .pdimg img {
  width: 90%;
}

#esl .pdbox .item .title {
  padding-bottom: 10px;
  min-height: 60px;
  margin-bottom: 10px;
  font-family: "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  #esl .pdbox {
    display: block;
  }
  #esl .pdbox .item {
    width: 100%;
    margin: 0 auto 25px;
  }
}

#esl .itembox {
  background: rgba(0, 0, 0, 0.5);
  padding: 3% 0.2%;
  margin: 4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



#esl .itembox .img {
  width: 45%;
  text-align: center;
}

#esl .itembox .txt {
  width: 45%;
}

#esl .itembox .txt p {
  line-height: 1.6rem;
  padding-bottom: 20px;
  -webkit-text-shadow: #000 0 0 10px;
  -moz-text-shadow: #000 0 0 10px;
  text-shadow: #000 0 0 10px;
	
}
#esl .itembox .txt .cost{
font-size: 36px;
	color: #f00;

text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}

#esl .itembox .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#esl .itembox .txt ul li {
  width: 100%;
  max-width: 250px;
  text-align: center;
  border: #222 1px solid;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.5);
}

#esl .itembox .txt ul li div {
  padding: 10px 0;
  font-family: "DINCond-Black", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
  #esl .itembox {
    display: block;
  }
  #esl .itembox .img {
    width: 100%;
  }
  #esl .itembox .txt {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }
}

#esl #joinESL {
  background: url(https://asset.msi.com/event/2018/ProLeague-S8/images/bg-detail.png) top center no-repeat ;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5rem 0 7rem;
}

#esl #joinESL .container {
  text-align: center;
}

#esl #joinESL .container h2 {
  color: #ccc;
}

#esl #joinESL .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000;
  margin-top: 20px;
}

#esl #joinESL .container ul li {
  width: 25%;
  height: 250px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#esl #joinESL .container ul li .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -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;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#esl #joinESL .container ul li p {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-family: "DINCond-Black", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  color: #fff;
}

#esl #joinESL .container ul li:hover .img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0.5;
}

@media screen and (max-width: 1366px) {
  #esl #joinESL .container ul li {
    height: 200px;
  }
}

@media screen and (max-width: 1024px) {
  #esl #joinESL .container ul li {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  #esl #joinESL .container ul {
    display: block;
  }
  #esl #joinESL .container ul li {
    width: 100%;
  }
}

.btsty-none {
  display: inline-block;
  padding: 10px 25px;
  background: #999;
  border: none;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .btsty-none {
    max-width: none;
    margin: 0 auto;
  }
}

.btsty {
  display: inline-block;
  padding: 10px 25px;
  border: none;
  background: #f00;
  font-family: "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
	margin-top: 15px
}

.btsty::before, .btsty::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btsty::before {
  background: #c00;
}

.btsty::after {
  background: #fff;
}

.btsty:hover {
  color: #f00;
}

.btsty:hover::before, .btsty:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.btsty:hover::after {
  -webkit-transition-delay: 0.175s;
  -o-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

@media screen and (max-width: 960px) {
  .btsty {
    width: 100%;
    max-width: none;
    margin: 1px auto;
  }
}
