/*
Theme Name:     Rookie Child
Description:    Child theme for the Rookie theme
Author:         Piotr Kunicki
Author URI:     http://wp-info.pl
Template:       rookie
Version:        1.0
*/

.widget:after,
#news:after,
.legenda:after,
#sponsor-logo,
.clear {
  clear: both;
  content: " ";
  display: table;
}

#news {
  padding-bottom: 90px;
}

.feat-video {
  width: 100%;
  height: 500px;
}

/* body.custom-background {
  background-size: cover;
} */

@media (max-width: 980px) {
  body.custom-background {
    background-size: auto!important;
    background-position: top center!important;
  }
}

.sp-table-caption {
  border-top: 5px solid #00a69c;
}

@media screen and (min-width: 1025px) {
  .site-header,
  .site-content,
  .site-footer,
  .site-info {
    width: 1100px;
  }
}

@media screen and (min-width: 601px) {
  .widget-area,
  #sponsor-sidebar {
    float: right;
    width: 26%;
  }
  .content-area,
  .widecolumn,
  #sponsor {
    width: 74%;
  }
}

.header-area {
  position: relative;
}

#header-top {
  font-size: 26px;
  text-shadow: 2px 2px 6px #0A559F;
}

#header-top p {
  text-align: center;
  margin-bottom: 0;
  margin-top: -8px;
}

.sponsor-left {
    position: absolute;
    color: #fff;
    left: -170px;
    border: 1px solid #fff;
    height: 500px;
    top: 230px;
    padding: 10px;
    width: 150px;
}

.site-widgets {
  color: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 70%;
}

.sp-widget-align-right {
  width: 100%;
  padding-left: 0;
}

.main-navigation {
  background: #996533!important;
}
.menu-menu-1-container {
  text-align: center;
}
body .main-navigation a {
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: .625em 11px;
color: #fff;
font-size: 16px;
}
body .main-navigation .nav-menu > li:hover > a,
body .main-navigation .nav-menu > li:active > a,
body .main-navigation .nav-menu > li:focus > a,
body .main-navigation li.menu-item-has-children:hover a:hover,
body .main-navigation .nav-menu > .current-menu-item > a {
  background: #d8bf94;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .main-navigation ul {
      display: inline-block;
      height: 38px;
  }
  .main-navigation ul ul a {
    min-width: 220px;
  }
}

body .site-footer {
  background: rgba(0,0,0,0.3);
}

/* main sponsor */
#sponsor {
  font-size: 18px;
  float: left;
  text-align: center;
  padding: 20px;
}
#sponsor .tytularny {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 5px;
  float: left;
  padding: 0;
  width: 57%;
}
#sponsor .tytularny img {
  padding: 40px 5px;
}
#sponsor .glowny {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 5px;
  float: right;
  padding: 0;
  width: 100%;
}
#sponsor .glowny img {
  display: block;
  padding:0;
}
#sponsor .sp-table-caption {
  padding: 0.3em 15px
}

#sponsor-sidebar {
  box-shadow: inset 1px 0 0 #e0e0e0;
  overflow: hidden;
  padding: 20px;
  min-height: 202px;
}

/* sidebar widgets */
#secondary .widget.sponsor {
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #ddd;
  /*padding-bottom: 10px;*/
}

.sposor-okno {
  height: 350px;
  padding: 30px;
  text-align: center;
}

.wrap .sposor-okno {
    height: 129px;
}

.sponsor.widget img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
    -webkit-transition: all .15s ease-in-out .1s;
  -moz-transition: all .15s ease-in-out .1s;
  -ms-transition: all .15s ease-in-out .1s;
  -o-transition: all .15s ease-in-out .1s;
  transition: all .15s ease-in-out .1s;
}

.sponsor.widget img.add-padding {
  margin-bottom: 15px;
}

.sponsor.widget .demo {
	max-width: none;
}

.sponsor.widget .small > img {
  max-width: 100px;
}

.sponsor.poster.widget img {
  max-width: none;
  width: 100%;
}

#secondary .widget.sponsor.poster {
  padding-bottom: 0;
}

.sponsor a:hover img {
  opacity: 0.8;
}

#widget-partners img {
  width: 50%;
  float: left;
}

.sponsor a {
  display: block;
  /*min-height: 120px;*/
}
#text-14.sponsor a,
#text-5.sponsor a {
  min-height: auto;
}
.sponsor .textwidget a + a {
  border-top: 1px solid #ddd;
}

.add-padding {
  margin-bottom: 15px;
  padding-top: 15px;
}

.only-bottom {
  margin-bottom: 15px;
}

.only-top {
  padding-top: 12px;
}

/* Portal Mode - News Grid */
.gk-nsp-news_grid > figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.gk-nsp-news_grid[data-cols="1"] > figure {
  width: 100%;
}

