header nav ul {
  position: fixed;
  display: flex;
  width: 100%;
  padding: 0px;
  list-style: none;
  background: #212121;
  border-bottom: 2px solid #000;
  border-bottom-right-radius: 30rem;
  border-bottom-left-radius: 30rem;
  box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 2; }
  header nav ul .PRO {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 2rem;
    float: left; }
  header nav ul .eevee {
    position: absolute;
    width: 3.8vw;
    right: -20px; }
header nav ul li:nth-child(6) {
  display: none; }
header nav ul li:nth-child(8) {
  display: none; }
header nav ul li:nth-child(n+11):nth-child(-n+12) {
  display: none; }
header nav ul li {
  flex: auto;
  cursor: pointer; }
header nav ul li a {
  font-size: 1vw;
  font-family: 'Audiowide';
  color: #fff;
  line-height: 2.5;
  display: block;
  border-right: 1px solid #000;
  -webkit-transition-duration: .5s; }
header nav ul li a:hover {
  color: #fff;
  background: #121212;
  transition: all 0.2s ease-in-out !important; }
header nav ul > li ul.drop {
  width: 14.35%;
  display: none;
  border-radius: 0;
  border: 0; }
header nav ul > li ul.drop a {
  border: 0;
  border-radius: 0 !important; }
header nav ul > li ul.drop ul {
  display: none; }
header nav .mobile {
  display: none;
  position: fixed;
  color: #fff;
  font-size: 20px;
  font-family: 'Audiowide';
  background: #111;
  width: 100%;
  cursor: pointer;
  z-index: 3;
  border-bottom: 2px solid #000;
  border-bottom-right-radius: 30rem;
  border-bottom-left-radius: 30rem;
  background: #222;
  box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

@media screen and (max-width: 780px) {
  header nav .mobile {
    display: block;
    width: 100vw; }
  header nav ul {
    display: none;
    background: rgba(5, 5, 5, 0.8);
    border-radius: 2rem;
    top: 5rem;
    margin: auto 25vw;
    width: 50%; }
  header nav ul li {
    float: none; }
  header nav ul li a {
    padding: 0px 10px;
    font-size: 3vw;
    border: none;
    margin: 1rem; }
  header nav ul li a:hover {
    background: 0; }
  header nav ul li:nth-child(6) {
    display: block; }
  header nav ul > li:nth-child(7) ul.drop {
    display: none !important; }
  header nav ul li:nth-child(8) {
    display: block; }
  header nav ul li:nth-child(9) {
    display: none; }
  header nav ul li:nth-child(n+11):nth-child(-n+12) {
    display: block; }
  header nav ul li:nth-child(10) {
    display: none; }
  header nav .active {
    display: block; }

  .PRO, .eevee {
    display: none !important; } }
#server-status .rotom {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  z-index: 3; }
#server-status .rotom-hover {
  position: fixed;
  right: 60;
  bottom: 50;
  width: 100px;
  cursor: pointer;
  opacity: 0.9;
  z-index: 3; }
#server-status .rotom:hover + .ContentBack {
  display: block; }
#server-status .ContentBack {
  display: none; }
#server-status .ContentBack {
  background-color: rgba(5, 5, 5, 0.85);
  position: fixed;
  right: 70;
  bottom: 70;
  border-radius: 1rem;
  width: 330px;
  height: 170px;
  padding: 1rem 0 2rem 2rem;
  box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 5; }
  #server-status .ContentBack .status {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 14px; }

@media screen and (max-width: 980px) {
  #server-status .ContentBack {
    width: 280px;
    height: 170px;
    right: 70;
    bottom: 30; }
    #server-status .ContentBack .status {
      display: flex;
      flex-direction: row;
      font-weight: bold;
      font-size: 14px; } }
@media screen and (max-width: 420px) {
  #server-status .ContentBack {
    right: 45;
    bottom: 100;
    width: 330px;
    height: 170px; } }
@media screen and (max-width: 385px) {
  #server-status .ContentBack {
    right: 25;
    bottom: 100;
    width: 330px;
    height: 170px; } }
@media screen and (max-width: 320px) {
  #server-status .ContentBack {
    right: 40;
    bottom: 100;
    width: 230px;
    height: 170px; } }
#status #server-status {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 15;
  margin-top: 3.5%; }
  #status #server-status .pokeball {
    width: 100px !important; }
  #status #server-status #button2 {
    padding: 0 10px; }
#status #status-red {
  height: auto;
  min-height: 100vh;
  background: url("../img/red.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%; }
  #status #status-red .wrapper {
    margin: auto;
    padding: 2rem 3rem;
    width: 20%;
    min-width: 350px;
    background-color: rgba(5, 5, 5, 0.8);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #status #status-red .wrapper .terms h2 {
      font-family: 'Audiowide';
      color: #fff; }
    #status #status-red .wrapper .terms hr {
      width: 60%;
      opacity: 0.7; }
    #status #status-red .wrapper .ContentBack {
      background-color: rgba(5, 5, 5, 0.65);
      margin: auto;
      border-radius: 5px;
      width: auto;
      padding: 1rem 0 2rem 2rem;
      box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      z-index: 5; }
      #status #status-red .wrapper .ContentBack .status {
        margin: auto;
        font-weight: bold;
        font-size: 2.5em; }
#status #status-blue {
  display: none;
  height: auto;
  min-height: 100vh;
  background: url("../img/blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%; }
  #status #status-blue .wrapper {
    margin: auto;
    padding: 2rem 3rem;
    width: 20%;
    min-width: 350px;
    background-color: rgba(5, 5, 5, 0.8);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #status #status-blue .wrapper .terms h2 {
      font-family: 'Audiowide';
      color: #fff; }
    #status #status-blue .wrapper .terms hr {
      width: 60%;
      opacity: 0.7; }
    #status #status-blue .wrapper .ContentBack {
      background-color: rgba(5, 5, 5, 0.65);
      margin: auto;
      border-radius: 5px;
      width: auto;
      padding: 1rem 0 2rem 2rem;
      box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      z-index: 5; }
      #status #status-blue .wrapper .ContentBack .status {
        font-weight: bold;
        font-size: 2.5em; }
#status #status-yellow {
  display: none;
  height: auto;
  min-height: 100vh;
  background: url("../img/yellow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%; }
  #status #status-yellow .wrapper {
    margin: auto;
    padding: 2rem 3rem;
    width: 20%;
    min-width: 350px;
    background-color: rgba(5, 5, 5, 0.8);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #status #status-yellow .wrapper .terms h2 {
      font-family: 'Audiowide';
      color: #fff; }
    #status #status-yellow .wrapper .terms hr {
      width: 60%;
      opacity: 0.7; }
    #status #status-yellow .wrapper .ContentBack {
      background-color: rgba(5, 5, 5, 0.65);
      margin: auto;
      border-radius: 5px;
      width: auto;
      padding: 1rem 0 2rem 2rem;
      box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      z-index: 5; }
      #status #status-yellow .wrapper .ContentBack .status {
        font-weight: bold;
        font-size: 2.5em; }

