<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

MADE WITH &lt;3 BY

         d8b                 888                            888
         Y8P                 888                            888
                             888                            888
 .d8888b 888 888d888 .d8888b 888  .d88b.  .d8888b  88888b.  88888b.   .d88b.  888d888 .d88b.
d88P"    888 888P"  d88P"    888 d8P  Y8b 88K      888 "88b 888 "88b d8P  Y8b 888P"  d8P  Y8b
888      888 888    888      888 88888888 "Y8888b. 888  888 888  888 88888888 888    88888888
Y88b.    888 888    Y88b.    888 Y8b.          X88 888 d88P 888  888 Y8b.     888    Y8b.
 "Y8888P 888 888     "Y8888P 888  "Y8888   88888P' 88888P"  888  888  "Y8888  888     "Y8888
                                                   888
                                                   888
                                                   888
*/


@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('https://fonts.googleapis.com/css?family=Chivo');

::selection {
  background-color: rgba(247, 222, 61, 1);
  color: #000;
}
-moz-kit::selection {
  background-color: rgba(247, 222, 61, 1);
  color: #000;
}

.fa { font-family: 'FontAwesome' !important; }

body {
  font-family: 'Chivo', Arial, Helvetica, Verdana, sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Russo One', Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  color: #fff;
}

p {
  font-weight: bold;
}

.meta {
    color: #757575!important;
    font-size: 12px!important;
}

.profile p {
  line-height: 20px;
  font-size: 16px;
}

.container {
  max-width: 1280px;
}

.site-topbar {
  height: 35px;
  width: 100%;
  background: #191E23;
  text-align: right;
  padding: 0px 40px;
}
.site-topbar ul {
  list-style-type: none;
}

.site-topbar li {
  display: inline-block;
  color: #fff;
  margin: 0px 10px;
}

.site-topbar li a {
  color: #fff;
}

.site-topbar li a:hover {
  color: #EFD83D;
}
.site-bottombar {
  background: #FFF;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999!important;
}

.site-header {
  height: 60px;
  width: 100%;
  background: #1F252B;
  font-family: 'Russo One', sans-serif;
  text-transform: uppercase;
  padding-top: 15px!important;
}

.nav-item {
  font-family: 'Russo One', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-right: 1rem;
}

.site-header a, .nav-item a {
  color: #FFF!important;
  font-family: 'Cuvo', sans-serif;
  transition: ease-in-out color .15s;
}

.site-header a:hover, .nav-item a:hover {
  color: #EFD83D!important;
  text-decoration: none;
}

.navbar {
  background-color: #1e242c;
}

.navbar-nav {
  justify-content: flex-end;
  flex-wrap: wrap;
}

footer {
  background: #1F252B!important;
  width: 100%!important;
  color: #fff!important;
  padding-bottom: 80px!important;
}

footer h5 {
  color: #B1B1B1;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

footer li {
  color: #B1B1B1;
  margin: 10px 0px;
}

footer li span {
  font-family: "Russo One";
  color: #fff;
  text-transform: uppercase;
}

footer .btn {
  padding: 10px 15px;
  font-size: 12px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  float: left;
  margin-left: 0px!important;
  transition: all 0.2s ease-in-out;
}

footer .btn:hover {
  border-color:#EFD83D;
  background:#EFD83D;
  color: #000;
  transition: all 0.2s ease-in-out;
}

footer input {
  width: 100%;
  padding: 10px;
  color: #ddd;
}

footer input:placeholder {
  color: #ccc!important;
}

footer .box-frame {
  margin: 25px;
}

footer .box-frame img {
  width: 100%;
}

footer .box-button  {
  background: #fcd800;
  font-family: "Russo One";
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 250px;
}
footer .box-button  a {
  color: #000;
}

footer .box-button  a:hover {
  text-decoration: none;
}



footer .box-button:hover {
  background: #fff;
  cursor: pointer;
}

.lead {
  color: #EFD83D;
  font-family: "Russo One";
  font-size: 38px;
  text-transform: uppercase;
}

.btn {
  color: #000;
  background: #f2d900;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 21px;
  border-radius: 0px!important;
  margin: 10px;
  font-family: 'Russo One', sans-serif;
}

.about .btn {
  display: block;
  background: transparent;
  color: #fff;
  border: 4px solid #fff;
  padding: 15px 20px;
  min-width: 200px;
  max-width: 500px;
  text-overflow: ellipsis;
  margin: 10px auto;
}

.about .btn:hover {
  color: #000;
  background: #f2d900;
  border: 4px solid #f2d900;
}

.block-yellow {
  text-align: center;
  background: #EFD83D url('/static/img_new/bg-yellow.jpg') repeat;
  background-attachment: fixed;
  width: 100%;
}

.block-yellow .lead, .block-yellow h2 {
  color: #000;
}

button#dropdownMenuButton {
    background: #fff;
    border: none;
    font-size: 14px;
    margin-Left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

button#dropdownMenuButton:hover {
  color: #000!important;
}