.gk-nsp-news_grid[data-cols="2"] > figure {
  width: 50%;
}

.gk-nsp-news_grid[data-cols="3"] > figure {
  width: 33.333333%;
}

.gk-nsp-news_grid[data-cols="4"] > figure {
  width: 25%;
}

.gk-nsp-news_grid figure > a {
  float: left;
  overflow: hidden;
  width: 50%;
}

.gk-nsp-news_grid figure > a > img {
  display: block;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
}

.gk-nsp-news_grid figure > a:hover > img {
  -webkit-transform: rotate(5deg) scale(1.3);
  -moz-transform: rotate(5deg) scale(1.3);
  -ms-transform: rotate(5deg) scale(1.3);
  -o-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
}

.gk-nsp-news_grid figcaption {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 50%;
}

.gk-nsp-news_grid figcaption:before {
  border: 12px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: -24px;
  position: absolute;
  top: 65px;
}

.gk-nsp-news_grid figcaption > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 24px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.gk-nsp-news_grid h3 {
  font-size: 22px;
  font-weight: 400;
}

.gk-nsp-news_grid time {
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.gk-nsp-news_grid hr.separator {
  margin: 9px 0 0 0 !important;
  padding: 14px 0 28px 0 !important;
}

.gk-nsp-news_grid hr.separator:after,
.gk-nsp-news_grid hr.separator:before {
  top: 14px;
}

.gk-nsp-news_grid figcaption a {
  color: black !important;
}

.gk-nsp-news_grid figcaption p {
  color: #444444 !important;
  font-size: 14px;
  margin: 0;
}

.gk-nsp-news_grid figcaption a:active,
.gk-nsp-news_grid figcaption a:focus,
.gk-nsp-news_grid figcaption a:hover {
  color: #d27244 !important;
}

.gk-nsp-news_grid > a {
  background: #d27244;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 51px;
  padding: 0 50px;
  text-transform: uppercase;
}

.gk-nsp-news_grid > a:active,
.gk-nsp-news_grid > a:focus,
.gk-nsp-news_grid > a:hover {
  background: #000;
}

/* Inverted blocks */
.gk-nsp-news_grid figure.inverse > a {
  float: right;
}

.gk-nsp-news_grid .inverse figcaption {
  left: 0;
  right: auto;
}

.gk-nsp-news_grid .inverse figcaption:before {
  border: 12px solid #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: auto;
  right: -24px;
  position: absolute;
  top: 65px;
}
hr {
  background: transparent;
  border: none;
  clear: both;
  display: block;
  height: 1px;
  margin: 0;
  position: relative;
}
hr:after {
  background: #d5d5d5;
  content: "";
  height: 1px;
  left: 50%;
  margin: 0 0 0 -100px;
  position: absolute;
  top: 49px;
  width: 200px;
}
hr:before {
  bckground: #fff!important;
  content:"\f1e3";
  font-family: FontAwesome;
  left: 50%;
  margin: -10px 0 0 -4px;
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 2;
}

#sponsor-sidebar .textwidget:first-child {
  margin-bottom: 16px;
}

#sponsor-sidebar .textwidget:first-child a {
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#sponsor-sidebar .textwidget:first-child a img {
  border: 3px solid #996533;
  border-radius: 5px;
}

#sponsor-sidebar .textwidget:first-child a:active,
#sponsor-sidebar .textwidget:first-child a:focus,
#sponsor-sidebar .textwidget:first-child a:hover {
  opacity: 0.8;
}
.site-widgets .widget:first-child {
  padding-bottom: 15px;
}
.site-branding {
    padding: 1.75em 0 2.5em 0em;
}
.hentry {
    min-height: 300px;
}
/* kontakt */
#kontakt > div {
  width: 50%;
  float: left;
}
#kontakt > div + div {
  float: right;
}
#kontakt textarea {
  width: auto;
}

.border {
  border: 3px solid #996533;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 20px
}
.page-id-152 .entry-title:before {
  font-family: FontAwesome;
  content:"\f003";
  font-size: 50px;
  margin-right: 20px;
}
.legenda {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 7px;
}
.legenda p {
  margin: 0;
}
.legenda .item {
  float: left;
  padding: 0 15px;
}

/* articles */

.home .site-main article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 350px;
  float: left;
  position: relative;
  display: block;
  clear: none;
  color: #fff;
  padding-bottom: 10px
}
body.home #primary > figure {
  margin-bottom: 20px;
}
.home .site-main article:nth-child(even) {
  padding-left: 10px;
}

.home .site-main article  .article-helper {
  overflow: hidden;
  position: relative;
  font-size: 13px;
}