@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  #status .status-all {
    padding-top: 10% !important; }
    #status .status-all .wrapper {
      height: auto;
      min-height: 550px; }
      #status .status-all .wrapper .terms h2 {
        font-size: 3em !important; }
      #status .status-all .wrapper .ContentBack .status {
        font-size: 2.5em !important; } }
@media screen and (max-width: 1380px) {
  #status #server-status {
    flex-direction: column; }
    #status #server-status #button2 {
      padding: 10px 0; } }
@media screen and (max-width: 850px) {
  #status .status-all {
    padding-top: 10% !important; } }
@media screen and (max-width: 780px) {
  #status #server-status {
    display: block;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    #status #server-status #button2 {
      padding: 0 10px; }
  #status .status-all {
    padding-top: 35% !important; } }
@media screen and (max-width: 650px) {
  #status .status-all {
    padding-top: 40% !important; } }
@media screen and (max-width: 530px) {
  #status #server-status {
    margin-top: 15%; }
  #status .status-all {
    padding-top: 50% !important; } }
@media screen and (max-width: 450px) {
  #status .status-all {
    padding-top: 60% !important; } }
@media screen and (max-width: 380px) {
  #status .status-all .wrapper {
    min-width: 300px !important; }
    #status .status-all .wrapper .terms h2 {
      font-size: 1.8em !important; }
    #status .status-all .wrapper .ContentBack .status {
      font-size: 1.8em !important; } }
@media screen and (max-width: 350px) {
  #status .status-all {
    padding-top: 85% !important; }
    #status .status-all .wrapper {
      padding: 0 !important;
      padding-right: 20px !important; }
      #status .status-all .wrapper .terms h2 {
        font-size: 1.5em !important; }
      #status .status-all .wrapper .ContentBack {
        padding: 0 !important; }
        #status .status-all .wrapper .ContentBack .status {
          font-size: 1.5em !important; } }
#slider .wrapper .slideshow {
  background: #000;
  display: block;
  width: inherit;
  height: inherit; }
  #slider .wrapper .slideshow #logo {
    margin: auto;
    -ms-margin: auto; }
    #slider .wrapper .slideshow #logo .PRO_logo {
      margin: auto;
      width: 75%;
      transition: all .5s ease-in-out;
      -ms-margin: auto;
      -ms-width: 75%;
      -mstransition: all .5s ease-in-out; }
#slider .wrapper #slideshow {
  height: 40vw;
  margin: auto;
  display: flex;
  background-color: #000;
  background: url("../img/gallery/item10.png"), url("../img/gallery/item1.png"), url("../img/gallery/item6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center; }
#slider #logo-button {
  display: flex;
  width: 100%;
  top: 50%;
  position: absolute; }
  #slider #logo-button a {
    margin: auto;
    display: flex;
    justify-content: center; }
    #slider #logo-button a .PRO_register {
      width: 150px;
      height: 67px;
      transition: all .5s ease-in-out; }
    #slider #logo-button a .PRO_download {
      width: 150px;
      height: 42px;
      transition: all .5s ease-in-out; }
  #slider #logo-button a:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out; }
#slider .arrow-down {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
#slider .arrow-down::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 5;
  bottom: -35rem;
  left: 0;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-animation: 3s arrow infinite ease;
  animation: 3s arrow infinite ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
@-webkit-keyframes arrow {
  0%, 100% {
    top: 50px; }
  50% {
    top: 80px; } }
@keyframes arrow {
  0%, 100% {
    top: 50px; }
  50% {
    top: 80px; } }
@media screen and (min-width: 3840px) and (min-height: 2160px) {
  #slider .wrapper .slideshow #logo .PRO_logo {
    margin: auto;
    width: 700px;
    transition: all .5s ease-in-out; }
  #slider .arrow-down::after {
    width: 65px;
    height: 65px;
    border-right: 7px solid #000;
    border-bottom: 7px solid #000; } }
@media screen and (min-width: 2100px) {
  #slider .arrow-down::after {
    bottom: -30vw; } }
@media screen and (max-width: 1370px) and (max-height: 770px) {
  #slider .wrapper #slideshow {
    height: 44.5vw; } }
@media screen and (max-width: 1280px) and (max-height: 800px) {
  #slider .wrapper #slideshow {
    height: 50vw; } }
@media screen and (max-width: 1280px) and (max-height: 720px) {
  #slider .wrapper #slideshow {
    height: 43vw; } }
@media screen and (max-width: 1280px) {
  #slider .wrapper .slideshow {
    background: #000;
    display: block;
    width: inherit;
    height: inherit; }
    #slider .wrapper .slideshow #logo {
      margin: auto; }
      #slider .wrapper .slideshow #logo .PRO_logo {
        margin: auto;
        width: 40%;
        transition: all .5s ease-in-out; }
  #slider .arrow-down::after {
    display: none; } }
@media screen and (max-width: 1025px) and (max-height: 770px) {
  #slider .wrapper #slideshow {
    height: 58.5vw; } }
@media screen and (max-width: 960px) and (max-height: 600px) {
  #slider .wrapper #slideshow {
    height: 45vw; } }
@media screen and (max-width: 780px) {
  #slider .wrapper .slideshow #logo .PRO_logo {
    margin: auto; } }
@media screen and (max-width: 420px) and (max-height: 780px) {
  #slider .wrapper #slideshow {
    height: 140vw; } }
@media screen and (max-width: 385px) and (max-height: 640px) {
  #slider .wrapper #slideshow {
    height: 77vh; } }
@media screen and (max-width: 375px) and (max-height: 815px) {
  #slider .wrapper #slideshow {
    height: 78vh; } }
.BG1 {
  background: url("../img/bg/1.png"); }

.BG2 {
  background: url("../img/bg/2.png"); }

.BG3 {
  background: url("../img/bg/3.png"); }

.BG4 {
  background: url("../img/bg/4.png"); }

