/*
Theme Name: Rummikub
Description: Brings people together
Author: Mediapromotion
Author URI: http://mediapromotion.com.pl/
Version: 1.0
*/

/* Fonts */
@font-face {
	font-family: 'rummikub';
	src:  url('fonts/rummikub/rummikub.eot?tpk735');
	src:  url('fonts/rummikub/rummikub.eot?tpk735#iefix') format('embedded-opentype'),
	  url('fonts/rummikub/rummikub.ttf?tpk735') format('truetype'),
	  url('fonts/rummikub/rummikub.woff?tpk735') format('woff'),
	  url('fonts/rummikub/rummikub.svg?tpk735#rummikub') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'rummikub' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-plus:before {
	content: "\e900";
  }
  .icon-play:before {
	content: "\e901";
  }
  .icon-left:before {
	content: "\e902";
  }
  .icon-top:before {
	content: "\e903";
  }
  .icon-right:before {
	content: "\e904";
  }
  .icon-bottom:before {
	content: "\e905";
  }
  .icon-facebook:before {
	content: "\e906";
  }
  .icon-pdf:before {
	content: "\e907";
  }
  .icon-joker:before {
	content: "\e908";
  }
  
  
  
  /* Common */
  ::-moz-selection {
	  color: #fff;
	  background: #0035e3;
  }
  ::selection {
	  color: #fff;
	  background: #0035e3;
  }
  body {
	  background-color: #fff;
	  color: #000;
	  font-family: 'Raleway', Helvetica Neue, Helvetica, Arial, sans-serif;
	  font-size: 16px;
	  font-weight: 400;
	  opacity: 1;
	  overflow-x: hidden;
	  -webkit-transition: 1s opacity;
	  -o-transition: 1s opacity;
	  transition: 1s opacity;
	  -webkit-font-smoothing: antialiased;
	  -moz-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  text-rendering: optimizelegibility;
  }
  body.loaded {
	  opacity: 1;
  }
  a {
	  color: inherit;
	  text-decoration: none;
  }
  a:hover, a:focus, a:active {
	  color: inherit;
	  text-decoration: none;
  }
  b, strong {
	  font-weight: 700;
  }
  h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	  font-family: 'Sedgwick Ave Display', Helvetica Neue, Helvetica, Arial, cursive;
	  font-weight: 400;
	  line-height: normal;
  }
  .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	  color: inherit;
	  text-transform: none;
  }
  section {
	  padding: 30px 0;
  }
  section h2 {
	  font-size: 3em;
  }
  .flex {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
  }
  .btn {
	  white-space: normal;
  }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
	  border-color: rgba(228, 11, 24, 0.8)!important;
	  -webkit-box-shadow: unset!important;
	  box-shadow: unset!important;
	  outline: 0 none!important;
  }
  div.wpcf7-response-output {
	  margin: 15px 0;
	  padding: 15px;
  }
  .content img {
	  height: auto;
	  max-width: 100%;
	  width: 500;
  }
  
  /* Nav */
  .navbar-default {
	  background-color: #fff;
	  border: 0 none;
	  margin-bottom: 0;
  }
  .navbar-default > .container {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
  .navbar-default > .container > .navbar-header {
	  -webkit-box-flex: 1;
	  -ms-flex: 1 0 100%;
	  flex: 1 0 100%;
	  text-align: center;
  }
  .navbar-default > .container > .navbar-header > .navbar-brand {
	  display: inline-block;
	  float: none;
	  height: auto;
  }
  .navbar-default > .container > .navbar-collapse {
	  margin: 0;
	  width: 100%;
  }
  .navbar-default > .container > .navbar-collapse > .navbar-nav {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  float: none;
	  margin: 0;
	  padding: 15px 0;
	  position: relative;
	  width: 100%;
  }
  .navbar-default .navbar-nav > li {
	  -webkit-box-flex: 1;
		  -ms-flex: 1 0 auto;
			  flex: 1 0 auto;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  text-align: center;
  }
  .navbar-default .navbar-nav > li > a {
	  color: #000;
	  font-size: 1em;
	  font-weight: 400;
	  padding: 5px;
	  -webkit-transition: all 0.25s;
	  -o-transition: all 0.25s;
	  transition: all 0.25s;
  }
  
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	  background-color: transparent;
	  color: #e3000f;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	  background-color: transparent;
	  color: #e3000f;
  }
  .navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:focus, .navbar-default .navbar-nav > .current-menu-item > a:hover {
	  background-color: transparent;
	  color: #e3000f;
  }
  .navbar-default .navbar-nav > .current-page-ancestor > a {
	  background-color: transparent;
	  color: #e3000f;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	  background-color: #e3000f;
  }
  
  .btn-more {
	  background-color: transparent;
	  border: 3px solid #cd0032;
	  border-radius: 0;
	  color: #cd0032;
	  font-weight: 700;
	  padding: 10px 30px;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
  }
  .btn-more:focus, .btn-more:hover {
	  background-color: #cd0032;
	  color: #fff;
  }
  header {
	  background-color: #eee;
  }
  header > .container {
	  background-image: url('img/bg-header.png');
	  background-position: right center;
	  background-repeat: no-repeat;
	  background-size: contain;
  }
  header h1 {
	  font-size: 4em;
	  margin: 30px 0;
  }
  .content {
	  padding: 30px 0;
  }
  .content h2, .content .h2, .content h3, .content .h3, .content h4, .content .h4 {
	  font-family: 'Raleway', Helvetica Neue, Helvetica, Arial, sans-serif;
	  font-weight: 900;
  }
  
  /* Home */
  .home header {
	  background-attachment: fixed;
	  background-color: #000;
	  background-image: url('img/bg-header-championship.jpg');
	  background-position: center bottom;
	  background-size: cover;
	  color: #fff;
	  position: relative;
	  text-align: center;
  }
  .home header::before {
	  background-image: url('img/bg-header-before.png');
	  background-position: right center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  content: "";
	  color: #fff;
	  height: 100%;
	  left: 0;
	  max-width: 305px;
	  position: absolute;
	  text-align: center;
	  top: 0;
	  width: 25%;
  }
  .home header::after {
	  background-image: url('img/bg-header-after.png');
	  background-position: left center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  content: "";
	  color: #fff;
	  height: 100%;
	  max-width: 385px;
	  position: absolute;
	  right: 0;
	  text-align: center;
	  top: 0;
	  width: 33%;
  }
  .home header > .container {
	  background-image: none;
	  padding-top: 12vh;
	  padding-bottom: 12vh;
	  position: relative;
	  z-index: 1;
  }
  .home header h1 {
	  font-size: 4vw;
	  margin: 15px 0;
  }
  .home header h1 span {
	  display: block;
	  font-family: 'Raleway', Helvetica Neue, Helvetica, Arial, sans-serif;
	  font-size: 30px;
	  font-weight: 900;
	  letter-spacing: 30px;
	  margin-bottom: 30px;
  }
  .home header .btn {
	  background-color: #b60009;
	  border: 5px solid #e3000f;
	  font-size: 1.125em;
	  font-weight: 900;
	  margin: 15px 0;
	  padding: 10px 45px;
	  text-transform: uppercase;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
  }
  .home header .btn.focus, .home header .btn:focus, .home header .btn:hover {
	  background-color: #e3000f;
	  color: #fff;
	  padding: 10px 50px;
  }
  .home .championship {
	  background-color: #000;
	  padding-bottom: 0;
  }
  .home .championship .flex {
	  counter-reset: section;
	  flex-wrap: wrap;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
  }
  .home .championship .flex .item {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  background-color: #050505;
	  border: 3px solid #000;
	  border-right: 0;
	  border-left: 0;
	  color: #fff;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 calc(25% - 10px);
			  flex: 0 0 calc(25% - 10px);
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  margin-bottom: 30px;
	  padding: 30px 20px;
	  position: relative;
	  text-align: center;
  }
  .home .championship .flex .item::before {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  background-color: #b60009;
	  border-radius: 50%;
	  color: #fff;
	  counter-increment: section;
	  content: counter(section);
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  font-size: 24px;
	  font-weight: 900;
	  height: 45px;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  margin-bottom: 20px;
	  padding-bottom: 5px;
	  position: absolute;
	  top: 0;
	  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
			  transform: translateY(-50%);
	  width: 45px;
	  z-index: 1;
  }
  .home .championship .flex .item h2 {
	  font-family: 'Raleway', Helvetica Neue, Helvetica, Arial, sans-serif;
	  font-size: 1.125em;
	  font-weight: 700;
  }
  .home .championship .flex .item .wrapper {
	  height: 100%;
	  left: 0;
	  overflow: hidden;
	  position: absolute;
	  -webkit-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
	  top: 0;
	  width: 100%;
  }
  .home .championship .flex .item .photo {
	  background-color: transparent;
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  height: 100%;
	  left: 0;
	  opacity: 0.2;
	  position: absolute;
	  -webkit-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
	  top: 0;
	  width: 100%;
  }
  .home .championship .flex .item:hover .photo {
	  opacity: 0.5;
	  -webkit-transform: scale(1.2);
		  -ms-transform: scale(1.2);
			  transform: scale(1.2);
  }
  .home .championship .flex .item .title, .home header .flex .item .more {
	  position: relative;
  }
  .home .championship .flex .item .title {
	  font-weight: 700;
	  margin: 30px 0;
  }
  .home .championship .flex .item .more {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  border: 1px solid #fff;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  height: 25px;
	  margin-top: auto;
	  position: relative;
	  width: 25px;
  }
  .home .championship .flex .item .more span {
	  font-family: 'rummikub' !important;
	  font-size: 10px;
  }
  
  
  .play-online {
	  background-color: #15bdbc;
	  background-image: url('img/bg-play-online.jpg');
	  background-position: right bottom;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #fff;
	  padding-bottom: 40vh;
  }
  .play-online .btn {
	  background-color: #065454;
	  border: 3px solid #065454;
	  color: #fff;
	  font-size: 1.125em;
	  font-weight: 900;
	  margin: 15px 0 10vh;
	  padding: 10px 45px 10px 25px;
	  text-transform: uppercase;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
  }
  .play-online .btn.focus, .play-online .btn:focus, .play-online .btn:hover {
	  background-color: #ffd53c;
	  border-color: #ffd53c;
	  color: #065454;
  }
  .play-online .btn span {
	  margin: 0 5px;
  }
  
  .application {
	  background-color: #009a99;
	  color: #fff;
  }
  .application .item:nth-child(1) {
	  padding-right: 15px;
  }
  .application .item:nth-child(2) {
	  margin-left: auto;
	  padding: 0 15px;
  }
  .application .item:nth-child(2) ul li {
	  padding: 0 5px;
  }
  .application .item:nth-child(2) ul li img {
	  max-height: 50px;
  }
  .application h3 {
	  font-family: 'Raleway', Helvetica Neue, Helvetica, Arial, sans-serif;
	  font-size: 1.875em;
	  font-weight: 900;
  }
  .application ul {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  list-style: none;
	  margin-bottom: 0;
	  padding-left: 0;
  }
  .products {
	  background-color: #f3f3f3;
	  background-image: url('img/bg-products.png');
	  background-position: 0 0;
	  background-repeat: repeat;
  }
  .products .owl-carousel {
	  margin: 30px 0;
  }
  .products .owl-carousel .owl-stage {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
  }
  .products .owl-carousel .owl-item {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 auto;
			  flex: 0 0 auto;
  }
  .products .owl-carousel .owl-item figure {
	  -webkit-box-align: end;
		  -ms-flex-align: end;
			  align-items: flex-end;
	  background-color: #fff;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  padding: 15px;
  }
  .products .owl-carousel .owl-item figure img {
	  height: auto;
	  max-height: 350px;
	  padding: 10px;
  }
  .products .owl-carousel .owl-item figure figcaption {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%;
	  font-size: 1.5em;
	  padding: 5px 15px;
  }
  .products .owl-carousel .owl-item figure figcaption .word1 {
	  display: block;
	  font-size: 14px;
	  font-weight: 900;
  }
  .products .owl-theme .owl-nav {
	  margin-top: 20px;
  }
  .products .owl-theme .owl-nav [class*="owl-"] {
	  font-size: 36px;
  }
  .products .owl-theme .owl-nav [class*="owl-"]:hover {
	  background-color: transparent;
	  color: #e3000f;
  }
  .fanpage {
	  background-color: #3b579d;
	  background-image: url('img/bg-fanpage.png');
	  background-position: right top;
	  background-repeat: no-repeat;
	  background-size: contain;
	  color: #fff;
  }
  
  /* Mistrzostwa 2018 Header & Navabr */
  .page-template-page-mistrzostwa header {
	  background-attachment: fixed;
	  background-color: #000;
	  background-image: url('img/bg-header-championship.jpg');
	  background-position: center bottom;
	  background-size: cover;
	  color: #fff;
	  position: relative;
	  text-align: center;
  }
  .page-template-page-mistrzostwa header::before {
	  background-image: url('img/bg-header-before.png');
	  background-position: right center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  content: "";
	  color: #fff;
	  height: 100%;
	  left: 0;
	  max-width: 305px;
	  position: absolute;
	  text-align: center;
	  top: 0;
	  width: 25%;
  }
  .page-template-page-mistrzostwa header::after {
	  background-image: url('img/bg-header-after.png');
	  background-position: left center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  content: "";
	  color: #fff;
	  height: 100%;
	  max-width: 385px;
	  position: absolute;
	  right: 0;
	  text-align: center;
	  top: 0;
	  width: 33%;
  }
  .page-template-page-mistrzostwa header > .container {
	  background-image: none;
	  padding-top: 12vh;
	  padding-bottom: 12vh;
	  position: relative;
	  z-index: 1;
  }
  .page-template-page-mistrzostwa header span {
	  display: inline-block;
	  font-family: 'Raleway', Helvetica Neue, Helvetica, Arial, sans-serif;
	  font-size: 18px;
	  font-weight: 700;
  }
  .page-template-page-mistrzostwa header h1 {
	  font-size: 4vw;
  }
  .page-template-page-mistrzostwa .navbar-championship {
	  background-color: #000;
	  border: 0;
	  border-radius: 0;
	  margin-bottom: 0;
  }
  .page-template-page-mistrzostwa .navbar-championship .navbar-nav {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin: 0;
	  padding: 10px 0;
	  width: 100%;
  }
  .page-template-page-mistrzostwa .navbar-championship .navbar-nav::before, .page-template-page-mistrzostwa .navbar-championship .navbar-nav::after {
	  display: none;
  }
  .page-template-page-mistrzostwa .navbar-championship .navbar-nav > li {
	  position: unset;
  }
  .page-template-page-mistrzostwa .navbar-championship .navbar-nav > li > a {
	  background-color: transparent;
	  color: #eee;
	  font-weight: 700;
	  text-transform: uppercase;
  }
  .page-template-page-mistrzostwa .navbar-championship .navbar-nav > .current-menu-ancestor > a, .page-template-page-mistrzostwa .navbar-championship .navbar-nav > .current_page_item > a, .page-template-page-mistrzostwa .navbar-championship .navbar-nav > .current-page-ancestor > a {
	  color: #e3000f;
  }
  .page-template-page-mistrzostwa .navbar-championship .navbar-nav> li > a:focus, .page-template-page-mistrzostwa .navbar-championship .navbar-nav > li > a:hover {
	  background-color: transparent;
	  color: #e3000f;
  }
  .page-template-page-mistrzostwa .navbar-championship .open > .dropdown-menu {
	  background-color: #111;
	  border: 0;
	  border-radius: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  padding: 8px 0;
	  width: 100%;
  }
  .page-template-page-mistrzostwa .navbar-championship .dropdown-menu > li > a {
	  color: #eee;
  }
  .page-template-page-mistrzostwa .navbar-championship .dropdown-menu > li > a:focus, .page-template-page-mistrzostwa .navbar-championship  .dropdown-menu > li > a:hover {
	  background-color: transparent;
  }
  .page-template-page-mistrzostwa .navbar-championship .dropdown-menu > .active > a, .page-template-page-mistrzostwa .navbar-championship .dropdown-menu > .active > a:focus, .page-template-page-mistrzostwa .navbar-championship .dropdown-menu > .active > a:hover {
	  background-color: transparent;
	  color: #e3000f;
  }
  
  /* Page Mistrzostwa 2018 */
  .page-template-page-mistrzostwa header .btn {
	  background-color: #b60009;
	  border: 5px solid #e3000f;
	  font-size: 1.125em;
	  font-weight: 900;
	  margin: 15px 0;
	  padding: 10px 45px;
	  text-transform: uppercase;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
  }
  .page-template-page-mistrzostwa header .btn.focus, .page-template-page-mistrzostwaheader .btn:focus, .page-template-page-mistrzostwa header .btn:hover {
	  background-color: #e3000f;
	  color: #fff;
	  padding: 10px 50px;
  }
  .page-template-page-mistrzostwa.page-id-31 header .btn {
	  display: none;
  }
  .downloads {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  list-style: none;
	  padding-left: 0;
  }
  .downloads li {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 20%;
			  flex: 0 0 20%;
	  padding: 10px 15px;
	  text-align: center;
  }
  .downloads li a {
	  display: block;
  }
  .downloads li a::before {
	  color: #b2b2b2;
	  content: "\e907";
	  display: block;
	  font-size: 72px;
	  font-family: 'rummikub' !important;
  }
  .page-id-17 .content .flex {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  border-bottom: 1px solid #ddd;
	  padding: 30px 0;
  }
  .page-id-17 .content .flex {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  border-bottom: 1px solid #ddd;
	  padding: 30px 0;
  }
  .page-id-17 .content h2 {
	  margin-top: 20px;
  }
  .page-id-17 .content .flex .item{
	  padding: 10px 30px;
  }
  .page-id-17 .content .flex .item:nth-child(1) {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 33%;
			  flex: 0 0 33%;
	  text-align: center;
  }
  .page-id-17 .content .flex .item .number {
	  background-image: url('img/thumb-championship1.jpg');
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  font-size: 20em;
	  font-weight: 900;
	  line-height: 1;
  }
  .page-id-17 .content .flex:nth-child(1) .item .number {
	  background-image: url('img/thumb-championship1.jpg');
  }
  .page-id-17 .content .flex:nth-child(2) .item .number {
	  background-image: url('img/thumb-championship2.jpg');
  }
  .page-id-17 .content .flex:nth-child(3) .item .number {
	  background-image: url('img/thumb-championship3.jpg');
  }
  .page-id-17 .content .flex:nth-child(4) .item .number {
	  background-image: url('img/thumb-championship4.jpg');
  }
  .page-id-17 .content .flex .item .btn-more {
	  margin-top: 20px;
  }
  
  .page-id-27 .content .flex {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  border-bottom: 1px solid #ddd;
	  padding: 30px 0;
  }
  .page-id-27 .content .flex .item {
	  -ms-flex-preferred-size: 40%;
		  flex-basis: 40%;
	  padding: 15px 30px;
  }
  .page-id-27 .content .flex .item:nth-child(2) {
	  text-align: center;
  }
  .page-id-27 .content .flex .item:nth-child(2) img {
	  margin: 0 auto;
  }
  .page-id-27 .content .flex .place {
	  display: block;
	  font-size: 12em;
	  font-weight: 900;
	  line-height: 1;
	  text-align: center;
  }
  .page-id-27 .content .flex .place small {
	  display: block;
	  font-size: 30px;
  }
  .page-id-31 .h3 {
	  margin-top: 30px;
  }
  .page-id-31 .wpcf7-form {
	  padding: 15px 0;
  }
  .page-id-31 .form-control {
	  background-color: #eee;
	  border-color: #eee;
	  -webkit-box-shadow: unset;
			  box-shadow: unset;
	  height: auto;
	  padding: 10px 15px;
  }
  .page-id-31 label {
	  font-weight: 400;
  }
  .page-id-31 label small {
	  color: #666;
	  display: block;
	  font-size: 13px;
	  margin-top: 5px;
  }
  .page-id-31 .your-agreement .wpcf7-list-item {
	  margin-left: 0;
  }
  .wpcf7-list-item-label::before {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 25px;
	  width: 25px;
	  background-color: #eee;
	  content: "";
  }
  .wpcf7-list-item-label::after {
	  left: 9px;
	  top: 6px;
	  width: 6px;
	  height: 10px;
	  border: solid red;
	  border-width: 0 2px 2px 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	  content:"";
	  position: absolute;
	  display: none;
  }
  .your-agreement label {
	  cursor: pointer;
  }
  .your-agreement label input {
	  cursor: pointer;
	  margin-right: 20px;
	  opacity: 0;
  }
  input:checked ~ .wpcf7-list-item-label:after {
	  display: block;
  }
  
  .page-id-35 .content .flex {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  border-bottom: 1px solid #ddd;
	  padding: 30px 0;
  }
  .page-id-35 .content .flex .place {
	  display: block;
	  font-size: 12em;
	  font-weight: 900;
	  line-height: 1;
	  text-align: center;
  }
  .page-id-35 .content .flex .item {
	  -ms-flex-preferred-size: 66%;
		  flex-basis: 66%;
	  padding: 15px 30px;
  }
  
  .page-id-35 .content .flex .place small {
	  display: block;
	  font-size: 30px;
  }
  .page-id-37 .content .container ol li {
	  font-size: 16px;
	  font-weight: 400;
	  padding-top: 2px;
	  padding-bottom: 2px;
  }
  .page-id-37 .content > .container > ol {
	  list-style: upper-roman;
  }
  .page-id-37 .content > .container > ol > li {
	  font-size: 1.5em;
	  font-weight: 700;
  }
  .page-id-37 .content > .container > ol > li > ol {
	  padding-top: 10px;
	  padding-bottom: 10px;
  }
  .page-id-37 .content > .container > ol > li > ol > li > ol {
	  list-style: lower-latin;
  }
  
  /* Page Mistrzostwa 2018 - Mistrzostwa Świata 2018 */
  .parent-pageid-25 .content {
	  background-image: url('img/bg-world-championship.jpg');
	  background-position: 0 0;
	  background-repeat: repeat;
  }
  .parent-pageid-25 .content .gallery-item img {
	  border: 5px solid #fff!important;
  }
  
  /* Page */
  .page-id-7 .h2 {
	  color: #0048e3;
  }
  .page-id-7 .h2 small {
	  display: block;
	  font-weight: 900;
  }
  .page-id-7 .h4 {
	  margin-top: 20px;
	  margin-bottom: 15px;
  }
  .page-id-7 h2 {
	  font-size: 3em;
	  text-align: center;
	  text-transform: uppercase;
  }
  .page-id-7 .content > .container > .flex {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  }
  .page-id-7 .content .flex .item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
  }
  .page-id-7 .content .flex .item img {
	  display: block;
	  margin: 0 auto;
  }
  .page-id-7 .content .rules > div {
	  border-bottom: 1px solid #ddd;
	  margin: 20px 0;
	  padding: 20px 0;
  }
  .page-id-7 .content .rules > div:last-child {
	  border-bottom: 0;
  }
  .page-id-7 .content .rules .flex {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
  }
  .page-id-7 .content .rules .flex:nth-of-type(6) {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  }
  .page-id-7 .content .rules .flex:nth-of-type(6) .flex {
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  }
  .page-id-7 .content .rules .flex:nth-of-type(6) .flex .item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 33.33333%;
			  flex: 0 0 33.33333%;
  }
  .page-id-7 .content .rules .flex:nth-of-type(6) .flex .item:nth-child(1) {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%;
	  -webkit-box-ordinal-group: unset;
		  -ms-flex-order: unset;
			  order: unset;
	  text-align: center;
  }
  .page-id-7 .content .rules .flex:nth-of-type(6) .flex .item:last-child {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%;
	  text-align: center;
  }
  .page-id-7 .content .rules .flex:nth-of-type(6) .flex .item img {
	  padding: 30px 15px;
  }
  .page-id-7 .video .item {
	  padding: 15px;
  }
  .page-id-9 header{
	  background-image: url('img/bg-history.jpg');
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
  }
  .page-id-9 header > .container {
	  background-image: none;
  }
  .page-id-9  header h1 {
	  margin: 18vh 0;
	  text-align: right;
	  }
  .page-id-9 .content {
	  background-image: url('img/bg-history.png');
	  background-position: 0 0;
	  background-repeat: repeat;
	  color: #565656;
	  font-family: 'Sedgwick Ave', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .page-id-9 .content .flex .item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
  }
  .page-id-9 .content .flex .item img {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
  }
  .timeline {
	  list-style: none;
	  margin-top: 80px;
	  padding: 20px 0 20px;
	  position: relative;
  }
  
  .timeline:before {
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  content:" ";
	  width: 2px;
	  background-color: #ccc;
	  left: 50%;
	  margin-left: -1px;
  }
  .timeline > li {
	  margin-bottom: 20px;
	  position: relative;
  }
  .timeline > li:before, .timeline > li:after {
	  content:" ";
	  display: table;
  }
  .timeline > li:after {
	  clear: both;
  }
  .timeline > li:before, .timeline > li:after {
	  content:" ";
	  display: table;
  }
  .timeline > li:after {
	  clear: both;
  }
  .timeline > li > .timeline-panel {
	  width: 46%;
	  float: left;
	  border-radius: 2px;
	  padding: 20px;
	  position: relative;
  }
  .timeline > li > .timeline-badge {
	  -ms-flex-line-pack: center;
		  align-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  color: #5b5b5b;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  width: 100px;
	  height: 100px;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  font-size: 36px;
	  font-weight: 700;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  line-height: 1;
	  text-align: center;
	  position: absolute;
	  top: -50px;
	  left: 50%;
	  margin-left: -50px;
	  background-color: #fff;
	  z-index: 100;
	  border-top-right-radius: 50%;
	  border-top-left-radius: 50%;
	  border-bottom-right-radius: 50%;
	  border-bottom-left-radius: 50%;
	  border: 10px solid #ccc;
	  font-family: 'Raleway', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .timeline > li > .timeline-badge .icon-joker {
	  color: #ccc;
	  font-size: 0;
  }
  .timeline > li > .timeline-badge .icon-joker::before {
	  font-size: 60px;;
  }
  .timeline > li > .timeline-badge small {
	  display: block;
	  font-size: 14px;
	  width: 100%;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
	  float: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
	  border-left-width: 0;
	  border-right-width: 15px;
	  left: -15px;
	  right: auto;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
	  border-left-width: 0;
	  border-right-width: 14px;
	  left: -14px;
	  right: auto;
  }
  .timeline-badge.primary {
	  background-color: #2e6da4 !important;
  }
  .timeline-badge.success {
	  background-color: #3f903f !important;
  }
  .timeline-badge.warning {
	  background-color: #f0ad4e !important;
  }
  .timeline-badge.danger {
	  background-color: #d9534f !important;
  }
  .timeline-badge.info {
	  background-color: #5bc0de !important;
  }
  .timeline-title {
	  margin-top: 0;
	  color: inherit;
  }
  .timeline-body > p, .timeline-body > ul {
	  margin-bottom: 0;
  }
  .timeline-body > p + p {
	  margin-top: 20px;
  }
  .timeline-body img {
	  display: block;
	  margin: 0 auto;
	  max-height: 380px;
  }
  
  /* Page Zasady gry */
  .page-id-11 .content .flex .item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
	  padding: 15px;
  }
  
  /* Page Gdzie kupić */
  .page-id-13 .content .flex .item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	  padding: 15px;
	  text-align: center;
  }
  .page-id-13 .content .google-map {
	  margin-top: 30px;
  }
  .page-id-13 .content .google-map iframe {
	  border: 0;
	  height: 600px;
	  width: 100%;
  }
  .page-id-13 .content .list-of-shops {
	  display: flex;
	  flex-wrap: wrap;
	  list-style: none;
	  margin: 60px 0 15px;
	  padding-left: 0;
  }
  .page-id-13 .content .list-of-shops li {
	  flex: 0 0 12.5%;
	  padding: 5px;
  }
  .page-id-13 .content .list-of-shops li a img {
	  transition: all 0.25s;
  }
  .page-id-13 .content .list-of-shops li a:hover img {
	  opacity: 0.75;
  }
  
  
  /* Page Kontakt */
  .page-id-15 .content .flex .item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
	  padding: 15px;
  }
  
  /* Galeria */
  .gallery {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  }
  .gallery img {
	  border: 0!important;
	  height: auto;
	  max-height: 100%;
	  max-width: 100%;
	  width: auto;
  }
  .gallery > br {
	  display: none;
  }
  .gallery .gallery-item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 auto;
			  flex: 0 0 auto;
	  padding: 15px;
	  width: auto!important;
  }
  .gallery.gallery-columns-9 .gallery-item {
	  -ms-flex-preferred-size: 11.11111%;
		  flex-basis: 11.11111%;
  }
  .gallery.gallery-columns-8 .gallery-item {
	  -ms-flex-preferred-size: 12.5%;
		  flex-basis: 12.5%;
  }
  .gallery.gallery-columns-7 .gallery-item {
	  -ms-flex-preferred-size: 14.28571%;
		  flex-basis: 14.28571%;
  }
  .gallery.gallery-columns-6 .gallery-item {
	  -ms-flex-preferred-size: 16.66666%;
		  flex-basis: 16.66666%;
  }
  .gallery.gallery-columns-5 .gallery-item {
	  -ms-flex-preferred-size: 20%;
		  flex-basis: 20%;
  }
  .gallery.gallery-columns-4 .gallery-item {
	  -ms-flex-preferred-size: 25%;
		  flex-basis: 25%;
  }
  .gallery.gallery-columns-3 .gallery-item {
	  -ms-flex-preferred-size: 33.33333%;
		  flex-basis: 33.33333%;
  }
  .gallery.gallery-columns-2 .gallery-item {
	  -ms-flex-preferred-size: 50%;
		  flex-basis: 50%;
  }
  .gallery.gallery-columns-1 .gallery-item {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%;
  }
  
  /* Archiwum Produkty */
  .post-type-archive-produkty .content  {
	  background-color: #f3f3f3;
	  background-image: url('img/bg-products.png');
	  background-position: 0 0;
	  background-repeat: repeat;
  }
  .post-type-archive-produkty .content .flex {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
  }
  .post-type-archive-produkty .content figure {
	  -webkit-box-align: end;
		  -ms-flex-align: end;
			  align-items: flex-end;
	  background-color: #fff;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 calc(33.33333% - 10px);
			  flex: 0 0 calc(33.33333% - 10px);
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  margin-bottom: 15px;
	  padding: 15px;
  }
  .post-type-archive-produkty .content figure img {
	  height: auto;
	  max-height: 300px;
	  padding: 20px;
  }
  .post-type-archive-produkty .content figure figcaption {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%;
	  font-size: 1.5em;
	  padding: 5px 15px;
  }
  .post-type-archive-produkty .content figure figcaption .word1 {
	  display: block;
	  font-size: 14px;
	  font-weight: 900;
  }
  
  /* Pojedyńcze Produkty */
  .single-produkty .content {
	  padding: 45px 0;
  }
  .single-produkty .content .flex {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
  }
  .single-produkty .content .flex .item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
  }
  .single-produkty .content .flex .item img {
	  padding: 15px 30px;
  }
  .single-produkty .owl-wrapper {
	  background-color: #f3f3f3;
	  background-image: url('img/bg-products.png');
	  background-position: 0 0;
	  background-repeat: repeat;
	  padding: 15px 0;
  }
  .single-produkty .owl-carousel .owl-item figure {
	  text-align: center;
  }
  .single-produkty .owl-carousel .owl-item figure a {
	  display: block;
  }
  .single-produkty .owl-carousel .owl-item figure img {
	  height: auto;
	  margin: 0 auto;
	  max-height: 250px;
	  max-width: 100%;
	  padding: 10px;
	  width: auto;
  }
  .single-produkty .owl-theme .owl-nav {
	  margin-top: 20px;
  }
  .single-produkty .owl-theme .owl-nav [class*="owl-"] {
	  font-size: 36px;
  }
  .single-produkty .owl-theme .owl-nav [class*="owl-"]:hover {
	  background-color: transparent;
	  color: #e3000f;
  }
  
  /* Footer */
  footer {
	  background-color: #141414;
	  background-image: url('img/bg-footer.png');
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #ddd;
	  padding: 60px 0 0;
  }
  footer .flex {
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
  }
  footer .item {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 auto;
			  flex: 0 0 auto;
  }
  footer .item ul {
	  list-style: none;
	  padding-left: 0;
  }
  footer .item .menu-stopka li {
	  padding: 3px 0;
  }
  footer .item .menu-stopka > li > a {
	  font-size: 15px;
	  font-weight: 700;
  }
  footer .item ul .sub-menu {
	  list-style: disc;
	  padding-top: 5px;
	  padding-left: 18px;
  }
  footer .item ul .sub-menu > li {
	  padding: 1px 0;
  }
  footer .item ul .sub-menu li a {
	  font-size: 13px;
  }
  footer .item .social-media {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
  }
  footer .item .social-media li {
	  padding: 0 10px;
  }
  footer .item .social-media li .icon-facebook {
	  font-size: 26px;
  }
  footer .item .logos li {
	  margin-bottom: 5px;
  }
  footer .item .logos li img {
	  height: auto;
	  max-width: 100%;
	  width: auto;
  }
  footer .copyright {
	  color: #666;
	  margin-top: 15px;
	  text-align: right;
  }
  footer .copyright p {
	  font-size: 12px;
	  margin-bottom: 0;
	  padding: 10px 0;
  }
  #back-top {
	  align-items: center;
	  background-color: #555;
	  bottom: 0;
	  display: flex;
	  font-size: 14px;
	  height: 30px;
	  justify-content: center;
	  position: fixed;
	  right: 15px;
	  width: 30px;
  }
  #back-top .page-scroll {
	  color: #fff;
  }
  
  /* Media */
  @media (max-width: 991px) {
	  .flex {
		  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  }
	  .navbar-default > .container > .navbar-collapse > .navbar-nav {
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
	  }
	  .gallery.gallery-columns-3 .gallery-item,
	  .gallery.gallery-columns-4 .gallery-item,
	  .gallery.gallery-columns-5 .gallery-item,
	  .gallery.gallery-columns-6 .gallery-item,
	  .gallery.gallery-columns-7 .gallery-item,
	  .gallery.gallery-columns-8 .gallery-item,
	  .gallery.gallery-columns-9 .gallery-item {
		  -ms-flex-preferred-size: 50%;
			  flex-basis: 50%;
	  }
  
	  .home .championship .flex .item {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 calc(50% - 10px);
				  flex: 0 0 calc(50% - 10px);
	  }
	  .home .championship .flex .item::before {
		  position: static;
	  }
	  .page-id-27 .content .flex .item {
		  padding: 15px 10px;
	  }
	  .page-id-13 .content .list-of-shops li {
		  flex: 0 0 25%;
	  }
	  .post-type-archive-produkty .content figure {
		  -ms-flex-preferred-size: calc(50% - 7.5px);
			  flex-basis: calc(50% - 7.5px);
	  }
  }
  @media (max-width: 767px) {
	  .flex {
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
	  }
	  .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .navbar-default .navbar-nav > li {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .page-template-page-mistrzostwa .navbar-championship .navbar-nav {
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
	  }
	  .page-template-page-mistrzostwa .navbar-championship .navbar-nav > li {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
		  text-align: center;
	  }
	  .page-template-page-mistrzostwa .navbar-championship .open > .dropdown-menu {
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
	  }
	  .page-template-page-mistrzostwa .navbar-championship .open > .dropdown-menu > li {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
		  text-align: center;
	  }
	  .home .championship .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .home header h1 {
		  font-size: 48px;
	  }
	  .application ul {
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
		  -webkit-box-pack: center;
			  -ms-flex-pack: center;
				  justify-content: center;
	  }
	  .application ul li {
		  margin: 10px 0;
	  }
	  .page-template-page-mistrzostwa header h1 {
		  font-size: 48px;
	  }
	  .page-id-7 .content .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .page-id-7 .content .rules .flex:nth-of-type(6) .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .page-id-15 .content .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .page-id-27 .content .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .page-id-35 .content .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .page-id-13 .content .list-of-shops li {
		  flex: 0 0 50%;
	  }
	  ul.timeline:before {
		  left: 40px;
	  }
	  ul.timeline > li > .timeline-panel {
		  width: calc(100% - 90px);
		  width: -webkit-calc(100% - 90px);
	  }
	  ul.timeline > li > .timeline-badge {
		  left: -10px;
		  margin-left: 0;
		  top: 16px;
	  }
	  ul.timeline > li > .timeline-panel {
		  float: right;
	  }
	  ul.timeline > li > .timeline-panel:before {
		  border-left-width: 0;
		  border-right-width: 15px;
		  left: -15px;
		  right: auto;
	  }
	  ul.timeline > li > .timeline-panel:after {
		  border-left-width: 0;
		  border-right-width: 14px;
		  left: -14px;
		  right: auto;
	  }
	  .post-type-archive-produkty .content figure {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .single-produkty .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
	  .page-id-11 .content .flex .item {
		  -ms-flex-preferred-size: 100%;
			  flex-basis: 100%;
	  }
  }
  @media (min-width: 768px) {
	  .page-id-7 .content > .container > .flex .item:nth-child(1) {
		  -webkit-box-ordinal-group: 3;
			  -ms-flex-order: 2;
				  order: 2;
	  }
	  .page-id-7 .content > .container > .flex .item:nth-child(2) {
		  -webkit-box-ordinal-group: 2;
			  -ms-flex-order: 1;
				  order: 1;
	  }
	  .page-id-7 .content > .container > .flex .item:nth-child(3) {
		  -webkit-box-ordinal-group: 4;
			  -ms-flex-order: 3;
				  order: 3;
	  }
	  .page-id-7 .content > .container > .flex .item:nth-child(4) {
		  -webkit-box-ordinal-group: 5;
			  -ms-flex-order: 4;
				  order: 4;
	  }
	  .page-id-7 .content .rules .flex:nth-child(2n+1) .item:nth-child(1) {
		  -webkit-box-ordinal-group: 3;
		  -ms-flex-order: 2;
		  order: 2;
	  }
	  .page-id-7 .content .rules .flex:nth-child(odd) .item:nth-child(1) {
		  -webkit-box-ordinal-group: 3;
			  -ms-flex-order: 2;
				  order: 2;
	  }
	  .page-id-17 .content .flex:nth-child(even) .item:nth-child(1) {
		  -webkit-box-ordinal-group: 3;
			  -ms-flex-order: 2;
				  order: 2;
	  }
	  .page-id-27 .content .flex .item:nth-child(1) {
		  -ms-flex-preferred-size: 20%;
			  flex-basis: 20%;
	  }
	  .page-id-35 .content .flex .item:nth-child(1) {
		  -ms-flex-preferred-size: 34%;
			  flex-basis: 34%;
	  }
  }
  @media (min-width: 992px) {
	  .page-template-page-mistrzostwa .navbar-championship .navbar-nav {
		  -ms-flex-pack: distribute;
			  justify-content: space-around;
	  }
  }
  @media (min-width: 1920px) {
	  .home .championship {
		  padding-bottom: 30px;
	  }
	  .home .championship > .container {
		  width: 1920px;
	  }
	  .home .championship .flex {
		  flex-wrap: nowrap;
	  }
	  .home .championship .flex .item {
		  flex: 0 0 calc(12.5% - 10px);
		  margin-bottom: 0;
	  }
  }
  /* Footer */
  footer{
	  background-color: black;
	  padding: 60px 10% 70px;
  }
  
  footer img{
	  width: 80px;
  }
  
  footer ul{
	  display: flex;
	  gap: 40px;
	  justify-content: center;
  }
  
  footer li{
	  list-style: none;
  }
  
  footer li a{
	  color: #c6c6c6;
	  transition: .3s;
  }
  
  footer li a:hover{
	  color: white;
	  transition: .3s;
  }
  
  .footer-end{
	  display: flex;
	  justify-content: flex-end;
  }
  
  .social{
	  display: flex;
	  gap: 20px;
  }
  .col {
	  color: red;
  }
  
  .social__box{
	  width: 45px;
	  height: 45px;
	  border-radius: 50px;
	  background-color: white;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  transition: .3s;
	  opacity: 1;
  }
  
  .social__box:hover{
	  transition: .3s;
	  opacity: 0.7;
  }
  
  .footer-copy{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  text-align: center;
	  margin-top: 50px;
	  color: #5a5a5a;
  }
  
  .footer-copy p{
	  width: 600px;
	  margin-bottom: 50px;
	  font-size: 15px;
  }
  
  .footer-copy h5{
	  color: white;
	  font-weight: 600;
	  font-size: 15px;
  }
  
  .footer-copy h6{
	  font-size: 14px;
  }
  
  .footer-copy a{
	  color: #1900ff;
  }
  
  .footer-row{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  flex-wrap: wrap;
  }
  
  @media only screen and (max-width: 1491px) {
  
	  .footer-row{
		  display: flex;
		  justify-content: flex-start;
		  align-items: flex-start;
		  flex-direction: column;
	  }
  
	  footer img{
		  width: 70px;
	  }
  
	  footer ul{
		  flex-direction: column;
		  gap: 20px;
		  margin-top: 50px;
	  }
  
	  footer li{
		  margin-left: -31px;
	  }
  
	  .footer-end{
		  display: flex;
		  justify-content: flex-start;
	  }
  
	  .social{
		  margin-top: 50px;
	  }
  
	  .footer-copy{
		  align-items: flex-start;
		  justify-content: flex-start;
		  text-align: left;
	  }
  
	  .footer-copy p{
		  width: 300px;
	  }
  
  }
  
  @media only screen and (min-width: 2001px) {
	  body {
		  padding: 0 400px;
	  }
  
	  nav{
		  margin-left: -400px;
	  }
  
	  footer {
		  padding: 60px 400px;
		  margin-left: -400px;
		  margin-right: -400px;
	  }
  }
  