.home .article-box-img {
  position: relative;
  display: block;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.home .article-box-img img {
  height: auto;
}

.home .article-box-img > a {
  display: block;
  width: auto;
  margin: 0;
  float: none;
}
.home .article-box-header {
  background: rgba(0,0,0,0.85);
  padding: 14px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.home .article-box-header .entry-title {
  text-transform: uppercase;
  font-size: 20px;
}


.home .article-box-header .entry-title a {
  color: #fff;
}

.home .article-helper .article-preview {
  background: rgba(0,0,0,0.8);
  cursor: pointer;
  height: 100%;
  line-height: 1.6;
  position: absolute;
  padding: 4rem 2rem;
  top: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
}

.home article.article-hover .article-preview {
  top: 0;
}

.home article.article-hover .article-box-header {
  visibility: hidden;
  bottom: 100%;
}

.article-preview .posted-on {
  background: none;
  border: 1px solid #787878;
  border-radius: 3px;
  padding: 10px 20px
}

.article-preview .more-wrap {
    float: right;
    font-size: 20px;
    font-family: 'Oswald';
    margin-top: 4px;
}

.more-wrap i {
   margin-right: 8px;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
   -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.more-wrap:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* strona partnerzy */
.sponsor-wrap {
  padding: 25px 0;
  width: 100%;
}
.sponsor-wrap + .sponsor-wrap {
  border-top: 1px solid #ddd;
}
.sponsor-logo {
  float: left;
  width: 30%;
}
/*.page #sponsor-logo h3 + a {
  display: none;
}*/
.sponsor-content {
  float: right;
  width: 65%;
}
.sponsor-content .adres {
  float: right;
  margin-top: 0.8em;
}
.sponsor-content h2 {
  float: left;
}
.sponsor-content i {
  margin-right: 8px;
}
.sponsor-content p + p {
  clear: both;
}

/* single article */
.entry-thumbnail img {
  margin: 0 auto;
  width: 100%;
}

.single-post .has-post-thumbnail .entry-header .entry-title,
.page .has-post-thumbnail .entry-header .entry-title {
    color: #d8bf94;
    background: rgba(0,0,0,0.6);
    border-top: 8px solid #996535;
    bottom: 9px;
    font-size: 32px;
    line-height: 1.2;
    padding: 0.325em 15px;
}

/* sponsor logo */
#sponsor-logo {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#sponsor-logo .textwidget {
  background: #fff;
  padding: 30px 45px;
}
#sponsor-logo a {
    display: inline-block;
    max-width: 160px;
    padding: 0 14px;
    margin: 0;
    vertical-align: middle;
}
#sponsor-logo .big {
  max-width: 200px;
}
#sponsor-logo .farbol,
#sponsor-logo .small {
  max-width: 105px;
}
h3.white {
  color: #fff;
  margin: 10px 0 -15px;
}

.content-area {
  padding-bottom: 75px;
}


#sponsor-logo .textwidget > h3 {
  border-bottom: 3px solid #D8BF8D;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

#kontakt input[type="text"],
#kontakt input[type="email"],
#kontakt textarea {
  width: 90%;
}

#sponsor-sidebar .sp-template-countdown {
  margin-bottom: 0;
}

.plakat {
  margin: 0 auto 20px;
  width: 100%;
}

.home.blog .content-area {
  margin-top: 20px;
}

.info-area {
  color: #fff;
}

.site-info a {
  color: #fff;
}
.site-info a:hover {
  color: #ddd;
}

#header-top span {
    text-align: center;
    display: block;
}
.search .hentry {
  min-height: inherit;
}
@media (max-width: 1270px) {
  .ball-animate {
    right: 45px;
  }
}

@media (max-width: 1075px) {
  .ball-animate {
    right: 60px;
  }
  #header-top p {
    clear: both;
    font-size: 20px;
  }
  #header-top > img {
    max-width: 550px;
    float: left;
    margin-left: 45px;
    margin-bottom: 12px;
  }
  .site-logo img {
      max-width: 200px;
      margin-left: 20px;
  }
  .site-branding {
    margin-top: 1em;
  }
  .sponsor.widget img {
    max-width: 175px;
  }

}
@media (max-width: 820px) {
  #header-top > img {
    max-width: 350px;
  }
  #header-top p {
    font-size: 16px;
    text-align: center;
  }
  #dawid2 {
    display: none;
  }
  .home .site-main article {
    width: 100%;
  }
}
@media (max-width: 600px) {
.ball-animate {
  top: 130px;
}
.site-widgets {
  width: 100%;
  position: relative;
  padding-top: 0.4em;
}
#header-top > img {
  float: none;
}
#dawid {
  position: relative;
  bottom: 0;
  left: -150px;
  }
  #dawid__desc {
  font-size: 14px;
  bottom: auto;
  top: 30px;
  right: 10px;
  left: auto;
  width: 25%;
}

