.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: absolute;
  z-index: 9999999;
}

.preloader_container img {
  display: block;

}

.preloader_container {
  position: relative;
}

.loader {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}



:root {
  --main-color: linear-gradient(90deg, rgba(126, 88, 5, 1) 10%, rgba(250, 202, 56, 1) 50%, rgba(250, 202, 56, 1) 50%, rgba(126, 88, 5, 1) 90%);
  --map-tiles-filter: brightness(0.7) invert(1) contrast(2) hue-rotate(2000deg) saturate(0.9) brightness(0.8);
}

.leaflet-tile {
  filter: var(--map-tiles-filter) !important;
}

@media (prefers-color-scheme: dark) {
  .map-tiles {
    filter: var(--map-tiles-filter, none);
  }
}

body {
  cursor: default;
}

#topwrapper {
  position: relative;
}

.dpnone {
  display: none !important;
}

.tpwrhgt {
  height: 300px;
}

.mtpwrhgt {
  height: 135px;
}

.uk-modal-close-default svg line {
  stroke-width: 5 !important;
}

.topbar {
  width: 100%;
  height: 40px;
  background: var(--main-color);
  overflow: hidden;
}

.topbar_container {
  max-width: 1300px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: .9em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.topnews {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topnews_header {
  color: black;
  font-weight: 700;
  width: max-content;
}

.topnewsbox_titles {
  margin: 0 10px;
  padding: 0;
  height: 40px;
  width: 500px;
  position: relative;
}

.topnewsbox_titles li {
  list-style: none;
  cursor: pointer;
  position: absolute;
  top: 100%;
  max-width: 500px;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.topnewsbox_titles li:hover {
  text-decoration: underline;
}

.activetitle {
  top: 20% !important;
  transition: .7s;
}

.topinfo {
  display: flex;
  justify-content: space-between;
  max-width: 580px;
  width: 100%;
}

.topinfo_menu {
  display: flex;
}

.topinfo_menu a {
  color: white;
}

.topinfo_menu a:hover {
  text-decoration: none;
}

.topinfo_cat,
.topinfo_socials,
.topinfo_languages,
.registration {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -1px;
}

.topinfo_cat:hover,
.uk-icon:hover,
.registration:hover {
  cursor: pointer;
  color: black !important;
}

.topinfo_cat a svg {
  width: 15px;
  margin: 2px 2px;
  color: #cc181e;
}

[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: -7px !important;
  right: -9px !important;
  padding: 5px !important;
  border-radius: 50% !important;
  background: red !important;
  color: white !important;
}

.line {
  width: 2px;
  height: 12px;
  margin: 15px 10px;
  background: rgba(255, 255, 255, 0.2);
}

.topinfo_socials a svg {
  width: 15px;
  margin: 0 3px;
}

.topinfo_languages img {
  margin: 0 5px;
  cursor: pointer;
  width: 20px;
}

.botbar {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1000;
  padding: 0 60px;
}

.navbotbar {
  position: fixed;
  top: -12%;
  left: 0;
  background: black;
  height: 67px;
  align-items: baseline !important;
  animation: 1s fadein ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  100% {
    top: 0;
  }
}

.mainlogo {
  width: 190px;
  z-index: 101;
  cursor: pointer;
}

.navmainlogo {
  width: 60px;
}

.mainlogo img {
  width: 100%;
  height: 100%;
}

.smainlogo {
  width: 130px;
}

.navsmainlogo {
  width: 60px;
}

.smainlogo img {
  width: 100%;
  height: 100%;
}

.menu_wrapper ul {
  list-style: none;
}

.menu_wrapper ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.menu {
  background: rgba(0, 0, 0, .7);
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border-radius: 8px;
  padding: 0;
}

.navmenu {
  transform: none;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  box-shadow: 0px 6px 5px -5px rgb(0 0 0 / 42%);
}

.menu_cat {
  padding: 15px;
  transition: .5s linear;
}

.menu_cat a {
  cursor: default;
}

.menu_cat:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.navmmenu_cat {
  border-radius: 0 !important;
  padding: 20px;
}

.menu_cat:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.menu_cat:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.menu_cat:hover {
  background: rgba(250, 202, 56, 1);
}

.submenu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  margin: 15px 0 0 -15px;
  background: rgba(250, 202, 56, 1);
  padding: 10px 0;
  min-width: 240px;
  z-index: 1020;
}

.navsubmenu {
  margin: 20px 0 0 -20px;
}

.submenu_cat {
  color: white;
  padding: 0 20px;
}

.submenu_cat a {
  cursor: pointer;
}

.submenu_cat:hover {
  background: black;
}

.pdleft {
  padding-left: 6%;
}

.pdleft:hover {
  color: black;
}

.bgcl:hover {
  background: none;
}

.fntsize {
  font-size: .95em;
  width: 115%;
}

.mrgin {
  margin: 5px 0;
}

.home,
.home a,
.tckts,
.tckts a,
.cntct,
.cntct a {
  cursor: pointer !important;
}

.menu_hamburger {
  width: 30px;
  display: none;
  z-index: 101
}

.menu_line {
  width: 100%;
  height: 2px;
  background: white;
  margin: 0 0 8px;
  transition: .5s;
}

.active_line1,
.active_line2,
.active_line3 {
  transition: .5s;
}

.active_line1 {
  transform: translateY(8px) rotate(45deg);
}

.active_line2 {
  display: none;
}

.active_line3 {
  transform: translateY(-2px) rotate(135deg);
}

.hamburger_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: black;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.active_hamb {
  opacity: 1;
  transition: visibility 0s, opacity .5s;
  visibility: visible;
}

.hidden {
  overflow: hidden;
}

.hb_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  text-align: center;
}

.hb_menucat {
  padding: 10px 0;
  border-radius: 6px;
  margin: 0 20px;
  transition: .3s ease;
}

.hb_menucat:hover {
  background: var(--main-color);
  transition: .3s ease;
}

.hb_submenu {
  max-height: 150px;
  overflow: auto;
}

.hb_submenucat {
  margin: 0 !important;
  color: #777;
  display: block;
  text-decoration: none !important;
  margin: 5px 0 0 0 !important;
  font-size: 1.1em;
}

.hb_submenucat:hover {
  color: rgba(250, 202, 56, 1);
  transition: .5s;
}

#midwrapper {
  position: relative;
}

.homebg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/bgsp.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position-y: bottom;
}

.background_image {
  width: 100%;
  height: calc(100vh - 40px);
  position: relative;
}

.imgcover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background_image_box {
  max-width: 700px !important;
  width: 100%;
  background: rgba(0, 0, 0, .8) !important;
  position: absolute !important;
  left: 25% !important;
  bottom: 5% !important;
  border-radius: 8px;
  color: white !important;
  padding: 20px !important;
  cursor: pointer;
  transition: .5s !important;
}

.background_image_box:hover {
  color: rgba(250, 202, 56, 1) !important;
}