#news {
  padding: 4rem auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  border-top: 2px solid #222;
  box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  #news .header {
    margin-top: 1rem; }
    #news .header .PRO_star {
      width: 80px; }
    #news .header h1 {
      font-weight: bold;
      color: #fff;
      font-family: 'Audiowide';
      font-size: 40px;
      text-shadow: 2px 2px #444; }
    #news .header hr {
      width: 30%;
      opacity: 0.3; }
  #news #updates {
    display: flex;
    flex-direction: row;
    min-height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: center;
    -webkit-background-attachment: fixed; }
    #news #updates .wrapper {
      margin: auto; }
      #news #updates .wrapper .message-pic img {
        width: 350px;
        height: 185px;
        margin-bottom: 2.5rem;
        margin-top: 5rem;
        border: 2px solid #fff;
        border-radius: 5px; }
      #news #updates .wrapper .message {
        margin: auto auto 5rem;
        padding: 2rem;
        width: 85%;
        height: auto !important;
        box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        background: rgba(20, 20, 20, 0.8);
        border-radius: 5px;
        color: #eee;
        transition: all .5s ease-in-out; }
        #news #updates .wrapper .message h1 {
          text-align: center;
          font-family: 'Audiowide';
          color: #fff; }
        #news #updates .wrapper .message hr {
          width: 50%;
          opacity: 0.5; }
        #news #updates .wrapper .message p {
          font-size: 90%;
          font-weight: bold; }
        #news #updates .wrapper .message .btn {
          margin: auto;
          display: block;
          font-weight: bold;
          color: #363253; }
        #news #updates .wrapper .message .btn:hover {
          background: #fff !important;
          transition: all .2s ease-in-out;
          cursor: pointer; }
  #news .features-header {
    color: #fff;
    text-shadow: 2px 2px #444;
    border-top: 1px solid #555;
    background-color: #1a1a1a; }
    #news .features-header h1 {
      font-family: 'Audiowide';
      font-size: 40px; }
    #news .features-header hr {
      width: 50%;
      opacity: 0.5; }
    #news .features-header h3 {
      font-weight: bold; }
  #news #features {
    background: url("../img/PRO_bg.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-top: 1px solid #1a1a1a;
    width: auto;
    height: auto; }
    #news #features .container {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin-top: 40rem;
      padding-bottom: 2.5rem;
      width: 100%; }
      #news #features .container .features {
        height: auto;
        z-index: 1; }
        #news #features .container .features .f-box {
          margin: 2rem 3.5rem;
          padding: 1rem;
          width: 300px;
          height: 200px; }
          #news #features .container .features .f-box .f-icon {
            float: left;
            height: 100%; }
            #news #features .container .features .f-box .f-icon .box-icon {
              width: 65px;
              height: 65px;
              margin-right: 10px;
              margin-top: 10px; }
          #news #features .container .features .f-box h3 {
            font-weight: bold;
            text-align: left;
            text-shadow: 2px 2px #999; }
          #news #features .container .features .f-box p {
            color: #424242;
            font-weight: bold;
            text-align: left; }

.pro-footer .clearfix {
  background: url("../img/footer.jpg");
  border-top: 1px solid #3b7d90;
  border-bottom: 4px solid #316878;
  height: 100px;
  font-size: 28px;
  color: #fff;
  text-shadow: 2px 2px #324a53; }
  .pro-footer .clearfix img {
    width: 255px;
    height: 55px;
    margin-top: 2rem; }
.pro-footer .clearfix:hover {
  filter: contrast(130%);
  transition: .3s ease-in-out; }

@media screen and (min-width: 3840px) and (min-height: 2160px) {
  #news .header h1 {
    font-size: 4em !important; }
  #news #updates {
    height: 80vh; }
    #news #updates .wrapper .message-pic img {
      width: 550px;
      height: 285px;
      margin-bottom: 2.5rem;
      margin-top: 5rem;
      border: 2px solid #fff;
      border-radius: 5px; }
    #news #updates .wrapper .message {
      margin: auto auto 5rem;
      padding: 2rem;
      width: 85%;
      height: 480px !important; }
      #news #updates .wrapper .message h1 {
        font-size: 5em; }
      #news #updates .wrapper .message p {
        font-size: 1.8em; }
      #news #updates .wrapper .message .btn {
        font-size: 2em; }
  #news .features-header h1 {
    font-size: 5em !important; }
  #news .features-header h3 {
    font-size: 3em; }
  #news #features {
    height: 30vw; }
    #news #features .container {
      flex-wrap: nowrap !important;
      margin-top: 70rem; }
      #news #features .container .features {
        height: 25vw; }
        #news #features .container .features .f-box {
          width: 400px;
          height: 300px;
          margin: 0; }
          #news #features .container .features .f-box .f-icon {
            float: left;
            height: 100%; }
            #news #features .container .features .f-box .f-icon .box-icon {
              width: 65px;
              height: 65px; }
          #news #features .container .features .f-box h3 {
            font-weight: bold;
            text-align: left;
            font-size: 3em !important; }
          #news #features .container .features .f-box p {
            font-weight: bold;
            text-align: left;
            font-size: 1.5em !important; } }
@media screen and (max-width: 1250px) {
  #news #features {
    background-color: #fff;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: auto;
    -webkit-background-color: #fff;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: top; } }
@media screen and (max-width: 1080px) {
  #news #updates .wrapper .message-pic img {
    width: 300px !important;
    height: 185px;
    margin-bottom: 2.5rem;
    margin-top: 5rem;
    border: 2px solid #fff;
    border-radius: 5px; } }
@media screen and (max-width: 960px) {
  #news #updates {
    height: auto !important;
    flex-direction: column !important; }
  #news #features .container .features .f-box {
    padding: 1rem;
    margin: 3rem 1rem !important; }
    #news #features .container .features .f-box h3 {
      font-weight: bold;
      text-align: left; }
    #news #features .container .features .f-box p {
      font-weight: bold;
      text-align: left; } }
@media screen and (max-width: 780px) {
  #news #features {
    background-size: auto;
    -webkit-background-size: auto; } }
@media screen and (max-width: 640px) {
  #news .header h1 {
    font-size: 25px; }
  #news #updates .wrapper .message {
    padding: 10px !important;
    width: auto !important;
    border-radius: 0 !important; }
    #news #updates .wrapper .message h1 {
      font-size: 22px; }
  #news #updates p {
    font-size: 12px; }
  #news .features-header h1 {
    font-size: 40px; }
  #news .features-header h3 {
    font-size: 18px; }

  .pro-footer .clearfix {
    height: 100px;
    font-size: 23px;
    padding-top: 2rem; }
    .pro-footer .clearfix img {
      width: 185px;
      height: 40px; } }
@media screen and (max-width: 420px) {
  .BG1 {
    background: url("../img/bg/mobile1.png"); }

  .BG2 {
    background: url("../img/bg/mobile2.png"); }

  .BG3 {
    background: url("../img/bg/mobile3.png"); }

  .BG4 {
    background: url("../img/bg/mobile4.png"); }

  #news .header h1 {
    font-size: 25px; }
  #news #updates .wrapper .message {
    padding: 10px !important;
    width: auto !important;
    border-radius: 0 !important; }
    #news #updates .wrapper .message h1 {
      font-size: 22px; }
  #news #updates p {
    font-size: 12px; }
  #news .features-header h1 {
    font-size: 40px; }
  #news .features-header h3 {
    font-size: 18px; }
  #news #features {
    background: url("../img/PRO_mobile.png");
    background-color: #fff;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -webkit-background-color: #fff;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: top; }

  .pro-footer .clearfix {
    height: 100px;
    font-size: 23px;
    padding-top: 2rem; }
    .pro-footer .clearfix img {
      width: 185px;
      height: 40px; } }