#sponsor .tytularny,
#sponsor .glowny,
#kontakt > div {
  width: 100%;
}
}
@media (max-width: 450px) {
  #header-top > img {
    max-width: 280px;
}
#dawid__desc {
  right: 3em;
}
}

.vanilla-pdf-embed {
    min-height: 1150px;
}

#post-698 .sp-data-table .data-number,
#post-698 .sp-data-table .data-rank,
#post-105.sp-data-table .data-number,
#post-105 .sp-data-table .data-rank  {
    display: none;
}

#post-698 .sp-row-no-0 .data-name:before {
    content: "2.";
    margin-right: 19px;
}
#post-698 .sp-row-no-1 .data-name:before {
    content: "1.";
    margin-right: 18px;
}
#post-698 .sp-row-no-2 .data-name:before {
    content: "3.";
    margin-right: 18px;
}
#post-698 .sp-row-no-3 .data-name:before {
    content: "4.";
    margin-right: 18px;
}
#post-698 .sp-row-no-4 .data-name:before {
    content: "5.";
    margin-right: 18px;
}
#post-698 .sp-row-no-5 .data-name:before {
    content: "6.";
    margin-right: 18px;
}
#post-698 .sp-row-no-6 .data-name:before {
    content: "7.";
    margin-right: 18px;
}
#post-698 .sp-row-no-7 .data-name:before {
    content: "8.";
    margin-right: 18px;
}
#post-698 .sp-row-no-8 .data-name:before {
    content: "10.";
    margin-right: 18px;
}
#post-698 .sp-row-no-9 .data-name:before {
    content: "9.";
    margin-right: 12px;
}
#post-698 .sp-row-no-10 .data-name:before {
    content: "11.";
    margin-right: 12px;
}#post-698 .sp-row-no-11 .data-name:before {
    content: "12.";
    margin-right: 12px;
}
#post-698 .sp-row-no-12 .data-name:before {
    content: "13.";
    margin-right: 12px;
}
#post-698 .sp-row-no-13 .data-name:before {
    content: "14.";
    margin-right: 12px;
}
#post-698 .sp-row-no-14 .data-name:before {
    content: "15.";
    margin-right: 12px;
}
#post-698 .sp-row-no-15 .data-name:before {
    content: "16.";
    margin-right: 12px;
}
/*
#post-698 #DataTables_Table_0_wrapper .sp-row-no-1 .data-name:before {
  content: "3. ";
}

#post-698 #DataTables_Table_0_wrapper .sp-row-no-2 .data-name:before {
  content: "2. ";
}

#post-698 #DataTables_Table_0_wrapper .sp-row-no-5 .data-name:before {
  content: "7. ";
}

#post-698 #DataTables_Table_0_wrapper .sp-row-no-6 .data-name:before {
  content: "6. ";
}

#post-698 #DataTables_Table_1_wrapper .sp-row-no-4 .data-name:before {
  content: "4. ";
}

#post-698 #DataTables_Table_1_wrapper .sp-row-no-3 .data-name:before {
  content: "5. ";
}*/

/*#post-698 #DataTables_Table_1_wrapper .sp-row-no-3 {
  background: transparent;
}

#post-698 #DataTables_Table_1_wrapper .sp-row-no-4 {
  background: rgba(70,191,64,.13);
}*/

.gallery-item {padding-right:8px; padding-bottom: 8px;}
.entry-category-links,.has-post-thumbnail .entry-meta,
.single-sp_event .entry-header .entry-title {display:none;}
/*#post-698 .sp-row-no-0,
#post-698 .sp-row-no-1,
#post-698 .sp-row-no-2,
#post-698 .sp-row-no-3 {
    background: rgba(70, 191, 64, 0.13);
}*/

.sp-template-birthdays.sp-template-birthday-gallery {
    width: 50%;
    float: left;
    margin-bottom: 0;
}
.sp-template-gallery .gallery-item strong {
  background-color: #996533;
}

.footer-widget-region .gallery {
  margin-right: -8px;
}

.legenda .info {
    clear: both;
    padding-top: 5px;
    margin: 15px;
}

.page-id-276 ol li > ul,
.page-id-278 ol li > ul {
    list-style-type: lower-alpha
}

.site-content {
    position: relative;
}
.social-icons {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    background: #fff;
    position: absolute;
    right: -64px;
    top: 80px;

}
.social-icons a {
    display: block;
}

.is-visible .cd-panel-header-fb,
.fb_iframe_widget + div {
	display: none!important;
}
.cd-panel-container-fb,
.cd-panel-content-fb {
	background: transparent!important;
}

.page-id-1839 .entry-content iframe {
	float: left;
	max-width: 50%;
  overflow: hidden;
  position: relative;
}
.page-id-1839 .entry-content p {
    margin: 0;
}
.page-id-1839 .entry-content br {
    display: none;
}

