/*
Theme Name: Lidl - Made in hand
Version: 0.2
Author: Marcin Bizuga  / Web Systems
*/

@import "toolkit.css";
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {                 
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

input[type="submit"] {
    padding: 7px 30px 5px;
    margin-left: 15px;
    margin-right: 15px;
    color: #001025;
    background: #CA1C26;
    position: relative;
    min-height: 30px;
    display: inline-block;
    border: none;
    outline: none;
    font-size: 1.143rem;
}

input[type="submit"]:before {
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.5px 15px 15.5px 0;
    border-color: transparent #CA1C26 transparent transparent;
}

input[type="submit"]:after {
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #CA1C26;
    border-width: 15.5px 0 15.5px 15px;
}

.hidden {
    display: none !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}

div.wpcf7-response-output {
    margin: 1.5em 0em 0em !important;
    padding: 0.7em !important;
    font-size: 1.35em;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #000000 !important;
}

.clear {
    clear: both;
}

@media (min-width: 768px) {
    .tournament-item_team2,
    .tournament-item_team1 {
        width: 50% !important;
        float: left !important;
    }
    .tournament-item_team1 {
        text-align: right;
    }
    .tournament-item_team2 {
        text-align: left;
    }
    .tournament-item_team2 img,
    .tournament-item_team1 img,
    .tournament-item_team2 span,
    .tournament-item_team1 span {
        display: inline-block;
    }
}

.tournament-item_channel img {
    height: 24px;
    width: auto;
}

.table-basic-black {
    border-color: black;
    color: black;
}

.table-basic-black td {
    border-color: black;
    color: black;
}

@media (min-width: 768px) {
    .table-basic {
        border-top-color: #666;
    }
    .table-basic th {
       // color: black;
    }
    .table-basic td {
        border-top-color: #666;
        font-family: OswaldLight,Arial,sans-serif;
        font-size: 16px;
    }
}

#captcha {
    margin: auto;
    width: 304px;
}

.wp-caption-text {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .tournament-item--one-view .tournament-item .tournament-item_teams .tournament-item_team1 {
        width: auto;
        min-height: inherit;
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .tournament-item--one-view .tournament-item .tournament-item_teams .tournament-item_team2 {
        width: auto;
        min-height: inherit;
        padding-left: 60px;
    }
}

.bg-image--global {
    background-size: 100%;
    background-attachment: fixed;
}

@media (min-width: 768px) {
    .tournament-item--cols-view .tournament-item .tournament-item_teams .tournament-item_team1 .tournament-item_team1-img {
        right: 40px;
        transform: translateY(-50%);
        top: 50%;
    }
}

@media (min-width: 768px) {
    .tournament-item--cols-view .tournament-item .tournament-item_teams .tournament-item_team2 .tournament-item_team2-img {
        left: 40px;
        transform: translateY(-50%);
        top: 50%;
    }
}

.tournament-item .tournament-item_teams {
    font-size: 1.14rem;
}

.content-container img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.content-container img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.content-container img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.content-container a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.content-container a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.content-container a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.exclusiv-container .popup-element {
    display: block;
}

.agenda-container .section-container .container-tab.is-active {
    display: block !important;
}

.agenda-container .section-container .container-tab {
    display: none !important;
    padding: 0;
    position: relative;
}

#teamlogo {
    margin: 0 2px 0 10px;
    max-height: 20px;
    max-width: 20px;
    padding: 1px 0 4px;
}
.thumbpost img{
max-width: 100%;
margin-bottom: 25px;}
.postInclude{
// max-width: 50%;
// float:right; 
}
.posts-current {
    border-bottom: 1px solid gray;
    padding: 25px 0 0;
}
#postseba {
}
#kommentsbutt{
//float:right;
margin-top:15px;
margin-bottom: 25px;
left: 45px;
    bottom: -22px;


}
.gopost {
    margin-top: 30px;
    
}
.gopostnew {
display:none;}

.esa {
}
.videoem iframe {
    display: block;
    margin: 20px auto;
    min-width: auto;
}
.centerimg {
margin:0 auto;}


