/** FAB Page Styles **/

body {
    background: #000;
}
@font-face {
    font-family: 'DCC Ash';
    src:  url('/font/DCC-Ash.woff2') format('woff2'),
        url('/font/DCC-Ash.woff') format('woff');
}
@font-face {
    font-family: 'Anton';
    src:  url('/font/Anton-Regular.woff') format('woff');
}
.font-anton {
    font-family: 'Anton', 'Cabin Condensed', sans-serif;
}
.font-dcc {
    font-family: 'DCC Ash', 'Cabin Condensed', sans-serif;
}
.font-arial {
    font-family: 'Arial', 'Cabin Condensed', sans-serif;
}
.copyright {
    bottom: 0;
    top: auto;
}

.top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url(/m/images/header_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 70px
}
.top img {
    height: 70px;
}
.top .official-link img {
    height: auto;
}
.top a {
    color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 340px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
}
.corner {
    display: flex;
}
.corner a.topup-link {
    animation: rotate 1s ease-in-out infinite alternate-reverse;
}
.corner a.topup-link img {
    margin-top: -23px;
}
.container {
    background-image: url(/m/images/bg-m.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.callout {
    padding-top: 750px;
    text-align: center;
}
.callout p {
    padding: 10px 200px;
    color: #fff;
    font-size: 40px;
}
.features-swiper {
    position: relative;
    overflow: hidden;
}
.features-swiper .swiper-slide {
    background-image: url('/images/slide-bg.png');
}
.swiper-slide img {
    padding: 130px 30px 50px;
    width: 690px;
}
.swiper-button-next {
    width: 100px;
}
.swiper-button-next:after {
    content: '';
    width: 91px;
    height: 94px;
    background-image: url(/images/arrow_sakura.png);
    background-size: cover;
}
.swiper-button-prev {
    width: 100px;
}
.swiper-button-prev:after {
    content: '';
    width: 91px;
    height: 94px;
    background-image: url(/images/arrow_sakura.png);
    transform: rotate(180deg);
    background-size: cover;
}
.features-section, .follow-section {
    text-align: center;
}
.heading {
    padding: 50px 0;
}
.follow-section .heading {
    padding-bottom: 0;
}
.follow-wrapper {
    padding: 20px 0 200px;
}
.follow-wrapper a i {
    color: #215762;
    font-size: 80px;
    padding: 20px 50px;
}
i.fa-square-facebook:hover {
    color: #3b5998;
}
i.fa-youtube:hover {
    color: #FF0000;
}
i.fa-square-instagram:hover {
    color: #405DE6;
}
i.fa-discord:hover {
    color: #7289da;
}
i.fa-vk:hover {
    color: #4C75A3;
}
.copyright {
    font-size: 12px;
    padding-bottom: 20px;
}


.events-section {
    padding-top: 80px;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.events-section .swiper-slide {
    width: 1000px;
}
.events-swiper {
    position: relative;
}
/** Single Event **/
.single-event {
    width: 585px;
    height: 692px;
    position: relative;
    margin: auto;
}
.single-event figure img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 585px;
    height: auto;
}
.single-event .content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(/images/event-bg.png);
    background-size: cover;
    background-position: center;
    font-family: 'Anton', 'Cabin Condensed', sans-serif;
    color: #3b3b3b;
    box-shadow: inset 0px 0px 10px #6e68c3;
    border-radius: 15px;
    
}
.single-event .event-content {
    padding: 60% 35px 0;
    text-align: left;
}

.single-event .event-content a {
    color: #3b3b3b;
    transition: all .3s ease;
}
.single-event .event-content a:hover {
    color: #1b1b1b;
}
.single-event .event-content h2 {
    color: #3b3b3b;
    font-size: 38px;
    text-align: left;
    font-weight: bolder;
    letter-spacing: 0px;
}
.single-event .event-content .more {
    position: absolute;
    right: 45px;
    bottom: 40px;
    font-size: 28px;
}
.single-event .event-content .more:hover:after {
    transform: translateX(10px);
}
.single-event .event-content .more::after {
    content: "";
    width: 15px;
    height: 25px;
    position: absolute;
    background-image: url(/images/chevron.png);
    top: 8px;
    right: -20px;
    transition: transform .3s ease;
}
/** Temp **/
#giftcode, .gift-right {
    position: fixed;
    top: 200px;
}