.background_image_box_title {
  font-size: 1.5em;
  letter-spacing: 1px;
}

.background_image_line {
  width: 150px;
  height: 4px;
  background: rgba(250, 202, 56, 1);
  margin: 20px 0;
}

.background_image_box_text {
  font-size: 1.2em;
  text-align: justify;
  text-justify: distribute;
}

.background_image_box:hover {
  background: rgba(0, 0, 0, 1);
}

.background_image ul {
  height: 100% !important;
}

.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scd_row_container,
.trd_row_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative;
}

.fs_row {
  padding: 50px 0 5px;
  background: rgba(229, 229, 229);
}

.team_cat {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.team_cat .uk-subnav {
  justify-content: center;
}

.team_big {
  width: 90px;
  text-align: center;
}

.team_big img {
  width: 90px;
}

.team_big h4 {
  margin: 5px !important;
  color: inherit;
  font-weight: 900;
  font-size: 1.2em;
}

.uk-subnav-pill>*>a:focus,
.uk-subnav-pill>*>a:hover {
  color: white !important;
}

.fs_row_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.trd_row_container {
  padding: 50px 0 !important;
}

.nextgame,
.nextgameK16,
.nextgameK14,
.nextgameK12 {
  text-align: center;
}

.nextgame_title,
.standing_title,
.newsbox_title,
.newsbox_hd_title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 10px 0;
  text-align: left;
}

.nextgame_image {
  width: 565px;
  height: 432px;
  position: relative;
  margin: 0 20px 0px 0;
}

.nextgame_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%), 0 3px 20px 0 rgb(0 0 0 / 5%);
}

.nextgame_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.next_game_table {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ng_table_teams {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid white;
  padding: 0 0 10px;
  max-width: 500px;
  width: 100%;
}

.ng_table_teams img {
  width: 130px;
}

.ng_table_teams p {
  margin: 0 15px;
  color: white;
  font-size: 2em;
}

.ng_table_title {
  font-size: 1.3em;
  color: white;
  width: max-content;
  margin: 10px auto;
  font-weight: 600;
}

.ng_table_date {
  color: white;
}

.ng_table_date b {
  color: rgba(250, 202, 56, 1);
}

.standing_box,
.standing_boxK16,
.standing_boxK14,
.standing_boxK12 {
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%), 0 3px 20px 0 rgb(0 0 0 / 5%);
  font-family: sans-serif;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
}

.standing_boxK16 {
  line-height: 1;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%), 0 3px 20px 0 rgb(0 0 0 / 5%);
  font-family: sans-serif;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
}

.standing_box table,
.standing_boxK16 table,
.standing_boxK12 table,
.standing_boxK14 table {
  border-spacing: 0;
  background: url(../images/bg.jpg);
  background-size: auto;
  color: white;
  background-size: cover;
  padding: 10px;
  border-radius: 5px;
  width: 556px;
}

.standing_box table {
  line-height: 2.35;
}

.standing_boxK16 table {
  line-height: 1.85;
}

.standing_boxK14 table {
  line-height: 2.34;
}
.standing_boxK12 table {
  line-height: 2.34;
}

table.darkTable {
  font-family: "Arial Black", Gadget, sans-serif;
  border: 2px solid #000000;
  background-color: #1e1e1e;
  width: 100%;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}

table.darkTable tbody td {
  color: #E6E6E6;
}

table.darkTable tr:nth-child(even) {
  background: #2c2c2c;
}

table.darkTable thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}

table.darkTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #E6E6E6;
  text-align: center;
  border-left: 2px solid #4A4A4A;
}

table.darkTable thead th:first-child {
  border-left: none;
}

table.darkTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #E6E6E6;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-top: 1px solid #4A4A4A;
}

table.darkTable tfoot td {
  font-size: 12px;
}

table.darkTable th {
  background-color: black !important;
  color: white;
  padding: 5px 15px;
}

.scd_row {
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/newsbg.jpg);
  padding: 0 0 50px;
}

.news_slider {
  margin: 20px 0 0;
}

.news_slider_items {
  height: 100%;
}

.news_slider_items li {
  width: 32%;
  margin: 0 24px 0 0;
}

.newsbox_image {
  width: 100%;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.newsbox_image:hover .newsbox_image_el {
  transform: scale(1.1);
}

.newsbox_image_el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.newsbox_imageoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, .4);
}

.newsbox_image:hover .newsbox_imageoverlay {
  opacity: 1;
}

.newsbox_imageoverlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important;
}

.newsbox_imageoverlay span:hover {
  color: white !important;
}

.newsbox_fulldate {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}

.newsbox_fulldate span svg circle,
.newsbox_fulldate span svg rect,
.newsbox_fulldate span svg path {
  stroke: #ffc107 !important;
  stroke-width: 2 !important;
}

.newsbox_fulldate span {
  margin: 0 5px 0;
  color: rgb(126, 88, 5) !important;
}

.newsbox_fulldate div {
  margin: 0 3px;
}

.newsbox_title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px 0;
  cursor: pointer;
}

.newsbox_title:hover {
  text-decoration: underline;
}

.newsbox_text {
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
  font-size: .95em;
}

.uk-slidenav {
  color: white !important;
  background: rgba(0, 0, 0, .8) !important
}

.arrow_prv {
  border: 2px solid rgba(0, 0, 0, .8) !important;
  padding: 10px 15px !important;
  position: absolute;
  top: 55px;
  right: 80px;
  border-radius: 3px !important;
}

.arrow_nxt {
  border: 2px solid rgba(0, 0, 0, .8) !important;
  padding: 10px 15px !important;
  position: absolute;
  top: 55px;
  right: 30px;
  border-radius: 3px !important;
}

.arrow_prv:hover,
.arrow_nxt:hover {
  color: white !important;
  background: black !important;
  transition: .3s;
}

.arrow_prv svg,
.arrow_nxt svg {
  width: 10px !important;
}

.antv {
  background: black;
  padding: 5px 0;
}

.antv_container {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  position: relative;
  border-radius: 10px;
  text-align: center;
}