.block-grey {
  background: #1F252B;
  color: #fff;
  width: 100%;
  height: auto;
  margin: 6rem 0px;
  padding: 2rem;
  position: relative;
}


.block-grey .col-md-3 {
  padding-right: 0px!important;
  text-align: left;
}

.block-grey a {
  color: #F7DE3D;
}

.card-block {
  width: 100%;
  height: auto;
  min-height: 90px;
  background: #313131;
  padding: 15px;
}

.card-block h6 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

.card-block p {
  font-weight: normal;
  margin-bottom: 0px;
  color: #fff;
}

.card-block .meta {
  color: #A0A0A0;
  font-size: 0.7em;
  text-transform: uppercase;
}

.card-block .text-block {
  float: left;
  width: 65%;
  zoom: 0.85;
  text-align: left;
}

.card-block .image-block {
  float: left;
  width: 60px;
  margin-right: 10px;
  height: 100%;
  min-height: 60px;
  background: #5d5d5d;
}

.profiles.card-block {
  padding: 0px!important;
  height: 150px!important;
}

.profiles.card-block .text-block {
  width: 100%!important;
}

.profiles.card-block .image-block {
  width: 100%!important;
  background: url('/static/img_new/profile.png');
  background-size: cover!important;
  background-position: center!important;
}

.profiles.card-block .profile-name {
  width: 100%;
  padding: 10px;
  background: #fff;
  text-align: left;
  position: relative;
  padding-left: 50px!important;
  font-family: 'Russo One', sans-serif;
  font-size: 13px;
}

.profiles.card-block .profile-name span {
  background: #F7DE3D;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
}

.profiles .table-dark,
.profiles .profle-name {
  zoom: 1;
}


.profiles a {
  color: #212529;
  font-weight: normal;
}

.gear-block {
  background: #181c21;
  height: 150px;
  overflow-y: scroll;
  padding: 15px;
  margin-bottom: 40px;
}

.gear-block .table-dark td, .gear-block .table-dark th, .gear-block .table-dark thead th {
  padding: 5px;
}

.gear-block .table-dark th:nth-child(1) {
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: normal!important;
  font-size: 14px;
}

.gear-block .table-dark td {
  width: 250px!important;
  font-family: "Russo One";
}

.match-list .card-block {
  background: #fff;
  text-align: left;
  border-bottom: 2px solid #ddd;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  overflow-x: hidden;
}

.match-list .card-block .text-block {
  zoom: 0.8;
  margin: 8px;
}

.match-list .card-block:hover {
  background: #eee;
  transition: background 0.2s ease-in-out;
}

.match-list .card-block:hover + .city-box .card-block {
  opacity: 1!important;
}

.match-list .card-block p, .city-box .card-block p, .tool-tip .card-block p {
  color: #000!important;
}

.match-list .card-block h6, .city-box .card-block h6, .tool-tip .card-block h6 {
  color: #000!important;
  text-transform: uppercase;
}

.match-list .card-block .meta {
  text-transform: uppercase;
  opacity: 0.4;
}

.match-list .card-block h6 {
  white-space: nowrap;
}

.match-list .card-block h6 span {
    font-size: 10px;
    background: #fadf2c;
    padding: 2px 10px;
    text-transform: uppercase;
    margin: 10px;
}

.match-list .card-block .image-block {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  background: #FFF;
  flex-basis: 0;
}


.match-list .image-block img {
  width: 70px;
  height: 70px;
}


.table-block {
  width: 100%;
  height: auto;
  min-height: 90px;
  background: #3b3b3b;
  padding: 15px;
}

.table-block .table-dark td, .table-block .table-dark th, .table-block .table-dark thead th {
    border: none;
    padding: 5px;
    vertical-align: middle;
}

.table-dark td:nth-child(4) {
  text-align: right;
}

.table-dark td:nth-child(3), .table-dark td:nth-child(4) {
  opacity: 0.4;
}

.owl-theme .owl-nav {
    margin-top: -60px;
    top: 0px;
    right: 0px;
    position: absolute;
    outline: 0;
}

.owl-dots {
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #f6d900!important;
    border: none;
    font-size: 3em!important;
}

.owl-prev, .owl-next {
  outline: 0!important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent!important;
    color: #fff!important;
}

.slider .owl-nav {
    top: 50%!important;
    width: 100%!important;
}

.slider .owl-prev {
  position: absolute;
  left: 20px;
  outline: 0!important;
}

.slider .owl-next {
  position: absolute;
  right: 20px;
  outline: 0!important;
}

.slider .owl-nav [class*=owl-] {
  font-size: 6em!important;
}

.slider, .slider .item {
  height: 400px;
}