.komentarze {
    padding: 40px 0;
    overflow: auto;
}
.kom {
    border-bottom: 1px solid gray;
    float: left;
    padding: 30px 0 40px;
    width: 100%;
}
.kom:last-of-type {
border:none;}

.right-custom {
    float: right;
    margin: -10px 60px 0 0!important;
}
.logged-in-as {
    display: none;
}
.comment-form {
    position: relative;
    padding-top:30px;
}
.avatar {
    float: left;
    margin: 0 10px;
}
.home-section .section-container {
min-height:150px;}
.with-logo .section-container {
    min-height: 250px!important;
    padding-top: 0!important;
}
.news-container .container-title {
top:10px;
left:105px;}
.news-swiper .swiper-container .swiper-slide .image .img-skew-container {
    top: 51.2%;
}
.news-swiper .swiper-container .swiper-slide .info, .news-swiper .swiper-container .swiper-slide .image, .news-swiper .swiper-container .swiper-slide .info-next  {
min-height:250px;}

.home-section .swiper-slide {
    min-height: 250px;
}
.lsl-carousel .swiper-slide {
    margin: 0;
    min-height: 250px;
}
p.kreska {
    border-bottom:1px solid gray;
    width: 100%;                                  
    //margin-top: 3%;
}
.button.button--swiper-arrow.arrow-next::after {
    content: "";
    right: -3px;
}
.home-section {
    margin: -10px 0 30px;
    }
.button.button--red::before {
border-width: 15.5px 15px 14.5px 0;
}
.button.button--red::after {
border-width: 15.5px 0 14.5px 15px;
}
p.kreska:last-of-type {
border:none;
padding:5px;}
#lista-news {
    width: 100%;
}
.video-list .categorry-txt {
    margin-top: 0;
    width: 100%;
    
}
.gopost #kommentsbutt {
    display: block;
    font-size: 26px;
    left: auto;
    top:0;
    margin: 0 auto;
    padding-top: 10px;
    right: auto;
    width: 88%;
    height: 35px;
}
.gopost .button.button--red::after {
    border-width: 18px 0 17px 15px;
}
.gopost .button.button--red::before {
    border-width: 17px 15px 18px 0;
}
.bezpad {
padding: 0 20px;}
.categorry-paragraf{
    font-size: 20px;
    line-height: 18px;
    font-family: LeagueGothic,Arial;
    color: #000000; 
    text-align: left;
}
#postseba .newPost .article {
margin:0;}
.categorry-paragraf a {
text-decoration:none;
    font-family: LeagueGothic,Arial;
	font-size:20px;
  color: #000;
}
.categorry-paragraf a:hover, categorry-paragraf a:active, categorry-paragraf a:focus,  categorry-paragraf a:visited {

color:#0078c6!important;
}
.cath {
    text-align: left;
    font-family: LeagueGothic,Arial;
	font-size:25px;
	margin-bottom:5px;
}
#SingleLista{
    min-height: 266px;
}
.col-md-9 .rozwin {
    display:none;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 20px;
    width: 150px;
} 
#lista-news > div {
    text-align: left;
}.postInclude p {
    padding-left: 22px;
}  
.returnpost {
font-size:20px;
color:#ca1c26;}
.post-butt .button.button--red.submitFormBtn.text-uppercase {
    bottom: 0;
    display: block;
    margin: 15px auto;
    width: 160px;
}
.bread .breadcrumb_item, .bread .breadcrumb_item .breadcrumb_item-link {
    color: #000;
    font-weight:bold;
}

/* Comment */
.comments-area {
    padding: 20px 0;
}
.comment-list {
    padding: 0;
}
.comments-title {
    font-weight: bold;
    padding: 20px;
    text-transform: uppercase;
}
.comment-body {
    border-bottom: 1px solid #000;
    padding: 20px;
}
.comment-author {
    float: left;
    font-weight: bold;
    width: auto;
}
.comment-author.vcard img {
display:none;}
cite {
font-style:normal;
font-family: OswaldLight,Arial,sans-serif;
font-size: 1.429rem;
line-height: 2.143rem;}
.says {
    display: none;
}
ol {
list-style:none;}

.comment-author {
    display: block;
    float: left;
    font-weight: bold;

}      
.comment-meta.commentmetadata {
    display: inline-block;
    padding: 0px 7px;
    font-family: OswaldLight,Arial,sans-serif;
font-size: 1.429rem;
line-height: 2.143rem;
}
.reply {
    text-align: right;
}
.article-full .reply a {margin:0;}
.comment-meta.commentmetadata a {
color:#000;}
.comment-author > #teamlogo {
    max-width: 32px;
    padding: 0;
    margin: 2px 10px 0 0;
}
.comment-content {
    display: block;
    float: left;
    width: 100%;
    
}
#commentform textarea {
    display: block;
    width:100%;
    max-width: 100%;
}