@media screen and (max-width: 385px) {
  #news .header h1 {
    font-size: 25px; }
  #news #updates .wrapper .message {
    padding: 10px !important;
    width: auto !important;
    border-radius: 0 !important; }
    #news #updates .wrapper .message h1 {
      font-size: 22px; }
  #news #updates p {
    font-size: 12px; }
  #news .features-header h1 {
    font-family: 'Audiowide';
    font-size: 40px; }
  #news .features-header h3 {
    font-size: 18px; }

  .pro-footer .clearfix {
    height: 100px;
    font-size: 18px;
    padding-top: 2rem; }
    .pro-footer .clearfix img {
      width: 185px;
      height: 40px; } }
@media screen and (max-width: 375px) and (max-height: 815px) {
  #news .header h1 {
    font-size: 25px; }
  #news #updates .wrapper .message {
    padding: 10px !important;
    width: auto !important;
    border-radius: 0 !important; }
    #news #updates .wrapper .message h1 {
      font-size: 22px; }
  #news #updates p {
    font-size: 12px; }
  #news .features-header h1 {
    font-family: 'Audiowide';
    font-size: 40px; }
  #news .features-header h3 {
    font-size: 18px; }

  .pro-footer .clearfix {
    height: 100px;
    font-size: 18px;
    padding-top: 2rem; }
    .pro-footer .clearfix img {
      width: 185px;
      height: 40px; } }
@media screen and (max-width: 360px) {
  #news .header .PRO_star {
    width: 50px; }
  #news .header h1 {
    font-size: 25px; }
  #news #updates .wrapper .message {
    padding: 10px !important;
    width: auto !important;
    border-radius: 0 !important; }
    #news #updates .wrapper .message h1 {
      font-size: 22px; }
  #news #updates p {
    font-size: 12px; }
  #news .features-header h1 {
    font-size: 30px; }
  #news .features-header h3 {
    font-size: 18px; }

  .pro-footer .clearfix {
    height: 100px;
    font-size: 14px;
    padding-top: 2rem; }
    .pro-footer .clearfix img {
      width: 185px;
      height: 40px; } }
@media screen and (max-width: 320px) {
  #news .header .PRO_star {
    width: 50px; }
  #news .header h1 {
    font-size: 25px; }
  #news #updates .wrapper .message {
    padding: 10px !important;
    width: auto !important;
    border-radius: 0 !important; }
    #news #updates .wrapper .message h1 {
      font-size: 22px; }
  #news #updates p {
    font-size: 12px; }
  #news .features-header h1 {
    font-size: 30px; }
  #news .features-header h3 {
    font-size: 18px; }

  .pro-footer .clearfix {
    height: 100px;
    font-size: 14px;
    padding-top: 2rem; }
    .pro-footer .clearfix img {
      width: 185px;
      height: 40px; } }
#about {
  margin: auto;
  box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: url("../img/PRO_bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed; }
  #about .container {
    background: rgba(20, 20, 20, 0.7);
    width: 70%;
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #about .container h1 {
      text-align: center;
      font-weight: bold;
      font-size: 40px;
      font-family: 'Audiowide';
      color: #fff;
      text-shadow: 3px 2px #222;
      padding-top: 5rem;
      margin: auto; }
    #about .container p {
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      text-shadow: 2px 2px #222;
      margin: auto 5rem; }
    #about .container hr {
      width: 20%;
      opacity: 0.4; }
    #about .container .discord {
      padding-bottom: 5rem; }
      #about .container .discord img {
        padding-top: 2rem;
        cursor: pointer;
        width: 180px; }
      #about .container .discord img:hover {
        transform: scale(1.2);
        transition: 1s ease-in-out; }
    #about .container .wrapper {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      #about .container .wrapper .gallery__item {
        width: 300px;
        height: 300px;
        padding: 1rem; }
        #about .container .wrapper .gallery__item .gallery__image {
          width: 100%;
          height: 80%;
          display: block;
          border: 1px solid #999;
          border-radius: 10px;
          cursor: pointer;
          box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

@media screen and (min-width: 2400px) {
  #about .container h1 {
    font-size: 4em !important; }
  #about .container p {
    font-size: 1.5em !important; } }
@media screen and (max-width: 780px) {
  #about {
    padding: 0; }
    #about .container {
      width: 100%;
      border-radius: 0; } }
#register {
  height: auto;
  min-height: 120vh;
  background: url("../img/PRO_bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%; }
  #register .wrapper {
    margin: auto;
    padding: 0 2rem;
    width: 50%;
    background: rgba(5, 5, 5, 0.8);
    border-radius: 1rem;
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #register .wrapper .PRO_logo1 {
      position: relative;
      width: 300px;
      top: -2em;
      right: 18vw; }
    #register .wrapper .Login_Form {
      display: flex;
      justify-content: center; }
      #register .wrapper .Login_Form form .professor_logo {
        position: absolute;
        width: 140px;
        right: 30%;
        top: 55%; }
      #register .wrapper .Login_Form form table tr td {
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 90%;
        width: 60%; }
      #register .wrapper .Login_Form form table tr .button {
        color: #000; }

@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  #register {
    padding-top: 30rem;
    min-height: 90vh !important; }
    #register .register_logo {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important;
      width: 200px !important; }
    #register .wrapper .PRO_logo1 {
      width: 300px;
      top: -2em !important;
      right: 22vw !important; }
    #register .wrapper .Login_Form form .professor_logo {
      width: 200px !important;
      right: 35% !important;
      top: 25% !important; }
    #register .wrapper .Login_Form form table tr td {
      font-size: 130%;
      width: 60%; } }
@media only screen and (min-width: 2080px) {
  #register .wrapper .PRO_logo1 {
    width: 300px; }
  #register .wrapper .Login_Form form .professor_logo {
    width: 180px;
    right: 30%;
    top: 50%; } }
@media screen and (max-width: 1600px) {
  #register .wrapper .Login_Form form .professor_logo {
    right: 30%; } }
@media screen and (max-width: 1380px) {
  #register .wrapper {
    width: 60%; }
    #register .wrapper .PRO_logo1 {
      width: 250px !important; } }
@media screen and (max-width: 1200px) {
  #register .wrapper .Login_Form form .professor_logo {
    right: 25%; } }
@media screen and (max-width: 980px) {
  #register .wrapper .PRO_logo1 {
    width: 200px !important; }
  #register .wrapper .Login_Form form .professor_logo {
    display: none; } }
@media screen and (max-width: 780px) {
  #register {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0; }
    #register .wrapper {
      padding-top: 5rem;
      width: 100%;
      border-radius: 0; }
      #register .wrapper .PRO_logo1 {
        display: none; } }