.block-blue {
  text-align: center;
  background: url('/static/img_new/bg-gray-new.jpg') repeat #191E23;
  background-attachment: fixed;
}

.block-blue .lead, .block-blue h2, .block-blue h3, .block-blue h5, .block-blue h6 {
  color: #fff;
  text-transform: none;
}

.block-blue .col-md {
  padding: 40px;
}

.block-blue p {
  color: #c7c7c7;
}

.block-blue a {
  color: #EFD83D;
}

.block-blue h4 {
  color: #fff;
  margin: 20px 0px;
  text-transform: uppercase;
}

.block-blue li {
  color: #fff;
  margin: 10px 0px;
}

.flex-equal &gt; * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal &gt; * {
    -ms-flex: 1;
    flex: 1;
  }
}

.staff p {
  font-size: 14px;
}

.overflow-hidden { overflow: hidden; }

.leader-board-1 {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  counter-reset: tab-counter 5;
}
 .leader-board-1 input[type=radio] {
  display: none;
}
.leader-board-1 input[type=radio]:checked + label ~ label:nth-child(2) {
  width: 78px;
}
.leader-board-1 input[type=radio]:checked + label ~ label:nth-child(2) .content {
  -webit-transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  opacity: 0;
  pointer-events: none;
}
 .leader-board-1 input[type=radio] + label {
  position: absolute;
  height: 100%;
  cursor: pointer;
  -webit-transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
}
.leader-board-1 input[type=radio] + label:nth-child(2) {
  box-shadow: none;
}
.leader-board-1 input[type=radio] + label:nth-child(2) {
  width: 500px;
  background: #1F252B;
}
.leader-board-1 input[type=radio] + label .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  margin-left: -125px;
  counter-increment: tab-counter -1;
  text-align: center;
}
.leader-board-1 input[type=radio] + label .content:after {
  content: counter(tab-counter);
}
.leader-board-1 input[type=radio]:checked + label ~ label:nth-child(4) {
  width: 54px;
}
.leader-board-1 input[type=radio]:checked + label ~ label:nth-child(4) .content {
  -webit-transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  opacity: 0;
  pointer-events: none;
}
.leader-board-1 input[type=radio] + label {
  position: absolute;
  height: 100%;
  cursor: pointer;
  -webit-transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
}
.leader-board-1 input[type=radio] + label:nth-child(2) {
  box-shadow: none;
}
.leader-board-1 input[type=radio] + label:nth-child(4) {
  width: 476px;
  background: #1F252B;
}
.leader-board-1 input[type=radio] + label:nth-child(4):after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  width: 60px;
  height: 100%;
  background: #f5da00;
  border-right: 5px solid;
}
.leader-board-1 input[type=radio] + label .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  margin-left: -125px;
  counter-increment: tab-counter -1;
  text-align: center;
}
.leader-board-1 input[type=radio] + label .content:after {
  content: counter(tab-counter);
}
.leader-board-1 input[type=radio]:checked + label ~ label:nth-child(6) {
  width: 30px;
}
.leader-board-1 input[type=radio]:checked + label ~ label:nth-child(6) .content {
  -webit-transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  opacity: 0;
  pointer-events: none;
}
.leader-board-1 input[type=radio] + label {
  position: absolute;
  height: 100%;
  cursor: pointer;
  -webit-transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
}
.leader-board-1 input[type=radio] + label:nth-child(2) {
  box-shadow: none;
}
.leader-board-1 input[type=radio] + label:nth-child(6) {
  width: 452px;
  background: #1F252B;
}
.leader-board-1 input[type=radio] + label:nth-child(6):after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  width: 60px;
  height: 100%;
  background: #f5da00;
  border-right: 5px solid;
}
.leader-board-1 input[type=radio] + label .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  margin-left: -125px;
  counter-increment: tab-counter -1;
  text-align: center;
}
.leader-board-1 input[type=radio] + label .content:after {
  content: counter(tab-counter);
}
.leader-board-1 input[type=radio]:checked + label ~ label:nth-child(8) {
  width: 6px;
}
.leader-board-1 input[type=radio]:checked + label ~ label:nth-child(8) .content {
  -webit-transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  opacity: 0;
  pointer-events: none;
}
.leader-board-1 input[type=radio] + label {
  position: absolute;
  height: 100%;
  top: 0;
  cursor: pointer;
  -webit-transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
}
.leader-board-1 input[type=radio] + label:nth-child(2) {
  box-shadow: none;
}
.leader-board-1 input[type=radio] + label:nth-child(8) {
  width: 428px;
  background: #1F252B;
}
.leader-board-1 input[type=radio] + label:nth-child(8):after {
  position: absolute;
  content: '';
  top: 0%;
  left: 100%;
  width: 60px;
  height: 100%;
  background: #f5da00;
  border-right: 5px solid;
}
.leader-board-1 input[type=radio] + label .content {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 500px;
  margin-left: -125px;
  padding-top: 50px;
  counter-increment: tab-counter -1;
  text-align: center;
}
.leader-board-1 input[type=radio] + label .content:after {
  content: counter(tab-counter);
}