.antv_container img {
  max-width: 600px;
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

.antv_container p {
  font-weight: 900;
  text-align: center;
  z-index: 100;
  letter-spacing: 1px;
  color: #ffc107;
  font-family: "Arial Black", Gadget, sans-serif;
  text-shadow: 0px 0px 0 rgb(219, 157, 0), 1px 1px 0 rgb(182, 120, 0), 2px 2px 0 rgb(146, 84, 0), 3px 3px 0 rgb(109, 47, 0), 4px 4px 0 rgb(73, 11, 0), 5px 5px 0 rgb(36, -26, 0), 6px 6px 0 rgb(0, -62, 0), 7px 7px 0 rgb(-36, -98, 0), 8px 8px 7px rgba(255, 193, 7, 1), 8px 8px 1px rgba(255, 193, 7, 0.5), 0px 0px 7px rgba(255, 193, 7, .2);
  padding: 0 8px;
  margin: 10px auto !important;
  cursor: pointer;
  max-width: 600px;
  width: 100%;
}

.uk-modal-dialog {
  background: rgba(229, 229, 229) !important;
}

.to_wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.to_box {
  width: 350px;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.to_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  border-radius: 5px;
}

.to_box img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.to_box h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 2em;
  margin: 0 !important;
  color: #ffc107;
  font-family: "Arial Black", Gadget, sans-serif;
  text-shadow: 0px 0px 0 rgb(238, 176, 0), 1px 1px 0 rgb(222, 160, 0), 2px 2px 0 rgb(205, 143, 0), 3px 3px 0 rgb(188, 126, 0), 4px 4px 3px rgba(0, 0, 0, 0.6), 4px 4px 1px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, .2);
  letter-spacing: 1px;
}

.trd_row {
  width: 100%;
  background: rgba(250, 202, 56, 1);
}

.trd_row_container {}

.roster_head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 80%;
  border-bottom: 2px solid white;
  height: 50px;
}

.roster_title {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}

.uk-subnav-pill>*>a:focus,
.uk-subnav-pill>*>a:hover {
  background: rgba(0, 0, 0, .5) !important;
  border-radius: 3px;
}

.roster_menu ul li a {
  color: white !important;
  font-weight: bold;
  border-radius: 3px;
}

.uk-subnav-pill>.uk-active>a {
  background-color: black !important;
  border-radius: 3px;
}

.uk-subnav>* {
  padding-left: 5px !important;
}

.roster_players {
  width: 100%;
  height: 400px;
  margin: 30px 0;
}

.roster_players_slider_items {}

.goalkeepers ul,
.attackers ul,
.position_players ul {
  justify-content: center;
}

.roster_players_slider_items li {
  width: 25%;
  padding: 0 30px 0 0;
  cursor: pointer;
  height: 380px;
}

.player_img_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.player_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 1s;
}

.player_img_wrapper h2 {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: perspective(400px) rotateY(0deg);
  transform-origin: bottom;
  transition: 1s;
  font-size: 1.1em;
  font-weight: 600;
}

.player_img_wrapper ul {
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}

.player_img_wrapper ul li {
  height: 55px;
  width: 85px;
  text-align: center;
  line-height: 55px;
  transform: perspective(800px) rotateY(90deg);
  transition: .5s;
  transform-origin: left;
  color: white;
  border-radius: 5px;
  font-size: 1.5em;
}

.playernumber {
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
  margin: 15px 7px !important;
}

.player_img_wrapper ul li img {
  width: 100%;
}

.player_img_wrapper:hover ul li {
  transform: perspective(902px) rotateY(0deg);
}

.player_img_wrapper:hover ul li:nth-child(1) {
  transition-delay: .2s;
  background: none;
}

.player_img_wrapper:hover ul li:nth-child(2) {
  transition-delay: .6s;
  background: rgba(250, 202, 56, 1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: black;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0 5px;
}

.player_img_wrapper ul li a {
  color: rgba(126, 88, 5, 1);
  background: rgba(255, 255, 255, 0);
}

.frth_row {
  background: url(../images/panthers.jpg);
  background-size: cover;
  background-position-x: 35%;
}

.frth_row_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: white;
  padding: 50px 0;
}

.gallery_title {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nanogallery_gallerytheme_dark_my_nanogallery .nGY2GThumbnailAlbumTitle {
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 1px;
}

.nGY2 .nGY2GThumbnailAlbumTitle {
  width: 96%;
  font-size: 11px;
  background-color: black !important;
}

.nGY2 .nGY2GThumbnailImageTitle {}

.gallery .nGY2Gallery {
  margin: 30px auto !important;
}

.nanogallery_gallerytheme_dark_my_nanogallery .nGY2Breadcrumb {
  background: #444 !important;
  border-radius: 4px;
}

.youtube {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 0;
}

.youtube img {
  width: 350px;
  object-fit: contain;
}

.ticket_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.ticket_title {
  font-size: 2em;
  font-weight: 900;
  color: black;
}

.ticket_image {
  max-width: 520px;
  width: 100%;
  height: 330px;
  margin: 30px auto;
}

.ticket_image img {
  width: 100%;
  height: 100%;
}

.ticket_text {
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
  font-size: 1.2em;
}

.ticket_bold h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0 !important;
  color: rgba(250, 202, 56, 1);
}

.ffth_row_container {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto 0;
  color: white;
  padding: 0 0 50px;
}

.thank_wrapper {
  width: 100%;
  height: 250px;
  background-size: cover;
  position: relative;
}

.thank_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

.ty_mainlogo {
  width: 230px;
  position: absolute;
  left: 40px;
  top: 5px;
}

.ty_epologo {
  width: 250px;
  position: absolute;
  left: 270px;
  top: 5px;
}

.ty_head {
  position: absolute;
  right: 60px;
  top: 65px;
}

.ty_title {
  color: white;
  font-size: 4em;
  font-weight: 600;
  letter-spacing: 1px;
}

.ty_link,
.ty_email,
.ty_news {
  text-align: right;
  font-size: 1.5em;
  color: white;
  margin-top: -10px
}

.sponsors {
  margin: 20px 0 0;
}

.sponsors img {
  width: 100%;
  height: 100%;
}

.mega_items {
  text-align: center !important;
  margin: 10px !important;
}

.mega_linetext,
.platinum_linetext,
.gold_linetext,
.silver_linetext,
.bronze_linetext,
.supporter_linetext {
  display: flex;
  align-items: baseline;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: 0px;
  font-family: sans-serif;
  margin: 0 10px;
  cursor: pointer;
}

.mega_linetext::before,
.mega_linetext::after {
  content: '';
  flex: 1;
  border-bottom: 6px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat;
}

.platinum_linetext::before,
.platinum_linetext::after {
  content: '';
  flex: 1;
  border-bottom: 6px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#e8c99b), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #e8c99b)) 21 30 30 21 repeat repeat;
}

.gold_linetext::before,
.gold_linetext::after {
  content: '';
  flex: 1;
  border-bottom: 6px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#f2a65a), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #f2a65a)) 21 30 30 21 repeat repeat;
}

.silver_linetext::before,
.silver_linetext::after {
  content: '';
  flex: 1;
  border-bottom: 6px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #C0C0C0)) 21 30 30 21 repeat repeat;
}

.bronze_linetext::before,
.bronze_linetext::after {
  content: '';
  flex: 1;
  border-bottom: 6px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#CD7F32), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #CD7F32)) 21 30 30 21 repeat repeat;
}

.supporter_linetext::before,
.supporter_linetext::after {
  content: '';
  flex: 1;
  border-bottom: 6px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#a19d94), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #a19d94)) 21 30 30 21 repeat repeat;
}

