@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dosis:500");
@import url("https://fonts.googleapis.com/css?family=Nunito");
@font-face {
  font-family: pixeled;
  src: url(Pixeled.ttf);
}
* {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Ariel", sans-serif;
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #666666;
}

ul {
  list-style: none;
}

main {
  border-right: 1px solid #ccc;
  width: 1040px;
  display: block;
  margin: 0 auto;
  border-left: 5px solid #e2e2e2;
  border-right: 5px solid #e2e2e2;
  background-color: white;
  box-shadow: 12px 0 15px -4px rgba(226, 226, 226, 0.2), -12px 0 8px -4px rgba(226, 226, 226, 0.2);
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-color: #1672B5 !important;
  background-position-y: bottom;
  background-attachment: fixed;
  min-height: 100vh;
}

select {
  cursor: pointer;
}

#countdown {
  text-align: center;
  background-color: #FF6600;
  color: white;
  font-family: "Oswald", sans-serif;
}

.scroll-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  right: 25px;
  bottom: 25px;
  background-color: white;
  border-radius: 25px;
  text-align: center;
  font-family: cursive;
  font-size: 52px;
}

.sidebar {
  z-index: 3;
  width: 26%;
  max-width: 13.9em;
  background-image: url("../img/sidebar/pattern.png");
  height: 100%;
  float: left;
}
.sidebar__orange-bg {
  width: 12.145em;
}
.sidebar__logo-container {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar__logo-background {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% + 70px);
  height: auto;
  z-index: 2;
  display: block;
}
.sidebar__logo-background_shadow {
  z-index: 1;
  opacity: 0.1;
  position: absolute;
  width: calc(100% + 70px);
  top: 0;
}
.sidebar__logo {
  z-index: 4;
}
.sidebar__sidebar-content {
  z-index: 5;
  background: #333333;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0.4375em 0.625em 1.1875em 0.625em;
}
.sidebar__login-container {
  margin-bottom: 0.5625em;
}
.sidebar__game-download {
  margin-bottom: 0.625em;
}
.sidebar__game-download img {
  width: 100%;
}
.sidebar__character-wrapper {
  height: 6.875em;
  max-width: 6.25em;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 60px;
  position: absolute;
  margin-left: 60px;
}
.sidebar__character {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  bottom: 1.5625em;
}
.sidebar__character img {
  width: auto;
  height: auto;
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 25px;
  z-index: 0;
}
.sidebar__character img:first-child {
  z-index: 1;
}
.sidebar__character img.selected {
  z-index: 2;
}
.sidebar__cname {
  color: #7176b4;
  font-family: "Ariel", sans-serif;
  font-size: 0.6875em;
  display: block;
  font-weight: 600;
  position: absolute;
  width: 100%;
  bottom: 0.6em;
}
.sidebar__character img {
  background: #ab9e82;
}
.sidebar__forgot-id {
  position: absolute;
  margin-top: 68px;
  margin-left: 39px;
}
.sidebar__forgot-password {
  position: absolute;
  margin-top: 68px;
  margin-left: 117px;
}

.sidebar__user-guide {
  position: absolute;
  width: 161px;
  height: 24px;
  margin-top: 123px;
  margin-left: 30px;
}

.sidebar__user-guide-go-button {
  position: absolute;
  width: 42px;
  height: 23px;
  margin-top: 202px;
  margin-left: 92px;
}

.sidebar__download-button {
  position: absolute;
  padding-left: 130px;
  margin-top: 239px;
  margin-left: 30px;
}

.sidebar__library-button {
  position: absolute;
  z-index: 1;
  margin-top: 280px;
  margin-left: 32px;
}
.sidebar__library-button2 {
  position: absolute;
  z-index: 1;
  margin-top: 345px;
  margin-left: 32px;
}

.sidebar__library-button-logged-in {
  position: absolute;
  z-index: 1;
  margin-top: 252px;
  margin-left: 32px;
}

.sidebar__library-button2-logged-in {
  position: absolute;
  z-index: 1;
  margin-top: 316px;
  margin-left: 32px;
}

.sidebar__login-button {
  position: absolute;
  z-index: 1;
  margin-top: 45px;
  margin-left: 38px;
}
.sidebar__register-button {
  position: absolute;
  z-index: 1;
  margin-top: 45px;
  margin-left: 116px;
}
.sidebar__login-panel-user {
  background-image: url("../img/sidebar/login_panel_logged_in_no_char.png");
  height: 522px;
  width: 222px;
  background-repeat: no-repeat;
}
.sidebar__login-panel-user .sidebar__library-button {
  position: absolute;
  z-index: 1;
  margin-top: 350px;
  margin-left: 32px;
}
.sidebar__login-panel-user .sidebar__library-button2 {
  position: absolute;
  z-index: 1;
  margin-top: 420px;
  margin-left: 32px;
}
.sidebar__login-panel-guest {
  background-image: url("../img/sidebar/login_panel_scroll_large_whole.png");
  height: 558px;
  width: 222px;
  background-repeat: no-repeat;
}
.sidebar__logged-in-buttons {
  margin-top: 41px;
  margin-left: 35px;
  position: absolute;
  font-size: 0.9em;
}
.sidebar__logged-in-buttons a {
  color: #564112;
  font-family: "Dosis";
  font-weight: bold;
  font-size: 18px;
  text-shadow: -1px -1px 0 #ab9e822b, 1px -1px 0 #ab9e822b, -1px 1px 0 #ab9e822b, 1px 1px 0 #ab9e822b;
}
.sidebar__logged-in-buttons a:hover {
  color: #ffffff;
}
.sidebar__logged-in-buttons a:before:hover {
  content: "Hoi";
}

