/* meyer reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

#ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

.cf:before, .cf:after, .row:before, .row:after {
  content: "";
  display: table;
}

.cf:after, .row:after {
  clear: both;
}

.cf, .row {
  zoom: 1;
}

/* end meyer reset */
body {
  font: 300 15px/1 Montserrat, Arial, Tahoma, sans-serif;
  color: #bebebe;
  padding: 100px 50px 50px 50px;
  background: #181818;
}

strong {
  font-weight: 500;
}

.logo {
  width: 320px;
  float: right;
  margin-top: -10px;
  image-rendering: -webkit-optimize-contrast;
}

.logo2 {
  height: 140px;
  width: auto;
  float: right;
  margin-top: -10px;
  image-rendering: -webkit-optimize-contrast;
}

.logo3 {
  width: 320px;
  float: right;
  margin: 0 -18px 0 0;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #fff;
  text-decoration: none;
}

p a {
  color: #0e728b;
  font-weight: 500;
}

p a:hover {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}

h1 {
  display: none;
  /*font-size: 38px;
  margin-bottom: 40px;
  font-weight: 700;*/
}

/*h1 span {
	color: #808080;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
}*/
h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  /*display: inline-block;
  border-bottom: 2px solid $headerTextColor;
  padding-bottom: 10px;*/
  margin-top: 80px;
}
h2.title {
  margin: 25px 0 40px 0;
}
h2 .sub {
  color: #808080;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 5px;
}
h2.leaderboard {
  margin-top: 20px;
  font-size: 52px;
  margin-bottom: 20px;
}
h2.leaderboard .sub {
  display: block;
}

h3 {
  font-size: 19px;
  font-weight: 700;
}

.rankings h3 {
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  margin-top: 15px;
}

.tooltip {
  position: absolute;
  z-index: 500;
  padding: 8px 12px;
  font-size: 13px;
  background: #121212;
  border-radius: 4px;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  border: 1px solid #313131;
}

.workshop-code {
  text-transform: uppercase;
  margin-top: -95px;
  font-size: 13px;
  float: right;
}

.badges {
  background: url("../img/seperator-dark.png");
  padding: 15px;
  border-radius: 10px;
}
.badges .badge {
  width: 120px;
  height: 130px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  float: left;
}
.badges .badge.badge-1 .badge-content, .badges .badge.badge-5 .badge-content, .badges .badge.badge-7 .badge-content {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 48px;
}
.badges .badge.badge-5 .badge-content {
  padding-top: 45px;
}

.workshop-code span,
.ws-code {
  font-weight: 500;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 4px;
}

.name {
  color: #fff;
  font-weight: 500;
  float: left;
}

.special-char {
  color: #fff !important;
  font-weight: 400 !important;
  font-family: Arial !important;
}

.pos-num {
  float: left;
  width: 23px;
  display: inline-block;
}

.seperator {
  height: 20px;
  background: url("../img/seperator-dark.png");
  margin: 80px 0;
  border-radius: 5px;
}

.grid-wrapper {
  display: -ms-grid;
  display: grid;
}
.grid-wrapper.w3 {
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.grid-wrapper.w3 .stats-item {
  width: auto;
  margin: 20px 50px 0 0;
}
.grid-wrapper.w3 .stats-item:last-child {
  margin-right: 0;
}

.list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  margin-bottom: 50px;
}
.list .item-content {
  padding-bottom: 30px;
  position: relative;
}

.wr-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  color: #f0b650;
}

.time {
  float: right;
}

.item.no-record {
  opacity: 0.3;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #313131;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
}
.button:hover {
  border-color: #fff;
}
.button.block {
  display: block;
}

.video-wrapper {
  position: relative;
  text-align: center;
  background: #000;
  margin-top: 10px;
  clear: both;
}