.leader-board-2 {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  counter-reset: tab-counter 5;
}
 .leader-board-2 input[type=radio] {
  display: none;
}
.leader-board-2 input[type=radio]:checked + label ~ label:nth-child(2) {
  width: 78px;
}
.leader-board-2 input[type=radio]:checked + label ~ label:nth-child(2) .content {
  -webit-transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  opacity: 0;
  pointer-events: none;
}
 .leader-board-2 input[type=radio] + label {
  position: absolute;
  height: 100%;
  cursor: pointer;
  -webit-transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
}
.leader-board-2 input[type=radio] + label:nth-child(2) {
  box-shadow: none;
}
.leader-board-2 input[type=radio] + label:nth-child(2) {
  width: 500px;
  background: #1F252B;
}
.leader-board-2 input[type=radio] + label .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  margin-left: -125px;
  counter-increment: tab-counter -1;
  text-align: center;
}
.leader-board-2 input[type=radio] + label .content:after {
  content: counter(tab-counter);
}
.leader-board-2 input[type=radio]:checked + label ~ label:nth-child(4) {
  width: 54px;
}
.leader-board-2 input[type=radio]:checked + label ~ label:nth-child(4) .content {
  -webit-transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  opacity: 0;
  pointer-events: none;
}
.leader-board-2 input[type=radio] + label {
  position: absolute;
  height: 100%;
  cursor: pointer;
  -webit-transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
}
.leader-board-2 input[type=radio] + label:nth-child(2) {
  box-shadow: none;
}
.leader-board-2 input[type=radio] + label:nth-child(4) {
  width: 476px;
  background: #1F252B;
}
.leader-board-2 input[type=radio] + label:nth-child(4):after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  width: 60px;
  height: 100%;
  background: #f5da00;
  border-right: 5px solid;
}
.leader-board-2 input[type=radio] + label .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  margin-left: -125px;
  counter-increment: tab-counter -1;
  text-align: center;
}
.leader-board-2 input[type=radio] + label .content:after {
  content: counter(tab-counter);
}
.leader-board-2 input[type=radio]:checked + label ~ label:nth-child(6) {
  width: 30px;
}
.leader-board-2 input[type=radio]:checked + label ~ label:nth-child(6) .content {
  -webit-transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  opacity: 0;
  pointer-events: none;
}
.leader-board-2 input[type=radio] + label {
  position: absolute;
  height: 100%;
  cursor: pointer;
  -webit-transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
}
.leader-board-2 input[type=radio] + label:nth-child(2) {
  box-shadow: none;
}
.leader-board-2 input[type=radio] + label:nth-child(6) {
  width: 452px;
  background: #1F252B;
}
.leader-board-2 input[type=radio] + label:nth-child(6):after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  width: 60px;
  height: 100%;
  background: #f5da00;
  border-right: 5px solid;
}
.leader-board-2 input[type=radio] + label .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  margin-left: -125px;
  counter-increment: tab-counter -1;
  text-align: center;
}
.leader-board-2 input[type=radio] + label .content:after {
  content: counter(tab-counter);
}
.leader-board-2 input[type=radio]:checked + label ~ label:nth-child(8) {
  width: 6px;
}
.leader-board-2 input[type=radio]:checked + label ~ label:nth-child(8) .content {
  -webit-transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: opacity 0.4s cubic-bezier(0.11, 0.65, 0.04, 1);
  opacity: 0;
  pointer-events: none;
}
.leader-board-2 input[type=radio] + label {
  position: absolute;
  height: 100%;
  cursor: pointer;
  -webit-transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
  transition: width 1.2s cubic-bezier(0.11, 0.65, 0.04, 1);
}
.leader-board-2 input[type=radio] + label:nth-child(2) {
  box-shadow: none;
}
.leader-board-2 input[type=radio] + label:nth-child(8) {
  width: 428px;
  background: #1F252B;
}
.leader-board-2 input[type=radio] + label:nth-child(8):after {
  position: absolute;
  content: '';
  top: 0%;
  left: 100%;
  width: 60px;
  height: 100%;
  background: #f5da00;
  border-right: 5px solid;
}
.leader-board-2 input[type=radio] + label .content {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 500px;
  margin-left: -125px;
  counter-increment: tab-counter -1;
  text-align: center;
}
.leader-board-2 input[type=radio] + label .content:after {
  content: counter(tab-counter);
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

.gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
}
.gallery-wrap .item:hover {
  flex: 7;
}

.gallery-wrap .item-1 {
  background-image: url("https://images.unsplash.com/photo-1499198116522-4a6235013d63?auto=format&amp;fit=crop&amp;w=1233&amp;q=80");
}