#download {
  height: auto;
  min-height: 100vh;
  background: url("../img/PRO_bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  padding-top: 7%;
  padding-bottom: 5%; }
  #download .wrapper {
    margin: auto;
    padding: 1rem 2rem 0;
    width: 60%;
    background: rgba(5, 5, 5, 0.8);
    border-radius: 1rem;
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #download .wrapper .PRO_logo1 {
      position: relative;
      width: 230px;
      top: -2em;
      right: 25vw; }
    #download .wrapper .clients {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 2rem; }
      #download .wrapper .clients .osx-linux {
        display: flex;
        flex-direction: row;
        justify-content: center; }
        #download .wrapper .clients .osx-linux .btn {
          width: 100px; }
      #download .wrapper .clients .windows {
        display: flex;
        flex-direction: row;
        justify-content: center; }
      #download .wrapper .clients .windows .btn, #download .wrapper .clients #mac .btn, #download .wrapper .clients #linux .btn, #download .wrapper .clients #android .btn {
        margin: 5px;
        font-weight: bold;
        color: #2f8aab;
        font-family: 'Audiowide'; }
      #download .wrapper .clients .windows .btn:hover, #download .wrapper .clients #mac .btn:hover, #download .wrapper .clients #linux .btn:hover, #download .wrapper .clients #android .btn:hover {
        color: #000;
        background: #fff !important;
        transition: all .5s ease-in-out;
        cursor: pointer; }
    #download .wrapper .requirements {
      font-family: 'Audiowide';
      color: #fff; }
      #download .wrapper .requirements h1 {
        font-size: 4rem;
        cursor: pointer; }
      #download .wrapper .requirements h2 {
        font-size: 3rem;
        color: #2f8aab;
        cursor: pointer; }
      #download .wrapper .requirements hr {
        width: 60%;
        opacity: 0.6; }
      #download .wrapper .requirements p {
        font-size: 1.8rem;
        padding: 2rem; }

@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  #download {
    padding-top: 30rem !important; }
    #download .wrapper {
      height: 60%;
      padding-top: 10rem; }
      #download .wrapper .downloads {
        width: 250px;
        padding-bottom: 5rem; }
      #download .wrapper .PRO_logo1 {
        width: 300px;
        top: -10em !important;
        right: 26.5vw; }
      #download .wrapper .requirements {
        font-family: 'Audiowide';
        color: #fff; }
        #download .wrapper .requirements h1 {
          font-size: 6rem;
          cursor: pointer; }
        #download .wrapper .requirements h2 {
          font-size: 4.5rem;
          color: #2f8aab;
          cursor: pointer; }
        #download .wrapper .requirements hr {
          width: 60%;
          opacity: 0.6; }
        #download .wrapper .requirements p {
          font-size: 2.8rem;
          padding: 2rem; } }
@media only screen and (min-width: 2080px) {
  #download .wrapper .PRO_logo1 {
    width: 300px;
    top: -3em; }

  .download_logo {
    width: 300px; } }
@media screen and (max-width: 1350px) {
  #download .wrapper .PRO_logo1 {
    width: 180px; } }
@media screen and (max-width: 980px) {
  #download .wrapper {
    width: 80%; } }
@media screen and (max-width: 780px) {
  #download {
    padding-top: 0;
    padding-bottom: 0; }
    #download .wrapper {
      width: 100%;
      height: 100%;
      padding-top: 5rem;
      border-radius: 0; }
      #download .wrapper .requirements h1 {
        font-size: 3rem;
        cursor: pointer; }
      #download .wrapper .clients .windows {
        flex-direction: column; }
        #download .wrapper .clients .windows .btn {
          font-size: 9px !important; }
      #download .wrapper .clients .osx-linux .btn {
        font-size: 12px; }
      #download .wrapper .PRO_logo1 {
        display: none; } }
@media screen and (max-width: 420px) {
  #download {
    min-height: auto; }
    #download .wrapper {
      height: auto; } }
.shaymin {
  position: fixed;
  right: 5;
  bottom: 5;
  width: 50px;
  cursor: pointer;
  z-index: 3; }

#support {
  height: auto;
  min-height: 100vh;
  background: url("../img/support.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  padding-top: 7%;
  padding-bottom: 5%; }
  #support .wrapper {
    margin: auto;
    padding: 2rem 3rem;
    width: 60%;
    background: rgba(5, 5, 5, 0.8);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #support .wrapper .terms h2 {
      font-family: 'Audiowide';
      color: #fff; }
    #support .wrapper .terms hr {
      width: 60%;
      opacity: 0.7; }
    #support .wrapper .disclaimer {
      border: 1px solid #222;
      border-radius: 5px;
      margin-top: 2rem;
      padding: 2.5rem;
      background-color: rgba(90, 180, 140, 0.08);
      box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      #support .wrapper .disclaimer h2 {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 2.5rem; }
      #support .wrapper .disclaimer h3 {
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
        #support .wrapper .disclaimer h3 a {
          color: #91b870;
          text-shadow: 1px 1px #000; }
      #support .wrapper .disclaimer h3:hover {
        text-decoration: underline; }
      #support .wrapper .disclaimer hr {
        width: 60%;
        opacity: 0.7; }
      #support .wrapper .disclaimer p {
        color: #fff;
        font-weight: bold; }
        #support .wrapper .disclaimer p a {
          color: #91b870; }
        #support .wrapper .disclaimer p a:hover {
          text-decoration: underline; }

@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  #support {
    padding-top: 30rem; }
    #support .wrapper {
      height: 60%; }
      #support .wrapper .terms h2 {
        font-size: 60px; }
      #support .wrapper .disclaimer h2 {
        font-size: 32px;
        padding-bottom: 2.5rem; }
      #support .wrapper .disclaimer h3 {
        font-size: 28px; }
      #support .wrapper .disclaimer p {
        font-size: 23.5px; } }
@media screen and (max-width: 1380px) {
  #support .wrapper {
    width: 80%; } }
@media screen and (max-width: 850px) {
  #support .wrapper {
    width: 85%; } }
@media screen and (max-width: 780px) {
  #support {
    background: url("../img/support-mobile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: center;
    -webkit-background-attachment: fixed;
    padding: 0;
    height: auto; }
    #support .wrapper {
      padding-top: 5rem;
      width: 100%;
      height: auto;
      position: static; }
      #support .wrapper .terms {
        flex-flow: column wrap; } }