.video-wrapper img {
  opacity: 0.8;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-wrapper:hover img {
  opacity: 1;
}

.video-wrapper .buttons {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-wrapper .buttons .play-button {
  margin-bottom: 10px;
  background-size: 18px auto;
  width: 60px;
  height: 60px;
}

.video-wrapper:hover .buttons .play-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-wrapper .buttons .link {
  color: #fff;
  font-weight: 500;
}

.video-wrapper.has-record {
  cursor: pointer;
}

.video-wrapper.video-started {
  padding-bottom: calc(56.25% + 44px);
  background: transparent;
}

.video-wrapper.video-started .buttons {
  display: none;
}

.video-wrapper.video-started img {
  display: none;
}

.video-embed-wrapper {
  position: relative;
  padding-bottom: calc(56.25% + 44px);
}

.latest-feed .feed-item .wr-icon {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  margin-left: 10px;
}
.latest-feed .feed-item.large {
  margin-top: 50px;
  padding-bottom: 50px;
}
.latest-feed .feed-item.small {
  border-top: 1px solid #252525;
  padding: 12px 0;
  position: relative;
  padding-left: 55px;
}
.latest-feed .feed-item.small:first-child {
  border: 0;
}
.latest-feed .feed-item.small:hover {
  cursor: pointer;
}
.latest-feed .feed-item.small:hover .play-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.latest-feed .feed-item.small .cf:first-child {
  margin-bottom: 10px;
}
.latest-feed .feed-item.small h4 {
  margin: 0;
  font-size: 14px;
  float: left;
}
.latest-feed .feed-item.small .season-mode {
  float: right;
}
.latest-feed .feed-item.small .time-user {
  float: left;
}
.latest-feed .feed-item.small .play-button {
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 40px;
  margin: 0;
  background-size: 12px auto;
}
.latest-feed .feed-item.small .date {
  float: right;
}

.search {
  margin-left: 20px;
  display: inline-block;
  float: right;
}
.search input {
  border: 1px solid #313131;
  background: #121212 url("../img/search-dark.png") no-repeat center right 15px;
  background-size: auto 15px;
  border-radius: 4px;
  padding: 7px 35px 7px 15px;
  line-height: 1;
  font: 400 14px/1 Montserrat, Arial, Tahoma, sans-serif;
  color: #bebebe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 160px;
  margin: 10px 0 0 0;
}
.search .search-userlist {
  display: none;
  position: fixed;
  top: 70px;
  right: 50px;
  background: #121212;
  border: 1px solid #252525;
  border-radius: 5px;
  font-size: 13px;
  width: 220px;
}
.search .search-userlist .item {
  padding: 10px 15px;
  font-weight: 500;
  border-top: 1px solid #252525;
  color: #fff;
  display: block;
}
.search .search-userlist .item:hover {
  background: #181818;
}
.search .search-userlist .item:first-child {
  border: 0;
}
.search .search-userlist .item span {
  font-weight: 300;
  color: #808080;
}
.search .search-userlist .item.no-match {
  display: none;
}

.content-box {
  padding: 30px;
  background: #121212;
  border-radius: 5px;
}
.content-box.badge-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-box h3 {
  margin-bottom: 20px;
}
.content-box .list {
  margin-top: 60px;
}
.content-box .list h3 {
  margin-bottom: 5px;
}
.content-box .tab-buttons {
  margin-top: 50px;
}

.tab-buttons {
  font-size: 18px;
  border-bottom: 5px solid #252525;
  margin-bottom: 50px;
  font-weight: 500;
  margin-top: 20px;
}
.tab-buttons.has-sub {
  margin-bottom: 0;
}
.tab-buttons.is-sub {
  margin-top: 0;
  font-size: 15px;
  border-bottom-width: 2px;
}
.tab-buttons.is-sub div {
  border-bottom-width: 2px;
  margin-bottom: -2px;
}
.tab-buttons.mt {
  margin-top: 50px;
}
.tab-buttons.small {
  font-size: 16px;
}
.tab-buttons div {
  float: left;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 5px solid transparent;
  margin: 0 25px -5px 0;
}
.tab-buttons div:hover {
  color: #fff;
}
.tab-buttons div.current {
  font-weight: 700;
  border-color: #fff;
  color: #fff;
}

.rankings-header {
  padding-top: 80px;
}
.rankings-header h2 {
  float: left;
  margin-top: 0;
}

.latest-feed h2 {
  margin-top: -55px;
}

.point-roles {
  margin-top: -80px;
  float: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
}
.point-roles .point-role {
  display: inline-block;
  padding: 5px 10px;
}

.top5 {
  font-size: 13px;
}
.top5 .top5-item {
  padding: 8px 0;
  border-top: 1px solid #252525;
}
.top5 .top5-item:first-child {
  border: 0;
}
.top5 .top5-name {
  color: #fff;
  font-weight: 500;
  float: left;
}
.top5 .top5-name a {
  display: inline-block;
}
.top5 .top5-name a.play-button {
  margin-right: 10px;
  float: left;
  margin-top: -1px;
}
.top5 .top5-name a.play-button:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.top5 .top5-time {
  float: right;
}

.play-button {
  display: inline-block;
  background: #fff url("../img/play.png") center center no-repeat;
  background-size: 5px auto;
  text-indent: -9999px;
  border-radius: 100px;
  height: 15px;
  width: 15px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.play-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.activity-bar {
  position: relative;
  background: #121212;
  width: 300px;
  margin-bottom: 20px;
  border: 1px solid #252525;
}
.activity-bar span {
  display: block;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
.activity-bar div {
  background: rgb(230, 202, 116);
  height: 8px;
  width: 0px;
}

.topbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50px;
  right: 50px;
  border-bottom: 2px solid #252525;
  background: #181818;
  line-height: 1;
}
.topbar .secondary-nav {
  float: right;
}
.topbar a.menu-item {
  display: inline-block;
  padding: 20px 0;
  margin-right: 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #bebebe;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.topbar a.menu-item.current {
  font-weight: 700;
  color: #fff;
  border-color: #fff;
}
.topbar a.menu-item.discord {
  background: #7389dc url("../img/discord-icon.png") center left 12px no-repeat;
  background-size: auto 13px;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px 8px 40px;
  margin: 12px 0 0 0;
  float: right;
  border-radius: 4px;
}
.topbar a.menu-item.discord:hover {
  background-color: #6075c5;
}
.topbar a.menu-item:hover {
  color: #fff;
}
.topbar .primary-nav a.menu-item:last-child {
  margin: 0;
}

.theme-switcher {
  display: inline-block;
  height: 15px;
  width: 40px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  height: 15px;
  border: 1px solid #313131;
}

.stats-item {
  display: inline-block;
  width: 200px;
}
.stats-item .unit {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
}
.stats-item .value {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.stats-item .subvalue {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 0.85em;
  font-style: italic;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  width: 100%;
}

.rank-role {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #252525;
  font-weight: 500;
  font-size: 13px;
  margin-right: 10px;
}

.rank-item {
  border-bottom: 1px solid #252525;
  height: 30px;
  line-height: 30px;
}

.rankings .rank-item:last-child {
  border: 0;
}

.rankings {
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
  font-size: 13px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

.ranking-about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.ws-codes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.ws-codes p {
  margin: 0;
}

.about-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}

.about-columns h3 {
  margin-top: 40px;
}

.about-column h3:first-child {
  margin-top: 0;
}

.about-section strong {
  display: inline-block;
  width: 90px;
  line-height: 1;
}

.about-section h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.about-section .ws-code {
  font-size: 12px;
  padding: 4px 0;
  width: 58px;
  text-align: center;
  line-height: 1;
}

.about-section {
  display: none;
}

.discord-command {
  display: block;
  font: 400 13px/1 "Courier New", Courier, Arial;
  padding: 6px 10px;
  background: #0e0e0e;
  border: 1px solid #000;
  color: #7f7f7f;
  border-radius: 4px;
  margin: -10px 0 20px 0;
}

p {
  margin-bottom: 1em;
  line-height: 2;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
}

.fancybox-bg {
  background: #181818;
}

.fancybox-slide--html {
  padding: 0;
}
.fancybox-slide--html .fancybox-close-small {
  padding: 7px;
  background: #313131;
  color: #bebebe;
}

.fancybox-button {
  background: #fff;
  color: #121212;
}
.fancybox-button:link, .fancybox-button:visited, .fancybox-button:hover {
  color: #121212;
}

.notice {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-top: -10px;
  border-radius: 8px;
  clear: both;
}
.notice strong {
  color: #fff;
}

.ow-version-info {
  margin-top: -30px;
  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
}
.ow-version-info a {
  color: #bebebe;
}

.modal-wrapper {
  background: transparent;
  padding: 0;
  width: 100%;
  max-height: 100vh;
}
.modal-wrapper .modal-content {
  width: 90%;
  max-width: 1300px;
  max-height: 90vh;
  margin: 0 auto;
}
.modal-wrapper .modal-content.modal-latestfeed {
  /*max-width: 1000px;*/
}
.modal-wrapper .modal-video-content h2 {
  margin: 0;
  font-size: 24px;
}
.modal-wrapper .modal-video-content h2 .season-mode {
  font-weight: 500;
  color: #bebebe;
  font-size: 14px;
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
}
.modal-wrapper .modal-video-content .video-columns {
  padding-right: 400px;
  position: relative;
}
.modal-wrapper .modal-video-content .video-data {
  position: absolute;
  top: 50%;
  right: 0;
  width: 350px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal-wrapper .modal-video-content .video-data .data-group {
  border-top: 1px solid #313131;
  padding-top: 10px;
  margin-top: 30px;
}
.modal-wrapper .modal-video-content .video-data .data-item {
  margin: 20px 0;
}
.modal-wrapper .modal-video-content .video-data .data-item .unit {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}
.modal-wrapper .modal-video-content .video-data .data-item .value {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.modal-wrapper .modal-video-content .video-data .data-item .subvalue {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 0.85em;
  font-style: italic;
}
.modal-wrapper .modal-video-content .video-data .data-item.small .value {
  font-size: 15px;
}
.modal-wrapper .modal-video-embed {
  position: relative;
  padding-bottom: calc(56.25% + 44px);
}

@media screen and (max-width: 1300px) {
  .list {
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  body {
    padding: 140px 30px 30px 30px;
  }
  .grid-wrapper.w3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .grid-wrapper.w3 .stats-item {
    margin-right: 40px;
  }
  .latest-feed h2 {
    margin-top: 50px;
  }
  .content-box {
    padding: 30px;
  }
  .list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .point-roles {
    display: none;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .topbar {
    left: 30px;
    right: 30px;
  }
  .topbar .secondary-nav {
    float: none;
  }
  .topbar .secondary-nav .menu-item {
    padding-bottom: 0;
  }
  .search .search-userlist {
    right: 30px;
    top: 60px;
  }
  .logo {
    width: 250px;
    margin-top: -5px;
  }
  .about-columns,
.rankings {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .modal-wrapper .modal-video-content h2 {
    margin-top: 30px;
  }
  .modal-wrapper .modal-video-content .video-columns {
    padding-right: 0;
    position: relative;
  }
  .modal-wrapper .modal-video-content .data-group {
    width: 50%;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .modal-wrapper .modal-video-content .video-data {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 700px) {
  body {
    padding: 160px 15px 15px 15px;
  }
  .activity-bar {
    width: 280px;
  }
  .badges {
    padding: 10px;
    margin-left: -5px;
  }
  .badges .badge {
    margin: -5px;
  }
  .content-box {
    padding: 20px;
  }
  .rankings-header {
    padding-top: 50px;
  }
  .workshop-code {
    display: none;
  }
  h2 {
    font-size: 26px;
    margin-top: 50px;
  }
  h3 {
    font-size: 16px;
  }
  .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .topbar a.menu-item {
    font-size: 13px;
    margin-right: 15px;
  }
  .logo {
    float: none;
    margin: 0 0 10px 0;
    width: 200px;
  }
  .topbar {
    left: 15px;
    right: 15px;
  }
  .topbar a.menu-item.discord {
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: -66px;
  }
  .tab-buttons {
    font-size: 16px;
  }
  .tab-buttons div {
    margin: 0 15px -5px 0;
  }
  .tab-buttons div:last-child {
    margin-right: 0;
  }
  .item-content {
    padding-bottom: 30px;
  }
  .search {
    width: 100%;
  }
  .search input {
    width: 100%;
  }
  .search .search-userlist {
    right: 15px;
    top: 90px;
  }
  .modal-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  .modal-wrapper .modal-video-content h2 {
    margin-top: 30px;
  }
  .modal-wrapper .modal-video-content .video-columns {
    padding-right: 0;
    position: relative;
  }
  .modal-wrapper .modal-video-content .data-group {
    width: auto;
    float: none;
  }
  .modal-wrapper .modal-video-content .small .value {
    font-size: 13px !important;
  }
}