body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	background: #000 url(bg.jpg) repeat-y;
}
#m_baners_right {
  margin: 10px 0px;
}
#m_baners_top {
  margin-top: 10px;
}
.c_25_sponsor {
  width: 25%;
  float: left;
  text-align: center;
}
.c_40_sponsor {
  width: 40%;
  float: left;
  text-align: center;
}
.c_33_sponsor {
  width: 33%;
  float: left;
  text-align: center;
}
.c_20_sponsor {
  width: 20%;
  float: left;
  text-align: center;
}
#m_baner_content {
  margin-top: 5px;
}
.itemBox {
  margin: 0px 5px;
}
.itemBox_img img {
  width: 100%;
}
/* */
.toggleMenuMini {
    display:  none;
    background: #000 url(index_13.png) no-repeat scroll 95% 50%;
    padding: 10px 5%;
    width: 90%;
    color: #fff;
    z-index: 100;
    border-bottom: 1px solid #000;
}
.toggleMenuMini:hover {
   background: #019839 url(index_13.png) no-repeat scroll 95% 50%;
} 
.toggleMenu {
    display:  none;
    background: #000 url(index_13.png) no-repeat scroll 95% 50%;
    padding: 20px 5%;
    width: 90%;
    color: #fff;
    z-index: 100;
    border-bottom: 1px solid #000;
}
.toggleMenu:hover {
   background: #019839 url(index_13.png) no-repeat scroll 95% 50%;
}
.nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100;
    float:right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;
    z-index: 100; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    z-index: 100;
}
.nav a {
    padding: 10px 14px;
    color:#fff;
    text-decoration: none;
    text-align: center;
    z-index: 100; 
    font-size: 14px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    vertical-align: middle;
}
.nav a:hover {
  background: #019839;
}
.nav li { 
    z-index: 100;
}
.nav > li {
    float: left;
    z-index: 100;
}
.nav > li > .parent {
    background: bottom center url("downArrow.png") no-repeat;  
}
.nav > li > .parent:hover {
    background: #019839 bottom center url("downArrow.png") no-repeat; 
}
.nav > li > a {
    display: table-cell;  
}
.nav li ul {
    position: absolute;
    left: -9999px;
    background: rgba(255,255,255,0.95);
    padding: 20px 5%;
    width: 90%;
    min-height: 300px;
    -webkit-box-shadow: 0px 3px 8px -2px rgba(125,125,125,1);
    -moz-box-shadow: 0px 3px 8px -2px rgba(125,125,125,1);
    box-shadow: 0px 3px 8px -2px rgba(125,125,125,1);
}
.nav > li.hover > ul {
    left: 0px;
}
.nav li li.hover ul {
    
    top: 0; 
}
.nav li li a {
    display: block;
    background: none;
    color: #000;
    padding: 5px 20px;   
    position: relative;
    z-index:100;
    border-bottom: 1px solid #000;
    width: 200px;
    height: 100%;
    text-align: left;  
}
.nav li li a:hover {
   color: #019839;
   border-bottom: 1px solid #019839;
   background: none;
}
@media screen and (max-width: 767px) {  
    .active {
        display: block; 
    }
    #m_menuTop {
	   background-image: none;
	 }
    .nav {
      background: #000;
      width: 100%;
    }
    .nav > li > a {
    display: block;
    }
    .nav li ul {
    position: absolute;
    left: -9999px;
    background-color: #000;
    background-image: none !important;
    padding: 0;
    width: 100%;
    min-height: 0px; 
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    }
    .nav a {
        padding: 20px 0px;
        color:#fff;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-top: 1px solid #eee;
        width: 100%;
        height: auto;
        background: #000;
    }
    .nav a:hover {
      background: #019839;
    }
    .nav li li a {
    display: block;
    background: none;
    text-align: center;
    color: #fff;
    }
    .nav li li a:hover {
      background: #000;
    }
    .nav > li > .parent:hover {
    background: #019839 bottom center url("downArrow.png") no-repeat; 
    }
    .nav li li a {
      width: 100%;
      padding: 13px 0px;
      background: #545454;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }

}
.c_pages {
  margin-top: 20px;
}
.c_pages a {
  color: #000;
  font-size: 13px;
  padding: 5px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  text-decoration: none;
}
.c_pages a:hover {
  color: #fff;
  background: #019839;
}
.menu_mini {
  float: none;
  position: relative;
}
.c_miniMenuPoz {
  position: fixed;
  top: 0px;
  z-index: 300;
  width: 100%;
  display: none;
}
.c_miniMenu {
  width: 1086px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  border-bottom: 3px solid #019839;
}
#m_dane {
  background: #fff;
  padding: 10px 0px;
}
#m_dane_content {
  width: 1086px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  color: #242c42;
}
#m_logo {
  width: 12%;
  text-align: left;
  padding: 0px;
  float: left;
  height: 68px;
}
#m_logo a {
  position: relative;
  top: 0px;
  z-index: 200;
} 
#m_logoText {
  width: 22%;
  float: left;
  padding-top: 50px;
}
#m_logoBall {
  width: 10%;
  float: left;
  padding-top: 15px;
}
#m_social_search {
  width: 32%;
  float: left;
  padding-right: 3%;
}
.c_social_fb img, .c_social_tw img, .c_social_yt img, .c_social_in img, .c_social_sn img, .c_social_app img {
  background: #808080;
   -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    margin: 0px;
    border: 0px;
}
.c_social_fb img:hover {
  background: #47639e; 
}
.c_social_tw img:hover {
  background: #5ea9dd; 
}
.c_social_yt img:hover {
  background: #cc181e; 
}
.c_social_in img:hover {
  background: #125688; 
}
.c_social_sn img:hover {
  background: #fffc00; 
}
.c_social_app img:hover {
  background: #000; 
}
.c_search_body {
  margin-top: 30px;
}
.c_search {
  border: 0px;
  color: #9c9c9c;
  background: #f7f7f7;
  padding: 5px;
}
.c_button_search {
  border: 0px;
  background: #f7f7f7 url(index_04.png) no-repeat center;
  padding: 4px 11px;
   transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_button_search:hover {
  background: #c8c8c8 url(index_04.png) no-repeat center;
}
#m_pge {
  width: 21%;
  float: left;
}
#m_head {
  background: #000;
  border-bottom: 4px solid #019839;
}
#m_head_content {
  width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