@media (max-width: 960px) {
.news-swiper .arrows-container {
    position: static;
}
.with-logo .section-container {

    padding-top: 0!important;
}
.video-list .categorry-txt {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    text-align: center;
    width: 100%;
    position:relative!important;
    top: -15px;
    
} 
.webstyl {
height:380px!important;
margin-bottom:20px;}
.gopost {
margin-top:10px;}
.thumbpost img{
padding:0;}
.thumbpost {
    margin: 0 auto;
    padding: 0 0 0 35px;
}
.postInclude {
    padding: 0 10px;
}
.video-list .categorry-txt:after {
    content: "";
    display: inline-block;
    font-family: "fontello";
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 15px;
    transform: translateY(-50%);
} 
.gopost #kommentsbutt {
    bottom: auto;
    left: auto;
    right: auto;
    top: 3px;
    width: 100%;
    height: 35px;
}

.ls-container .container-title .firstword {
font-size: 165px!important;
    line-height: 115px!important;}
.ls-container .container-title .secondword {
font-size: 94px!important;
    line-height: 80px!important;
    }
.postInclude #kommentsbutt {
    display: block;
    left: 0;
    margin: 20px auto;
    top: 0;
    width: 200px;
}
.image-swiper .swiper-container .swiper-slide {
width:93vw!important;}
.ls-container .section-container .container-body {
margin-right:0!important;}
.cath {
 cursor: pointer;
 width:100%;
 text-align:center;}
.categorry-txt {
cursor:pointer;}
.categorry-paragraf, p.kreska {
display:none;}
.show {
display:block!important;}
#lista-news {
margin-top:70px;
}
.padding-horizontal-0 {
    padding: 0 0 10px;
}

}
@media (min-width: 1300px) and (max-width: 1601px) {
.news-container .container-title {
top:10px;
left:35px;}
}
@media (min-width: 1602px) and (max-width: 1800px) {
.news-container .container-title {
top:10px;
left:45px;}
}


@media (min-width: 1000px) and (max-width: 1299px){
	.swiper-slide {
	margin:0;
	height:auto;
	}
  .gopost #kommentsbutt {
    font-size: 25px;
    height: 35px;
}

}
@media (min-width: 800px) and (max-width: 1299px){
	.news-swiper .swiper-container .swiper-slide .image .img-skew-container {
		margin-top:-3px;
	}
}
@media (min-width: 1980px) {
.with-logo .section-container .container-body .bg {
    left: -180px!important;
}
.news-container .container-title {
right:auto;
left:auto!important;}
}

@media (min-width:801px) {
.gopost {
     position: sticky;
    top: 130px;    
}
.page-id-345 .news-container .container-body.text-white {
    margin-top: 50px!important;
}
.padleft {
padding-left:250px;}

}

@media (min-width:800px) and (max-width:1281px) {
.home-section .swiper-slide {
    margin: 0;
    height: 250px;
}
.with-logo .section-container {
    height: auto!important;
}


}

@media (max-width: 1280px) {
.with-logo .section-container 
min-height:250px;
}
.home-section {
    margin: 20px 0;
}
.page-id-345 .news-container .container-body.text-white {
margin-top:0!important;}

@media (min-width: 1280px) {
.news-container .section-container.bg-image--parquet {
    margin-top: 50px;
}
}

@media (max-width: 599px )  {
.news-swiper.webss {
    height: 400px!important;
}
}