.rotator-slide {
    margin-top: 20px
}
.img-front{width: 100%;}
.sport-title-bar {
  display: none;
}

.sport-container .event-wrapper {
  padding: 0;
}

.video-wrap {
    position: fixed;
    height: 100%;
    width: 200%;
    left: -50%;
}

#bg-video {
    background-size: cover;
    position: absolute;
    top: -99999px;
    bottom: -99999px;
    left: -99999px;
    right: -99999px;
    margin: auto;
    min-height: 100%;
    min-width: 50%;
    z-index: -1;
}

/* body.custom-background {
	background-position: center center!important;
} */

.sp-section-content .sp-template {
  clear: none;
}

@keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}

#sponsor-sidebar .textwidget {
  animation-name: pulse_animation;
  animation-duration: 3000ms;
  transform-origin:70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Page modifications */
#masthead {
  padding: 20px 0 0;
}
@media (min-width: 1025px) {
  .header-area,
  .menu-menu-ligowe-container,
  .container,
  .site-header, .site-content, .site-footer, .site-info {
    width: 1100px;
  }
}

@media (min-width: 1200px) {
  .header-area,
  .menu-menu-ligowe-container,
  .container,
  .site-header, .site-content, .site-footer, .site-info {
    width: 1200px;
  }
}

.header-area {
    margin: 0 auto;
}

.menu-menu-ligowe-container,
.container {
  clear: both;
    margin: 0 auto;
}
#masthead .site-branding {
  margin-top: 0;
}


.menu-menu-ligowe-container {
    padding:10px 0;
}
.menu-menu-ligowe-container ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.sub-menu {
    display:none;
}
.menu-menu-ligowe-container ul li {
    display:inline-block;
    position:relative;
}
.menu-menu-ligowe-container li ul {

}
.menu-menu-ligowe-container li li {
    position:relative;
    margin:0;
    display:block;
}
.menu-menu-ligowe-container nav li li ul {
    margin:0;
}

.site-header, .site-content, .site-footer, .site-info {
  box-shadow: none;
}
body .widget-area,
body .content-area {
  box-shadow: none;
}

#main-leagues {
  background: rgba(0,0,0,0.3);
padding: 30px 50px 50px;
border-bottom: 3px solid #d8bf94;
min-height: 150px;
text-align: center;
}

#main-leagues h2 {
color: #fff;
text-align: center;
float: left;
position: relative;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: -55px;
font-size: 20px;
top: 31px;
}

#main-leagues > a {
display: block;
text-align: center;
background: #f5f5f5;
color: #000;
margin-right: 30px;
margin-left: 35px;
width: 90%;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

@media (min-width: 660px) {
  #main-leagues > a {
     display: inline-block;
     margin-right: 2px;
     margin-left: 0;
     width: 111px;
   }
 }


 @media (min-width: 1022px) {
  #main-leagues > a {
     margin-right: 16px;
     width: 175px;
   }
 }


 @media (min-width: 1215px) {
  #main-leagues > a {
     margin-right: 50px;
     width: 210px;
     font-size: 26px;
   }
 }

#main-leagues > a:hover,
#main-leagues > a.active {
color: #fff;
background: #d8bf94;
}

#main-leagues > a:last-of-type {
margin-right: 0;
}


#main-leagues > a > img {
max-width: 300px;
}

#main-leagues .menu li {
display: inline-block;
font-family: Oswald,sans-serif;
font-size: 16px;
text-transform: uppercase;
margin-right: 14px;
margin-bottom: 0;
float: left;
width: 149px;
display: inline-block;
}

#main-leagues .menu li a {
color: #fff;
display: inline-block;
background: #996533;
border-top: 5px solid #353535;
padding: 8px 20px;
margin-top: 10px;
text-align: center;
width: 157px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

#main-leagues .menu li a:active,
#main-leagues .menu li a:focus,
#main-leagues .menu li a:hover,
#main-leagues .menu .current-menu-item a {
background: #d8bf94
}

#main-leagues .menu:before {
overflow: hidden;
}

#main-leagues .menu {
position: relative;
border: 3px solid #946533;
background: #fff url(https://lfsportevents.pl/ligafutsalu/wp-content/uploads/2018/09/elkag-bg.png) no-repeat 97% 90%;
margin: 45px 0 0 34px;
display: table;
padding: 36px 40px 50px
}

/*#main-leagues .menu-blachdom-i-liga-container .menu {
background-image: url(https://lfsportevents.pl/ligaorlika/wp-content/uploads/blachdom1-opacity.png);
}*/

@keyframes glowing {
0% { box-shadow: 0 0 -20px 10px red; }
40% { box-shadow: 0 0 28px 10px red; }
60% { box-shadow: 0 0 28px 10px red; }
100% { box-shadow: 0 0 -20px 10px red; }
}