#rules {
  height: auto;
  min-height: 100vh;
  background: url("../img/PRO_bg3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  padding-top: 7%;
  padding-bottom: 5%; }
  #rules .wrapper {
    margin: auto;
    padding: 2rem 3rem;
    width: 60%;
    background: rgba(5, 5, 5, 0.8);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #rules .wrapper .terms {
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
      #rules .wrapper .terms a {
        padding: 0 10px; }
        #rules .wrapper .terms a h2 {
          font-family: 'Audiowide';
          cursor: pointer; }
      #rules .wrapper .terms p {
        color: #fff; }
    #rules .wrapper .terms1 h2 {
      font-family: 'Audiowide';
      color: #fff; }
    #rules .wrapper .terms1 hr {
      width: 60%;
      opacity: 0.7; }
    #rules .wrapper .modal .modal-dialog {
      width: 80%;
      margin: auto; }
      #rules .wrapper .modal .modal-dialog .modal-content {
        background: #111;
        color: #fff; }
        #rules .wrapper .modal .modal-dialog .modal-content .modal-header {
          font-family: 'Audiowide'; }
          #rules .wrapper .modal .modal-dialog .modal-content .modal-header .close {
            color: #fff; }
        #rules .wrapper .modal .modal-dialog .modal-content .modal-body {
          font-weight: bold;
          text-align: left !important; }
          #rules .wrapper .modal .modal-dialog .modal-content .modal-body .message u {
            color: #57abff; }
    #rules .wrapper .disclaimer {
      border: 1px solid #222;
      border-radius: 5px;
      margin-top: 2rem;
      padding: 5rem;
      background-color: rgba(90, 140, 180, 0.08);
      box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      #rules .wrapper .disclaimer h2 {
        font-family: 'Audiowide';
        color: #fff; }
      #rules .wrapper .disclaimer hr {
        width: 60%;
        opacity: 0.7; }
      #rules .wrapper .disclaimer p {
        color: #fff;
        font-weight: bold; }
        #rules .wrapper .disclaimer p a:hover {
          text-decoration: underline; }

@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  #rules {
    padding-top: 30rem; }
    #rules .wrapper .terms1 h2 {
      font-size: 60px; }
    #rules .wrapper .disclaimer h2 {
      font-size: 32px;
      padding-bottom: 2.5rem; }
    #rules .wrapper .disclaimer h3 {
      font-size: 28px; }
    #rules .wrapper .disclaimer h3:hover {
      text-decoration: underline; }
    #rules .wrapper .disclaimer p {
      font-size: 23.5px; } }
@media screen and (max-width: 1380px) {
  #rules .wrapper {
    width: 80%; } }
@media screen and (max-width: 850px) {
  #rules .wrapper {
    width: 85%; } }
@media screen and (max-width: 780px) {
  #rules {
    padding: 0;
    height: auto; }
    #rules .wrapper {
      padding-top: 5rem;
      width: 100%;
      height: auto;
      position: static; }
      #rules .wrapper .terms {
        flex-flow: column wrap; } }
#ranking {
  height: auto;
  border-bottom: 20px solid #222;
  background: url("../img/PRO_bg5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed; }
  #ranking .wrapper {
    /*.PRO_logo1 {
      position: absolute;
      width: 300px;
      top: -25;
      left: -30;
    }*/ }
    #ranking .wrapper .rank-picture {
      padding-top: 7%;
      margin: auto; }
    #ranking .wrapper .ContentBack {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      #ranking .wrapper .ContentBack .red_ladder .ranked, #ranking .wrapper .ContentBack .red_ladder .non-ranked, #ranking .wrapper .ContentBack .red_ladder .play-time {
        background: rgba(50, 5, 5, 0.5); }
        #ranking .wrapper .ContentBack .red_ladder .ranked .title, #ranking .wrapper .ContentBack .red_ladder .non-ranked .title, #ranking .wrapper .ContentBack .red_ladder .play-time .title {
          color: red; }
      #ranking .wrapper .ContentBack .blue_ladder .ranked, #ranking .wrapper .ContentBack .blue_ladder .non-ranked, #ranking .wrapper .ContentBack .blue_ladder .play-time {
        background: rgba(5, 5, 50, 0.5); }
        #ranking .wrapper .ContentBack .blue_ladder .ranked .title, #ranking .wrapper .ContentBack .blue_ladder .non-ranked .title, #ranking .wrapper .ContentBack .blue_ladder .play-time .title {
          color: #2f9eab; }
      #ranking .wrapper .ContentBack .yellow_ladder .ranked, #ranking .wrapper .ContentBack .yellow_ladder .non-ranked, #ranking .wrapper .ContentBack .yellow_ladder .play-time {
        background: rgba(50, 80, 15, 0.5); }
        #ranking .wrapper .ContentBack .yellow_ladder .ranked .title, #ranking .wrapper .ContentBack .yellow_ladder .non-ranked .title, #ranking .wrapper .ContentBack .yellow_ladder .play-time .title {
          color: yellow; }
      #ranking .wrapper .ContentBack .red_ladder, #ranking .wrapper .ContentBack .blue_ladder, #ranking .wrapper .ContentBack .yellow_ladder {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 5rem; }
        #ranking .wrapper .ContentBack .red_ladder .ranked, #ranking .wrapper .ContentBack .red_ladder .non-ranked, #ranking .wrapper .ContentBack .red_ladder .play-time, #ranking .wrapper .ContentBack .blue_ladder .ranked, #ranking .wrapper .ContentBack .blue_ladder .non-ranked, #ranking .wrapper .ContentBack .blue_ladder .play-time, #ranking .wrapper .ContentBack .yellow_ladder .ranked, #ranking .wrapper .ContentBack .yellow_ladder .non-ranked, #ranking .wrapper .ContentBack .yellow_ladder .play-time {
          margin: 0 2rem;
          padding: 10px;
          width: 100%;
          height: 400px;
          border: 1px solid #111;
          overflow-y: scroll;
          box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
          #ranking .wrapper .ContentBack .red_ladder .ranked .title, #ranking .wrapper .ContentBack .red_ladder .non-ranked .title, #ranking .wrapper .ContentBack .red_ladder .play-time .title, #ranking .wrapper .ContentBack .blue_ladder .ranked .title, #ranking .wrapper .ContentBack .blue_ladder .non-ranked .title, #ranking .wrapper .ContentBack .blue_ladder .play-time .title, #ranking .wrapper .ContentBack .yellow_ladder .ranked .title, #ranking .wrapper .ContentBack .yellow_ladder .non-ranked .title, #ranking .wrapper .ContentBack .yellow_ladder .play-time .title {
            font-weight: bold;
            text-align: center; }
          #ranking .wrapper .ContentBack .red_ladder .ranked .table-content, #ranking .wrapper .ContentBack .red_ladder .non-ranked .table-content, #ranking .wrapper .ContentBack .red_ladder .play-time .table-content, #ranking .wrapper .ContentBack .blue_ladder .ranked .table-content, #ranking .wrapper .ContentBack .blue_ladder .non-ranked .table-content, #ranking .wrapper .ContentBack .blue_ladder .play-time .table-content, #ranking .wrapper .ContentBack .yellow_ladder .ranked .table-content, #ranking .wrapper .ContentBack .yellow_ladder .non-ranked .table-content, #ranking .wrapper .ContentBack .yellow_ladder .play-time .table-content {
            margin: 0 1rem;
            display: flex;
            justify-content: space-around;
            color: #fafafa; }