.gallery-wrap .item-2 {
  background-image: url("https://images.unsplash.com/photo-1492760864391-753aaae87234?auto=format&amp;fit=crop&amp;w=1336&amp;q=80");
}

.gallery-wrap .item-3 {
  background-image: url("https://images.unsplash.com/photo-1503631285924-e1544dce8b28?auto=format&amp;fit=crop&amp;w=1234&amp;q=80");
}

.gallery-wrap .item-4 {
  background-image: url("https://images.unsplash.com/photo-1510425463958-dcced28da480?auto=format&amp;fit=crop&amp;w=1352&amp;q=80");
}

.item-5 {
  background-image: url("https://images.unsplash.com/photo-1503602642458-232111445657?auto=format&amp;fit=crop&amp;w=1234&amp;q=80");
}


.leader-test ul {
  display: flex;
  max-height: 600px;
  max-width: 100%;
  margin: 20px 0px;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.leader-test .leader-item {
  display: flex;
  align-items: stretch;
  margin-right: 25px;
  padding: 0;
  background: #1F252B;
  cursor: pointer;
  width: 68px;
  transition: all .5s ease-in-out;
}
.leader-test .leader-item:hover {
  background: #1F252B;
}
.leader-test .leader-item.active {
  flex: 5;
  margin-right: 0;
  background-color: #1F252B;
  cursor: default;
  width: 700px;
}
.leader-test .leader-item h2 {
  color: #fff;
}
.leader-test .leader-item.active .section-content {
  flex: 4;
  opacity: 1;
  transform: scaleX(1);
  color: #EFD83D;
  width: 400px;
  padding: 10px;
  margin: 0;
  transition: opacity 0.2s ease-in-out;
}
.leader-test .leader-item .section-title {
  /* flex: 1;
  display: flex;
  align-items: center; */
  max-width: 80px;
  margin: auto 0;
  padding: 0;
  text-align: left;
  color: #fff;
  max-width: 100px;
  height: 100%;
}

.leader-test .leader-item.active .section-title {
  max-width: 150px;
}

.leader-item .section-title p {
  opacity: 0;
}

.leader-item.active .section-title p {
  transform: rotate(-90deg);
  margin-left: 45px;
  margin-top: -32px;
  opacity: 0.8;
  width: 100%;
}

.leader-test .leader-item.active .section-title h2 {
  /* transform: rotate(-0deg);
  white-space: normal; */
  margin-bottom: 100px;
  /* margin-left: 30px; */
  transition: none!important;
  margin-block-start: 400px;
}
.leader-test .leader-item .section-title h2 {
  margin: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-top: 350%;
  border-left: 6px solid #EFD83D;
  padding-left: 10px;
}
.leader-test .leader-item .section-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.pro .section-title {
  background: url('/static/img_new/pro.png') no-repeat;
  background-size: cover;
}

.airgun .section-title, .gas .section-title{
  background: url('/static/img_new/gas.png') no-repeat;
  background-size: cover;
}

.ag .section-title {
  background: url('/static/img_new/ag.png') no-repeat;
  background-size: cover;
}

.semi .section-title, .tactical .section-title {
  background: url('/static/img_new/tactical.png') no-repeat;
  background-size: cover;
}

.production .section-title {
  background: url('/static/img_new/production.png') no-repeat;
  background-size: cover;
}

.lady .section-title {
  background: url('/static/img_new/lady.png') no-repeat;
  background-size: cover;
}

.senior .section-title {
  background: url('/static/img_new/senior.png') no-repeat;
  background-size: cover;
}

.junior .section-title {
  background: url('/static/img_new/junior.png') no-repeat;
  background-size: cover;
}

.international .section-title {
  background: url('/static/img_new/international.png') no-repeat;
  background-size: cover;
}

.mil .section-title, .suppressor .section-title  {
  background: url('/static/img_new/mil.png') no-repeat;
  background-size: cover;
}

.table-dark {
  zoom: 0.8;
  background: transparent;
}

#us-map{
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
path:hover, circle:hover {
  stroke: #EFD83D !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #EFD83D !important;
  cursor: pointer;
}


.table-dark td, .table-dark th, .table-dark thead th {
    border: none;
    padding: 10px;
    vertical-align: middle!important;
}

.table td, .table th {
  vertical-align: middle!important;
}

.table-score th {
  background: #fcd800;
  font-size: 21px!important;
  font-weight: bold!important;
  font-family: "Russo One";
}

thead td {
  border: none!important;
}

.rank-box {
  background: #EFD539;
  padding: 15px 25px;
  float: left;
  max-width: 100px;
  margin-right: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  font-family: "Russo One";
}

.point-box {
  background: #C9C9C9;
  padding: 15px 25px;
  float: left;
  max-width: 200px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Russo One";
}

.rank-box span, .point-box span {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.yellow-bar {
  max-width: 60px;
  border-bottom: 10px solid #F7DE3D;
  margin: 40px 0px;
}

.grey-bar {
  border-bottom: 1px solid #616161;
  margin: 40px 0px;
}

.region-select {
  list-style-type: none;
}

.region-select li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-family: "Russo One";
  color: #fff;
  text-transform: uppercase;
}

.region-select a:hover li {
  color: #EFD83D;
  text-decoration: underline;
}

.match-list {
  width: 100%;
  height: 500px;
  overflow: scroll;
  background: #fff;
}

.city-box {
  width: 250px;
  position: absolute;
}

.city-name-1 .card-block {
  background: #fff!important;
  text-align: left;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  margin-left: 0px;
  margin-top: -10px;
}

.mapael .map {
    position: relative;
    margin-bottom: 10px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    padding: 0px;
    z-index: 1000;
    width: 300px;
    display: none;
    color: #000;
    margin-top: 20px;
}

.mapeal .tool-tip {
  background: #fff;
}

.map svg {
  width: 100%!important;
}

.mapcontainer-2.mapael {
    position: relative;
    width: 100%;
}

.tool-tip .card-block {
  background: #fff!important;
  text-align: left;
  transition: opacity 0.2s ease-in-out;
  margin-left: 0px;
  margin-top: -10px;
}

/* .tool-tip .card-block:after {
	bottom: 110%;
	left: 50%;
  transform: rotate(180deg);
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: 3px;
} */

.city-name-1 .card-block:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: 3px;
}