.submenu-sidebar {
  border-top: 4px solid #9a7c73;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 221px;
  background-color: #FEF1D5 !important;
}
.submenu-sidebar__title {
  margin-left: 30px;
  display: block;
  font-size: 0.6em;
  font-family: "Pixeled", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #9a7c73;
  color: #9a7c73;
}
.submenu-sidebar__title::before {
  content: url("../img/sidebar/submenu_bullet_red.png");
  padding-right: 5px;
  padding-bottom: 10px;
}
.submenu-sidebar__navigation {
  border-left: 10px solid #d6dbdc;
  border-right: 10px solid #d6dbdc;
  border-top: 7px solid #d6dbdc;
  background: #d6dbdc;
  border-bottom: 7px solid #d6dbdc;
  margin: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 0px 0px #a0757f;
  -moz-box-shadow: 2px 2px 0px 0px #a0757f;
  box-shadow: 2px 2px 0px 0px #a0757f;
}
.submenu-sidebar__navigation ul {
  border-radius: 10px;
  background-color: #f5f6f6;
}
.submenu-sidebar__navigation ul li {
  border-bottom: 1px solid #d6dbdc;
  padding-left: 10px;
  padding-right: 10px;
}
.submenu-sidebar__navigation ul li:first-child {
  line-height: 15px;
}
.submenu-sidebar__navigation ul li:last-child {
  line-height: 15px;
}
.submenu-sidebar__navigation ul li a {
  text-transform: uppercase;
  color: #02344d;
  font-weight: bold;
  font-family: "Dosis";
  font-size: 0.9em;
}
.submenu-sidebar__navigation ul li a::before {
  content: url("../img/sidebar/submenu_bullet_blue.png");
  padding-right: 5px;
  top: -2px;
  position: relative;
}
.submenu-sidebar__dashed-border {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-style: dashed;
  color: #9a7c73;
  padding-top: 10px;
}
.submenu-sidebar__item-active {
  background-color: white;
}
.submenu-sidebar__item-active a {
  color: #FF6600 !important;
}

.submenu-sidebar__navigation a:hover {
  color: #FF6600 !important;
}

.page-title {
  font-family: "dosis";
  font-size: 30px;
}

.page-header {
  font-family: "dosis";
  font-size: 20px;
}

.page-caption {
  font-family: "dosis";
  font-size: 18px;
}

.page-warning {
  color: red; 
  font-weight: bold; 
  font-size: 20px !important;
  text-decoration: underline
}

.link:hover {
  color: #FF6600 !important;
  text-decoration: underline;
}