/* album */

#wraper {
  width:1200px;
  margin:0 auto;
  position: relative;
  margin-bottom: 400px;
}



.tools-dropdown {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 20px;
    margin: 0 0 30px 0;
    background-color: rgba(255,255,255,0.8);
}

/* dodawanie karty */
.ajaxActionsHolder {
position:relative;z-index:999999;
}
.ajaxActionsHolder .popupBackground {
position:fixed;
left:0;
top:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.8);
z-index:999999;
}
.ajaxActionsHolder .popupBackground .box h1 {
font-family: LeagueGothic,Arial;
text-transform:uppercase;
}
.ajaxActionsHolder .popupBackground .box {
padding:0px;
//background:url(../images/parquet.png) repeat center;
max-width: 240px;
margin:0 auto;
margin-top:calc((100vh - 550px)/2);

    color: #fff;
}
.ajaxActionsHolder .popupBackground .box img {
    max-width: 300px;
    max-height: 300px;
    display: block;
    margin: 20px auto;
}
.ajaxActionsHolder .popupBackground .box .button:hover {
background:#001125;
color:#fff;
}
.ajaxActionsHolder .popupBackground .box .button {
    margin: 0 auto;
    font-size: 20px;
    display: block;
    width: 220px;
    text-align: center;
}
.ajaxActionsHolder .popupBackground .box .button:hover:before {
    border-color: transparent #001125 transparent transparent;
}
.ajaxActionsHolder .popupBackground .box .button:hover:after {
    border-color: transparent  transparent transparent #001125;
}

/* kh */
.newsimg {
position:relative;
}

/*
.newsimg .add_player_card {
    background-image: url('../images/kartapng.png');
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 86px;
    margin: 5px;
    transition-duration: 1s;
}
.newsimg .add_player_card:hover {
transform: rotate(7deg);
transition-duration: 1s;
} */

.popupBackground .box p {
    text-align: center;
    border-radius: 10px;
    border: 3px solid #CA1C26;
    padding: 10px;
    background: rgba(0,0,0,0.8);
}
.popupBackground .box h1 {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    }
.pole {
    display: block;
    overflow: auto;
}

/* koniec dodawania karty */

.ajaxreply {
margin-top:20px;
font-size:20px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.hexContainer {
position:relative;
max-width:1180px;
margin:0 auto;
min-height:1200px;

}

.hexbuttons .button {
font-size:15px !important;
}





.hexContainer .hexagon {            
  position: absolute;
  width: 220px; 
  height: 127.02px;
  margin: 63.51px 0;
background-color:#002037;
  background-size: auto 254.0341px;
  cursor:pointer;
  background-position: center;
  -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity:0.4;
}
.hexContainer .hexagon.hasCard {
-webkit-filter: none;
    filter: none;
        opacity:1.0;
    
}

.hexContainer .hexTop,
.hexContainer .hexBottom {
  position: absolute;
  z-index: 1;
  width: 155.56px;
  height: 155.56px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 32.22px;
}

/*counter transform the bg image on the caps*/
.hexContainer .hexTop:after,
.hexContainer .hexBottom:after {
  content: "";
  position: absolute;
  width: 220.0000px;
  height: 127.01705922171767px;
  -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  transform:          rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.hexContainer .hexTop {
  top: -77.7817px;
}

.hexContainer .hexTop:after {
  background-position: center top;
}

.hexContainer .hexBottom {
  bottom: -77.7817px;
}

.hexContainer .hexBottom:after {
  background-position: center bottom;
}

.hexContainer .hexagon:after {
  content: "";
  position: absolute;
  top: 0.0000px;
  left: 0;
  width: 220.0000px;
  height: 127.0171px;
  z-index: 2;
  background: inherit;
}
.hexContainer .hexCart {

}
.hexContainer .hexCart {
 width:360px;
 height:500px;
 
display:none;
 position:absolute;
 left:50%;
 margin-left:-180px;
 top:160px;
 z-index:100;

}

.hexContainer .hexagon .albumcard .back:after,
.hexContainer .hexagon .albumcard .front:after,
.hexContainer .hexagon .albumcard .front:before{
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 0 25px 25px 25px;
border-color: transparent transparent #B69534 transparent;
display:block;
position:absolute;
left:50%;
margin-left:-25px;
top:-25px;

}
.hexContainer .hexagon .albumcard .front:after {
border-color: transparent transparent #FBFCD3 transparent;
top:-22px;
}
.hexContainer .hexagon .albumcard:hover .front:after {
 
}
.hexContainer .hexagon .albumcard .back:after {
border-color: transparent transparent #E2C748 transparent;
top:-22px;
}


.hexContainer .hexagon .name {
position:absolute;
bottom:0;
left:0;
right:0;
background:#000D1C;
text-align:center;
text-transform:uppercase;
z-index:9;

color:#CA911D;
font-weight:400;
    font-family: LeagueGothic,Arial;
    text-transform: uppercase;
font-size:24px;
line-height:22px;
}

.hexContainer .hexagon .albumcard {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
                                                          

 

  perspective: 500px;
}

.hexContainer .hexagon .albumcard .content {
  position: absolute;
  width: 100%;
  height: 100%;

  transition: transform 1s;
  transform-style: preserve-3d;
}

.hexContainer .hexagon .albumcard:hover .content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}


.hexContainer .hexagon .albumcard .front,
.hexContainer .hexagon .albumcard .back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #023B72;

  color: #000;


  border-radius: 5px;
  backface-visibility: hidden;
  border:2px solid #B69534;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  opacity:1.0;
}