.city-name-1:hover .card-block {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.tabs section {
  opacity: 0;
  height: 0px;
  z-index: -100;
  margin-left: -100%;
}

.tabs input {
  display: none;
}

.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 12px;
  font-size: 15px;
  font-family: "Russo One";
  color: #fff;
  text-transform: uppercase;
  z-index: 999!important;
}

.tabs label:hover {
  color: #f5da00;
  cursor: pointer;
}

.tabs input:checked + label {
  color: #f5da00;
  border-bottom: 2px solid #f5da00;
  z-index: 999!important;
}

.tabs-2 section {
  display: none;
  padding: 40px 20px;
  margin-top: 20px;
}

.tabs-2 input {
  display: none;
}

.tabs-2 label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 12px;
  font-size: 14px;
  font-family: "Russo One";
  color: #000;
  text-transform: uppercase;
}
.tabs-2 label a {
  color: #000;
}

.tabs-2 label:hover {
  color: #000;
  cursor: pointer;
}

.tabs-2 input:checked + label {
  color: #000;
  border-bottom: 2px solid #000;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10,
#tab11:checked ~ #content11,
#tab12:checked ~ #content12,
#tab13:checked ~ #content13,
#tab14:checked ~ #content14,
#tab15:checked ~ #content15,
#tab16:checked ~ #content16,
#tab17:checked ~ #content17  {
  display: block;
  opacity: 1;
  height: auto;
  padding: 40px 20px;
  margin-top: 20px;
  margin-left: 0px;
}

.counter {
  color: #8D8C8C;
  width: 75%;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 12px;
}

.counter h4 {
  font-size: 18px;
  text-transform: uppercase;
  background: #f2d900;
  color: #000;
  padding: 10px;
  max-width: 250px;
  margin: 5px 0px;
}

.counter p {
  font-size: 14px;
  margin: 15px 0px;
}

.card-body {
  background: #1e242c;
  color: #fff;
}

.card-header {
  padding: 0px!important;
  border: none!important;
}

.card-header .btn {
  width: 100%!important;
  margin: 0px!important;
  border: none!important;
}

.accordion {
  width: 100%;
  display: none;
}

.accordion .card {
  border: none!important;
}

#pro-header .btn {
  background: url('/static/img_new/pro.png') no-repeat;
  background-size: cover;
  color: #fff;
  border: none!important;
}