.mega_linetext:not(:empty)::before,
.platinum_linetext:not(:empty)::before,
.gold_linetext:not(:empty)::before,
.silver_linetext:not(:empty)::before,
.bronze_linetext:not(:empty)::before,
.supporter_linetext:not(:empty)::before {
  margin-right: .5em;
}

.mega_linetext:not(:empty)::after,
.platinum_linetext:not(:empty)::after,
.gold_linetext:not(:empty)::after,
.silver_linetext:not(:empty)::after,
.bronze_linetext:not(:empty)::after,
.supporter_linetext:not(:empty)::after {
  margin-left: .5em;
}

.mega_container,
.platinum_container,
.gold_container,
.silver_container,
.bronze_container,
.supporter_container {
  max-width: 1200px;
  width: 100%;
  position: relative;
}

.platinum_items li {
  width: 50%;
  padding: 0 10px;
}

.gold_items li {
  width: 33.3%;
  padding: 0 10px;
}

.silver_items li {
  width: 25%;
  padding: 0 10px;
}

.bronze_items li {
  width: 20%;
  padding: 0 10px;
}

.supporter_items li {
  width: 16.6%;
  padding: 0 10px;
}



.uk-child-width-1-2\@s>* {
  width: 48.5% !important;
}

.uk-child-width-1-3\@s>* {
  width: 32% !important;
}

.uk-child-width-1-4\@s>* {
  width: 23.5% !important;
}

.uk-child-width-1-5\@s>* {
  width: 18.5% !important;
}

.uk-child-width-1-6\@s>* {
  width: 15% !important;
}

.s_previus {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: .3s;
}

.s_previus span,
.s_next span {
  color: rgba(255, 255, 255, 0.7);
}

.s_previus span svg:hover,
.s_next span svg:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s_next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: .3s;
}

.mega_container:hover .s_previus,
.mega_container:hover .s_next,
.platinum_container:hover .s_previus,
.platinum_container:hover .s_next,
.gold_container:hover .s_previus,
.gold_container:hover .s_next,
.silver_container:hover .s_previus,
.silver_container:hover .s_next {
  opacity: 1;
}

.bronze_container:hover .s_previus,
.bronze_container:hover .s_next,
.silver_container:hover .s_previus,
.silver_container:hover .s_next,
.supporter_container:hover .s_previus,
.supporter_container:hover .s_next {
  opacity: 1;
}

#footer {
  width: 100%;
  padding: 30px 0;
  background: var(--main-color);
}

.footer_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_news {
  width: 25%;
}

.footer_newsbox_title,
.footer_links_title,
.footer_contant_title,
.footer_socials_title {
  font-size: 1.3em;
  color: black;
  font-weight: 600;
}

.footer_news ul {
  padding: 0 !important;
  margin: 0 !important;
  max-height: 390px;
  overflow: hidden;
}

.footer_news ul li {
  list-style: none;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
}

.footer_news ul li:last-child {
  border: none !important;
}

.footer_news ul li a {
  color: white;
  font-size: .95em;
}

.footer_news ul li a:hover {
  color: white;
}

.footer_aboutteam {
  text-align: center;
}

.footer_aboutteam img {
  width: 150px;
}

.footer_aboutteam_text {
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
  color: white;
  font-size: .95em;
  width: 300px
}

.footer_links_title {
  margin: 0 0 10px 0;
}

.footer_links a {
  display: block;
  color: white;
  font-weight: 500;
}

.footer_links a:hover,
.footer_links a span svg:hover {
  color: white;
}

.footer_link_cat {
  margin-left: -10px;
}

.footer_links a span svg {
  display: none;
}

.icon-block:hover svg {
  display: block;
}

.footer_info {
  color: white;
}

.footer_info p {
  margin: 0 !important;
  padding: 0 !important;
}

.footer_socials_title {
  margin: 50px 0 10px;
}

.bcoders {
  text-align: center;
  background: var(--main-color);
  color: white;
  width: 100%;
}

/* ROSTER ONCLICK*/
.roster {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 40px 0;
}

.rosterbg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bgwp.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position-y: center;
}

.position {
  position: relative;
}

.position_title {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}

.blck {
  color: black !important;
}

.position_players {
  margin: 20px 0;
}

.postop {
  top: 0 !important;
}

.poshght {
  height: 280px !important;
}

.posfntsz {
  font-size: .9em !important;
}

.pos_sponsors {
  width: 100%;
  background: #D9D9D9;
}

.pos_sponsors_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.pos_sponsors_container img {
  width: 100%;
  height: 100%;
}

.profil_image {
  width: 700px;
  height: 700px;
  margin: 30px auto;
  position: relative;
}

.profil_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.profil_name {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 1px;
}

.profil_desc {
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
  color: black;
}

.ourprofil {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

.op_title {
  font-size: 1.8em;
  margin: 0 0 15px;
  color: black;
}

.op_info p {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}

.op_info p b {
  color: black;
}

.contact {}

#map {
  position: relative;
  height: 500px;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0
}

.leaflet-container {
  overflow: hidden
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}

.leaflet-tile::selection {
  background: transparent
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4)
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden
}

.leaflet-tile-loaded {
  visibility: inherit
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800
}

.leaflet-overlay-pane svg {
  -moz-user-select: none
}

.leaflet-pane {
  z-index: 400
}

.leaflet-tile-pane {
  z-index: 200
}

.leaflet-overlay-pane {
  z-index: 400
}

.leaflet-shadow-pane {
  z-index: 500
}

.leaflet-marker-pane {
  z-index: 600
}

.leaflet-tooltip-pane {
  z-index: 650
}

.leaflet-popup-pane {
  z-index: 700
}

.leaflet-map-pane canvas {
  z-index: 100
}

.leaflet-map-pane svg {
  z-index: 200
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 999;
  pointer-events: none
}

.leaflet-top,
.leaflet-bottom {
  bottom: 0
}

.leaflet-right,
.leaflet-left {
  right: 0
}

.leaflet-control {
  float: left;
  clear: both
}

.leaflet-right .leaflet-control {
  float: right
}

.leaflet-top .leaflet-control {
  margin-top: 10px
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px
}

.leaflet-left .leaflet-control {
  margin-left: 10px
}

.leaflet-right .leaflet-control {
  margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform .25s cubic-bezier(0, 0, 0.25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden
}

.leaflet-interactive {
  cursor: pointer
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
  pointer-events: none
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto
}

.leaflet-container {
  background: #ddd;
  outline: 0
}

.leaflet-container a {
  color: #0078a8
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5)
}

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block
}

.leaflet-bar a:hover {
  background-color: #f4f4f4
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb
}

.leaflet-touch .leaflet-bar a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px
}

.leaflet-control-layers label {
  display: block
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
  background-image: url(../images/marker-icon.png)
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333
}

.leaflet-control-attribution a {
  text-decoration: none
}

.leaflet-control-attribution a:hover {
  text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: 0;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5)
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: 0;
  margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4
}