#guild {
  height: auto;
  min-height: 90vh;
  background: url("../img/PRO_bg6.jpg");
  background-color: #6294a3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: contain;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed; }
  #guild .wrapper .guild-picture {
    padding-top: 5%;
    margin: auto; }
  #guild .wrapper .ContentBack {
    display: flex;
    flex-flow: row; }
    #guild .wrapper .ContentBack .red_guild {
      background: rgba(80, 5, 5, 0.5); }
      #guild .wrapper .ContentBack .red_guild .badge1 {
        width: 125px;
        position: absolute;
        right: 35;
        bottom: 70;
        opacity: 0.7; }
    #guild .wrapper .ContentBack .blue_guild {
      background: rgba(5, 5, 50, 0.5); }
      #guild .wrapper .ContentBack .blue_guild .badge2 {
        width: 125px;
        position: absolute;
        right: 35;
        bottom: 70;
        opacity: 0.7; }
    #guild .wrapper .ContentBack .yellow_guild {
      background: rgba(130, 100, 20, 0.5); }
      #guild .wrapper .ContentBack .yellow_guild .badge3 {
        width: 125px;
        position: absolute;
        right: 35;
        bottom: 70;
        opacity: 0.7; }
    #guild .wrapper .ContentBack .red_guild, #guild .wrapper .ContentBack .blue_guild, #guild .wrapper .ContentBack .yellow_guild {
      margin: 10rem auto;
      padding: 5rem;
      width: 600px;
      height: 400px;
      border: 1px solid #434343;
      box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      #guild .wrapper .ContentBack .red_guild .table-content, #guild .wrapper .ContentBack .blue_guild .table-content, #guild .wrapper .ContentBack .yellow_guild .table-content {
        color: #fafafa; }
      #guild .wrapper .ContentBack .red_guild .title, #guild .wrapper .ContentBack .blue_guild .title, #guild .wrapper .ContentBack .yellow_guild .title {
        font-weight: bold;
        text-align: center;
        font-size: 28px; }

/*.lucario {
  position: fixed;
  right: 20;
  bottom: 0;
  width: 60px;
  cursor: pointer;
  z-index: 3;
}*/
@media screen and (min-width: 3840px) and (min-height: 2160px) {
  #guild {
    height: auto;
    min-height: 75vh; }
    #guild .wrapper .ContentBack .red_guild, #guild .wrapper .ContentBack .blue_guild, #guild .wrapper .ContentBack .yellow_guild {
      margin: 15rem auto;
      width: 700px;
      height: 400px; }
      #guild .wrapper .ContentBack .red_guild .badge1, #guild .wrapper .ContentBack .red_guild .badge2, #guild .wrapper .ContentBack .red_guild .badge3, #guild .wrapper .ContentBack .blue_guild .badge1, #guild .wrapper .ContentBack .blue_guild .badge2, #guild .wrapper .ContentBack .blue_guild .badge3, #guild .wrapper .ContentBack .yellow_guild .badge1, #guild .wrapper .ContentBack .yellow_guild .badge2, #guild .wrapper .ContentBack .yellow_guild .badge3 {
        width: 125px; } }
@media screen and (max-width: 1650px) {
  #guild .wrapper .ContentBack .red_guild .badge1, #guild .wrapper .ContentBack .red_guild .badge2, #guild .wrapper .ContentBack .red_guild .badge3, #guild .wrapper .ContentBack .blue_guild .badge1, #guild .wrapper .ContentBack .blue_guild .badge2, #guild .wrapper .ContentBack .blue_guild .badge3, #guild .wrapper .ContentBack .yellow_guild .badge1, #guild .wrapper .ContentBack .yellow_guild .badge2, #guild .wrapper .ContentBack .yellow_guild .badge3 {
    width: 95px; } }
@media screen and (max-width: 1480px) {
  #guild {
    background-size: cover;
    background-position: left;
    -webkit-background-size: cover;
    -webkit-background-position: left; }
    #guild .wrapper .ContentBack {
      flex-direction: column; }
      #guild .wrapper .ContentBack .red_guild, #guild .wrapper .ContentBack .blue_guild, #guild .wrapper .ContentBack .yellow_guild {
        margin: 5rem auto !important;
        padding: 5rem;
        width: 650px;
        height: 400px;
        border: 1px solid #434343;
        box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
        #guild .wrapper .ContentBack .red_guild .badge1, #guild .wrapper .ContentBack .red_guild .badge2, #guild .wrapper .ContentBack .red_guild .badge3, #guild .wrapper .ContentBack .blue_guild .badge1, #guild .wrapper .ContentBack .blue_guild .badge2, #guild .wrapper .ContentBack .blue_guild .badge3, #guild .wrapper .ContentBack .yellow_guild .badge1, #guild .wrapper .ContentBack .yellow_guild .badge2, #guild .wrapper .ContentBack .yellow_guild .badge3 {
          width: 125px;
          position: absolute;
          display: block;
          right: 55;
          bottom: 70;
          opacity: 0.7; } }
@media screen and (max-width: 980px) {
  #ranking .wrapper .ContentBack .red_ladder, #ranking .wrapper .ContentBack .blue_ladder, #ranking .wrapper .ContentBack .yellow_ladder {
    flex-wrap: wrap !important; }
    #ranking .wrapper .ContentBack .red_ladder .ranked, #ranking .wrapper .ContentBack .red_ladder .non-ranked, #ranking .wrapper .ContentBack .red_ladder .play-time, #ranking .wrapper .ContentBack .blue_ladder .ranked, #ranking .wrapper .ContentBack .blue_ladder .non-ranked, #ranking .wrapper .ContentBack .blue_ladder .play-time, #ranking .wrapper .ContentBack .yellow_ladder .ranked, #ranking .wrapper .ContentBack .yellow_ladder .non-ranked, #ranking .wrapper .ContentBack .yellow_ladder .play-time {
      width: 500px;
      height: 400px;
      margin: 2.5rem 10px; } }
@media screen and (max-width: 680px) {
  #guild {
    background-position: left; }
    #guild .wrapper .badge1, #guild .wrapper .badge2, #guild .wrapper .badge3 {
      display: none !important; }
    #guild .wrapper .ContentBack .red_guild, #guild .wrapper .ContentBack .blue_guild, #guild .wrapper .ContentBack .yellow_guild {
      width: 100%;
      height: auto;
      overflow-y: scroll; } }