#ag-header .btn {
  background: url('/static/img_new/ag.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#tactical-header .btn {
  background: url('/static/img_new/tactical.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#production-header .btn {
  background: url('/static/img_new/production.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#lady-header .btn {
  background: url('/static/img_new/lady.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#gas-header .btn {
  background: url('/static/img_new/gas.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#senior-header .btn {
  background: url('/static/img_new/senior.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#junior-header .btn {
  background: url('/static/img_new/junior.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#international-header .btn {
  background: url('/static/img_new/international.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#mil-header .btn, #suppressor-header .btn {
  background: url('/static/img_new/mil.png') no-repeat;
  background-size: cover;
  color: #fff;
  border: none!important;
}
@media screen and (max-width: 1920px) {
  .pageXX {height: 50vh;}
}

@media screen and (max-width: 1620px) {
  .pageXX {height: auto;}
}

@media screen and (max-width: 1320px) {
  .tabs label, .tabs-2 label  {
    font-size: 12px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
  }
  .map-column {
    background-position: 11% 30% !important;
    background-size: 40% 15% !important;
  }
}

@media screen and (max-width: 1200px) {
  .tabs label, .tabs-2 label  {
    font-size: 12px;
    width: 100%;
    text-align: left;
  }

  .card {
    overflow-y: scroll;
  }

  .table-standings {
    max-height: 65vh;
  }

  .tabs {
    margin-top: 50px;
  }

  .table-score td, .table-score th {
    font-size: 12px;
  }

  .line {
    display: none;
  }

  .row {
    width: 100%;
    margin: auto!important;
  }

  .col-md, .col-md-4, .col-md-2, .col-md-9, .col-md-3, .col-4, .col-8, .col-6 {
    max-width: 100%!important;
    flex: 0 0 100%!important;
  }

  .tabs label:before {
    margin: 0;
    font-size: 18px;
  }
  .leader-test {
    display: none;
  }
  .accordion {
    display: block;
    margin-top: 40px;
  }
  .block-grey {
    margin: 7rem 0;
    padding: 1rem 0;
  }
  section#content1 {
    width: 100%;
  }
  .card-block .text-block {
    width: 70%;
    overflow-x: hidden;
  }
  .card-block .text-block p {
    white-space: nowrap;
  }
}

.map-column {
  float: left;
  margin-top: 60px;
  background: url('/static/img_new/white_prs_2.png');
  background-position: 34% 30%;
  background-size: 60% 15%;
  background-repeat: no-repeat;
}

.regional-dropdown {
  display: none;
}

@media screen and (min-width: 640px) {
  .small_screen_only {
    display: none;
  }
}

@media screen and (max-width: 640px) {

  .kahles-logo img {
    width: 100%;
  }

  .class_descriptions {
    margin-top: 12px !important;
  }

  .class_descriptions .col-sm-1 {
    width: 40%;
  }

  .large_screen_only {
    display: none;
  }

  .tabs label {
    padding: 15px;
  }
  .table-score td:nth-child(4), .table-score td:nth-child(5) {
    display: none;
  }

  .card-body {
    padding-left: 0;
  }
  .slider, .slider .item {
    height: 120px;
  }
  .slider, .slider .item .display-4 {
    font-size: 1.0rem;
  }
  .slider, .slider .item .lead {
    font-size: 18px;
  }
  .slider .p-3 {
    padding: 0 !important;
  }
  .owl-prev, .owl-next {
    margin-top: -18px !important;
  }
  .lead {
    font-size: 24px;
  }
  .regional-tabs {
    display: none;
  }
  .map-column {
    background: none;
    margin-left: -40px;
    margin-right: -40px;
    width: 1000px;
    margin-top: 20px;
  }

  .map {
    width: 130%;
  }
  .regional-dropdown {
    display: inline;
  }
  .profile-part-of {
    max-width: 238px !important;
  }

}

table.media_entry td {
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.1em;
}

table.media_entry td:nth-child(2) {
  /* your stuff here */
  width: 25%;
  padding-top: 25px;
  vertical-align: top;
}


@media screen and (max-width: 1920px) {
  .pageXX {height: 50vh;}
}

/* gallery.css */
.gallery {
    display: grid;
     grid-template-columns: repeat(3, 1fr); /* Show 3 images per row */
    gap: 10px;
}

.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.image-detail img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.panel-body {
  color: #000;
}
#gearSelection {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* Remove default arrow in Safari */
  -moz-appearance: none; /* Remove default arrow in Firefox */
  font-size: 16px;
  color: #333;
}

.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
  background: #F7DE3D !important;
}
.scoreTables a {
    color: #ccc;
}
.scoreTables {
  background: #1F252B;
  border-radius: 15px;
  padding: 15px;
  color: #FFF;
  font-family: 'Chivo', Arial, Helvetica, Verdana, sans-serif;
}
.panel-body {
  color: #000;
}
#gearSelection {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* Remove default arrow in Safari */
  -moz-appearance: none; /* Remove default arrow in Firefox */
  font-size: 16px;
  color: #333;
}

a {
  color: #666;
  font-weight: bold;
}

.table-standings {
  display: block;
  height: 95%;
  overflow-y: scroll;
  text-transform: uppercase;
  color: #CCC;
}
.table-standings td {
  text-align: left;
}


.latest-results td {
  text-transform: uppercase;
  color: #CCC;
  text-align: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}


.latest-results-wrapper {
  height: 320px;
  overflow-x: hidden;
}



.table-standings a, .latest-results a  {
  color: #CCC !important;
  text-transform: uppercase;
}

.matches a {
  color: #FFF;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

h5 {
  text-transform: uppercase !important;
}

.matches a {
  color: #FFF;
}

.profiles table

.regional-match-list {
  max-height: 500px;
  overflow-y: scroll;
  display: block;
  width: 100%;
}


.match-list a {
  color: #090909;
  font-size: 14px;
}


.page, .cart-form {
  text-align: left;
  padding-top: 60px;
  font-size: 14px;
}
.page h1 {
  text-transform: uppercase;
  font-size: 32px;
  position: relative;
  margin-bottom: 70px;
}

.page h1::after {
  content: '';
  position: absolute;
  clear: both;
  background-color: #F7DE3D;
  height: 8px;
  width: 45px;
  bottom: -15px;
  left: 0;

}


.page h2 {
  text-transform: uppercase;
  border-top: 1px solid #666;
  margin-top: 20px;
  font-size: 22px;
  padding-top: 20px;
}

.help-block {
  display: none;
}

.price {
  font-size: 18px;
}

.input_id_quantity {
  color: #FFF;
}

footer a {
  color: #EFD83D;
}


.rewards-sponsor img {
  max-height: 150px;
  max-width: 250px;
}
.rewards-sponsor  {
  height: 400px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}

.rewards-sponsor  .rewards-image {
  vertical-align: middle;
  height: 250px;
  position: relative;
  text-align: center;
}
.rewards-sponsor  .rewards-image img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.rewards-sponsor .partner-type {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  height: 32px;
}

.rewards-sponsor .details {
  text-align: center;
  font-size: 14px;
}

.rewards-sponsor .details a, .kahles-social {
  margin-right: 20px;
  color: #CCC !important;
  font-size: 22px;
  opacity: 0.8;
}

.partners-page .row {
  margin-bottom: 32px;
}


.shooter-list {
  font-size: 14px;
  color: #FFF;
}

.shooter-list .items {
  margin-bottom: 20px;
}

.header-letters  {
  margin-top: 20px;
  color: #FFF;
  text-transform: uppercase;
}

.header-letters a {
  margin-left: 20px;
  margin-right: 20px;
}

.cart-form, .checkout-form {
  color: #FFF;
  text-align: left;
}

.btn-primary, .btn-default {
  color: #000 !important;
}

.checkout-form label {
  width: 140px;
}

.input_id_same_billing_shipping label, .input_id_remember label {
  width: 400px !important;
}

.about-us-table img {
  width: 100%;
}

h5 a {
  font-family: 'Chivo', sans-serif;
  font-weight: 200;
  font-size: 0.9em;
  padding-left: 20px;
  text-transform: uppercase;

}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #585858;
  border-radius: 10px;
}

.about .btn {
  font-family: 'Chivo', sans-serif !important;
}

.page .btn {
  color: #000;
}

.supplemental_menu {
  display: none;
  text-transform: uppercase;

}
.supplemental_menu li {
  list-style-type: none;
}

.supplemental_menu a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: 'Russo One', sans-serif;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .supplemental_menu {
    display: block;
  }
}

.control-label {
  color: #FFF !important;
}


.cpill {
  width: 60px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 12px;
  line-height: 20px;
}

.cpill_pro {
  background: #8A7C00;
}
.cpill_nc {
  background: #666;
}
.cpill_spro {
  background: #6E5F41;
}
.cpill_mkm {
  background: #000;
}
.cpill_am  {
  background: #323232;
}
.class_descriptions {
  background: #1F252B;
  color: #CCC;
  margin-top: -20px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 0;
  margin-left: 0;
}


.class_descriptions .pill-holder {
  max-width: 6%;
  flex-basis: 6%;
  background: #1D2126;
  color: #CCC;
}

.class_descriptions .desc {
  max-width: 14%;
  flex-basis: 14%;
  padding-top: 2px;
}


@media  (max-width: 640px) {
  /** hide the state column on small devices **/
  .table-standings tbody tr td:nth-child(4) {
    display:none;
  }
}

#small_class_desc .col-sm-1 {
  padding-top: 4px;
}

.alert-danger {
  background-color: red;
}


.pro-series-pill-container {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, 1fr); /* mobile default: 2 per row */
}

@media (min-width: 576px) {
  .pro-series-pill-container {
    grid-template-columns: repeat(3, 1fr); /* small screens */
  }
}

@media (min-width: 768px) {
  .pro-series-pill-container {
    grid-template-columns: repeat(4, 1fr); /* tablets */
  }
}

@media (min-width: 992px) {
  .pro-series-pill-container {
    grid-template-columns: repeat(6, 1fr); /* desktop: 6 per row */
  }
}

.video-container {
  max-width: 100%;
}


/* Hide .mobile_only by default, show on small screens */
.mobile_only {
  display: none;
}

.desktop_only {
  display: block;
}

@media only screen and (max-width: 768px) {
  .mobile_only {
    display: block;
  }

  .desktop_only {
    display: none;
  }
}


</pre></body></html>