.leaflet-popup-content p {
  margin: 18px 0
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666
}

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""
}

.leaflet-tooltip-bottom {
  margin-top: 6px
}

.leaflet-tooltip-top {
  margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff
}

.leaflet-tooltip-left {
  margin-left: -6px
}

.leaflet-tooltip-right {
  margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff
}

.contact_container {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

.contact_input {
  width: 740px;
  margin: 0 30px;
}

.contact_input p {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.contact_input h4,
.contact_info h4 {
  margin: 5px 0 !important;
}

.contact_input h4 {
  font-size: 1em;
}

.contact_input input,
.contact_input textarea {
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px 10px;
  outline: 0;
  font-size: 1.1em;
}

.contact_input textarea {
  min-height: 200px;
}

.contact_button {
  width: max-content;
  padding: 10px 20px;
  font-weight: bolder;
  background: rgba(250, 202, 56, 1);
  color: #fff;
  cursor: pointer;
  font-size: .7em;
  letter-spacing: 1px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 40px auto;
}

.contact_button:hover,
.reg_btn:hover {
  background: #444;
}

.contact_button:active,
.contact_button:focus,
.reg_btn:active,
.reg_btn:focus {
  transform: scale(.98);
}

.contact_info {
  background: #e2e2e2;
  padding: 8px 50px 8px 20px;
  height: 470px;
}

.contact_info p,
.contact_info h3 {
  margin: 10px 0;
}

.contact_info h4 {
  font-weight: bold;
}

.contact_info h3 {
  font-size: 1.1em;
  margin: 10px 0;
}

/* sponsors Modal */
.sponsors_modal_title,
.to_title {
  text-align: center;
  font-size: 1.8em;
  color: black;
  font-weight: 900;
  margin: 0 0 20px;
}

.sponsors_modal {
  width: 1300px !important;
  border-radius: 20px;
  margin: 100px auto !important;
  padding: 20px 0 50px 0 !important;
}

.uk-close:hover {
  color: white !important;
}

.allmega_sponsors {}

.allmega_sponsors img {
  width: 1175px;
  height: 200px;
  display: block;
  margin: 30px auto;
}

.allplatinum_sponsors,
.allgold_sponsors,
.allsilver_sponsors,
.allbronze_sponsors,
.allsupporter_sponsors {
  text-align: center;
}

.allplatinum_sponsors img {
  width: 580px;
  height: 180px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}

.allgold_sponsors img {
  width: 380px;
  height: 160px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}

.allsilver_sponsors img {
  width: 280px;
  height: 140px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}

.allbronze_sponsors img,
.allsupporter_sponsors img {
  width: 220px;
  height: 140px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}

.news_container {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 50px auto;
}

.famous_news {
  display: flex;
  height: 55vh;
}

.fnew_image_L,
.fnew_image_R {
  width: 50%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.fnew_image_L::before,
.fnew_image_R::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.fnew_image_L img,
.fnew_image_R img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fnew_text {
  border-left: 6px solid rgba(250, 202, 56, 1);
  padding: 15px;
  width: 100%;
  max-width: 500px;
}

.fnew_text span {
  color: white !important;
}

.fnew_text span svg circle,
.fnew_text span svg rect,
.fnew_text span svg path {
  stroke: #ffc107 !important;
  stroke-width: 2 !important;
}

.fnew_title {
  font-size: 1.3em;
  font-weight: 600;
  color: rgba(255, 255, 255, .8);
  margin: 0;
}

.fnew_image_L .fnew_text {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.fnew_image_R .fnew_text {
  position: absolute;
  bottom: 10px;
  left: 0;
}

.fnew_text:hover .fnew_title {
  color: rgba(250, 202, 56, 1);
  transition: .3s;
}

.fnew_text p {
  display: inline-block;
  font-weight: 900;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, .8);
  letter-spacing: 1px;
}

.newbox {
  width: 350px;
  margin: 20px;
  display: inline-block;
  vertical-align: top;
}

.executives_container {
  margin: 40px auto;
  width: 100%;
  text-align: center;
}

.ex_title {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 30px;
  letter-spacing: -1px;
}

.ex_box_wrapper {
  margin: 0px auto;
  max-width: 1600px;
  width: 100%;
}

.ex_box {
  margin: 40px 0;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  width: 100%;
}

.ex_box_title {
  font-size: 1.2em;
  font-weight: bold;
}

.ex_box_image {
  width: 100%;
  height: 320px;
  margin: 10px auto 20px;
  position: relative;
}

.ex_box_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ex_box_name {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: 1px;
}

.ex_box_text {
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.headoffice_container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}

.h0_title {
  font-size: 1.5em;
  font-weight: 600;
}

#ho_images .nGY2Gallery {
  text-align: left !important;
}

.nGY2 .nGY2GThumbnail,
.nGY2 .nGY2GThumbnailStack {
  border: none !important;
  background: none !important;
}

.news_item_container {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px;
  background-color: white;
}

.news_item_image {
  width: 100%;
  height: auto;
}

.news_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_item_title {
  margin: 20px 0;
  font-size: 1.5em;
  font-weight: bold;
}

.news_item_text p {
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
}

.arrow_top {
  position: fixed;
  right: 0;
  bottom: 80px;
  color: white;
  width: max-content;
  background: rgba(126, 88, 5, 1);
  border-radius: 50%;
  padding: 15px;
  transform: translate(70px, 0) rotate(0deg);
  transition: all 1s ease-in-out;
  cursor: pointer;
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 100;
}

.arrow_top:hover polyline {
  color: white !important;
}

.arrow_top span svg {
  width: 30px;
}

.arrow_top span svg polyline {
  stroke-width: 4px !important;
}

.schedule {
  background: url(../images/panthers.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}

.schedule_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(250, 202, 56, 1);
  border-radius: 20px;
}

.schedule_title {
  font-size: 1.3em;
  font-weight: 900;
  color: black;
  letter-spacing: 1px;
  padding: 15px 20px 5px 0px;
  border-bottom: 4px solid black;
  margin: 0 25px;
}

.schedule_box_container {
  padding: 20px 40px;
}

.schedule_box_container h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 10px 0;
}

.standing_header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.page_standing {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/panthers.jpg");
  background-size: cover;
  padding: 50px 0 100px;
}

.page_standing_title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
  padding: 0px 0 30px;
}

.leage {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
  padding: 10px;
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 1px;
  background: rgb(250, 202, 56);
  color: black;
}

.page_standing_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  line-height: 3;
}

.page_standing_container table {
  background: #8882;
  background-size: auto;
  background-size: cover;
  color: white;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%), 0 3px 20px 0 rgb(0 0 0 / 5%);
  padding: 20px 5px;
  font-weight: bold;
  border-collapse: collapse;
}