.widget__header {
  background: #ff9f15;
  padding: 0.3125em;
  margin-bottom: 0.0625em;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.widget__title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.125em;
}
.widget__wrapper {
  background: #fff;
  padding: 0.625em 0.5625em;
  overflow: hidden;
}
.widget__id-pw {
  border: 1px solid #d4dbe2;
  background: #e9ebef;
  padding: 0.3125em 1.125em;
  margin-top: 0.3125em;
  float: left;
  width: 100%;
}
.widget_todays-tip {
  min-height: 4.25em;
  padding-left: 3.25em;
  background-color: #e1d7ca;
  background-image: url("../img/general/menu_frame_tip_01.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.widget_todays-tip .widget__header {
  background: #fff;
  padding: 0.1875em 0.3125em;
  border: 1px solid #ccc;
  margin-top: 0.1875em;
  float: left;
  width: 100%;
  margin-bottom: 0.3125em;
}
.widget_todays-tip .widget__header span {
  color: #A324FF;
  font-family: "Ariel", sans-serif;
  font-size: 0.625em;
  font-weight: 600;
  line-height: 0.9375em;
  display: block;
}
.widget_todays-tip .widget__header span img {
  margin-right: 0.1875em;
}
.widget_todays-tip .widget__content {
  font-family: "Ariel", sans-serif;
  font-size: 0.6875em;
  line-height: 0.9375em;
  color: #000;
  font-weight: 500;
}

.login-questions {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.login-questions:hover {
  color: #ff7e00;
}

.button__login {
  float: left;
  width: 6.3125em;
  height: 45px;
}
.button__login img {
  width: 100%;
}
.button__signup {
  float: left;
  width: 4.8125em;
  height: 45px;
}
.button__signup img {
  width: 100%;
}
.button__find-id {
  float: left;
  width: 3.75em;
  height: 0.5em;
  border-right: 1px solid #fff;
  background-image: url("../img/general/find-id.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}
.button__find-pw {
  float: left;
  width: 4.625em;
  height: 0.5em;
  background-image: url("../img/general/find-pw.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  border-left: 1px solid #d4dbe2;
}

.content {
  background: #eff0f0;
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: calc(100% - 223px);
  display: inline-block;
}
.content__news-container {
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0.875em 0.375em 0.875em 0.875em;
}
.content__job-widget {
  background-color: #fdf5d8;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #7689bc;
}
.content__job-widget .map-widget {
  background-image: url("../img/mapwidget/ms_flash_map.png");
  width: 250px;
  height: 170px;
  display: inline-block;
  position: absolute;
  margin-left: 14px;
}

.menu {
  padding: 0.5em 0 1.1875em 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e1e4e8;
  /*border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;*/
  background: -moz-linear-gradient(89deg, #053954 0%, #0c4461 47%, #165271 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #165271), color-stop(53%, #0c4461), color-stop(100%, #053954));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(89deg, #053954 0%, #0c4461 47%, #165271 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(89deg, #053954 0%, #0c4461 47%, #165271 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(89deg, #053954 0%, #0c4461 47%, #165271 100%);
  /* ie10+ */
  background: linear-gradient(1deg, #053954 0%, #0c4461 47%, #165271 100%);
  /* w3c */
}

.menu__item {
  padding-left: 2.8em;
  padding-right: 2.8em;
  float: left;
  border-right: 1px solid white;
  height: 31px;
}

.menu__item a {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  display: block;
  text-align: center;
}

.menu__item:first-child {
  border-right: none;
  padding-left: 0px;
  padding-right: 0px;
}

.menu__item:last-child {
  border-right: none;
}

.menu__item .menu-logo {
  width: 196px;
  height: fit-content;
  margin-top: -49px;
  display: block;
  border-right: 1px solid white;
  padding-left: 30px;
  padding-right: 30px;
}

.menu__list {
  margin-top: 40px;
}

/* info */
.menu__item:nth-child(4) .menu-item-icon {
  margin-left: -4px;
}

/* forum */
.menu__item:nth-child(5) .menu-item-icon {
  margin-left: 3px;
}

/* download */
.menu__item:nth-child(6) .menu-item-icon {
  margin-left: 20px;
}

/* donate */
.menu__item:nth-child(7) .menu-item-icon {
  margin-left: 3px;
}

.menu__item:hover .menu-item-icon {
  height: 30px;
  margin-top: -35px;
}
.menu__item:hover a {
  color: #ff7e00;
}
.menu__item:hover .menu-sub-items {
  display: inline;
}
.menu__dropdown {
  position: absolute;
  display: none;
  left: 0px;
  top: 20px;
  background-color: white;
  padding: 1em 1em 1em 1em;
  float: none;
  white-space: nowrap;
  clear: both;
  border-radius: 5px;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.32);
  -moz-box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.32);
  box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.32);
  z-index: 1111;
}
.menu__item:last-child .menu__dropdown, .menu__item:nth-child(6) .menu__dropdown {
  right: 0px;
  left: auto;
}
.menu__dropdown li, .menu__dropdown li a {
  display: inline !important;
  color: grey !important;
  font-size: 0.9em !important;
  padding-left: 0.3em !important;
  padding-right: 0.3em !important;
}
.menu__dropdown li a:hover {
  color: #bb2512 !important;
}
.menu__item:hover .menu__dropdown {
  display: block;
}

.main-banner {
  height: auto;
  width: 100%;
  background: #fff;
  margin-top: 0.1875em;
  overflow: hidden;
  max-height: 23.75em;
}
.main-banner .slick-slide {
  height: auto;
}
.main-banner .slick-slide img {
  width: 100%;
  height: auto;
}

.news-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25em;
}
.news-row .news-block:last-child {
  margin-left: 1em;
}

.news-block {
  width: calc(50% - 8px);
  float: left;
}
.news-block__heading {
  padding-bottom: 0.375em;
  border-bottom: 3px solid #7689bc;
}
.news-block__heading h4 {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-family: "Oswald", sans-serif;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.news-block__heading h4 a {
  color: #000;
  font-family: "Oswald", sans-serif;
}
.news-block__heading h4 a:hover {
  color: #FF6600;
}
.news-block__heading h4 small {
  font-family: "Ariel", sans-serif;
  font-size: 0.6875em;
  margin-left: 5px;
  line-height: 0.8125em;
  color: #666666;
}
.news-block__heading h4 img {
  width: 23px;
  margin-right: 5px;
}
.news-block__heading h4 .notice {
  background-image: url("../img/general/notice_icon.png");
}
.news-block__heading h4 .event {
  background-image: url("../img/general/event_icon.png");
}
.news-block__heading h4 .notice {
  background-image: url("../img/general/ranking_icon.png");
}
.news-block__heading h4 .notice {
  background-image: url("../img/general/cs_icon.png");
}
.news-block__heading h4 .community {
  background-image: url("../img/general/community_icon.png");
}
.news-block__list a {
  color: #FF6600;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}
.news-block__list a:hover {
  text-decoration: underline;
}
.news-date {
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  color: red;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.news-image {
  vertical-align: middle;
  margin-top: -3px;
}
.news-block__item {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px solid #efe7d6;
  text-overflow: ellipsis;
  width: 350px;
}
.news-block__item a {
  padding-left: 3.6875em;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  font-family: "Ariel", sans-serif;
  font-size: 0.75em;
  display: block;
  background-size: contain;
  line-height: 1.3em;
  color: #666666;
  width: 361px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-block__item_info a {
  background-image: url("../img/general/info.png");
}
.news-block__item_news a {
  background-image: url("../img/general/news.png");
}
.news-block__item_event a {
  background-image: url("../img/general/event.png");
}
.news-block__item_prize a {
  background-image: url("../img/general/prize.png");
}
.news-block__item_end a {
  background-image: url("../img/general/end.png");
}
.news-block__item_alert a {
  background-image: url("../img/general/alert.png");
}
.news-block__item_game-up a {
  background-image: url("../img/general/game-up.png");
}
.news-block__item_notice a {
  background-image: url("../img/general/notice.png");
}

.content-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25em;
}
.content-row__left {
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
.content-row__right {
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
}
.content-row__heading {
  padding-bottom: 0.375em;
  border-bottom: 3px solid #7689bc;
}
.content-row__heading h4 {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-family: "Oswald", sans-serif;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.content-row__heading h4 small {
  font-family: "Ariel", sans-serif;
  font-size: 0.6875em;
  margin-left: 0.3125em;
  line-height: 0.8125em;
  color: #666666;
}
.content-row__heading img {
  width: 23px;
  margin-right: 5px;
}
.content-row__heading .notice {
  background-image: url("../img/general/notice_icon.png");
}
.content-row__heading .event {
  background-image: url("../img/general/event_icon.png");
}
.content-row__heading .notice {
  background-image: url("../img/general/ranking_icon.png");
}
.content-row__heading .notice {
  background-image: url("../img/general/cs_icon.png");
}
.content-row__heading .community {
  background-image: url("../img/general/community_icon.png");
}

.gm-blog {
  margin-top: 0.625em;
  margin-bottom: 1.25em;
}
.gm-blog__content {
  font-family: "Ariel", sans-serif;
  font-size: 0.75em;
  line-height: 0.9375em;
  color: #666666;
  display: inline-block;
  width: calc(100% - 75px);
  padding-left: 5px;
  vertical-align: top;
}
.gm-blog__content b {
  font-family: "Ariel", sans-serif;
  font-size: 1em;
  line-height: 0.9375em;
  color: #fe6600;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.gm-blog__content span {
  display: block;
  padding-bottom: 5px;
}
.gm-blog__image {
  width: 70px;
  height: 70px;
  display: inline-block;
}

.media {
  margin-top: 0.625em;
  padding: 5px 5px 10px;
  background: #f7f3ea;
  display: inline-block;
}
.media__title {
  font-family: "Ariel", sans-serif;
  margin-top: 5px;
  font-size: 0.75em;
  line-height: 0.9375em;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.media__title b {
  font-family: "Ariel", sans-serif;
  font-size: 1em;
  line-height: 0.9375em;
  color: #fe6600;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.media__content {
  font-family: "Ariel", sans-serif;
  font-size: 0.75em;
  line-height: 0.9375em;
  color: #666666;
  margin-top: 5px;
}
.media__image {
  width: 17.8125em;
  height: 5.625em;
}

.ranking-widget {
  overflow: hidden;
  margin-bottom: 20px;
}
.ranking-widget__character-wrapper {
  height: 6.875em;
  max-width: 6.25em;
  width: 100%;
  text-align: center;
  margin-top: 0.625em;
  float: left;
}
.ranking-widget__character {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  bottom: 1.5625em;
}
.ranking-widget__character img {
  width: auto;
  height: auto;
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 18px;
  z-index: 0;
}
.ranking-widget__character img:first-child {
  z-index: 1;
}
.ranking-widget__character img.selected {
  z-index: 2;
}
.ranking-widget__content {
  color: #7176b4;
  font-family: "Ariel", sans-serif;
  font-size: 0.6875em;
  display: block;
  font-weight: 600;
  position: absolute;
  width: 100%;
  bottom: 0.375em;
}
.ranking-widget__ranks {
  counter-reset: ranks;
  float: left;
  margin-top: 0.625em;
  font-size: 0.6875em;
  font-family: "Ariel", sans-serif;
}
.ranking-widget__rank {
  counter-increment: ranks;
  padding-bottom: 0.3125em;
  cursor: pointer;
}
.ranking-widget__rank:before {
  content: counter(ranks);
  color: #bf1b00;
  background: #e8e6df;
  border-radius: 2px;
  width: 1.5625em;
  height: 1.5625em;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
}
.ranking-widget__rank:hover .ranking-widget__rank-title {
  color: #bf1b00;
}
.ranking-widget__rank-title {
  width: 100px;
  text-align: center;
  color: #7176b4;
  font-weight: 600;
  display: inline-block;
}
.ranking-widget__rank-detail {
  color: #666666;
}

.vertical-slider {
  display: block;
  border-radius: 10px;
  background: #8FA4F3;
  padding: 0.125em;
  min-height: 7.625em;
  margin-bottom: 1.25em;
}
.vertical-slider .slick-slide {
  max-height: 7.375em;
  height: 100%;
  width: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.vertical-slider .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4375em 0.9375em 0.4375em 0.5625em;
  background: #0066CC;
  background: -moz-linear-gradient(left, #0066CC 0%, #8FA4F3 100%);
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #0066CC), color-stop(100%, #8FA4F3));
  background: -webkit-linear-gradient(left, #0066CC 0%, #8FA4F3 100%);
  background: -o-linear-gradient(left, #0066CC 0%, #8FA4F3 100%);
  background: -ms-linear-gradient(left, #0066CC 0%, #8FA4F3 100%);
  background: linear-gradient(to right, #0066CC 0%, #8FA4F3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  border-radius: 10px;
  height: 100%;
}
.vertical-slider .slick-dots li {
  padding: 0.25em 0px;
}
.vertical-slider .slick-dots li:not(:first-child) {
  border-top: 1px dotted #96B1F0;
}
.vertical-slider .slick-dots li:before {
  content: 'UPDATE';
  font-family: "Ariel", sans-serif;
  font-size: 0.6875em;
  color: #fff;
  line-height: 0.9375em;
  margin-right: 0.3125em;
}
.vertical-slider .slick-dots li.slick-active:after {
  content: ' ';
  top: -0.125em;
  left: -0.3125em;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  height: 115%;
  width: 125%;
}
.vertical-slider .slick-dots li button {
  appearance: none;
  border: none;
  color: #fff;
  font-family: "Ariel", sans-serif;
  border-radius: 2px;
  background: #3E619F;
  line-height: 0.9375em;
  height: 0.9375em;
  width: 0.9375em;
  font-size: 0.625em;
  padding-left: 0.0625em;
}
.vertical-slider .slick-dots li button:focus {
  outline: none;
}

.cash-shop-widget {
  padding-top: 0.625em;
  max-width: 17.5em;
  width: 100%;
}
.cash-shop-widget__flag {
  width: 376px;
  height: 2.9em;
  background: url("../img/general/flag.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.625em;
}
.cash-shop-widget__item-wrap {
  border: 1px solid #EFE5CE;
  overflow: hidden;
  width: 100%;
  max-width: 12.8125em;
  margin: 0 auto;
}
.cash-shop-widget__item {
  padding: 0.5em;
  height: 6.25em;
  width: 6.25em;
  float: left;
}
.cash-shop-widget__new {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5em;
  height: 2.5em;
  background: url("../img/general/new-item.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

footer {
  background: #e2e2e2;
  height: 5px;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.modal {
  background: #fff;
  padding: 0.9375em;
  border-radius: 10px;
  min-width: 250px;
  min-height: 60px;
  display: none;
  border: 1px solid #ccc;
}

.shroud {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 98;
}
.shroud__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.shroud__img img {
  display: block;
}
.shroud__img span {
  font-size: 0.6875em;
  color: #000;
  display: block;
  margin-top: 5px;
}

.ranking-filter:hover, .ranking-filter_active {
  color: #bf1b00;
}

.form__title-wrap {
  padding-bottom: 0.375em;
  border-bottom: 3px solid #7689bc;
  margin-bottom: 15px;
}
.form__title {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-family: "Oswald", sans-serif;
  padding-left: 0.875em;
  background-image: url(../img/general/news-pip.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.form__label {
  font-family: "Ariel", sans-serif;
  font-size: 0.6875em;
  line-height: 0.8125em;
  color: #666666;
}
.form__input {
  padding: 3px 5px;
}
.form__input-wrap input {
  display: block;
}
.form__btn {
  font-size: 13px;
  display: block;
}
.form__checkbox {
  margin-top: 10px;
}
.form__checkbox label {
  font-size: 12px;
  color: #666666;
}
.form__checkbox input {
  top: 2px;
  display: inline-block;
}

.downloads__wrapper {
  width: 75%;
  margin: 0 auto;
}
.downloads__wrapper p {
  font-size: 0.9em;
  color: #666666;
  line-height: 1.2;
}
.downloads__game-info h3 {
  font-family: "Dosis", sans-serif;
  font-size: 1em;
  border-left: 8px solid black;
  padding-left: 10px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: -0.7px;
  top: 10px;
  margin-bottom: 20px;
}
.downloads__red-line {
  border: none;
  background-color: #c0160b;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.downloads__grey-line {
  border: none;
  background-color: #d1c7be;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.downloads__game-anchor-panel {
  width: 100%;
  height: 190px;
  background-image: url("../img/downloads/anchor_panel.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.downloads__game-anchor-panel table {
  width: 95%;
  margin: 0 auto;
}
.downloads__game-anchor-panel table tr:first-of-type td {
  height: 50px;
  font-size: 0.85em;
  font-weight: 600;
}
.downloads__game-anchor-panel table tr:first-of-type td img {
  width: 26px;
}
.downloads__game-anchor-panel table td {
  font-size: 0.85em;
}
.downloads__game-anchor-panel table td:first-of-type {
  width: 32px;
  height: 12px;
}
.downloads__game-anchor-panel table td .white-line {
  border: none;
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
}
.downloads__game-anchor-panel table td .grey-line {
  border: none;
  margin: 0 auto;
  height: 1px;
  background-color: #d1c7be;
}
.downloads__game-anchor-panel table td a {
  color: #000;
}
.downloads__game-anchor-panel img {
  margin-top: 10px;
  margin: 0 auto;
  display: block;
}
.downloads__section-title {
  font-size: 0.9em;
  color: #003366;
  letter-spacing: -0.5px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.downloads__section-title img {
  padding-right: 5px;
}
.downloads__full-version table, .downloads__manual-patch table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.downloads__full-version table tr td, .downloads__manual-patch table tr td {
  vertical-align: top;
}
.downloads__full-version table tr td a, .downloads__manual-patch table tr td a {
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  color: #01334C;
  text-decoration: none;
}
.downloads__full-version table tr td table, .downloads__manual-patch table tr td table {
  margin: 0;
}
.downloads__full-version table tr td table td, .downloads__manual-patch table tr td table td {
  width: 45px;
}
.downloads__version-number {
  color: #003366;
}
.downloads__system-requirements .system-check {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  bottom: 15px;
  height: 98px;
  background-image: url("../img/downloads/system_check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.downloads__system-requirements .system-check h3 {
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #1e5395;
}
.downloads__pc-image {
  display: inline-block;
  width: 20%;
  top: -40px;
}
.downloads__requirements-table-wrapper {
  margin-top: 25px;
  bottom: 25px;
}
.downloads__requirements-table {
  display: inline-block;
  width: 79%;
}
.downloads__requirements-table table {
  font-size: 0.9em;
  width: 100%;
  border-collapse: collapse;
}
.downloads__requirements-table table tr {
  background-color: #bdc77c;
}
.downloads__requirements-table table tr:first-child {
  background-color: #aab966;
}
.downloads__requirements-table table tr:nth-child(even) {
  background-color: #bed844;
}
.downloads__requirements-table table tr:nth-child(even):first-child {
  background-color: #accd36;
}
.downloads__requirements-table table tr th {
  background-color: #eaa72c;
}
.downloads__requirements-table table tr th:first-child {
  background-color: #d89628;
}
.downloads__requirements-table table tr td {
  padding: 2px;
}
.downloads__requirements-table table tr td:first-child {
  font-weight: bold;
}

.intro__wrapper {
  width: 75%;
  margin: 0 auto;
}
.intro__wrapper ul {
  list-style-type: square;
  margin-left: 35px;
}
.intro__wrapper p, .intro__wrapper li {
  font-size: 0.74em;
  color: #666666;
  line-height: 1.2;
}
.intro__intro h3 {
  border-left: 8px solid black;
  padding-left: 10px;
  margin-bottom: 5px;
}
.intro__intro h4 {
  padding-left: 5px;
  line-height: 1.2;
}
.intro__intro h3, .intro__intro h4, .intro__intro a {
  color: black;
  font-family: "Dosis", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.7px;
}

.intro__intro a:hover {
  color: #FF6600 !important;
}

.intro__game-info-classes h3 {
  color: #053361;
  font-size: 1em;
  font-weight: 600;
}
.intro__game-info-classes h4 {
  color: #136796;
  font-size: 0.9em;
  font-weight: 100;
}
.intro__game-info-classes h3, .intro__game-info-classes h4 {
  letter-spacing: -0.7px;
  line-height: 1.2;
}
.intro__game-info-classes table {
  width: 100%;
  font-size: 0.8em;
  margin-top: 20px;
  color: #666666;
}
.intro__game-info-classes table tr:first-of-type td {
  height: 150px;
}
.intro__game-info-classes table tr td {
  width: 200px;
  vertical-align: top;
}
.intro__game-info-classes table tr td span {
  color: #ff6600;
  font-weight: bold;
}
.intro__game-info-classes table tr td:nth-of-type(1), .intro__game-info-classes table tr td:nth-of-type(3) {
  width: 20%;
}
.intro__game-info-map table {
  width: 100%;
  font-size: 0.75em;
  margin-top: 20px;
  color: #666666;
}
.intro__game-info-map table tr td {
  padding: 5px;
}
.intro__game-info-quote span {
  display: block;
  margin: 0 auto;
}
.intro__game-info-quote span h4 {
  color: #f90;
}
.intro__red-line {
  border: none;
  background-color: #c0160b;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.intro__grey-line {
  border: none;
  background-color: #d1c7be;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.intro__small-blue-text {
  color: #136796;
  font-size: 0.9em;
  font-weight: 100;
  letter-spacing: -0.7px;
  line-height: 1.2;
}
.intro__characteristics-explanation table td {
  padding: 10px;
  vertical-align: top;
}
.intro__section-title {
  font-size: 0.9em;
  color: #003366;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.intro__section-title img {
  padding-right: 3px;
}
.intro__sub-title {
  display: block;
  color: #ff6600;
  font-weight: bold;
}
.intro__how-to-play p {
  margin-bottom: 20px;
}

.intro__how-to-play a:hover {
  color: #FF6600 !important;
}

.intro__game-news table {
  border: 1px solid #cc3366;
  border-collapse: collapse;
  width: 100%;
}
.intro__game-news table tr {
  color: #666666;
  font-size: 0.8em;
}
.intro__game-news table tr td {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.intro__game-news table tr td:last-child {
  width: 150px;
}
.intro__game-news table tr:first-child {
  background-color: #ea6581;
  color: white;
  height: 50px;
  font-weight: bold;
  font-size: 1em;
}
.intro__game-notices table {
  border: 1px solid #aa277e;
  border-collapse: collapse;
  width: 100%;
}
.intro__game-notices table tr {
  color: #666666;
  font-size: 0.8em;
}
.intro__game-notices table tr td {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.intro__game-notices table tr td:last-child {
  width: 150px;
}
.intro__game-notices table tr:first-child {
  background-color: #cc3399;
  color: white;
  height: 50px;
  font-weight: bold;
  font-size: 1em;
}
.intro__game-events table {
  border: 1px solid #2764a8;
  border-collapse: collapse;
  width: 100%;
}
.intro__game-events table tr {
  color: #666666;
  font-size: 0.8em;
}
.intro__game-events table tr td {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.intro__game-events table tr td:last-child {
  width: 150px;
}
.intro__game-events table tr:first-child {
  background-color: #3f8add;
  color: white;
  height: 50px;
  font-weight: bold;
  font-size: 1em;
}

.info {
  margin-top: 20px;
}
.info__wrapper {
  width: 75%;
  margin: 0 auto;
}
.info__wrapper ul {
  list-style-type: square;
  margin-left: 35px;
}
.info__wrapper p, .info__wrapper li {
  font-size: 0.74em;
  color: #666666;
  line-height: 1.2;
}
.info__intro h3 {
  border-left: 8px solid black;
  padding-left: 10px;
  margin-bottom: 5px;
}
.info__intro h4 {
  padding-left: 5px;
  line-height: 1.2;
}
.info__intro h3, .info__intro h4 {
  font-family: "Dosis", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.7px;
}
.info__red-line {
  border: none;
  background-color: #c0160b;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.info__grey-line {
  border: none;
  background-color: #d1c7be;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.info__small-blue-text {
  color: #136796;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: -0.7px;
  line-height: 1.2;
}
.info__section-title {
  font-size: 0.9em;
  color: #003366;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.info__section-title img {
  padding-right: 3px;
}
.info__black-text {
  color: black !important;
  font-size: 1em !important;
  letter-spacing: -1px !important;
  font-weight: 600 !important;
  padding-bottom: 12px !important;
}
.info__sub-title {
  display: block;
  color: #ff6600;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
.info__job-explanation {
  width: 441px;
  margin-top: 15px;
  top: 0;
  margin-left: 113px;
  position: absolute;
  display: block;
  height: 100%;
}
.info__class-table {
  margin-top: 20px;
  padding-bottom: 10px;
}
.info__class-table td {
  border-right: 1px solid #d4c7be;
  padding: 10px;
}
.info__class-table td :last-child {
  border: none;
}
.info__class-table td ul {
  padding-bottom: 5px;
  font-size: 0.9em;
  list-style-type: none;
  font-family: "Pixeled", sans-serif;
  margin-left: 10px;
}
.info__class-table td ul li::before {
  content: "• ";
  color: red;
  /* or whatever color you prefer */
}

.guide__wrapper {
  width: 75%;
  margin: 0 auto;
}
.guide__wrapper ul {
  list-style-type: square;
  margin-left: 35px;
}
.guide__wrapper p, .guide__wrapper li, .guide__wrapper table {
  font-size: 0.74em;
  color: #666666;
  line-height: 1.2;
}
.guide__sub-title {
  display: block;
  color: #ff6600;
  font-weight: bold;
}
.guide__intro h3 {
  font-family: "Dosis", sans-serif;
  font-size: 1em;
  border-left: 8px solid black;
  padding-left: 10px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.guide__intro h3 span {
  color: #4d94b8;
}
.guide__intro h4 {
  padding-left: 5px;
  line-height: 1.2;
}
.guide__intro h3, .guide__intro h4, .guide__intro h3 span {
  font-family: "Dosis", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.7px;
}
.guide__red-line {
  border: none;
  background-color: #c0160b;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.guide__grey-line {
  border: none;
  background-color: #d1c7be;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.guide__faq-btn {
  width: 563px;
  height: 70px;
  background-image: url("/img/guide/ms_btn_faq.png");
}
.guide__faq-btn p {
  color: #8e7963;
  font-weight: bold;
  padding-left: 10px;
  font-size: 0.8em;
  padding-top: 20px;
}
.guide__faq-btn p span {
  color: #3c5e81;
  text-transform: uppercase;
  font-size: 1em !important;
  display: block;
  letter-spacing: -0.7px;
}
.guide__section-title {
  font-size: 1em;
  color: #003366;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.guide__section-title img {
  padding-right: 3px;
}
.guide__next-step img {
  float: right;
  margin-bottom: 20px;
}
.guide__start-the-game table td {
  padding: 10px;
  vertical-align: top;
}
.guide__start-the-game table td .guide__section-title {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.guide__start-the-game table td p {
  font-size: 1em;
}
.guide__user-interface .guide__section-title {
  margin-bottom: 10px;
}
.guide__user-interface table td {
  padding: 10px;
}

.account-settings {
  font-family: "Nunito", sans-serif;
}
.account-settings__wrapper {
  width: 90%;
  margin: 0 auto;
}
.account-settings__wrapper .settings-table {
  width: 100%;
}
.account-settings__wrapper .settings-table tr:last-child {
  color: red;
}
.account-settings__grey-line {
  border: none;
  background-color: #d1c7be;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.account-settings__page-title {
  margin-top: 20px;
}
.account-settings__character-content {
  display: inline-block;
  width: 32.899%;
  margin: 0 auto;
}
.account-settings__character-content label img {
  margin: 0 auto;
  display: block;
}
.account-settings__character-content #character {
  padding-top: 15px;
  padding-bottom: 12px;
  background-color: #ab9e82;
  width: 150px;
  margin: 0 auto;
  border-radius: 5px;
}
.account-settings__character-container {
  background-color: #fdf3d5;
  border-top: 1px solid #d8472d;
  border-bottom: 1px solid #d8472d;
  height: auto;
  margin: 0 auto;
  margin-top: 22px;
  padding-bottom: 20px;
}
.account-settings__character-container .black-box {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 28px;
  padding: 10px;
  border-right: 2px solid #ab9e82;
  border-left: 2px solid #ab9e82;
}
.account-settings__character-container .black-box form {
  margin-bottom: -10px;
  padding-top: 10px;
}
.account-settings__character-name {
  background-color: rgba(0, 0, 0, 0.63);
  color: white;
  padding: 2px 20px 2px 20px;
  border-radius: 3px;
}
.account-settings__transactions table {
  margin-top: 10px;
  margin-left: 40px;
}
.account-settings__transactions table td {
  padding-left: 10px;
  padding-right: 10px;
}
.account-settings__transactions table td:first-child {
  text-align: center;
  font-weight: bold;
}
.account-settings__votes {
  width: 90%;
  margin: 0 auto;
}
.account-settings__votes .remaining-time {
  margin-top: 20px;
}
.account-settings__votes table {
  margin-top: 10px;
}
.account-settings__votes table td {
  padding-right: 10px;
}
.account-settings .pagination li {
  display: inline-block;
}

.coming {
  height: 100%;
  background-color: #D9CCB0;
}

.coming__wrapper img {
  display: block;
  margin: 0 auto;
  margin: top;
  padding-top: 70px;
}

.registration__wrapper {
  width: 75%;
  margin: 0 auto;
}
.registration__intro h3 {
  font-family: "Dosis", sans-serif;
  font-size: 1em;
  border-left: 8px solid black;
  padding-left: 10px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.registration__intro h3 span {
  color: #4d94b8;
}

.ranking {
  margin-top: 5px;
}
.ranking table {
  border-collapse: collapse;
  width: 600px;
  margin-bottom: 20px;
}
.ranking table tr td {
  border: 1px solid #eee2c7;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.ranking table tr td:first-child {
  color: #bb422a;
  font-size: 1.3em;
  font-weight: bold;
}
.ranking table tr td:last-child {
  font-weight: bold;
}
.ranking table tr:nth-child(2) td {
  background-color: #bb422a;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #bb422a;
  color: white;
  font-weight: bold;
}

.rankingnav nav {
  margin-bottom: 50px;
}

.rankingnav nav div:first-child {
  display: none;
}
.rankingnav nav div:last-child svg {
  display: none;
}
.rankingnav nav div:last-child > span > span:first-child {
  content: url("../img/rankings/prev.png");
  margin-bottom: -3px;
}
.rankingnav nav div:last-child > span > a:first-child {
  content: url("../img/rankings/prev.png");
  margin-bottom: -3px;
}
.rankingnav nav div:last-child > span > span, .rankingnav nav div:last-child > span > a {
  font-size: 1.3em;
}
.rankingnav nav div:last-child > span > span {
  color: red;
}
.rankingnav nav div:last-child > span > span:last-child {
  content: url(../img/rankings/next.png);
  margin-bottom: -3px;
}
.rankingnav nav div:last-child > span > a:last-child {
  content: url(../img/rankings/next.png);
  margin-bottom: -3px;
}

.ranking .pagination {
  padding-bottom: 20px;
}
.ranking .pagination .active {
  color: #bb422a;
}
.ranking .pagination li {
  display: inline-block;
  font-size: 1.3em;
}
.ranking .pagination li:first-child {
  content: url("../img/rankings/prev.png");
  margin-bottom: -3px;
}
.ranking .pagination li:last-child {
  content: url("../img/rankings/next.png");
  margin-bottom: -3px;
}
.ranking__wrapper {
  width: 75%;
  margin: 0 auto;
}
.ranking__wrapper ul {
  list-style-type: square;
  margin-left: 35px;
}
.ranking__wrapper p, .ranking__wrapper li {
  font-size: 0.74em;
  color: #666666;
  line-height: 1.2;
}
.ranking__intro h3 {
  border-left: 8px solid black;
  padding-left: 10px;
  margin-bottom: 5px;
}
.ranking__intro h4 {
  padding-left: 5px;
  line-height: 1.2;
}
.ranking__intro h3, .ranking__intro h4 {
  font-family: "Dosis", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.7px;
}
.ranking__red-line {
  border: none;
  background-color: #c0160b;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ranking__grey-line {
  border: none;
  background-color: #d1c7be;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ranking__small-blue-text {
  color: #136796;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: -0.7px;
  line-height: 1.2;
}
.ranking__section-title {
  font-size: 0.9em;
  color: #003366;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.ranking__section-title img {
  padding-right: 3px;
}

.download, .intro, .registration {
  margin-top: 20px;
  margin-bottom: 20px;
}

input.error {
  border-color: red;
}

.show-error-text {
  font-size: 12px;
  color: red;
  text-align: center;
  margin-top: 10px;
}

.error-text {
  font-size: 12px;
  color: red;
  text-align: center;
  margin-top: 10px;
  display: none;
  max-width: fit-content;
  margin: auto;
}

.show-success-text {
  font-size: 12px;
  color: green;
  text-align: center;
  margin-top: 10px;
}


.success-text {
  font-size: 12px;
  color: green;
  text-align: center;
  margin-top: 10px;
  display: none;
  max-width: fit-content;
  margin: auto;
}

.alert-success {
  font-size: 15px;
  color: white;
  text-align: center;
  background-color: #61ca61;
}

.margin-top-20 {
  margin-top: 20px;
}

#open-for-signup-banner {
  background-color: #fdf5d8;
    height: 120px;
}
#open-for-signup-banner img {
  display: block;
  margin: 0 auto;
  margin-left: 15px;
  position: relative;
  padding-top: 10px;
}

#open-for-signup-banner video {
  margin-top: -18px;
}

#login-table, #register-table, #find-id-table, #forgot-password-table {
  margin: 0 auto;
  margin-top: 30px;
}

#remember {
  cursor: pointer;
}

#wrapper {
  background-image: url("../img/sidebar/pattern.png");
  background-repeat: repeat;
  display: flex;
  min-height: calc(100vh - 380px);
}

#page-content-wrapper {
  display: inline-block;
  width: 80.55%;
  background-color: #fff;
  border-left: 8px solid #e2e2e2;
  border-top: 8px solid #e2e2e2;
}

#page-content-container {
  height: 100%;
}

#online_counter {
  font-size: 0.9em;
  position: absolute;
  margin-top: -11px;
  margin-left: 12px;
  font-family: 'Quicksand', sans-serif;
}

.menu-item-icon {
  width: 40px;
  height: 0px;
  -webkit-transition: all 0.1111s linear;
  -moz-transition: all 0.1111s linear;
  -o-transition: all 0.1111s linear;
  transition: all 0.1111s linear;
  margin-top: 0px;
  position: absolute;
}

.menu-sub-items {
  display: none;
  z-index: 4;
}

#animation_container canvas {
  display: inline-block;
  background-color: #fff;
  width: 475px;
  height: 176px;
  position: relative;
  margin-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid #e2b850;
  border-radius: 5px;
}

#dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 475px;
  height: 176px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

.slick-slide.slick-current.slick-active {
  max-height: 240px;
}

.registration_closed {
  border: 1px solid #cbcbcb;
  background-color: whitesmoke;
  padding: 20px;
  font-size: 0.78em;
  color: #14326a;
  font-weight: bold;
  letter-spacing: -0.8px;
}

.password-reset-button {
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}

/* HTML toggle styling */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.imageRadioButton {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

.imageRadioButton + img {
  /* IMAGE STYLES */
  cursor: pointer;
  border: 2px solid transparent;
}

.imageRadioButton:checked + img {
  /* (RADIO CHECKED) IMAGE STYLES */
  border: 2px solid rgba(198, 186, 155, 0.58);
}

.article-content {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.moving-text {
  margin-top: -22px;
  height: 23px;
}

.admin__navigation{
  height: 50px;
  background-color: #cac8c8;
}
.moving-text marquee {
  font-size: 0.9em;
  background-color: rgba(0, 0, 0, 0.48);
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.73);
}

.moving-text marquee a {
  color: yellow;
}