@media screen and (max-width: 480px) {
  #ranking {
    background: url("../img/PRO_mobile.jpg");
    background-size: contain;
    background-color: #f0c06e;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: contain;
    -webkit-background-color: #f0c06e;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: center;
    -webkit-background-attachment: fixed; }
    #ranking .wrapper .rank-picture {
      padding-top: 5.5rem; }
    #ranking .wrapper .ContentBack .red_ladder, #ranking .wrapper .ContentBack .blue_ladder, #ranking .wrapper .ContentBack .yellow_ladder {
      margin-top: 2.25rem; }
      #ranking .wrapper .ContentBack .red_ladder .ranked, #ranking .wrapper .ContentBack .red_ladder .non-ranked, #ranking .wrapper .ContentBack .red_ladder .play-time, #ranking .wrapper .ContentBack .blue_ladder .ranked, #ranking .wrapper .ContentBack .blue_ladder .non-ranked, #ranking .wrapper .ContentBack .blue_ladder .play-time, #ranking .wrapper .ContentBack .yellow_ladder .ranked, #ranking .wrapper .ContentBack .yellow_ladder .non-ranked, #ranking .wrapper .ContentBack .yellow_ladder .play-time {
        width: 100%;
        height: auto; } }
#gallery {
  height: auto;
  background: url("../img/PRO_bg7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  #gallery .wrapper {
    height: auto;
    padding-top: 5%;
    position: static;
    margin: auto;
    width: 100%; }
    #gallery .wrapper .gallery {
      width: 200px;
      margin: auto; }
    #gallery .wrapper .header {
      margin: auto; }
      #gallery .wrapper .header h2 {
        font-family: 'Gloria Hallelujah';
        text-shadow: 1px 1px #777; }
    #gallery .wrapper .video-bg {
      display: flex; }
      #gallery .wrapper .video-bg iframe {
        z-index: 1;
        margin: 3rem auto 10rem;
        height: 525px;
        width: 900px;
        border: 1px solid #232323;
        border-radius: 50px;
        box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #gallery .wrapper #exit {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.95));
      border-top: 1px solid rgba(255, 255, 255, 0);
      box-shadow: 5px 0 4px rgba(255, 255, 255, 0.36), 0 3px 6px rgba(255, 255, 255, 0.53);
      cursor: default; }
      #gallery .wrapper #exit .container {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        width: 100%;
        margin-top: 5rem; }
        #gallery .wrapper #exit .container .gallery__item {
          box-sizing: border-box;
          width: 280px;
          height: 250px;
          margin: 1rem; }
          #gallery .wrapper #exit .container .gallery__item a:hover {
            background: 0; }
          #gallery .wrapper #exit .container .gallery__item .gallery__image {
            width: 280px;
            height: 250px;
            display: block;
            cursor: pointer;
            border: 1px dashed #ccc;
            box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      #gallery .wrapper #exit .social {
        margin: 5rem auto; }
        #gallery .wrapper #exit .social h1 {
          margin: 3.5rem auto;
          font-family: 'Gloria Hallelujah';
          font-size: 50px;
          text-shadow: 1px 1px #777; }
        #gallery .wrapper #exit .social a img {
          width: 150px;
          margin: 0 2.5rem 1.5rem; }
        #gallery .wrapper #exit .social a .u2b {
          width: 200px; }
        #gallery .wrapper #exit .social a img:hover {
          transform: scale(1.2);
          transition: 1s ease-in-out;
          cursor: pointer; }
      #gallery .wrapper #exit .bg-gallery {
        width: 45%; }

/*#exit {
  background: url('../img/PRO_bg2.jpg') no-repeat center;
  background-attachment: fixed;
  height: 95vh;
  box-shadow: 5px 0 4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}*/
@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  #gallery {
    padding-top: 15rem; }
    #gallery .wrapper #exit .bg-gallery {
      width: 25%; } }
@media screen and (min-width: 2400px) {
  #gallery .wrapper #exit .bg-gallery {
    width: 25%; } }
@media screen and (max-width: 1100px) {
  #gallery .wrapper .video-bg {
    width: 100%;
    height: 100vw; }
    #gallery .wrapper .video-bg iframe {
      height: auto;
      width: 100%;
      height: 60%;
      margin: auto;
      border-radius: 0; } }
@media screen and (max-width: 780px) {
  #gallery {
    background: url("../img/gallery-mobile.jpg");
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    -webkit-background-size: contain;
    -webkit-background-color: #fff;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: top;
    -webkit-background-attachment: fixed; } }
@media screen and (max-width: 680px) {
  #gallery .wrapper .video-bg {
    width: 100%; }
    #gallery .wrapper .video-bg iframe {
      height: auto;
      width: 95%;
      height: 50%;
      border-radius: 0; }
  #gallery .wrapper #exit .bg-gallery {
    width: 100%; } }
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

a {
  outline: 0 !important; }

* {
  font-family: Helvetica; }

html {
  background-color: #000; }

body {
  background: #1a1a1a;
  text-align: center;
  overflow-x: hidden; }

.adsbygoogle {
  display: none !important; }

#snow {
  position: absolute;
  height: 75%;
  left: -30;
  width: 100%; }

#discord {
  position: fixed;
  left: -20;
  bottom: 8.5;
  width: 100px;
  z-index: 1; }
  #discord .discord {
    width: 30px;
    height: 30px; }

#twitter {
  position: fixed;
  font-size: 30px;
  left: -20;
  bottom: 45;
  width: 100px;
  z-index: 1;
  color: #59a9ff; }

#insta {
  position: fixed;
  font-size: 30px;
  left: -20;
  bottom: 110;
  width: 100px;
  z-index: 1;
  color: #fff; }
  #insta .insta {
    width: 30px;
    height: 30px; }

#youtube {
  position: fixed;
  left: -20;
  bottom: 75;
  width: 100px;
  z-index: 1; }
  #youtube .youtube {
    width: 30px;
    height: 30px; }

#discord:hover, #twitter:hover, #insta:hover, #youtube:hover {
  transform: scale(1.3);
  transition: 1s ease-in-out;
  cursor: pointer; }

.munchlax {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  z-index: 3; }

footer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #111;
  color: #fff;
  margin: auto;
  padding: 1rem;
  border-top: 1px solid #333;
  box-shadow: 5px 0 4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.PRO {
  width: 48px; }

.animated {
  animation-duration: 2s;
  animation-delay: 0.085s;
  animation-fill-mode: both; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  #snow {
    height: 40%;
    width: 100%; } }
@media only screen and (min-width: 2080px) {
  footer {
    font-size: 3rem;
    height: 19rem; }
    footer .PRO {
      width: 100px; } }
@media screen and (max-width: 1100px) {
  #particles {
    position: absolute;
    top: -20; } }
@media screen and (max-width: 850px) {
  .adsbygoogle {
    display: none !important; } }
@media screen and (max-width: 550px) {
  footer {
    font-size: 9px; } }

/*# sourceMappingURL=index.css.map */
