/* RESET CSS
------------------------------------------------------------------------------*/

@import url('reset.css');

/* IMPORT FONTS
------------------------------------------------------------------------------*/

@font-face {
  font-family: Brutal;
  src: url('fonts/Brutal.ttf') format('truetype'),
    url('fonts/Brutal.eot') format('eot');
}

@font-face {
  font-family: Brutal-Bold;
  src: url('fonts/Brutal-Bold.ttf') format('truetype'),
    url('fonts/Brutal-Bold.eot') format('eot');
}

@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Roboto-Light;
  src: url('fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: Roboto-Bold;
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
}

/* GENERAL STYLES
------------------------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  background: #fff;
  width: 100%;
  height: 100%;
}
div.clear {
  clear: both;
}
img {
  max-width: 100%;
}

/* SECTION
------------------------------------------------------------------------------*/
section {
  display: block;
  padding: 60px 0;
}
section h1 {
  font-family: Brutal;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}
section h2 {
  font-family: Brutal;
  font-size: 24px;
  color: #30bae7;
  margin-top: 22px;
  text-transform: uppercase;
}
section h3 {
  font-family: Brutal;
  font-size: 20px;
  color: white;
  position: center;
  text-align: center;
  margin-top: 22px;
  text-transform: uppercase;
}
section a {
  color: #30bae7;
  font-family: Brutal;
  text-decoration: none;
}
section p {
  font-family: Brutal;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}
section li,
section dd {
  color: #083a5e;
}
section strong,
section dt {
  color: #2bb8e6;
}

/* HEADER
------------------------------------------------------------------------------*/
#header {
  height: 50px;
  background: #2a2a2a;
  position: fixed;
  width: 100vw;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.27);
  z-index: 999;
}
#header .active {
  border-bottom: 2px solid #0caff1;
}
#header .container {
  position: static;
  display: flex;
  width: 100%;
  color: #fff;
  align-items: center;
}
#logo {
  display: flex;
  z-index: 99;
  width: 150px;
  justify-content: space-around;
}
#menu {
  width: 100%;
}

/* Nav Menu
------------------------------------------------------------------------------*/
nav#menu > ul > li {
  float: left;
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
nav#menu > ul > li > a {
  display: block;
  font-family: Brutal;
  text-decoration: none;
  font-size: 16px;
  color: #d8d8d8;
}
nav#menu > ul > li > a:hover {
  display: block;
  font-family: Brutal;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
nav#menu > ul > li ul {
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-left: 1px solid #cfd3d6;
  border-right: 1px solid #cfd3d6;
}
nav#menu > ul > li > ul li {
  float: left;
  padding: 5px 15px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
nav#menu > ul > li > ul li a {
  display: block;
  font-family: Brutal;
  text-decoration: none;
  font-size: 16px;
  color: #d8d8d8;
}
nav#menu > ul > li > ul li a:hover {
  display: block;
  font-family: Brutal;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
nav#menu > ul > li.external {
  float: right;
}

.sf-menu li {
  position: relative;
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.sf-menu {
  height: 45px;
  padding: 4px;
  width: 100%;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  box-shadow: #ccc;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.menu-trigger {
  display: none;
}
#menu-mobile {
  display: none;
}

/* BUTTONS
------------------------------------------------------------------------------*/
.btn-big {
  display: inline-block;
  position: relative;
  font-weight: bold !important;
  padding: 0 48px;
  font: 14px Brutal;
  text-align: center;
  text-decoration: none;
  min-height: 48px;
  line-height: 48px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border: 1px solid #2bb9e6;
  background-color: #fff;
  cursor: pointer;
}

.btn-big:hover {
  background-color: #2bb9e6;
  color: #fff;
  text-decoration: none;
}
a.btn-big:hover {
  color: #fff;
  text-decoration: none;
}
.btn-big:active {
  top: 1px;
}

.btn-big.dark {
  margin-top: 130px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.25);
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 62px;
}
.btn-big.dark:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* Error page
------------------------------------------------------------------------------*/
#error-page {
  height: 100%;
  background: url('../img/bg-error.png') no-repeat center center fixed;
  background-size: cover;
  position: relative; 
}
#error-page * {
  text-align: center;
  margin: 30px auto;
}
#error-page img {
  width: 270px;
  max-width: 100%;
  display: block;
  padding: 40px 0;
}
#error-page h1 {
  color: #30bae7;
  margin: auto;
  font-size: 40px;
  padding: 10px 0;
}

/* Landing
------------------------------------------------------------------------------*/
#landing {
  height: calc(100% - 200px);
  background: url('../img/bg-landing.png') no-repeat center center fixed;
  background-size: cover;
  position: relative; 
}
#landing .content {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#landing .content .logo {
  width: 35%;
  float: left;
  max-width: 400px;
  padding: 6px 0;
}
#landing .content .spacer {
  width: 35%;
  float: center;
  display: block;
  min-height: 1px;
}
#landing .content .text {
  max-width: 60%;
  float: right;
  width: 600px;
  padding: 90px 0;
  text-align: center;
}
#landing .content .text p {
  color: #fff;
  margin-top: 25px;
}
#landing .content .text p:first-of-type {
  margin-top: 50px;
}

.header-content h1 {
  font-size: 18px;
  border-bottom: 1px solid black;
  color: #000;
  font-weight: 800;
  padding-bottom: 15px;
  width: 50%;
  margin: auto;
}