body .main-navigation .featured a {
background: red;
animation: glowing 1200ms infinite;
}

.main-navigation ul ul li {
text-align: left;
}

body .main-navigation ul ul,
body .main-navigation li.menu-item-has-children:hover a,
body .main-navigation .nav-menu > .menu-item-has-children:hover > a {
background: #fff;
}

#main-leagues .menu:after, #main-leagues .menu:before {
bottom: 100%;
left: 12%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

#main-leagues .menu-i-liga-container .menu:after, #main-leagues .menu-i-liga-container .menu:before {
left: 38%;
}

#main-leagues .menu-ii-liga-container .menu:after, #main-leagues .menu-ii-liga-container .menu:before {
left: 62%;
}

#main-leagues .menu-iii-liga-container .menu:after, #main-leagues .menu-iii-liga-container .menu:before {
  left: 70%;
}

#main-leagues .menu-puchar-ligi-container .menu:after, #main-leagues .menu-puchar-ligi-container .menu:before {
left: 88%;
}

/* #main-leagues .menu-i-liga-container .menu:after, #main-leagues .menu-i-liga-container .menu:before {
  left: 38%;
  }

  #main-leagues .menu-ii-liga-container .menu:after, #main-leagues .menu-ii-liga-container .menu:before {
  left: 62%;
  }

  #main-leagues .menu-puchar-ligi-container .menu:after, #main-leagues .menu-puchar-ligi-container .menu:before {
  left: 88%;
  } */

#main-leagues .menu:after {
border-bottom-color: #fff;
border-width: 31px;
margin-left: -31px;
}
#main-leagues .menu:before {
border-bottom-color: #996533;
border-width: 36px;
margin-left: -36px;
}

.info-area > div {
  text-align: center;
}

.widget_birthdays .widget-title {
  background: #353535;
  color: #d8bf94;
  font-weight: 400;
    text-align: left;
    border: 0;
    margin: 0 0 -1px;
    font-size: 16px;
    position: relative;
    padding: .625em 15px;
    z-index: 2;
    border-top: 5px solid #996533;
}

#sponsor-logo .textwidget > h3 {
    border-bottom: 3px solid #d8bf8d;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.irw-widget {
  min-height: 380px;
}

@media (max-width: 600px) {
  .irw-widget {
    min-height: unset;
    height: auto !important;
  }
}

.irw-widget li,
.irw-widget li img {
  width: 100%;
}

#reklama-bottom {
  padding: 20px 0 30px;
}

#reklama-bottom a img {
  margin-bottom: 16px;
}

/* ekstraklasa table */
.page-id-8156 .sp-data-table tbody .sp-row-no-0,
.page-id-8156 .sp-data-table tbody .sp-row-no-1,
.page-id-8156 .sp-data-table tbody .sp-row-no-2,
.page-id-8156 .sp-data-table tbody .sp-row-no-3,
.page-id-8156 .sp-data-table tbody .sp-row-no-4 {
  background: rgba(70,191,64,.13);
}

.page-id-8156 .sp-data-table tbody tr td {
  border-color: #ccc;
}

.page-id-8156 .sp-data-table tbody tr {
  background: rgba(193, 66, 66, .13);
}

.page-id-8156 #DataTables_Table_0_wrapper tbody .sp-row-no-7 > td:first-of-type {
  background: rgba(193, 66, 66, .4);
}

.page-id-8156 #DataTables_Table_0_wrapper tbody .sp-row-no-8 > td:first-of-type,
.page-id-8156 #DataTables_Table_0_wrapper tbody .sp-row-no-9 > td:first-of-type {
  background: rgba(252, 52, 2, 0.95);
}

.page-id-8156 .sp-data-table tbody td {
    border-color: #aaa;
}

/* Tabela Puchar */
.page-id-13740 tbody .sp-row-no-0 > td:first-of-type {
  background: rgba(2,201,42,.6);
}

.page-id-13740 tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(2,201,42,.25);
}

/* Tabela I Liga */
.page-id-8124  #DataTables_Table_0_wrapper tbody tr,
.page-id-13708  #DataTables_Table_0_wrapper tbody tr {
  background: rgba(193,66,66,.13);
}

.page-id-8124 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-0,
.page-id-8124 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-1,
.page-id-8124 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-2,
.page-id-8124 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-3,
.page-id-8124 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-4,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-0,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-1,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-2,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-3,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-4,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-5,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-6,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-7,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-8,
.page-id-13708 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-9 {
  background: rgba(70,191,64,.13);
}

.page-id-8124 .sp-data-table tbody tr td,
.page-id-13708 .sp-data-table tbody tr td {
  border-color: #ccc;
}

