@font-face {
  font-family: 'Pitch Sans';
  src: url("fonts/PitchSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Pitch Sans';
  src: url("fonts/PitchSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
* {
  box-sizing: border-box;
  scroll-behavior: smooth; }

body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background: #071a25;
  color: #ffffff;
  font-family: 'Pitch Sans', sans-serif;
  font-size: 1rem;
  font-weight: normal; }

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1em; }

h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.33em;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  padding-bottom: 1em; }

h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
  margin: 0.5em 0; }

p {
  margin: 0.9em 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #b4965a;
  cursor: pointer; }

input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-family: 'Pitch Sans', sans-serif;
  font-size: .4em;
  text-align: center;
  color: #b4965a;
  background-color: #071a25;
  border: none;
  outline: none;
  -webkit-appearance: none; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  border-top: 8px solid #00b2bf;
  z-index: 3; }
  header .nav {
    display: inline-block;
    background: #ffffff;
    color: #414141;
    width: 200px;
    float: right;
    border-radius: 5px;
    overflow: hidden; }
    header .nav ul {
      display: table;
      table-layout: fixed;
      width: 100%; }
      header .nav ul li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 7px 5px 7px 5px;
        font-size: 1.5em;
        line-height: 100%; }
        header .nav ul li div {
          position: relative;
          display: inline-block;
          padding: 5px;
          cursor: pointer;
          transition: .5s;
          line-height: 1em; }
          header .nav ul li div:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 0px;
            height: 0px;
            z-index: 0;
            background: #b4965a;
            border-radius: 50%;
            transition: .25s; }
          @media screen and (min-width: 768px) {
            header .nav ul li div:hover {
              color: #fff; }
              header .nav ul li div:hover:before {
                width: 60px;
                height: 60px; } }
          header .nav ul li div i {
            z-index: 1;
            position: relative; }
  @media screen and (max-width: 768px) {
    header {
      padding: 20px 15px; }
      header .nav {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        border-radius: 0; } }

.logos {
  display: inline-block; }
  .logos a {
    display: inline-block;
    font-size: 0;
    line-height: 0; }
  .logos img {
    height: 54px;
    font-size: 0.8em;
    line-height: 100%;
    margin-right: 30px; }
  @media screen and (max-width: 768px) {
    .logos {
      width: 100%; }
      .logos img {
        height: 42px;
        margin-right: 0px; }
      .logos > img {
        float: right; } }

.table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .table .row {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.main-holder {
  width: 100%;
  padding-top: 140px; }
  .main-holder .main-stepup {
    background-size: 150%;
    background-position: 50% -2.5em;
    background-repeat: no-repeat;
    padding-top: 50px;
    position: fixed;
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .main-holder .main-stepup {
        background-image: url("../img/bg-stepup.jpg"); } }
    @media screen and (max-width: 1200px) {
      .main-holder .main-stepup {
        background-size: 165%;
        background-position: 50% -1em; } }
  .main-holder .main-leaderboard {
    padding: 40px;
    color: #b4965a; }
    .main-holder .main-leaderboard .leaderboard-holder {
      max-width: 450px;
      margin: 0 auto;
      position: relative; }
      .main-holder .main-leaderboard .leaderboard-holder .leaderboard {
        background: #b4965a;
        color: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        display: inline-block;
        position: relative; }
        .main-holder .main-leaderboard .leaderboard-holder .leaderboard .loadmore {
          width: 150px;
          margin: 8px auto -8px auto;
          font-size: 12px;
          font-weight: bold;
          cursor: pointer; }
          .main-holder .main-leaderboard .leaderboard-holder .leaderboard .loadmore .cell {
            vertical-align: middle;
            text-align: center; }
            .main-holder .main-leaderboard .leaderboard-holder .leaderboard .loadmore .cell .more-arrow {
              display: inline-block;
              width: 50px;
              height: 50px;
              font-size: 24px;
              line-height: 24px;
              font-weight: bold;
              background: #ffffff;
              color: #414141;
              border-radius: 50%;
              padding: 15px 5px;
              transition: .5s; }
          @media screen and (min-width: 768px) {
            .main-holder .main-leaderboard .leaderboard-holder .leaderboard .loadmore:hover .more-arrow {
              background: #414141;
              color: #ffffff; } }
        .main-holder .main-leaderboard .leaderboard-holder .leaderboard .info {
          position: absolute;
          display: inline-block;
          top: -8px;
          right: -8px;
          width: 50px;
          height: 50px;
          font-size: 24px;
          line-height: 24px;
          text-align: center;
          background: #fff;
          color: #414141;
          border-radius: 50%;
          padding: 15px 5px;
          cursor: pointer;
          transition: .5s; }
          @media screen and (min-width: 768px) {
            .main-holder .main-leaderboard .leaderboard-holder .leaderboard .info:hover {
              background: #414141;
              color: #ffffff; } }
        .main-holder .main-leaderboard .leaderboard-holder .leaderboard .popup-info,
        .main-holder .main-leaderboard .leaderboard-holder .leaderboard .popup-menu {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #071a25;
          font-family: sans-serif;
          font-size: 0.9em;
          line-height: 133%;
          opacity: 0;
          pointer-events: none;
          transition: .5s; }
          .main-holder .main-leaderboard .leaderboard-holder .leaderboard .popup-info a,
          .main-holder .main-leaderboard .leaderboard-holder .leaderboard .popup-menu a {
            display: inline-block;
            background: #414141;
            padding: 10px 20px;
            border-radius: 20px;
            margin-top: 0.9em;
            transition: .5s; }
            @media screen and (min-width: 768px) {
              .main-holder .main-leaderboard .leaderboard-holder .leaderboard .popup-info a:hover,
              .main-holder .main-leaderboard .leaderboard-holder .leaderboard .popup-menu a:hover {
                background: #b4965a;
                color: #071a25; } }
        .main-holder .main-leaderboard .leaderboard-holder .leaderboard .info-off {
          background: #414141;
          color: #b4965a;
          display: inline-block;
          width: 50px;
          height: 50px;
          text-align: center;
          padding: 15px 5px;
          border-radius: 50%;
          font-size: 1.5em;
          margin-top: 20px;
          cursor: pointer;
          transition: .5s; }
          @media screen and (min-width: 768px) {
            .main-holder .main-leaderboard .leaderboard-holder .leaderboard .info-off:hover {
              background: #b4965a;
              color: #071a25; } }
      .main-holder .main-leaderboard .leaderboard-holder .popup-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #071a25;
        color: #ffffff;
        font-family: sans-serif;
        font-size: 3em;
        line-height: 133%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        transition: .5s; }
        .main-holder .main-leaderboard .leaderboard-holder .popup-search .search-results {
          font-size: 1rem;
          line-height: 1em; }
          .main-holder .main-leaderboard .leaderboard-holder .popup-search .search-results a {
            display: inline-block;
            background: #414141;
            padding: 10px 20px;
            border-radius: 20px;
            margin: 0.25em;
            transition: .5s; }
            @media screen and (min-width: 768px) {
              .main-holder .main-leaderboard .leaderboard-holder .popup-search .search-results a:hover {
                background: #b4965a;
                color: #071a25; } }
  @media screen and (max-width: 768px) {
    .main-holder {
      padding-top: 100px;
      padding-bottom: 50px; }
      .main-holder .main-stepup,
      .main-holder .main-leaderboard {
        display: block;
        width: 100%;
        min-height: 50vh;
        background-size: cover;
        background-position: center; }
      .main-holder .main-stepup {
        position: relative;
        padding-top: 10px; }
      .main-holder .main-leaderboard {
        padding: 20px;
        margin-top: -85px; }
        .main-holder .main-leaderboard .person {
          padding: 10px 20px; }
        .main-holder .main-leaderboard h1 {
          font-size: 1em;
          padding-bottom: 30px;
          max-width: 75%; } }

.person {
  padding: 15px;
  cursor: pointer;
  transition: 0.25s;
  opacity: 0; }
  .person:first-child {
    padding-top: 25px; }
  .person.show {
    opacity: 1; }
  .person .person-left {
    width: 80px; }
    .person .person-left .photo {
      position: relative;
      width: 55px;
      height: 55px;
      border-radius: 30px;
      background-size: cover;
      background-position: center;
      background-color: #fff;
      transition: 0.25s; }
      .person .person-left .photo .rank {
        position: absolute;
        display: block;
        transform: translate(-50%, -50%);
        top: 8px;
        right: -30px;
        width: 32px;
        height: 32px;
        font-size: 11px;
        line-height: 11px;
        background: #fff;
        border-radius: 100%;
        border: 3px solid #b4965a;
        transition: 0.25s; }
        .person .person-left .photo .rank span {
          color: #414141;
          font-weight: bold;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          transform: translate(-50%, -50%);
          font-size: 10px;
          line-height: 1em;
          letter-spacing: -1px; }
  .person .person-right .points,
  .person .person-right .extra {
    font-size: 0.75em;
    line-height: 1em; }
  .person .person-right .name {
    font-size: 1.33em;
    font-weight: bold;
    line-height: 90%;
    padding-top: 5px;
    padding-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .person:hover {
      background: #414141; }
      .person:hover .rank {
        border: 3px solid #414141 !important;
        transform: translate(-50%, -50%) scale(1.3) !important; } }
  @media screen and (max-width: 768px) {
    .person .person-right .points,
    .person .person-right .extra {
      font-size: 0.75em; }
    .person .person-right .name {
      font-size: 0.9em; } }

.popup-profile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #071a25;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: .5s; }
  .popup-profile .profile {
    position: relative;
    background: #b4965a;
    padding: 80px 20px 20px 20px;
    border-radius: 5px; }
    .popup-profile .profile .photo {
      position: absolute;
      top: -70px;
      left: 20px;
      width: 140px;
      height: 140px;
      background-size: cover;
      background-position: center;
      border-radius: 50%;
      background-color: #fff; }
    .popup-profile .profile .name {
      font-size: 2em;
      font-weight: bold; }
  .popup-profile .award {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px; }
    .popup-profile .award .award-left {
      width: 80px; }
      .popup-profile .award .award-left .prize {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: 4px solid #414141;
        color: #414141;
        font-family: sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-align: center; }
        .popup-profile .award .award-left .prize span {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          transform: translate(-50%, -50%); }
      .popup-profile .award .award-left .Gold {
        background: #c7ab78; }
      .popup-profile .award .award-left .Silver {
        background: #929292; }
      .popup-profile .award .award-left .Bronze {
        background: #90784b; }
    .popup-profile .award .award-right .year,
    .popup-profile .award .award-right .extra {
      font-size: 0.75em;
      line-height: 1em; }
    .popup-profile .award .award-right .name {
      font-size: 1em;
      font-weight: bold;
      line-height: 90%;
      padding-top: 5px;
      padding-bottom: 5px; }

.stepup {
  position: relative;
  width: 80%; }

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

[data-popup="info"] .popup-info {
  opacity: 1 !important;
  pointer-events: auto !important; }

[data-popup="menu"] .nav-menu {
  color: #ffffff !important; }
  [data-popup="menu"] .nav-menu:before {
    width: 80px !important;
    height: 80px !important; }
    @media screen and (max-width: 768px) {
      [data-popup="menu"] .nav-menu:before {
        width: 100px !important;
        height: 100px !important; } }
[data-popup="menu"] .popup-menu {
  opacity: 1 !important;
  pointer-events: auto !important; }

[data-popup="search"] .nav-search {
  color: #ffffff !important; }
  [data-popup="search"] .nav-search:before {
    width: 80px !important;
    height: 80px !important; }
    @media screen and (max-width: 768px) {
      [data-popup="search"] .nav-search:before {
        width: 100px !important;
        height: 100px !important; } }
[data-popup="search"] .main-leaderboard {
  margin-top: 0 !important; }
[data-popup="search"] .popup-search {
  opacity: 1 !important;
  pointer-events: auto !important; }

[data-popup="profile"] .popup-profile {
  opacity: 1 !important;
  pointer-events: auto !important; }
[data-popup="profile"] .main-leaderboard {
  margin-top: 0 !important; }

footer {
  position: relative;
  background: #ffffff;
  color: #b4965a;
  font-size: 0.9em;
  padding-bottom: 80px;
  text-align: center; }
  footer .section {
    padding: 20px;
    border-bottom: 1px solid rgba(180, 150, 90, 0.33); }
  footer img {
    width: 100%;
    max-width: 400px; }

/*@media screen and (min-width: $mobile-break) {
	.leaders {
		max-height: 800px;
		overflow-y: scroll;
	}
}*/
.main-holder .main-stepup .su {
  position: fixed;
  top: 50%;
  left: 25%;
  height: 100%;
  width: auto;
  max-width: inherit;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 768px) {
    .main-holder .main-stepup .su {
      display: none; } }

* {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  *::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4); }
  *::-webkit-scrollbar-thumb {
    background: #877144; }
  *::-webkit-scrollbar-thumb:hover {
    background: #b4965a; }

/*# sourceMappingURL=main.v1.css.map */