#m_menuGora {
  width: 100%;
  padding: 10px 0px;
  position: relative;
}
#m_main {
	background: #fff;
	width: 1086px;
	margin-left: auto;
	margin-right: auto;
}
#m_main_content {  
	padding: 0px 8px 20px 8px;
}
.fluid_container {
	margin: 0 auto;
	max-width: 1086px;
	min-height: 200px;
	background: #fff;
	width: 100%;
	z-index: 0;
}
#m_left {
  width: 70%;
  float: left;
  margin-top: 30px;  
}
#m_left_content {
  background: url(index_01.png) repeat-y right top;
  padding-right: 20px;
  min-height: 800px;
}
#m_right {
  width: 30%;
  float: left;
  margin-top: 30px;  
}
#m_right_content {
  padding-left: 4px;
}
.c_newsMain {
  width: 32%;
  float: left;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border-bottom: 4px solid #019839;
  height: 230px;
  margin-bottom: 20px;
}
.c_newsMain_date {
  color: #019839;
  padding: 5px 0px;
}
.c_newsMain_title {
  color: #515151;
  font-weight: bold;
  text-transform: uppercase;
}
.c_news_more {
  text-align: right;
  margin: 5px 0px;
}
.c_news_more a {
  color: #019839 !important;
  text-decoration: none;
}
.c_news_more a:hover {
  text-decoration: underline;
}
.c_news_left, .c_news_right {
  width: 50%;
  float: left;
}
.c_news_m_content {
  padding: 0px 5px;
}
.c_news_m_content h2 {
  color: #515151;
  margin: 15px 0px;
  padding: 0px; 
  font-size: 18px;
 
}
.c_news_m_content h2 span {
  border-bottom: 3px solid #019839;
}
.c_newsM {
  margin-bottom: 5px;
}
.c_newsM_date {
  color: #b3b3b3;
  width: 20%;
  float: left;
}
.c_newsM_title {
  width: 80%;
  float: left;
}
#m_right h2, .c_box_main h2, .c_tabela_content h2, .c_informacje_content h2 {
  background: #000;
  padding: 5px 2px 5px 15px;
  margin: 0px;
  border-left: 8px solid #019839;
  color: #fff;
  font-size: 18px;
}
.c_gks_naj3 {
  margin-top: 5px;
  border-top: 1px dotted #000;
  padding-top: 5px;
}
.c_gks_naj3_img {
  width: 20%;
  float: left;
}
.c_gks_naj3_druzyna {
  width: 35%;
  float: left;
  text-align: center;
  padding-top: 15px;
}
.c_gks_naj3_data {
  width: 35%;
  float: left;
  text-align: center;
  padding-top: 15px;
}
.c_gks_naj3_wd {
  width: 10%;
  float: left;
  padding-top: 15px;
}
.c_gallery_list {
  padding: 10px;
}
.c_gallery_box {
  margin: 10px 0px;
}
.c_gallery_box img {
  float: left;
  margin-right: 10px;
  width: 30%;
}
.c_gallery_box_title a {
  color: #5c5c5c;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_gallery_box_title a:hover {
  color: #019839;
}
.c_gallery_box_add {
  margin-top: 5px;
  color: #b3b3b3;
}
.c_sonda_pytanie {
  padding: 10px 0px;
  font-weight: bold;
}
.c_sonda_odp {
  padding: 5px 0px;
}
.c_sonda_odp span {
  color: #019739;
}
.c_left_content {
  width: 49%;
  padding-right: 1%;
  float: left;
}
.c_right_content {
  width: 49%;
  padding-left: 1%;
  float: left;
}
.c_poprzedni_left {
  padding: 15px 0px;
  text-align: center;
  float: left;
  width: 33%;
}
.c_poprzedni_middle {
  padding-top: 35px;
  text-align: center;
  float: left;
  width: 34%;
  line-height: 18px;
}
.c_poprzedni_middle b {
  font-size: 60px;
}
.c_poprzedni_middle span {
  color: #019839;
}
.c_poprzedni_right {
  padding: 15px 0px;
  text-align: center;
  float: left;
  width: 33%;
}
.c_nastepny_grey {
  background: #dddddd;
  margin-top: 15px;
  padding: 10px;
}
.c_nastepny_left {
  width: 49%;
  padding-right: 1%;
  float: left;
}
.c_nastepny_right {
  width: 49%;
  padding-left: 1%;
  float: left;
  text-align: right;
}
.c_nastepny_left b {
  font-size: 16px;
}
.c_nastepny_left span {
  color: #019839;
}
.c_tabela_content {
  width: 49%;
  padding-right: 1%;
  float: left;
}
.c_tabela_row {
  border-bottom: 1px dotted #000;
}
.c_tabela_row b {
  color: #008e17;
}
.c_tabela_row span {
  color: #008e17;
}
.c_tabela_row_10 {
  width: 8%;
  float: left;
  padding: 5px 1%;
}
.c_tabela_row_10_l {
  width: 10%;
  float: left;
  text-align: center;
  padding: 5px 0px;
}
.c_tabela_row_50 {
  width: 50%;
  float: left;
  padding: 5px 0px;
}
.c_tabela_row_10_bg {
  width: 10%;
  background: #000;
  float: left;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px 0px;
}
.c_informacje_content {
  width: 49%;
  padding-left: 1%;
  float: left;
}
.c_pok_content a {
  text-decoration: none;
  color: #000;
}
.c_pok_content a:hover {
  text-decoration: underline;
}
.c_informacje_logo {
  width: 20%;
  float: left;
  text-align: center;
}
.c_informacje_vs {
  width: 10%;
  float: left;
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
  font-size: 25px;
}
.c_informacje_data {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 25px;
}
.c_informacje_bilety {
  width: 30%;
  float: left;
  text-align: center;
}
.c_informacje_bilety_link a {
  background: #019839;
  padding: 5px 0px;
  margin: 10px 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_informacje_bilety_link a:hover {
  background: #000;
}
.c_reklama {
  float: left;
  width: 48%;
  margin: 1%;
}
#m_menuBottom {
  background: #000;
  border-top: 4px solid #019839;
  padding: 30px 0px;
}
#m_menuBottom_content {
  width: 1086px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