.hexContainer .hexagon .albumcard .front {
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

.hexContainer .hexagon .albumcard .back {

background: -webkit-linear-gradient(168deg, rgb(234, 208, 75), rgb(112, 75, 20));
background: linear-gradient(168deg, rgb(234, 208, 75), rgb(112, 75, 20));

  color: white;
  transform: rotateY( 180deg );
}
.hexContainer .hexagon .albumcard .back ul {
list-style:none;
padding:30px;
    font-family: LeagueGothic,Arial;
    text-transform: uppercase;
font-size:16px;
line-height:1.0;
}
.hexContainer .hexagon .albumcard .back ul li {
margin-bottom:10px;
border-bottom:2px solid rgba(0,0,0,0.1);
padding-bottom:10px;
color:#000;
color:rgba(0,0,0,0.3);
}
.hexContainer .hexagon .albumcard .back ul li span {
display:block;
text-transform:uppercase;
font-weight:400;
font-size:24px;

}
.hexContainer .hexagon .albumcard .back ul li strong {
display:block;
font-weight:400;
font-size:40px;
text-transform:uppercase;
color:rgba(0,0,0,0.8);
}

.hexContainer .animated{
display:block;
}
.hexContainer .hexagon .box {


}
.hexContainer .hexagon {
transition:all 0.5s;
}
.hexContainer .hex3{
margin-top:-30px;
}
.hexContainer .teams {
margin:30px;
position:relative;
}

.hexContainer .teams .team {
background-position:center;

background-repeat:no-repeat;

background-size:100% auto;
}

.hexContainer .teams .team img {                             
    max-width: 100%;
    max-height: 100%;
    margin:0 auto;
    vertical-align:middle;
}

.hexContainer .actions {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px;
}
.hexContainer .disabled {
position: absolute;
width:220px;
height:220px;
}
.hexContainer .fa.slick-next,
.hexContainer .fa.slick-prev {
position:absolute;
left:-40px;
cursor:pointer;
top:50%;
color:#4381A7;
font-size:40px;
z-index:9;
}
.hexContainer  .fa.slick-next {
 right:-40px;
 left:auto;
 }
.hexContainer  .fa.slick-next:hover,
.hexContainer .fa.slick-prev:hover{
color:#fff;
}
.hexContainer .hex12{
    background-image: url(../images/logo_madeinhand.png) !important;
    background-size: 80%;
    background-position:center;
    background-repeat:no-repeat;
    margin-top: 20px;
}
.hexContainer .slick-slide {
height:220px;
}

@media(max-width:1000px) {
.hexContainer {
padding-top:280px;
    padding-bottom: 260px;
    text-align: center;
    margin-top:0;
}
.hexContainer .hexagon {
left: auto !important;
top: auto !important;
position:relative;
    margin: 70px 0px;
    margin-bottom: 90px;
        display: inline-block;
            text-align: left;
}
.hexContainer .hex12,
.hexContainer .hex3{
left: 50% !important;
top: 0 !important;
position:absolute !important;
margin:0;
margin-left:-110px;
}
.hexContainer .hex12{

bottom: 50px !important;
top: auto !important;

}


.hexContainer .hexCart {

    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    position:fixed;
        margin:0;
    height: auto;  
    background:rgba(0,0,0,0.8);
}
  .hexContainer .hexCart .albumcard {
      width: 360px;
      height: 500px;
      margin: 0 auto;
      position: position;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height:90vh;
    max-width:90vw;
  } 
  
.hexContainer .actions {

    bottom: 30px;
}
.hexContainer .hexagon .albumcard:hover .content .front {
opacity:0;
}
  
  
  
  
   
} 


.hexContainer .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0s;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}
#POSITION-RELATIVE,
#position-relative  {
  position: relative;
}