.page_standing_container tr {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.s_teamname,
.ms_teamname {
  text-align: left;
  padding-left: 25px;
}

.s_teammatches,
.s_teamwins,
.s_teamdraws,
.s_teamloses,
.s_teamga,
.s_teamgd,
.s_teampoints {
  padding: 0 15px !important;
}

.ms_teammatches,
.ms_teamwins,
.ms_teamdraws,
.ms_teamloses,
.ms_teamga,
.ms_teamgd,
.ms_teampoints {
  padding: 0 10px !important;
}

.K16,
.K14 {
  position: absolute;
  font-size: 3em;
  font-weight: 900;
  color: #FFD700;
  letter-spacing: 1px;
  top: 20px;
  left: 70px;
}

/* ADMINISTRATION CSS */
#administration {
  width: 100%;
  height: 100%;
  display: flex;
}

#sidebar {
  width: 280px;
  position: relative;
  background: black;
  transition: .3s ease;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}

.admin_logo {
  position: relative;
  margin: 20px 0;
}

.admin_logo_content {
  text-align: center;
}

.admin_logo_content img {
  width: 150px;
  height: 150px;
  transition: .3s;
}

.admin_logo span {
  position: absolute;
  top: 15px;
  right: 15px;
}

.admin_logo span svg {
  width: 30px;
  height: 30px;
  stroke: white;
}

.maxheight {
  max-height: 250px;
  overflow-y: auto;
  height: 100%;
}

.list_name {
  opacity: 1;
  transition: 1s ease;
}

.list_subname {
  padding: 5px 0 !important;
}

.uk-accordion li .tooltip {
  position: absolute;
  width: 122px;
  height: 35px;
  line-height: 35px;
  top: 0;
  left: 122px;
  transform: translateY(-50%);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  color: black !important;
  text-align: center;
  transition: 0s;
  pointer-events: none;
  opacity: 0;
}

.uk-accordion-title:hover .tooltip {
  top: 50%;
  transition: all .5s ease;
  opacity: 0;
}

.list_subname:hover {
  background: black !important;
  color: rgba(250, 202, 56, 1) !important;
}

.uk-accordion span svg {
  vertical-align: text-bottom !important;
}

.uk-accordion-title {
  line-height: 2 !important;
  color: white !important;
}

.uk-accordion-title::before {
  content: inherit !important;
}

.uk-accordion-title span,
.admin_profil span {
  margin: 0 10px;
  color: white;
}

.uk-accordion-title span svg,
.admin_profil span svg {
  width: 30px;
  height: 30px;
  color: white;
}

.uk-accordion-content {
  margin: 0 !important;
}

.admin_profil {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.admin_profil span svg {
  stroke: white;
}

#mainwrapper {
  width: calc(100vw - 280px);
  position: absolute;
  left: 280px;
  background: rgba(229, 229, 229);
  min-height: 100vh;
}

.bgexample {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.admin_item_title,
.admin_new_player_title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin: 25px 0;
}

.admin_item_add {
  width: max-content;
  margin: 20px 50px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 6px;
  background: #2e2e2e;
  color: white;
  cursor: pointer;
}

.admin_item_add:active,
.admin_item_add:focus {
  transform: scale(.98);
}

.admin_add_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100vw - 350px);
}

.admin_item_filter select {
  padding: 10px 20px;
  width: 180px;
  padding: 10px 0;
  text-align: center;
  border-radius: 6px;
  background: #2e2e2e;
  color: white;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 1px;
  -webkit-appearance: none;
}

.admin_item_add_modal {
  width: max-content !important;
  border-radius: 4px;
  background: white !important;
}

.admin_item_add_title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0;
}

.admin_item_add_wrapper {
  text-align: center;
}

.admin_item_add_kind,
.admin_item_add_image,
.admin_item_add_headtitle,
.admin_item_add_text,
.admin_item_add_check {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 20px 0;
}

.admin_item_add_playernumber {
  display: flex;
  align-items: center;
}

.admin_item_add_playernumber_title,
.admin_item_add_kind_title,
.admin_item_add_image_desc,
.admin_item_add_headtitle_desc,
.admin_item_add_text_desc {
  width: 255px;
}

#myfile {
  padding: 15px;
  outline: none;
  border-radius: 3px;
  font-size: 1em;
  width: 360px;
  margin: 0 20px;
  font-family: inherit;
}

#player,
#news,
#player_title,
#news_title {
  padding: 15px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  font-size: 1em;
  width: 360px;
  margin: 0 20px;
  font-family: inherit;
}

#news_text {
  min-height: 300px;
  padding: 15px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  font-size: 1em;
  width: 360px;
  margin: 0 20px;
  font-family: inherit;
}

#playernumber {
  padding: 15px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  font-size: 1em;
  width: 60px;
  margin: 0 20px;
  font-family: inherit;
}

.admin_item_content {
  margin: 50px auto;
  padding: 20px;
  width: calc(100vw - 400px);
}

.admin_item_box {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
  top: 0;
  cursor: default;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.75);
}

.admin_item_box:hover {
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.75);
  position: relative;
  top: -3px;
  transition: .3s;
  background-color: rgba(255, 255, 255, 0.4);
}

.admin_item_box:hover .admin_item_box_edit {
  opacity: 1;
  transition: .5s ease;
}

.admin_item_box_image img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.admin_item_box_title {
  font-weight: bold;
  padding: 5px;
  max-height: 60px;
  min-height: 60px;
  overflow-y: auto;
  height: 100%;
  border-bottom: 1px solid #ccc
}

.admin_item_box_text {
  padding: 0 5px 5px 5px;
  max-height: 125px;
  overflow-y: auto;
  height: 100%;
}

.admin_item_add_check label {
  margin: 0 20px;
}

.admin_item_add_btn {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 60px auto 20px auto;
}

.btn_cancel {
  background: grey !important;
}

.btn_confirm {
  background: rgba(250, 202, 56, 1);
}

.btn_confirm,
.btn_cancel {
  margin: 0 20px !important;
  cursor: pointer !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  color: white !important;
  font-size: 1.2em !important;
  letter-spacing: 1px !important;
  font-weight: bold !important;
  position: static !important;
}

.btn_cancel:focus,
.btn_cancel:active,
.btn_confirm:focus,
.btn_confirm:active {
  transform: scale(.96);
}