.events-section {
    display: none;
}
@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    15% {
      transform: rotate(3deg);
    }
    30% {
      transform: rotate(-3deg);
    }
    45% {
      transform: rotate(1deg);
    }
    60% {
      transform: rotate(0deg);
    }
	61% {
		transform: rotate(0deg);
	}
}
.giftcode img {
    width: 76%;
    margin-left: 12%;
}
.slogan {
    position: relative;
}
.slogan .play {
    position: absolute;
    right: 460px;
    top: 10px;
}
.ko .slogan .play {
    right: 300px;
    top: -10px;
}
.ru .slogan .play {
    right: 165px;
    top: 60px;
}
.ja .slogan .play {
    right: 210px;
    top: 40px;
}
.fr .slogan .play {
    right: 115px;
    top: -25px;
}
.en .slogan .play {
    right: 310px;
    top: 30px;
}
.de .slogan .play {
    right: 260px;
    top: 10px;
}
.ar .slogan .play {
    right: 320px;
    top: 50px;
}
.screen-1 .logo-container {
    position: absolute;
    top: 100px;
    left: 20px;
}
.screen-1 .logo-container img {
    width: 240px;
}
.callout-inner-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.callout-inner-right .btns img {
    width: 260px;
}
.callout-inner-right .topup-link img {
    margin-top: -30px;
}
.screen-2 {
    margin-top: 200px;
    text-align: center;
}
.hero-wrapper {
    position: relative;
}
.hero-bg {
    width: 100%;
}
.hero-figure {
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 70%;
}
.hero-content {
    position: absolute;
    top: 0;
    left: 180px;
    text-align: left;
}
.hero-cover {
    position: absolute;
    bottom: -20px;
    right: 0;
}
.hero-title {
    display: flex;
}
.hero-video img {
    width: 80px;
    margin-top: -10px;
    margin-left: 25px;
    cursor: pointer;
}
.hero-content h3 {
    font-size: 2.5rem;
    color: #931016;
    white-space: nowrap;
}
.hero-content .hero-info {
    position: absolute;
    top: 213px;
    left: -30px;
}
.hero-info ul {
    display: block;
    position: absolute;
    top: 94px;
    font-size: 22px;
    color: #64161a;
    left: 40px;
}
.hero-info li {
    width: 230px;
    padding: 9px;
    color: #f9ea9e;
    font-size: 1.8rem;
    padding-bottom: 55px;
}
.ru .hero-info li, .zh .hero-info li, .ja .hero-info li {
  padding-bottom: 50px;
}
.hero-skills {
    position: absolute;
    top: 655px;
    left: 100px;
    width: 300px;
}
.hero-skills .skill:nth-child(2) {
    position: absolute;
    top: 195px;
}
.hero-skills .skill:nth-child(3) {
    position: absolute;
    top: 380px;
}
.skill-info {
  margin-top: 10px;
}

.version-info img {
    width: 85%;
}

.ru .skill-name {
  font-size: 32px;
}
.ru .skill-info {
  padding-top: 20px;
  font-size: 20px;
  line-height: 22px;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    height: 100% !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  
.hero-section .hero-video {
  display: none;
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	background-color: transparent;
	vertical-align: top;
	cursor: pointer;
	border: none;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 60px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 70%;
	left: 100%;
	margin-left: -40px;
	opacity: 0;
	transition: opacity 0.3s;
}
  
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
#btn-copy {
  position: absolute;
  top: 95px;
  right: 45px;
}
.event-float {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 200px;
  z-index: 3;
  transition: all .3s ease;
  transform: scale(1.5);
  transform-origin: left bottom;
}
.event-float a {
  display: block;
  margin-top: -10px
}
.event-float .close {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -50px;
  width: 50px;
  height: 50px;
}