#FLOAT-LEFT,
.float-left {
  float: left;
}

#CLEAR,
.clear {
  clear: both;
}

#CENTER,
.center {
  text-align: center;
}

#BOLD,
.bold {
  font-weight: bold;
}

#CARD,
.card,
.card-helper,
.card:before,
.card:after {
transition:all 0.3s;
  
  width: 84px;
  height: 120px;

background: url(http://lidldev.ux4.makodev.pl/assets/uploads/2017/12/karta.jpg);
    background-size: cover;



  box-shadow: -4px 4px 24px rgba(0, 0, 0, 0.5);

  padding: 20px;
  border-radius: 8px;
    background: #052245;


}







@media(max-width:600px) {
#CARD,
.card,
.card-helper,
.card:before,
.card:after {
  width: 70px;
  height: 100px;
}

}

.card-helper{
  

    background-size: cover;
  box-shadow: -4px 4px 24px rgba(254,21,19,0.2);
          


}

a.acard {
margin:0;
position:absolute;
right:40px;
top:40px;
}

.card {

  margin: 0px auto;
}

.card-helper {
  position: absolute;
  top: 0;
  left: 0;
}




.card,
.card:before,
.card:after,
.card:hover,
.card:hover:before,
.card:hover:after {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.card,
.card:before,
.card:after {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.card3d-container {

  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;
}

.card3d-wrap {
  margin: 10px;
  -webkit-transform: perspective(800px);
          transform: perspective(800px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
}
.card3d-wrap:hover .card3d-info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card3d-wrap:hover .card3d-info p {
  opacity: 1;
}
.card3d-wrap:hover .card3d-info, .card3d-wrap:hover .card3d-info p {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card3d-wrap:hover .card3d-info:after {
  -webkit-transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card3d-wrap:hover .card3d-bg {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}
.card3d-wrap:hover .card3d {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset #07233D 0 0 0 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset #07233D 0 0 0 6px;
}

.card3d {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  height: 320px;
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset rgba(0, 0, 0, 0.5) 0 0 0 6px;
          box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset rgba(0, 0, 0, 0.5) 0 0 0 6px;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.card3d-bg {
  opacity: 0.5;
  /*position: absolute; */
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;

}

.card3d-info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card3d-info p {
  opacity: 0;
  text-shadow: black 0 2px 3px;
  -webkit-transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card3d-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: overlay;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.hexbuttons {
text-align:center;
padding-top:80px;
}
.hexbuttons a {                                                                                                                                                                                                                                          
color:#FFF !important;
margin-bottom:20px;
}
.hexbuttons a.textlink {
color:#001025 !important;
font-size:20px;
position:relative;

}

.hexContainer .hextop .hexCart {
    width: 360px;
    height: 500px;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    bottom: 180px;
    z-index: 100;
    top: auto;
}

.hexContainer .hextop .actions {
    top: -40px;
    bottom:auto;
}


.hexContainer .hextop.hexagon .albumcard .back:after{
    border-width: 25px 25px 0 25px;
    border-color: #B69534 transparent transparent transparent;

    top: auto;  
    bottom: -25px;
}
 
.hexContainer .hextop.hexagon .albumcard .front:after {

    border-width: 25px 25px 0 25px;

    border-color: #FBFCD3 transparent transparent transparent;
    top: auto;  
      bottom: -22px;

}
 
.hexContainer .hextop.hexagon .albumcard .front:before {

    border-width: 25px 25px 0 25px;
    border-color: #B69534 transparent transparent transparent;

    top: auto;  
    bottom: -25px;
}                         






.hexContainer .hextop.hexagon .albumcard .back:after {
    border-color:#775317 transparent transparent transparent;
        border-width: 25px 25px 0 25px;
    top: auto;
    bottom: -22px;
}

.signup .btns {
text-align:center;
}
.signup .btns a{
padding:7px 30px 5px !important;
font-size:19px !important;
line-height:1 !important;
}

.signup .pwdrow a{
display:inline-block;
margin-top:5px;
color:#000 !important;
font-size:17px !important;
padding:0 !important;
}
.signup .btns div {
font-size:20px;
margin:10px 0 !important;
}
.loginbox  {
padding:0 !important;
}
.loginbox img {
    vertical-align: top;
}
.loginbox img.light {
display:none;
}
.is-fixed .loginbox img.light {
display:block;
}
.is-fixed .loginbox img.dark {
display:none;
}



.signup .btns .button {
color:#000 !important;
background:#CA1C26 !important;
transition:none !important;
}
.signup .btns .button:hover {
color:#fff !important;
background:#000 !important;
}
.signup .btns .button:hover:before {
    border-color: transparent #000 transparent transparent;
}
.signup .btns .button:hover:after {
    border-color: transparent transparent transparent #000;
} 

.signup .msg {
border:3px solid #CA1C26;
padding:10px;
font-size:18px;
    line-height: 20px;
}
.is-fixed .signup {
top:46px;
}
.signup {

                    width:300px;
    display:none;
    position: absolute;
    right: 0;
    top: 100%;
                        background:url(../images/parquet.png) repeat center;
                        background:rgba(255,255,255,0.95);
                        z-index:100;
                        padding:20px;
                        color:#000;
                        }
                        .signup p {
                        line-height:1;
                        font-size:20px;
                        color:#000;
                        }
                        .signup label {
                        margin:10px 0;
                        font-size:20px;
                        display:Block;
                        }
                        .signup H2 {
                        margin:0;
                        margin-bottom:10px;
                        color:#000;
                        }

ul.radiobuttons {

margin:0;
padding:0;
}

.home .main-menu-links ul.radiobuttons li {
    display: block !important;
}

ul.radiobuttons li{
    color: #111;
    display: block;
    position: relative;

    width: 100%;
                                   
    box-sizing: content-box;
    padding: 5px 0;
}

ul.radiobuttons li input[type=radio]{
  position: absolute;
  visibility: hidden;
      box-sizing: content-box;
}

ul.radiobuttons li label{
display: block;
    position: relative;
    font-size: 1.4em;

    padding: 0px 0px;
    margin: 0px auto;
    height: 40px;
        box-sizing: content-box;
    line-height: 40px;
    padding-left: 50px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul.radiobuttons li:hover label{
	color: #CA1C26;
      box-sizing: content-box;
}
  
ul.radiobuttons li .check {
    display: block;
    position: absolute;
    border: 5px solid #001125;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 12px;
    left: 0px;
        box-sizing: content-box;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul.radiobuttons li:hover .check {
  border: 5px solid #CA1C26;
}

ul.radiobuttons li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
	left: 5px;
        box-sizing: content-box;
  margin: auto;
	transition: background 0.25s linear;         
	-webkit-transition: background 0.25s linear;
}

.radiobuttons input[type=radio]:checked ~ .check {
  border: 5px solid #CA1C26;
      box-sizing: content-box;
}

.radiobuttons input[type=radio]:checked ~ .check::before{
  background: #CA1C26;
      box-sizing: content-box;
}

.radiobuttons input[type=radio]:checked ~ label{
  color: #CA1C26;
      box-sizing: content-box;
}                     

.page-template-template-hexagons .sub-header .section-container .container-body .picture-container .picture_img {

    left: auto;
    right: 0;

}
body.page-template-template-hexagons{
transition:background 0.5s;
background:url(../images/bg_mon_album.jpg) no-repeat center;
background-size:cover;
}
body.page-template-template-hexagons.legends {
background:url(../images/legend_bg.jpg) no-repeat center;
    background-size: cover;
}
body.page-template-template-hexagons.legends .hexContainer .hexagon {
                                                                        
    background-color: #576373;
}
.imageholder {
position:relative;
display:inline-block;
}  
/* This class can be replaced using options */
.hover-in{
	transition: .3s ease-out;
}
.hover-out{
	transition: .3s ease-in;
}
.project__card {
    width: 240px;
    height: 340px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.project {
margin-bottom:20px;
}
.popupBackground .box p.canget {
border-color:#17A05D;

}

body.legends .hexbg {
position:relative;
padding-top:30px;
padding-bottom:50px;
}

body.legends .hexbg:before {
content:"";
position:absolute;
left:50px;
top:0px;
right:50px;
bottom:50px;
background:rgba(94,131,164,0.2) url(../images/circle.png) no-repeat center;
}

body.legends .hexContainer .fa.slick-next,body.legends  .hexContainer .fa.slick-prev {
filter:grayscale(100%);
}

.page-template-template-hexagons .sub-header {
margin-bottom:50px;
}
body.legends .hex21 {
top: 410px !important;
transition:all 0.4s;
}
body.legends .hexContainer {
zmin-height:660px;
}

@media(max-width:1000px) {
    .donations_desktop {
        display:none;
    }
    .donations_mobile {
        display:inline-block;
    }
}
@media(min-width:1001px) {
    .donations_desktop {
        display:inline-block;
    }
    .donations_mobile {
        display:none;
    }
}





.info-url a {
    display:none;
    position: absolute;
    top: 50px;
    color: #fff;
    background: #000;
    z-index: 9999;
    opacity: 1;
    padding: 10px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: 180px;
    text-align: center;
}
.info-url a:hover {
background:red;
}
.hexagon.nopacity {
-webkit-filter: none;
    filter: none;
        opacity:1.0;
}

@media(max-width:1000px) {
    .hide-on-mobile{
        display:none !important;
    }
    .signupdesktop{
        display:none !important;
    }
    .signupmobile {
        position: fixed;
        top: 0px;
        width: 100%;
        margin-top: 0px;
    } 
    .mobile-login-form {
        position: absolute;
        right: 70px;
        top: 20px;
    } 
    .signupclose {
    float:right;
    }  
.hexContainer{
overflow:h1idden;
}
.hexContainer .hextop.hex23.disabled {
display:none; 
}
.hexContainer .hextop.hex21.disabled {
    left: 0 !important;
    top: auto !important;
    bottom: 0;
    position: absolute !important;
        width: 100% !important;
}
.hexContainer .hextop.hex21.disabled .hexbuttons {
    width: 220px;
    margin:0 auto;
    padding-top:0;
}
.hexContainer .hex12 {
display:none !important;
}
.hexbg > .container-fluid {
margin:0 50px !important;
}    
.container-fluid {
    min-width: 240px;
}    
    
    
}
@media(min-width:1000px) { 
    .mobile-login-form {
        display:none;
    }  
    .signupmobile{
        display:none !important;
    }    
    
    
}





ul.partners-footer {
float:right;
}
ul.partners-footer li {
float:left;
}

@media all and (max-width:470px) {

ul.partners-footer {
    width: 250px;
    margin: 0 auto!important;
    float: none;
}
ul.partners-footer li:last-of-type {
    float: none;
}
ul.partners-footer li:last-of-type a {
    margin: 0;
    padding-top: 10px;
}
html body .footer {
    position: absolute;
    width: 100%;
    bottom: -50px;
}

}