#m_menuBottom_left {
  width: 29%;
  float: left;
  padding-right: 1%;
}
.c_menuBottom_left_logo {
  width: 40%;
  float: left;
  padding-right: 10%;
}
.c_menuBottom_left_text {
  width: 50%;
  float: left;
  padding-top: 30px;
}
.c_menuBottom_left_text a {
  color: #fff;
  text-decoration: none;
}
.c_menuBottom_left_text a:hover {
  text-decoration: underline;
}
#m_menuBottom_right {
  width: 69%;
  float: left;
  padding-left: 1%;
}
.c_menuBottom_menu {
  margin-bottom: 20px;
  float: left;
  width: 24%;
  padding-right: 1%;
}
.c_menuBottom_menu h3 {
  margin: 15px 0px 10px 0px;
  padding: 0px;
  font-size: 17px;
}
.c_menuBottom_menu h3 span {
  border-bottom: 3px solid #019839;
}
.c_menuBottom_menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_menuBottom_menu a:hover {
  color: #019839;
}
#m_socialBottom {
  background: #019839;
  border-top: 4px solid #fff;
  padding: 30px 0px;
}
#m_socialBottom_content {
  width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
.c_social_box {
  width: 31%;
  padding: 0px 1%;
  float: left;
}
.c_social_box h1 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.c_social_box h1 span {
  color: #000;
}
#m_sponsorzy {
  border-top: 4px solid #019839;
  background: #fff;
  padding: 10px 0px;
}
#m_sponsorzy_content {
  width: 1086px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c_zawodnik {
  width: 18%;
  margin: 5px 1%;
  float: left;
}
.c_zawodnik img {
  width: 100%;
  padding: 0px !important;
}
.c_zawodnik_nr {
  width: 30%;
  background: #019839;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  float: left;
}
.c_zawodnik_imie {
  width: 65%;
  padding: 3px 0px 3px 5%;
  float: left;
}










