body {
  font-family: "Ubuntu", sans-serif;
  height: 100%;
  font-size: 102%;
  line-height: 1.5;
  margin: 0;
  background: url("images/background.jpg") no-repeat fixed;
  background-size: cover;
  color: #f5f5f5;
}
a,
a:visited,
a:link {
  text-decoration: none;
  color: #d8e9b0;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:active {
  color: #b1bf90;
}
hr {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(45, 45, 45, 0.5),
    rgba(0, 0, 0, 0)
  );
  border: 0;
  height: 1px;
  opacity: 0.5;
}
h1 {
  font-size: 55px;
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.hero-image {
  width: 100%;
  border: 5px solid white;
}
.section-header {
  font-size: 150%;
  cursor: pointer;
}
.section-body {
  display: none;
  text-align: left;
}
.margin-0-auto {
  margin: 0 auto;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.site-content {
  background-color: rgba(70, 98, 127, 0.95);
  position: absolute;
  width: 100%;
  min-height: 100%;
}
.site-content-inner {
  padding-top: 60px;
  width: 95%;
  margin: 0 auto;
}
.site-content-inner-content {
  padding-bottom: 120px;
}
.site-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
.footer-content {
  margin-left: 20px;
}
.avatar {
  height: 100px;
  width: 100px;
  border-radius: 51px;
  border: 2px solid white;
  transition: all 0.2s ease-in-out;
}
.avatar:hover {
  transform: rotate(5deg);
}
.deco-striketrough {
  text-decoration: line-through;
}
.site-navigation {
  background-color: #77939a;
  height: 65px;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  box-shadow: 0 -3px 10px black;
  -webkit-box-shadow: 0 -3px 10px black;
  z-index: 99;
}
#navigation-menu {
  height: auto;
}
.navigation-menu-expanded {
  height: 100% !important;
}
ul.navigation-items {
  list-style: none;
  margin: 0 auto;
}
.navigation-item {
  display: inline;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  float: left;
  height: 65px;
  line-height: 65px;
  color: white !important;
}
.navigation-item-click:hover {
  transform: scale(1.05);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.navigation-container li {
  transition: all 0.2s ease-in-out;
}
.navigation-container li:hover {
  transform: scale(1.05) !important;
  background-color: #91b3bc;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.navigation-container li ul {
  position: absolute;
  left: -999em;
  text-shadow: none;
  padding: 0;
  background-color: #77939a;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
}
.navigation-container li:hover ul,
.navigation-container li.sfhover ul {
  left: auto;
  top: 65px;
}
.navigation-container li ul li:hover {
  width: 100%;
}
.navigation-container ul li {
  float: left;
  min-width: 155px;
}
.navigation-item-vertical {
  display: block;
  width: 100%;
}
li#mobile-nav-opener {
  display: none;
}
.players-count {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-color: #77939a;
  border-radius: 150px;
  box-shadow: 0 03px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.border-radius {
  border-radius: 5px;
}
ul {
  list-style: none;
}
li.cell {
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  color: #363636;
  border-bottom: 2px rgba(70, 98, 127, 0.95) solid;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
li.expanded {
  height: 128px;
}
li.big-cell {
  height: 256px;
}
.cell-image {
  width: auto;
  height: 90%;
  margin-top: 12px;
  border-radius: 5px;
}
.navigation-logo {
  height: 50px;
  padding: 8px;
  float: left;
}
.margin-top {
  margin-top: 10px;
}
li.cell:nth-child(even) {
  background-color: rgba(242, 242, 242, 0.95);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
li.cell:nth-child(odd) {
  background-color: rgba(225, 225, 225, 0.95);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
li.cell:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  border-radius: 5px;
}
.textField {
  padding-left: 20px;
  height: 40px;
  margin-top: 10px;
  border: 2px solid #77939a;
  border-radius: 6px;
  font-size: 16px;
  color: #353535;
  outline: 0;
}
.textField-large {
  width: 300px;
}
.button,
input[type="submit"] {
  height: 50px;
  background-color: #77939a;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  color: white !important;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  border: 1px solid #ccc;
  margin: 8px;
  -webkit-appearance: none;
}
.padding-0 {
  padding: 0;
}
.button-icon {
  margin-right: 5px;
  height: 50px;
  vertical-align: middle;
}
.server-info {
  display: none;
  position: absolute;
  width: 350px;
  margin: 65px auto;
  background-color: #77939a;
  color: white;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid white;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.48);
  left: 0;
  right: 0;
  text-align: center;
}
.server-info-inverted {
  margin-top: -280px !important;
}
.button-info {
  left: 48% !important;
}
.minigames {
  background-color: rgba(255, 255, 255, 0.04);
}
.item-box {
  padding: 20px;
  clear: both;
}
.item-box img {
  width: 50%;
  border: 5px solid white;
  float: left;
}
.description {
  margin-left: 52%;
  height: 286px;
}
.big-button {
  width: 15%;
  font-size: 20px;
  line-height: 50px;
}
.button:hover {
  background-color: #91b3bc;
}
.button a,
.button a:active,
.button a:link {
  color: white;
}
.button a:hover {
  color: rgba(199, 197, 197, 0.83);
}
select {
  height: 40px !important;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 30px;
  background: url("images/arrow-down.png") no-repeat right #91b3bc;
  color: white;
  border: 2px solid #77939a;
  border-radius: 6px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.width-80 {
  width: 80%;
}
.width-50 {
  width: 50%;
}
.width-50-small {
  width: 50px;
}
.width-auto {
  width: auto !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.margin-left {
  margin-left: 15px;
}
.margin-right {
  margin-right: 15px;
}
.margin-right-small {
  margin-right: 5px;
}
.display-inline-block {
  display: inline-block;
}
.map-inner {
  padding-top: 75px;
  font-size: 120%;
  float: left;
}
.height-auto {
  height: auto !important;
}
.product-image-small {
  padding-top: 20px;
  height: 70px;
}
.modal-box {
  background-color: #77939a;
  width: 35%;
  max-width: 800px;
  left: 32%;
  top: 25%;
  height: 50%;
  max-height: 300px;
  text-align: center;
  position: fixed;
  z-index: 999;
  border-radius: 10px;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}
.modal-box-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.welcome {
  padding-top: 10px;
  text-align: center;
}
.welcome img {
  width: 15%;
}
.table-row {
  display: table;
}
.product {
  display: inline-block;
  padding: 25px;
  background-color: rgba(247, 255, 253, 0.09);
  border: 1px dashed rgba(239, 239, 239, 0.37);
  transition: all 0.2s ease-in-out;
  min-width: 25%;
}
.product-small {
  min-width: 20% !important;
}
.product:hover {
  background-color: rgba(247, 255, 253, 0.16);
}
.checkout-product-image {
  max-height: 50px;
  width: auto;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.item-shop {
  padding: 10px !important;
}
.item-shop img {
  width: 50%;
  height: 50%;
}
.rank-shop,
.lootbox-item-shop,
.zombie-item-shop {
  padding: 10px !important;
  min-width: 20% !important;
  max-width: 20% !important;
}
.rank-shop img,
.minigame-item-shop img,
.lootbox-item-shop img,
.zombie-item-shop img {
  width: 50%;
  height: 50%;
}
.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.info-box {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid white;
}
.errors {
  background-color: rgba(224, 42, 40, 0.67);
}
.success {
  background-color: rgba(108, 224, 73, 0.67);
}
.padding-initial {
  padding: initial;
}
.height-44 {
  height: 44px;
}
.height-14 {
  height: 14px;
}
.cursor-pointer {
  cursor: pointer;
}
.zoom {
  transition: all 0.2s ease-in-out;
}
.zoom:hover {
  transform: scale(1.02);
}
ul.attributes {
  list-style-type: none;
  line-height: 170%;
  padding: 0;
}
.game-data {
  background-color: rgba(247, 255, 253, 0.09);
  padding: 1px 25px 25px;
  margin-top: 30px;
  border-radius: 5px;
}
.screenshot-box {
  max-width: 600px;
}
@media only screen and (min-width: 150px) and (max-width: 840px) {
  h1 {
    font-size: 45px;
  }
  .site-navigation {
    height: auto;
  }
  .navigation-item {
    float: none;
    height: auto;
    display: block;
    padding-left: 0;
  }
  .navigation-item-click {
    clear: both;
  }
  ul.navigation-items li ul {
    position: relative;
    width: auto;
    left: auto;
    background-color: transparent;
    margin-left: 0;
  }
  .navigation-item.mobile-nav-hide {
    display: none;
  }
  .navigation-container ul li {
    float: none;
    min-width: auto;
    overflow-y: auto;
  }
  .navigation-container li:hover ul,
  .navigation-container li.sfhover ul {
    top: 0;
  }
  li#mobile-nav-opener {
    display: block;
    float: right;
    height: 65px;
    line-height: 65px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    color: white;
    cursor: pointer;
  }
  .status-box {
    width: 15%;
  }
  .big-button {
    width: 65%;
  }
  .welcome img {
    width: 40%;
  }
  .item-box img {
    width: 100%;
    float: none;
  }
  .description {
    width: 100%;
    height: auto;
    margin-left: 0;
    text-align: center;
  }
  .button-info {
    left: 0 !important;
  }
  .product {
    display: block;
    width: auto;
  }
  .payment-method {
    display: table-row;
  }
  .textField-large {
    width: auto;
  }
  ul.navigation-items {
    overflow: scroll;
    height: 100%;
  }
}