/*.page-id-8124 .sp-data-table tbody tr,
.page-id-8124 #DataTables_Table_1_wrapper tbody tr {
  background: rgba(193, 66, 66, .13);
}*/

.page-id-8124 #DataTables_Table_0_wrapper tbody .sp-row-no-7 > td:first-of-type {
  background: rgba(193, 66, 66, .4);
}

.page-id-8124 #DataTables_Table_0_wrapper tbody .sp-row-no-8 > td:first-of-type,
.page-id-8124 #DataTables_Table_0_wrapper tbody .sp-row-no-9 > td:first-of-type,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-10 > td:first-of-type,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-11 > td:first-of-type,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-12 > td:first-of-type,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-13 > td:first-of-type {
  background: rgba(252, 52, 2, 0.95);
}

.page-id-8124 #DataTables_Table_0_wrapper tbody .sp-row-no-0 > td:first-of-type,
.page-id-8124 #DataTables_Table_0_wrapper tbody .sp-row-no-1 > td:first-of-type,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-0 > td:first-of-type,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(2, 201, 42, 0.6);
}

.page-id-8124 #DataTables_Table_0_wrapper tbody .sp-row-no-2 > td:first-of-type,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-2 > td:first-of-type {
  background: rgba(2, 201, 42, 0.25);
}

/* .sp-section-content-statistics .sp-template-player-statistics:not(:last-of-type) tbody tr:last-child {
    display: none;
}

.sp-section-content-statistics .sp-template-player-statistics:last-of-type tr:not(:last-child) {
    display: none;
} */

.sp-section-content-statistics .sp-template-player-statistics:not(:last-of-type) tr.sp-highlight {
  display: none;
}

.sp-section-content-statistics .sp-template-player-statistics:last-of-type tr:not(:last-child) {
  display: none;
}

/* Last adjust listopad 2018 jedna table statystyk */
.sp-section-content-statistics .sp-player-statistics-section  {
  margin-bottom: 0;
}

.sp-section-content-statistics .sp-player-statistics.sp-data-table {
  table-layout: fixed;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics:not(:nth-child(2)) thead {
  display: none;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics:last-child thead,
.sp-section-content-statistics > .sp-template.sp-template-player-statistics.puchar-stats thead,
.sp-section-content-statistics.no-puchar > .sp-template.sp-template-player-statistics:first-child thead {
  display: table-header-group;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics:last-child,
.sp-section-content-statistics > .sp-template.sp-template-player-statistics.puchar-stats {
  margin-top: 30px;
}

/* Hide rozgrywki i sezon z pdsumownia kariery */
.sp-section-content-statistics > .sp-template.sp-template-player-statistics:last-child .data-nazwa,
.sp-section-content-statistics > .sp-template.sp-template-player-statistics:last-child .data-name {
  display: none;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics {
  margin-bottom: -2px;
  border-bottom: 0;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics th,
.sp-section-content-statistics > .sp-template.sp-template-player-statistics td {
  width: 8%;
  white-space: normal;
  text-align: center;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics .data-nazwa {
  width: 21%;
  font-weight: 700;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics .data-team {
  width: 26%;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics .data-owngoals {
  width: 11%;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics .data-redcards {
  width: 10%;
}

.page-id-8124 .sp-data-table tbody tr,
.page-id-8124 #DataTables_Table_1_wrapper tbody tr,
.page-id-8156 .sp-data-table tbody tr,
.page-id-8156 #DataTables_Table_1_wrapper tbody tr {
    background: rgba(193,66,66,.13);
}

.page-id-8124 #DataTables_Table_1_wrapper tbody .sp-row-no-2 > td:first-of-type,
.page-id-8156 #DataTables_Table_1_wrapper tbody .sp-row-no-2 > td:first-of-type {
    background: rgba(193,66,66,.4);
}

.page-id-8124 #DataTables_Table_1_wrapper tbody .sp-row-no-3 > td:first-of-type,
.page-id-8124 #DataTables_Table_1_wrapper tbody .sp-row-no-4 > td:first-of-type,
.page-id-8156 #DataTables_Table_1_wrapper tbody .sp-row-no-3 > td:first-of-type,
.page-id-8156 #DataTables_Table_1_wrapper tbody .sp-row-no-4 > td:first-of-type {
    background: rgba(252,52,2,.95);
}

/* 2 liga spadkowa */
.page-id-13708 #DataTables_Table_0_wrapper tbody tr {
  background: rgba(193,66,66,.13);
}

.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-5,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-6,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-7,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-8,
.page-id-13708 #DataTables_Table_0_wrapper tbody .sp-row-no-9 {
  background: rgba(193,66,66,.13) !important;
}

/* popup window */
#blachdom-popup {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
  z-index: 99999;
  top: 0;
}

#blachdom-popup.hidden-popup {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

#blachdom-popup:before {
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.87);
    width: 100%;
  animation: none;
    transform: scale(1);
    transition: opacity 0.5s;
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

#blachdom-popup .modal-dialog {
    transform: translate(0, -50%);
    transition: top 0.53s ease-out, opacity 0.35s ease-out;
    transition-delay: 0.7s;
    opacity: 1;
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#blachdom-popup .modal-content {
  box-shadow: none;
  background: url(../images/popup2.jpg) no-repeat 30px -190px;
    border-radius: 4px;
    position: relative;
    background-clip: padding-box;
    outline: 0;
    border: none;
    background-color: #fff;
    max-width: 513px;
    margin: 0 auto;
}

#blachdom-popup .modal-body {
  padding: 70px 30px 20px;
}