.features {
  padding: 120px 0;
  background-image: radial-gradient(circle at 50% 0, #17517d, #083d62);
}
.features * {
  text-align: center;
}
.features h1 {
  margin: auto;
  color: #083a5e;
  font-size: 45px;
}
.features h2 {
  color: #fff;
  font-size: 20px;
}
.features .header .subtle {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  border-bottom: 1px solid white;
  color: #ffffff;
  padding-bottom: 15px;
  width: 50%;
  margin: auto;
}

.features .content .header p {
  max-width: 660px;
  margin: 20px auto 0;
  font-size: 16px;
  color: #fff;
}

.features .header .logo {
  width: 20%;
  margin: 10px auto 0;
}

.features .content .header .grid-content-box {
  max-width: 800px;
  margin: 20px auto 0;
  padding: 10px;
  min-height: 156px;
  max-height: 200px;
  background: #06304e;
}

/* Check pc
------------------------------------------------------------------------------*/
#check {
  height: calc(100% - 200px);
  background: url('../img/bg-check.jpg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

.checkset {
  padding: 150px 0;
  background-image: radial-gradient(circle at 50% 0, #17517d, #083d62);
}
.checkset * {
  text-align: center;
}
.checkset h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.checkset .header .banpclive {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  font-weight: 800;
  border-bottom: 1px solid white;
  color: red;
  width: 50%;
  margin: auto;
}
.styled-table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-size: 12px;
  font-family: Brutal;
  min-width: 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}
.styled-table th {
  padding: 12px 15px;
}
.styled-table td {
  color: skyblue;
  padding: 12px 15px;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
   background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
  border-bottom: 1px solid #009879;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

/* Partner logo
------------------------------------------------------------------------------*/
#partner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#partner-container > div {
  margin: 120px auto 0;
  width: 300px;
  height: 100px;
}

/* Games
------------------------------------------------------------------------------*/
#games {
  min-height: calc(100% - 205px);
  background: url('../img/bg-game.png') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
#games .header .subtle {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 15px;
  font-weight: bold;
  width: 60%;
  margin: auto;
  border-bottom: 1px solid #ffffff;
}
#games .header h3 {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 15px;
  font-weight: bold;
  width: 60%;
  margin: auto;
  border-bottom: 1px solid #ffffff;
}
#games .slideshow-container {
  max-width: 800px;
  position: relative;
  margin: 40px auto 0;
}
#games .mySlides {
  display: none;
}
#games .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
#games .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#games .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
#games .numbertext {
  font-family: Brutal;	
  font-size: 12px;
  color: white;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
#games .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
#games .container {
  max-width: 1200px;
  margin: 20px auto 60px auto;
}
#games img {
  display: flex;
  margin: auto;
}
#games p {
  text-align: center;
}

/* Partner
------------------------------------------------------------------------------*/
#partner {
  min-height: calc(100% - 205px);
  background: url('../img/bg-partner.png') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
#partner .header .subtle {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 15px;
  font-weight: bold;
  width: 60%;
  margin: auto;
  border-bottom: 1px solid #ffffff;
}
#partner .container {
  max-width: 1200px;
  margin: 20px auto 60px auto;
}
#partner img {
  display: flex;
  margin: auto;
}
#partner p {
  text-align: center;
}

/* Copyright tail
------------------------------------------------------------------------------*/

.tail {
  text-align: center;
  width: 100%;
  margin: auto;
  display: block;
  padding-top: 15px;
  align-items: center;
  justify-content: space-between;
  background: #2a2a2a;
}
.tail p {
  color: #acacac;
  font-size: 12px;
  font-family: Brutal;
}

/* TABLET
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .features .content .header .grid-content-box {
    padding: 0;
	width: 90%;
	min-height: 100%;
	max-height: 100%;
  }
  
  .not-mobile {
    display: none;
  }
  
  .container {
    width: auto;
    position: relative;
    margin: 0 10px;
  }

  #menu {
    display: none;
  }
  #menu-mobile {
    background: #141414;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
    font: 18px Brutal;
    display: none;
    padding: 30px 20px;
  }
  #menu-mobile li {
    display: block;
    text-transform: uppercase;
  }
  #menu-mobile li a {
    display: block;
    color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
  }
  #menu-mobile li a:hover {
    text-decoration: underline;
  }
  .menu-trigger {
    color: #0d3b5e;
    display: block;
    width: 21px;
    height: 15px;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 28px;
  }
  .nav-overlay {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 998;
  }

  #logo span {
    display: none;
  }

  #landing {
    height: auto;
  }
  #landing .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  #landing .content .logo {
	width: 50%;
    float: none;
    margin: 40px auto;
  }

  #landing .content .text {
    float: none;
    margin: 20px auto;
    padding: 0;
  }

  #games {
    min-height: auto;
  }
  
  #partner {
    min-height: auto;
  } 
  #error-page h1 {
    font-size: 26px;
    padding: auto;
  }
  .styled-table {
    overflow-x: auto;
    display: block;
  }
}

@media screen and (max-width: 460px) {
  .container {
    overflow-x: hidden;
  }
  section h1 {
    font-size: 40px;
  }
  section p {
    font-size: 20px;
    line-height: 26px;
  }
  .btn-big.dark {
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
  }
}