.c_mainBox {
  width: 48%;
  margin: 1%;
  float: left;
}
.c_mainBox_img {
  float: left;
  width: 20%;
}
.c_mainBox_content {
  float: left;
  width: 80%;
}
.c_mainBox_content h3 {
  font-size: 15px;
  color: #666;
  font-weight: bold;
  margin: 0px;
}
#m_news {
  background: #286497;
  color: #fff;
  padding: 50px 0px;
}
#m_news_content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.itemNews {
  padding-top: 20px;
}
.itemNewsText {
  font-size: 14px;
  line-height: 24px;
}
.itemNewsTitle {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.c_button {
  margin-top: 30px;
  margin-bottom: 15px;
}
.c_button a {
  background: #fff;
  color: #37abf2;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_button a:hover {
  background: #d71111;
}
.c_button_all {
  text-align: right;  
}
.c_button_all a {
  color: #37abf2;
  text-decoration: none;
}
.c_button_all a:hover {
  text-decoration: underline;
}



#m_newsletter {
  background: #eee;
  padding: 30px 0px;
}
#m_newsletter_content {
  margin: auto;
  padding: 0px;
  width: 1170px;
}
.c_40 {
  width: 38%;
  padding: 0px 1%;
  float: left;
}
.c_30 {
  width: 28%;
  padding: 15px 1% 0px 11%;
  float: left;
  color: #666;
  font-size: 18px;
}
.newsletter_icon {
  padding-right: 20px;
  margin-bottom: -5px;
}
.c_20 {
  width: 18%;
  padding: 0px 1%;
  float: left;
}
.formMain {
  padding: 10px 2%;
  width: 94%;
  background: #fff;
  border: 0px;
  color: #9d9d9d;
  margin: 9px 0px;
}
.formMainButton {
  padding: 10px 2%;
  width: 98%;
  background: #37abf2;
  border: 0px;
  text-align: center;
  margin: 9px 0px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.formMainButton:hover {
  background: #286497;
}
#m_bottom {
  background: #175690;
  color: #fff;
  padding: 30px 0px;
}
#m_bottom_content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}
.c_bottom_1 {
  width: 29%;
  float: left;
  margin-right: 1%;
}
.c_bottom_2 {
  width: 40%;
  float: left;
}
.c_bottom_3 {
  width: 29%;
  float: left;
  margin-left: 1%;
  text-align: right;
}
#m_bottom_content h1 {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
}
.c_button_blue {
  margin-top: 30px;
  margin-bottom: 15px;
}
.c_button_blue a {
  background: #37abf2;
  color: #fff;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_button_blue a:hover {
  background: #fff;
  color: #37abf2;
}
.c_bottom_2_img {
  width: 10%;
  float: left;
}
.c_bottom_2_text {
  width: 88%;
  float: left;
  margin-left: 2%;
}
.c_rada_img {
  width: 15%;
  float: left;
}
.c_rada_text {
  width: 83%;
  float: left;
  margin-left: 2%;
}
.c_dane_left {
  width: 48%;
  padding: 1%;
  float: left;
  text-align: right;
}
.c_dane_right {
  width: 48%;
  padding: 1%;
  float: left;
}
#m_top {
  background: #ededed;
}
#m_main_content h1 {
  color: #000;
  border-left: 9px solid #019839;
  font-size: 25px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 10px 20px;
}
#m_copy {
  text-align: center;
  padding: 20px;
  background: #000;
  border-top: 4px solid #019839;
}
#m_copy_content {
  color: #fff;
}
#m_copy_content a {
  color: #fff;
  text-decoration: none;
     transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_copy_content a:hover {
  color: #019839;
}
.c_news_date {
  margin: 15px 0px 5px 0px;
}
.c_news_foto {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.content2 {
	color: #666;
	padding: 0px;
}
.content2 a img {
  padding: 3px;
}
.button {
	background: #707070;
	border: 0px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin: 5px;
	padding: 15px 20px;
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.button:hover {
	background: #000;
}
.szuk {
	width: 70%;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}
.textarea {
	width: 70%;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}
.captcha {
	width: 25%;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px; 
}
.captchaimg {
	margin-left: 4px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
.content a {
	color: #000000;
	text-decoration: none;
}
.content a:hover {
	color: #222;
	text-decoration: underline;
}
.c_gallery {
	display: block;
	padding: 5px 1%;
	float: left;
	width: 23%;
	height: 110px;
	text-align: center;
	margin: 5px 0px;
}
.c_gallery img {
  border: 1px solid #000;
  max-width: 100%;
  max-height: 100%;
}
.c_gallery img:hover {
	box-shadow: 0px 0px 3px #000;
}
.akt {
	padding: 5px;
}
img {
	max-width: 100%;
	border: 0px;
} 
.c_content_left_column {
  width: 48%;
  padding-right: 2%;
  float: left;
}
.c_content_right_column {
  width: 48%;
  padding-left: 2%;
  float: left;
}
.responsywny-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsywny-box-liga {
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 700px;
    overflow: hidden;
}
.responsywny-box-liga iframe,
.responsywny-box iframe,   
.responsywny-box object,  
.responsywny-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cookie-info-layer{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 1px 1px 4px #aaa;
    padding: 20px;
    width: 480px;

    font-size: 12px;
    color: #7a7a7a;
    line-height: 19px;
    text-align: justify;
    font-family: Arial;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cookie-info-layer a{
    text-decoration: underline;
    color: #7a7a7a;
}
#cookie-info-layer .cookie-info-close{
    float: right;
    display: inline-block;
    background-color: #171717;
    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:80px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('index_05.png') no-repeat;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.scrollup:hover {
    opacity:0.8;
}
@media only screen and (min-width: 1024px) and (max-width: 1070px) {
   #m_dane_content, #m_head_content, #m_main, #m_menuBottom_content, #m_socialBottom_content, #m_sponsorzy_content,.c_miniMenu {
    width: 1000px;
   }
   .nav a {
    padding: 10px;
    }
    .c_zawodnik {
    width: 23%;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
   #m_dane_content, #m_head_content, #m_main, #m_menuBottom_content, #m_socialBottom_content, #m_sponsorzy_content,.c_miniMenu {
    width: 940px;
   }
   .nav a {
    padding: 10px 5px;
    }
    .nav li ul {
      background-size: 700px !important;
    }
    .c_zawodnik {
    width: 23%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
   #m_dane_content, #m_head_content, #m_main, #m_menuBottom_content, #m_socialBottom_content, #m_sponsorzy_content,.c_miniMenu {
    width: 740px;
   }
   .nav a {
    padding: 10px 5px;
    vertical-align: middle;
    width: 78px;
    height: 32px;
    }
    .c_newsMain {
    height: 200px;
    }
    #m_menuBottom_left {
    width: 50%;
    padding: 0px 25%;
    }
    #m_menuBottom_right {
    width: 98%;
    padding: 0% 1%;
    }
    .nav li ul {
      background-size: 470px !important;
    }
    .c_zawodnik {
    width: 31%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #m_dane_content, #m_head_content, #m_main, #m_menuBottom_content, #m_socialBottom_content, #m_sponsorzy_content,.c_miniMenu {
    width: 95%;
   }
    #m_logo {
    width: 30%;
    text-align: right;
    padding: 0px 5% 0px 0px;
    height: auto;
    }
    #m_logoText {
    width: 40%;
    padding-top: 60px;
    text-align: left;
    }
    #m_logoBall {
    width: 25%;
    padding-top: 30px;
    text-align: left;
    }
    #m_social_search {
    width: 50%;
    float: left;
    clear: both;
    margin-top: 20px;
    }
    #m_pge {
    width: 50%;
    }
    #m_left {
    width: 100%;
    }
    #m_left_content {
    background: none;
    padding-right: 0px;
    min-height: auto;
    }
    #m_right {
    width: 100%;
    }
    .c_left_content {
    width: 100%;
    padding-right: 0%;
    }
    .c_right_content {
    width: 100%;
    padding-left: 0%;
    }
    .c_tabela_content {
    width: 100%;
    padding-right: 0%;
    }
    .c_informacje_content {
    width: 100%;
    padding-left: 0;
    }
    .c_social_box {
    width: 48%;
    }
    #m_menuBottom_left {
    width: 50%;
    padding: 0px 25%;
    }
    #m_menuBottom_right {
    width: 98%;
    padding: 0% 1%;
    }
    .c_zawodnik {
    width: 31%;
    }
    .c_40_sponsor {
  width: 33%;
  }
  .c_33_sponsor {
    width: 33%;
  }
  .c_20_sponsor {
    width: 33%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 599px) {
    #m_dane_content, #m_head_content, #m_main, #m_menuBottom_content, #m_socialBottom_content, #m_sponsorzy_content,.c_miniMenu {
    width: 95%;
   }
    #m_logo {
    width: 30%;
    text-align: right;
    padding: 0px 5% 0px 0px;
    height: auto;
    }
    #m_logoText {
    width: 45%;
    padding-top: 60px;
    text-align: left;
    }
    #m_logoBall {
    width: 20%;
    padding-top: 30px;
    text-align: left;
    }
    #m_social_search {
    width: 50%;
    float: left;
    clear: both;
    margin-top: 20px;
    }
    #m_pge {
    width: 50%;
    }
    #m_left {
    width: 100%;
    }
    #m_left_content {
    background: none;
    padding-right: 0px;
    min-height: auto;
    }
    #m_right {
    width: 100%;
    }
    .c_left_content {
    width: 100%;
    padding-right: 0%;
    }
    .c_right_content {
    width: 100%;
    padding-left: 0%;
    }
    .c_tabela_content {
    width: 100%;
    padding-right: 0%;
    }
    .c_informacje_content {
    width: 100%;
    padding-left: 0;
    }
    .c_social_box {
    width: 98%;
    text-align: center;
    }
    #m_menuBottom_left {
    width: 50%;
    padding: 0px 25%;
    }
    #m_menuBottom_right {
    width: 98%;
    padding: 0% 1%;
    }
    .c_menuBottom_menu {
    width: 49%;
    padding-right: 1%;
    height: 280px;
    }
    .c_news_foto {
    width: 40%; 
    }
    .c_gallery {
    width: 31%;
    }
    .c_zawodnik {
    width: 31%;
    }
    .c_40_sponsor {
  width: 33%;
  }
  .c_33_sponsor {
    width: 33%;
  }
  .c_20_sponsor {
    width: 33%;
  }
    
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
  #m_dane_content, #m_head_content, #m_main, #m_menuBottom_content, #m_socialBottom_content, #m_sponsorzy_content,.c_miniMenu {
    width: 95%;
   }
   .c_newsMain {
    width: 49%;
    }
    .c_news_left, .c_news_right {
    width: 100%;
    }
   #m_logo {
    width: 30%;
    text-align: right;
    padding: 0px 5% 0px 0px;
    height: auto;
    }
    #m_logoText {
    width: 45%;
    padding-top: 60px;
    text-align: left;
    }
    #m_logoBall {
    width: 20%;
    padding-top: 30px;
    text-align: left;
    }
    #m_social_search {
    width: 50%;
    float: left;
    clear: both;
    margin-top: 20px;
    }
    #m_pge {
    width: 50%;
    }
    #m_left {
    width: 100%;
    }
    #m_left_content {
    background: none;
    padding-right: 0px;
    min-height: auto;
    }
    #m_right {
    width: 100%;
    }
    .c_left_content {
    width: 100%;
    padding-right: 0%;
    }
    .c_right_content {
    width: 100%;
    padding-left: 0%;
    }
    .c_tabela_content {
    width: 100%;
    padding-right: 0%;
    }
    .c_informacje_content {
    width: 100%;
    padding-left: 0;
    }
    .c_social_box {
    width: 98%;
    text-align: center;
    }
    #m_menuBottom_left {
    width: 50%;
    padding: 0px 25%;
    }
    #m_menuBottom_right {
    width: 98%;
    padding: 0% 1%;
    }
    .c_menuBottom_menu {
    width: 49%;
    padding-right: 1%;
    height: 280px;
    }
    #cookie-info-layer {
    bottom: 2%;
    right: 5%;
    padding: 4%;
    width: 83%;
    }
    .c_news_foto {
    width: 40%; 
    }
    .c_gallery {
    width: 31%;
    }
    .c_zawodnik {
    width: 31%;
    }
    .c_40_sponsor {
  width: 33%;
  }
  .c_33_sponsor {
    width: 33%;
  }
  .c_20_sponsor {
    width: 33%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #m_dane_content, #m_head_content, #m_main, #m_menuBottom_content, #m_socialBottom_content, #m_sponsorzy_content,.c_miniMenu {
    width: 95%;
   }
   .c_newsMain {
    width: 49%;
    }
    .c_news_left, .c_news_right {
    width: 100%;
    }
    #m_logo {
    width: 30%;
    text-align: right;
    padding: 0px 5% 0px 0px;
    height: auto;
    }
    #m_logoText {
    width: 45%;
    padding-top: 60px;
    text-align: left;
    }
    #m_logoBall {
    width: 20%;
    padding-top: 30px;
    text-align: left;
    }
    #m_social_search {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 20px;
    }
    #m_pge {
    width: 100%;
    margin-top: 10px;
    }
    #m_dane_content {
    text-align: center;
    }
    #m_left {
    width: 100%;
    }
    #m_left_content {
    background: none;
    padding-right: 0px;
    min-height: auto;
    }
    #m_right {
    width: 100%;
    }
    .c_left_content {
    width: 100%;
    padding-right: 0%;
    }
    .c_right_content {
    width: 100%;
    padding-left: 0%;
    }
    .c_tabela_content {
    width: 100%;
    padding-right: 0%;
    }
    .c_informacje_content {
    width: 100%;
    padding-left: 0;
    }
    .c_social_box {
    width: 98%;
    text-align: center;
    }
    #m_menuBottom_left {
    width: 50%;
    padding: 0px 25%;
    }
    #m_menuBottom_right {
    width: 98%;
    padding: 0% 1%;
    }
    .c_menuBottom_menu {
    width: 99%;
    padding-right: 1%;
    text-align: center;
    }
  .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
  .c_informacje_logo {
    width: 40%;
    }
    .c_informacje_vs {
    width: 20%;
    }
    .c_informacje_data {
    width: 50%;
    }
    .c_informacje_bilety {
    width: 50%;
    }
    .c_pok_content img {
      float: none;
    }
    .c_reklama {
    width: 98%;
    }
    .c_menuBottom_left_logo {
      width: 100%;
      float: left;
      padding-right: 0%;
    }
    .c_menuBottom_left_text {
      width: 100%;
    }
    .c_news_foto {
    width: 40%; 
    }
    #cookie-info-layer {
    bottom: 2%;
    right: 5%;
    padding: 4%;
    width: 83%;
    }
    .c_gallery {
    width: 48%;
    }
    .c_zawodnik {
    width: 48%;
    }
    .c_40_sponsor {
  width: 33%;
  }
  .c_33_sponsor {
    width: 33%;
  }
  .c_20_sponsor {
    width: 33%;
  }

}