.admin_item_box_close {
  width: 30px !important;
  height: 30px !important;
  border-radius: 5px !important;
  background: red !important;
  position: absolute !important;
  top: -30px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.admin_item_box_close svg {
  width: 30px;
}

.admin_item_box_close svg path {
  stroke: white !important;
  stroke-width: 3;
}

.online {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #45BD62;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 2px solid #fff;
  animation: onoff 3s linear infinite;
}

@keyframes onoff {
  50% {
    background: transparent;
  }

  70% {
    background: #45BD62;
  }
}

.offline {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F3425F;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 2px solid #fff;
}

.admin_item_box_edit {
  position: absolute;
  top: 15px;
  left: 15px;
  transform: rotate(270deg);
  opacity: 0;
}

.admin_item_box_edit svg {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  padding: 5px;
  background: #ccc;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%) !important;
}

.admin_item_box_playername {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2em;
  color: white;
  width: 100%;
  background: var(--main-color);
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.admin_item_box_playernumber {
  position: absolute;
  bottom: 44px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 20px;
  font-size: 2em;
  font-weight: 900;
}

.ps_dialog {
  width: 900px !important;
}

.player_stats {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
  padding: 20px;
}

.player_stats_title {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}

.player_stats_container {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 50px auto;
}

.player_stats_prof {
  text-align: center;
  font-size: 1.4em;
}

.ps_img {
  width: 300px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ps_profilname {
  font-size: .9em;
  font-weight: 900;
  margin: 5px 0 0 0;
}

.player_stats_info {
  width: 50%;
  background: rgba(250, 202, 56, 1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.player_stats_info_container {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 10px;
  letter-spacing: 1px;
}

.ps_box {
  border-bottom: 2px solid #fff;
  margin: 0 0 20px 0;
  font-weight: bold;
  padding: 20px 0;
  text-align: left;
}

.ps_box_dots {
  margin: 0 20px 0 0;
}

/*  ~ R E S P O N S I V E ~ */
@media screen and (max-width: 359px) {
  .background_image_box {
    bottom: 30% !important;
  }

  .ms_teamname,
  .s_teamname {
    padding-left: 10px;
    font-size: .8em !important;
  }
}

@media screen and (max-width: 600px) {
  .nGY2GThumbnailAlbumTitle {
    font-size: 1em !important;
  }

  .topnews,
  .topinfo_menu,
  .menu_wrapper,
  .smainlogo,
  .roster_menu {
    display: none;
  }

  .botbar {
    padding: 0 40px !important;
  }

  .background_image_box {
    bottom: 15% !important;
    left: 0 !important;
  }

  .fs_row_container {
    display: block;
    padding: 0 !important;
  }

  .nextgame_image,
  .standing_box,
  .standing_boxK14 {
    width: 100%;
  }

  .ng_table_title {
    font-size: 1em !important;
  }

  .ng_table_date {
    font-size: .8em !important;
  }

  .nextgame_title,
  .standing_title,
  .newsbox_title,
  .roster_title {
    margin: 10px 5px;
  }

  .news_slider_items li {
    width: 100% !important;
    padding: 0 !important;
  }

  .newsbox_text {
    padding: 0 10px;
  }

  .antv_container {
    max-width: 350px;
  }

  .antv_container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .antv_container p {
    font-size: .7em;
  }

  .to_box,
  .allmega_sponsors img,
  .allplatinum_sponsors img,
  .allgold_sponsors img,
  .allsilver_sponsors img,
  .allbronze_sponsors img,
  .allsupporter_sponsors img {
    width: 100% !important;
    margin: 10px 0 !important;
  }

  .roster_players_slider_items li {
    width: 100% !important;
    margin: 0;
  }

  .goalkeepers ul,
  .attackers ul,
  .position_players ul {
    justify-content: unset;
  }

  .youtube iframe {
    width: 100% !important;
  }

  .ty_mainlogo {
    width: 100px !important;
    left: 10px !important;
    top: 10px !important;
  }

  .ty_epologo {
    width: 110px !important;
    right: 10px !important;
    left: auto !important;
    top: 10px !important;
  }

  .ty_head {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: max-content;
    top: auto;
  }

  .mega_container ul li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .platinum_container ul li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .gold_container ul li {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .silver_container ul li {
    width: 40% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bronze_container ul li {
    width: 30% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .supporter_container ul li {
    width: 25% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mega_items {
    margin: 0 !important;
  }

  .position {
    padding: 5px !important;
  }

  .position_title {
    font-size: 1.2em !important;
    padding: 0 0 0 20px;
  }

  .profil_image {
    width: 100%;
    height: 350px !important;
    margin: 20px auto 10px;
  }

  .profil_name {
    font-size: 1.3em !important;
    letter-spacing: inherit;
  }

  .player_img_wrapper h2 {
    font-size: 1.5em !important;
  }

  .poshght {
    height: 380px !important;
  }

  .headoffice_container {
    padding: 10px !important;
  }

  .K16,
  .K14 {
    font-size: 1.5em !important;
  }

  .contact_container {
    display: block;
  }

  .leaflet-popup-content {
    margin: 10px;
  }

  #footer {
    padding: 30px 10% !important;
  }

  .footer_socials_title {
    margin: 20px 0 5px;
  }

  .ex_box {
    padding: 0;
  }

  .ex_title {
    font-size: 1.7em;
    margin: 0;
    letter-spacing: 0px;
  }

  .standing_box table,
  .standing_boxK16 table,
  .standing_boxK14 table {
    font-size: .95em !important;
  }

  .player_img_wrapper ul {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 950px) {
  .background_image_box {
    max-width: 500px !important;
    left: 10% !important;
  }

  .tpwrhgt {
    height: 130px;
  }

  .platinum_container ul li,
  .gold_container ul li,
  .silver_container ul li {
    width: 50% !important;
    margin: 0 !important;
    padding: 10px;
  }

  .silver_container ul li {
    width: 40% !important;
    margin: 0 !important;
    padding: 10px;
  }

  .bronze_container ul li {
    width: 30% !important;
    margin: 0 !important;
    padding: 10px;
  }

  .supporter_container ul li {
    width: 25% !important;
    margin: 0 !important;
    padding: 10px;
  }

  .mega_container ul li {
    padding: 10px;
  }

  .player_img_wrapper h2 {
    font-size: 1.1em !important;
  }

  .player_img_wrapper ul li {
    height: 80px;
    width: 90px;
  }

  .playernumber {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    margin: 5px 20px !important;
  }
}

@media screen and (max-width: 950px) {
  .topbar_container {
    padding: 0 20px;
  }

  .topnews,
  .topinfo_menu,
  .menu_wrapper,
  .smainlogo,
  .roster_menu {
    display: none;
  }

  .topinfo {
    max-width: 100%;
  }

  .topinfo_socials a svg {
    width: 20px;
    margin: 0 5px;
  }

  .to_box {
    width: 300px;
  }

  .to_box h3 {
    font-size: 1.3em;
  }

  .botbar {
    background: black;
    height: auto;
    padding: 0 70px;
  }

  .hb_container {
    width: 500px;
  }

  .mainlogo {
    width: 110px;
    margin: 10px 0 -30px;
  }

  .menu_hamburger {
    display: block;
  }

  .background_image_box_title {
    font-size: 1.3em !important;
  }

  .background_image_box_text {
    font-size: 1em !important;
  }

  .fs_row_container {
    display: block;
    padding: 0 40px;
  }

  .nextgame_image,
  .standing_box,
  .standing_boxK14 {
    width: 100%;
  }

  .nextgame_image::before,
  .nextgame_image img,
  .standing_box table,
  .standing_boxK16 table,
  .standing_boxK14 table {
    border-radius: 0;
  }

  .standing_box table,
  .standing_boxK16 table,
  .standing_boxK14 table {
    width: 100%;
    padding: 10px;
  }

  .leage {
    margin: 5px auto 0;
  }

  .ms_teamname {
    padding-left: 10px;
    font-size: .85em;
  }

  .ng_table_title {
    font-size: 1.5em;
  }

  .ng_table_date {
    font-size: 1.2em;
  }

  .newsbox_hd_title {
    margin: 0 5px;
  }

  .news_slider_items li {
    width: 50%;
    padding: 10px;
    margin: 0;
  }

  .sponsors_modal {
    width: 100% !important;
    margin: 50px 0 !important;
    padding: 20px !important;
  }

  .arrow_prv {
    top: 50px;
    right: 70px;
  }

  .arrow_nxt {
    top: 50px;
    right: 20px;
  }

  .roster_players_slider_items li {
    width: 50%;
    margin: 0;
    padding: 10px 20px;
  }

  .goalkeepers ul,
  .attackers ul,
  .position_players ul {
    justify-content: unset;
  }

  .youtube {
    display: block;
    padding: 0;
    text-align: center;
  }

  .youtube iframe {
    margin: 25px 0;
    width: calc(100% - 300px);
  }

  .ty_mainlogo {
    width: 150px;
    left: 10px;
    top: 40px;
  }

  .ty_epologo {
    width: 170px;
    position: absolute;
    left: 160px;
    top: 40px;
  }

  .ty_title {
    font-size: 2.5em;
  }

  .ty_link,
  .ty_email,
  .ty_news {
    font-size: 1.2em;
  }



  .mega_items {
    margin: 0 !important;
  }

  .mega_linetext,
  .platinum_linetext,
  .gold_linetext,
  .silver_linetext,
  .bronze_linetext,
  .supporter_linetext {
    font-size: 1.3em;
    width: 100%;
    margin: 5px 0;
  }

  #footer {
    padding: 30px 20%;
  }

  .footer_container {
    display: block;
    text-align: center;
  }

  .footer_news,
  .footer_aboutteam,
  .footer_links,
  .footer_info {
    width: 100%;
  }

  .footer_aboutteam_text {
    width: 100%;
  }

  .footer_links {
    padding: 20px 0
  }

  .famous_news {
    display: block;
    height: 800px;
  }

  .fnew_text {
    max-width: 360px;
  }

  .footer_aboutteam_text {
    margin: 10px auto;
  }

  .famous_news {
    display: block;
    height: 800px;
  }

  .fnew_image_L,
  .fnew_image_R {
    width: 100%;
    height: 50%;
  }

  .fnew_image_L .fnew_text,
  .fnew_image_R .fnew_text {
    bottom: 10px;
    left: 20px;
  }

  .fnew_text {
    max-width: 360px;
  }

  .ourprofil {
    max-width: 360px;
  }

  .position {
    padding: 10px 50px;
  }

  .profil_image {
    width: 100%;
    height: 550px;
    margin: 20px auto 10px;
  }

  .profil_name {
    font-size: 1.5em;
    letter-spacing: inherit;
  }

  .poshght {
    height: 380px !important;
  }

  .ex_box_wrapper {
    display: block;
  }

  .headoffice_container {
    padding: 0 30px;
  }

  .K16,
  .K14 {
    font-size: 2.5em;
    top: 0px;
    left: 4px;
  }

  .page_standing {
    padding: 50px 0;
  }

  table.darkTable th {
    padding: 5px;
    font-size: .9em;
  }

  .schedule_box_container h3 {
    font-size: 1.3em;
    margin: 10px;
  }

  .schedule_box_container {
    padding: 0;
  }

  .table.darkTable,
  table.darkTable tbody td {
    font-size: 12px;
  }

  .contact_input {
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }

  .leaflet-popup-content {
    margin: 10px;
  }

  .news_item_container {
    padding: 50px 5px !important;
  }

  .player_stats_container {
    display: block !important;
  }

  .player_stats_info {
    max-width: 400px !important;
    width: 100% !important;
    margin: 30px auto;
    padding: 0 !important;
  }

  .player_img_wrapper ul {
    left: 0px !important;
  }



  @media screen and (min-width: 951px) and (max-width:1200px) {
    .background_image_box {
      max-width: 600px !important;
      left: 10% !important;
    }

    .mtpwrhgt {
      height: 300px;
    }

    .topbar_container {
      font-size: .8em;
      padding: 0 10px;
    }

    .topnewsbox_titles {
      margin: 0 10px;
    }

    .topnewsbox_titles {
      width: 350px;
    }

    .topnewsbox_titles li {
      margin: 23px 0;
      font-size: .9em;
      max-width: 350px;
    }

    .activetitle {
      top: -25% !important;
    }

    .topinfo {
      max-width: 550px;
    }

    .botbar {
      padding: 0 30px;
    }

    .mainlogo {
      width: 150px;
    }

    .navmainlogo {
      width: 60px !important;
    }

    .menu {
      font-size: 1em;
    }

    .smainlogo {
      width: 110px;
    }

    .navsmainlogo {
      width: 55px !important;
    }

    .fs_row_container {
      padding: 0px 15px;
    }

    .nextgame_image {
      width: 490px;
      margin: 0;
    }

    .standing_box table,
    .standing_boxK16 table,
    .standing_boxK14 table {
      width: 490px;
    }

    .scd_row_container,
    .trd_row_container {
      padding: 50px 10px 0;
    }

    .roster_players_slider_items li {
      padding: 0 10px 0 10px;
    }

    .youtube {
      padding: 80px 10px 0;
    }

    .youtube img {
      width: 300px;
    }

    .ty_mainlogo {
      width: 200px;
      left: 40px;
      top: 15px;
    }

    .ty_epologo {
      width: 200px;
      left: 240px;
      top: 25px;
    }

    .ty_head {
      right: 49px;
      top: 50px;
    }

    #footer {
      padding: 30px 10px;
    }

    .ourprofil {
      padding: 30px 15%;
    }

    .headoffice_container {
      padding: 0 5%;
    }

    .K16,
    .K14 {
      top: -4px;
      left: 30px;
      font-size: 2em;
    }

    .mxwdth,
    .tdxwdth,
    .teamwidth {
      font-size: .9em;
    }
  }

  @media screen and (max-width: 1200px) and (min-width: 600px) {}
}

#fb-share-button {
  background: #1877F2;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 8px;
  display: inline-block;
  position: static;
  font-size: 16px !important;
  line-height: 1;
  float: right;
}

#fb-share-button:hover {
  cursor: pointer;
  background: #1877F2
}

#fb-share-button svg {
  width: 18px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px
}

#fb-share-button span {
  vertical-align: middle;
  color: white;
  font-size: 14px;
  padding: 0 3px
}

#fbsharebtn {
  display: none !important;
}