#blachdom-popup img {
      max-width: 760px;
}

#blachdom-popup .modal-body:after,
.head-row:after {
  clear: both;
  content: "";
  display: table;
}

#blachdom-popup .modal--left {
  padding-top: 50px;
  width: 47%;
  float: left;
}

#blachdom-popup .modal--right {
  float: right;
  width: 50%;
  padding-top: 50px;
}

#blachdom-popup .modal--right > img {
  box-shadow: 7px 7px 15px #aaa;
}

#blachdom-popup p {
  color: #666;
  line-height: 1.4;
}

#blachdom-popup .bd-close-modal i {
  cursor: pointer;
  font-style: normal;
    float: right;
    padding: 20px 25px;
    font-size: 25px;
}

#blachdom-popup .bd-close-modal i:active,
#blachdom-popup .bd-close-modal i:focus,
#blachdom-popup .bd-close-modal i:hover {
  opacity: .5;
}


/* Leaderborads */
.post-4991 .table-col-lb-pos {
  display: none;
}

.post-4991 .table {
  counter-reset: userPosition;
}

.post-4991 .table > .table-row {
  counter-increment: userPosition;
}

.post-4991 .table > .table-row:before {
  content: counter(userPosition);
  position: absolute;
  padding: 10px;
}

.post-4991 .table .table-col-lb-user {
    width: 65%;
    margin-left: 4%;
}

/* Puchar ligi */
.page-id-8170 .sp-league-table tbody tr:first-child {
  background: rgba(70,191,64,.13);
}


@media screen and (min-width: 1025px) {
.sp-template-photo img {
    max-width: 225px;
}
}

@media (min-width: 700px) {
  #reklama-bottom .textwidget {
    width: 33.33333%;
    float: left;
    padding: 0 10px;
  }

  #reklama-bottom > div {
      margin: 0 10px;
  }
}

@media screen and (min-width: 801px) {
.site-footer .footer-widget-region {
  width: 33.3%;
  padding: 10px!important;
}
.footer-widgets {
  margin: 0 10px;
}
}

@media screen and (min-width: 601px) {
.site-footer .footer-widget-region:last-child {
    padding-left: 10px;
    padding-right: 20px;
    width: 33.3%;
}
}

/* temporary grupy change sebbet z gold team */
/* .page-id-13740 #DataTables_Table_1_wrapper tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(2,201,42,.6);
}

.page-id-13740 #DataTables_Table_1_wrapper tbody .sp-row-no-0 > td:first-of-type {
  background: rgba(2,201,42,.25);
}

.page-id-13740 #DataTables_Table_3_wrapper tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(2,201,42,.6);
}

.page-id-13740 #DataTables_Table_3_wrapper tbody .sp-row-no-0 > td:first-of-type {
  background: rgba(2,201,42,.25);
} */

body.single-sp_team .sp-section-content .sp-team-logo {
  clear: both;
  float: left;
}

/* Golde shoe */
.page-id-21423 .entry-content .sportspress:not(:first-of-type),
.page-id-21428 .entry-content .sportspress:not(:first-of-type),
.page-id-21430 .entry-content .sportspress:not(:first-of-type) {
  visibility: hidden;
  opacity: 0;
  height: 100px;
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list {
  counter-reset: rowNumber;
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-rank {
  color: transparent;
  font-size: 0;
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-rank:before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) ".";
  padding: 4px 20px;
  text-align: right;
  color: #333;
  font-size: 14px;
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-wspczynnikrownypoltora:after {
  content: ' - I Liga';
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-wspczynnikrownyone:after {
  content: ' - II Liga';
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-wspczynnikrownydwa:after {
  content: ' - Ekstraklasa';
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-wspczynnik:after {
  content: ' - III Liga';
}

.page-id-21423 .entry-content .dataTables_paginate,
.page-id-21428 .entry-content .dataTables_paginate,
.page-id-21430 .entry-content .dataTables_paginate {
  display: none;
}

.ads-rotate {
  height: 380px;
  overflow: hidden;
  cursor: pointer;
}