@import debaty/less "../base.less";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
fieldset,
img {
  border: 0;
}
img {
  display: block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: none;
}
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
:focus {
  outline: 0;
}
.clear,
.clearer {
  clear: both;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  100% {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  100% {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
* html .clears {
  height: 1%;
}
.clear {
  display: block;
}
.clear:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html {
  height: 100%;
  margin: 0;
}
body {
  height: 100%;
  font-size: 100%;
  line-height: 1;
  font: normal 100%/1 "Open Sans", sans-serif;
}
.font-style1 {
  font: normal 100%/1 "Open Sans", sans-serif;
}
.font-style1 .module.start,
.font-style1 .module.type-title,
.font-style1 .module.type-teaser,
.font-style1 .module.type-kontakt24_teaser,
.font-style1 .module.type-html,
.font-style1 .module.type-footer {
  font-family: "Libre Baskerville";
}
.font-style1 .module.type-article .bg-wrapper .content > p strong {
  font-family: "Libre Baskerville";
}
.font-style1 .module.type-article .customBlockquote {
  font-family: "Libre Baskerville";
}
.font-style1 .module.title {
  font-family: "Libre Baskerville";
}
.font-style1 .module.title .link {
  font-family: "Libre Baskerville";
}
.font-style1 .module .lead-container {
  font-family: "Libre Baskerville";
}
.font-style1 .module .lead-container .link {
  font-family: "Libre Baskerville";
}
.font-style1 .video-container .lead {
  font-family: "Libre Baskerville";
}
.font-style2 {
  font: normal 100%/1 "Open Sans", sans-serif;
}
.font-style2 .module.start,
.font-style2 .module.type-title,
.font-style2 .module.type-teaser,
.font-style2 .module.type-kontakt24_teaser,
.font-style2 .module.type-html,
.font-style2 .module.type-footer {
  font-family: "Oswald";
}
.font-style2 .module.type-article .bg-wrapper .content > p strong {
  font-family: "Oswald";
}
.font-style2 .module.type-article .customBlockquote {
  font-family: "Oswald";
}
.font-style2 .module.title {
  font-family: "Oswald";
}
.font-style2 .module.title .link {
  font-family: "Oswald";
}
.font-style2 .module .lead-container {
  font-family: "Oswald";
}
.font-style2 .module .lead-container .link {
  font-family: "Oswald";
}
.font-style2 .video-container .lead {
  font-family: "Oswald";
}
.style-bright .module .bg-wrapper:after {
  background-image: url('../img/debaty/bg_mask_dark.png');
}
.style-dark .module .bg-wrapper:after {
  background-image: url('../img/debaty/bg_mask_dark.png');
}
.style-transparent .module .bg-wrapper:after {
  background: initial;
}
.no-scroll {
  overflow-y: hidden;
}
#chapter-0 .btn-more {
  visibility: hidden;
}
.btn-more {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  background-image: url('../img/debaty/btn_more.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 45px;
  left: 50%;
  display: block;
  height: 64px;
  width: 64px;
  margin: 0 0 0 -32px;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  z-index: 300;
}
@media screen and (max-width: 720px) {
  .btn-more {
    bottom: 60px;
  }
}
.btn-more:hover {
  color: #fff;
  background-position: 0 -84px;
}
.btn-more span {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 86px;
  margin: 0 0 0 -43px;
}
.main-container {
  position: relative;
  height: 100%;
}
.module {
  position: relative;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background-position: 50% 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}
.browser-safari .module {
  background-attachment: scroll;
}
.module .bg-wrapper {
  height: 100%;
  padding: 80px 0 100px 0;
}
.module .bg-wrapper:after {
  background-image: url('../img/debaty/bg_mask.png');
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  min-height: 100vh;
}
.module .bg-wrapper .content {
  position: relative;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  z-index: 200;
}
@media screen and (max-width: 560px) {
  .module .bg-wrapper .content {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.module .bg-wrapper > video {
  transform: translate(-50%);
}
.module .title {
  display: inline-block;
  font-weight: 300;
}
.module > .title {
  font-family: "Libre Baskerville";
}
.module video {
  height: 100%;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.video-wrapper {
  position: relative;
}
.video-wrapper img,
.video-wrapper video {
  height: 100% !important;
  width: 100% !important;
}
.video-wrapper.videoRendered img {
  display: none;
}
.video-wrapper.videoRendered .video-player,
.video-wrapper.videoRendered .videoPlayer {
  display: block;
  width: 100% !important;
}
.video-wrapper.videoRendered .video-player object,
.video-wrapper.videoRendered .video-player embed,
.video-wrapper.videoRendered .video-player iframe,
.video-wrapper.videoRendered .videoPlayer object,
.video-wrapper.videoRendered .videoPlayer embed,
.video-wrapper.videoRendered .videoPlayer iframe {
  opacity: 1;
}
.video-wrapper .video-player,
.video-wrapper .videoPlayer {
  display: none;
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.6%;
  z-index: 99;
}
.video-wrapper .video-player object,
.video-wrapper .video-player embed,
.video-wrapper .video-player iframe,
.video-wrapper .videoPlayer object,
.video-wrapper .videoPlayer embed,
.video-wrapper .videoPlayer iframe {
  transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.bx-controls .bx-pager {
  position: absolute;
  top: -20px;
  left: 0;
}
.bx-controls .bx-pager a {
  color: #fff;
  text-decoration: none;
}
.bx-controls .bx-controls-direction a {
  position: absolute;
  height: 68px;
  width: 50px;
}
.bx-controls .bx-controls-direction a.bx-prev {
  background-image: url('../img/debaty/btn_arrow_prev.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  left: -70px;
}
.bx-controls .bx-controls-direction a.bx-prev:hover {
  background-position: 0 -86px;
}
.bx-controls .bx-controls-direction a.bx-next {
  background-image: url('../img/debaty/btn_arrow_next.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  right: -70px;
}
.bx-controls .bx-controls-direction a.bx-next:hover {
  background-position: 0 -86px;
}
.btn-play {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  background-image: url('../img/debaty/btn_play.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  height: 123px;
  width: 123px;
}
.btn-play:hover {
  background-position: 0 -143px;
}
.btn-play span {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 800;
}
.bg-overlay.active {
  display: block;
}
.no-visible {
  visibility: hidden !important;
}
[class*="type-lead"] {
  min-height: 100vh;
  height: 100%;
}
#chapter-0 .content {
  min-height: 100vh;
}
.main-header.active .debate-header {
  display: block;
}
.main-header.active .main-nav {
  transition: top 200ms ease-out 0s;
  -moz-transition: top 200ms ease-out 0s;
  -webkit-transition: top 200ms ease-out 0s;
  -o-transition: top 200ms ease-out 0s;
  -ms-transition: top 200ms ease-out 0s;
  top: 40px;
}
.main-header .btn-mobile {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  background-image: url('../img/debaty/btn_mobile.png');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  position: fixed;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  z-index: 1100;
}
.debate-header {
  display: none;
  position: fixed;
  height: 40px;
  width: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 1000;
}
.debate-header .logo-tvn24 {
  float: left;
  display: block;
  position: relative;
  height: 40px;
  width: 55px;
  margin: 0 15px 0 30px;
  overflow: hidden;
}
.debate-header .page-title {
  float: left;
}
.debate-header .page-title a {
  text-decoration: none;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.debate-header .page-title span {
  color: #e33048;
}
.debate-header .page-title span:after {
  content: "|";
  display: inline;
}
.debate-header .social-links {
  float: right;
  margin: 11px 20px 0 0;
}
.debate-header .social-links li {
  display: inline-block;
}
.debate-header .social-links li.facebook a {
  background-position: 7px 0;
}
.debate-header .social-links li.twitter a {
  background-position: -17px 0;
}
.debate-header .social-links li.gplus a {
  background-position: -41px 0;
}
.debate-header .social-links li a {
  background-image: url('../img/debaty/sprite_social.png');
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 18px;
  width: 20px;
  margin: 0 5px;
}
.debate-header .social-links li a span {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.main-nav {
  display: block;
  clear: both;
  display: table;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  background: rgba(0,0,0,0.35);
  z-index: 1000;
  transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
}
.main-nav:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 720px) {
  .main-nav {
    width: 30px;
  }
}
.main-nav .nav-container {
  display: table-cell;
  vertical-align: middle;
}
.main-nav ul {
  margin: -40px 0 0 0;
}
.main-nav ul li {
  min-height: 20px;
  margin: 20px 0;
  padding: 0 58px 0 10px;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .main-nav ul li {
    padding: 0 45px 0 10px;
  }
}
.main-nav ul li.active a {
  color: #e33048;
}
.main-nav ul li.active a:after {
  transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -webkit-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  -ms-transition: all 200ms ease-out 0s;
  background: #e33048;
  border: 1px solid #e33048;
}
.main-nav ul li.sub a:after {
  background: none;
  border: 1px solid rgba(255,255,255,0.5);
}
.main-nav ul li.sub.active a:after {
  transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -webkit-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  -ms-transition: all 200ms ease-out 0s;
  background: #e33048;
  border: 1px solid #e33048;
}
.main-nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.main-nav ul li a:after {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 3px;
  right: -24px;
  height: 10px;
  width: 10px;
  background: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .main-nav ul li a:after {
    right: -12px;
  }
}
.main-nav ul li a:hover {
  color: #e33048;
}
.main-nav ul li a span {
  display: none;
}
@media screen and (min-width: 481px) {
  .main-nav:hover {
    transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    width: 365px;
    background: rgba(0,0,0,0.85);
  }
}
@media screen and (max-width: 480px) {
  .main-nav:hover {
    width: 55px;
  }
}
@media screen and (max-width: 359px) {
  .main-nav:hover {
    width: 55px;
  }
}
@media screen and (min-width: 481px) {
  .main-nav:hover ul li a {
    transition: opacity 100ms linear 50ms;
    -moz-transition: opacity 100ms linear 50ms;
    -webkit-transition: opacity 100ms linear 50ms;
    -o-transition: opacity 100ms linear 50ms;
    -ms-transition: opacity 100ms linear 50ms;
    opacity: 1;
  }
  .main-nav:hover ul li a span {
    display: inline;
  }
}
.main-nav.active {
  transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  width: 365px;
  background: rgba(0,0,0,0.85);
}
@media screen and (max-width: 480px) {
  .main-nav.active {
    width: 75%;
  }
}
@media screen and (max-width: 359px) {
  .main-nav.active {
    width: 75%;
  }
}
.main-nav.active ul li a {
  transition: opacity 100ms linear 50ms;
  -moz-transition: opacity 100ms linear 50ms;
  -webkit-transition: opacity 100ms linear 50ms;
  -o-transition: opacity 100ms linear 50ms;
  -ms-transition: opacity 100ms linear 50ms;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .main-nav.active ul li a {
    line-height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .main-nav.active ul li a:after {
    right: -24px;
  }
}
.main-nav.active ul li a span {
  display: inline;
}
@media screen and (max-width: 480px) {
  .main-nav.active ul li a span {
    line-height: 18px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .main-nav.active ul li a span {
    width: 100%;
  }
}
.module.type-article {
  height: auto;
  min-height: 100%;
  line-height: 26px;
  font-size: 18px;
  text-align: left;
  color: #000;
  background: #fff !important;
}
.module.type-article .bg-wrapper:after {
  display: none;
}
.module.type-article .bg-wrapper .content {
  height: auto;
  width: 800px;
}
@media screen and (max-width: 840px) {
  .module.type-article .bg-wrapper .content {
    width: auto;
    margin: 0 30px;
  }
}
.module.type-article .bg-wrapper .content > p {
  margin: 20px auto;
}
.module.type-article .bg-wrapper .content > p strong {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.module.type-article .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -62px 0 0 -62px;
}
.module.type-article .inner-photo {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .module.type-article .inner-photo {
    max-width: 100%;
  }
}
.module.type-article .inner-photo.center {
  display: block;
  clear: both;
  margin: 0 auto;
}
.module.type-article .inner-photo.center:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.module.type-article .inner-photo.left {
  float: left;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1366px) {
  .module.type-article .inner-photo.left {
    max-width: 400px;
  }
}
.module.type-article .inner-photo.right {
  float: right;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 1366px) {
  .module.type-article .inner-photo.right {
    max-width: 400px;
  }
}
.module.type-article .inner-photo img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.module.type-article .inner-photo .source {
  float: right;
  width: 49%;
  font-size: 14px;
  color: #999;
  text-align: right;
}
.module.type-article .inner-photo .title {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #333;
  text-align: left;
}
.module.type-article .inner-video {
  display: block;
  clear: both;
}
.module.type-article .inner-video:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.module.type-article .inner-video .source {
  float: right;
  width: 39%;
  line-height: 18px;
  font-size: 14px;
  color: #999;
  text-align: right;
}
.module.type-article .inner-video .title {
  float: left;
  width: 60%;
  line-height: 18px;
  font-size: 14px;
  color: #333;
  text-align: left;
}
.module.type-article .customBlockquote {
  position: relative;
  margin: 0 0 10px 0;
  line-height: 34px;
  font-size: 28px;
  font-family: "Libre Baskerville";
}
.module.type-article .customBlockquote.align-left {
  float: left;
  width: 570px;
  margin: 0 30px 0 -225px;
  padding: 0 25px 0 0;
  border-right: 4px solid #BFBFBF;
}
@media screen and (max-width: 1366px) {
  .module.type-article .customBlockquote.align-left {
    width: 400px;
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .module.type-article .customBlockquote.align-left {
    width: 90%;
    margin: 0;
  }
}
.module.type-article .customBlockquote.align-right {
  float: right;
  width: 570px;
  margin: 0 -225px 0 30px;
  padding: 0 0 0 25px;
  border-left: 4px solid #BFBFBF;
}
@media screen and (max-width: 1366px) {
  .module.type-article .customBlockquote.align-right {
    width: 400px;
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .module.type-article .customBlockquote.align-right {
    width: 90%;
    margin: 0;
  }
}
.module.type-article .customBlockquote .quoteAuthor {
  display: block;
  margin: 10px 0 0 0;
  text-align: right;
  line-height: 14px;
  font-size: 14px;
  font-style: italic;
  font-family: "Open Sans";
  color: #999;
}
.type-footer h1 {
  margin: 0 0 20px 0;
  line-height: 52px;
  font-size: 42px;
}
.type-footer h2 {
  line-height: 46px;
  font-size: 36px;
}
.type-footer h3 {
  line-height: 38px;
  font-size: 28px;
}
.type-footer h4 {
  line-height: 34px;
  font-size: 24px;
}
.type-footer h5 {
  line-height: 30px;
  font-size: 20px;
}
.type-footer h6 {
  list-height: 28px;
  font-size: 18px;
}
.type-footer p {
  margin: 15px 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 300;
}
.gallery-container {
  position: relative;
  width: 800px;
  margin: 40px auto 0 auto;
  z-index: 200;
}
@media screen and (max-width: 1366px) {
  .gallery-container {
    width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-container {
    width: 95%;
  }
}
.gallery-container .bx-controls .bx-controls-direction a {
  top: 50%;
  margin: -34px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .gallery-container .bx-controls .bx-controls-direction a.bx-prev {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-container .bx-controls .bx-controls-direction a.bx-next {
    right: 0;
  }
}
.gallery-container li img {
  max-height: 600px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-height: 800px) {
  .gallery-container li img {
    max-height: 360px;
  }
}
.gallery-container li .gallery-descript {
  margin: 5px auto;
}
.gallery-container li .gallery-descript span {
  display: block;
}
.gallery-container .title {
  float: left;
  width: 60%;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
.gallery-container .source {
  float: right;
  width: 39%;
  line-height: 20px;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
.fully-hidden {
  opacity: 0;
  height: 6290px;
}
.step-container.fully-visible {
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  -o-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .step-container.fully-visible {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.step-container.fully-visible.step-first {
  min-height: 860px;
}
.step-container.fully-visible.step-second {
  min-height: 1020px;
}
.step-container.fully-visible.step-third {
  min-height: 1620px;
}
.step-container.fully-visible.step-fourth {
  min-height: 1130px;
}
.step-container.fully-visible.step-fifth {
  min-height: 860px;
}
.step-container.fully-visible .step-name {
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  -o-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.step-container.fully-visible .step-nr {
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  -o-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.step-container.fully-visible .step-nr span {
  -webkit-animation: pulse 2s;
  -moz-animation: pulse 2s;
  -o-animation: pulse 2s;
  animation: pulse 2s;
}
.step-container.fully-visible .step-title {
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  -o-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  animation-delay: 900ms;
  -webkit-animation-delay: 900ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.step-container.fully-visible .line-wrapper .separator {
  transition: height 600ms ease-out 1200ms;
  -moz-transition: height 600ms ease-out 1200ms;
  -webkit-transition: height 600ms ease-out 1200ms;
  -o-transition: height 600ms ease-out 1200ms;
  -ms-transition: height 600ms ease-out 1200ms;
}
.step-container.fully-visible .line-wrapper .separator.line1 {
  height: 562px;
}
.step-container.fully-visible .line-wrapper .separator.line2 {
  height: 768px;
}
.step-container.fully-visible .line-wrapper .separator.line3 {
  height: 1363px;
}
.step-container.fully-visible .line-wrapper .separator.line4 {
  height: 903px;
}
.step-container.fully-visible .row {
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  -o-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.step-container.fully-visible .row.second {
  animation-delay: 1900ms;
  -webkit-animation-delay: 1900ms;
}
.step-container.fully-visible .row.third {
  animation-delay: 1700ms;
  -webkit-animation-delay: 1700ms;
}
.step-container.fully-visible .row.fourth {
  animation-delay: 2200ms;
  -webkit-animation-delay: 2200ms;
}
.step-container.fully-visible .row.fifth {
  animation-delay: 2700ms;
  -webkit-animation-delay: 2700ms;
}
.step-container.fully-visible .row.sixth {
  animation-delay: 2700ms;
  -webkit-animation-delay: 2700ms;
}
.step-container {
  position: relative;
  min-height: 100%;
  width: 1150px;
  margin: 0 auto;
  padding: 140px 0 20px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1049px) {
  .step-container {
    width: 100%;
  }
}
.step-container.step-third .row.first .right,
.step-container.step-third .row.fifth .right {
  float: right;
}
.step-container.step-third .row.second {
  top: 80px;
}
.step-container.step-third .row.third {
  top: 145px;
}
.step-container.step-fourth .line-wrapper .separator {
  top: 20px;
}
.step-container.step-fourth .row.first {
  top: 145px;
}
.step-container.step-fourth .row.first .comment {
  margin: 20px 0 0 0;
}
.step-container.step-fourth .row.second {
  top: 245px;
}
.step-container .step-name {
  opacity: 0;
  margin: 20px auto;
  text-align: center;
  font-size: 32px;
}
.step-container .step-title {
  margin: 20px auto;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  opacity: 0;
}
.step-container .step-nr {
  background-image: url('../img/debaty/counter_base.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 112px;
  width: 112px;
  margin: 40px auto;
  text-align: center;
  line-height: 106px;
  font-size: 48px;
  font-weight: 700;
  opacity: 0;
}
.step-container .step-nr span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 112px;
  width: 112px;
  background-repeat: no-repeat;
  background-position: center center;
}
.step-container .step-nr.first span {
  background-image: url('../img/debaty/counter_1.png');
}
.step-container .step-nr.second span {
  background-image: url('../img/debaty/counter_2.png');
}
.step-container .step-nr.third span {
  background-image: url('../img/debaty/counter_3.png');
}
.step-container .step-nr.fourth span {
  background-image: url('../img/debaty/counter_4.png');
}
.step-container .step-nr.fifth span {
  background-image: url('../img/debaty/counter_5.png');
}
.step-container .line-wrapper {
  position: relative;
  margin: 40px auto;
}
.step-container .line-wrapper .separator {
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  margin: 0 0 0 -38px;
  height: 0;
  width: 75px;
  background-repeat: no-repeat;
  background-position: center top;
}
.step-container .line-wrapper .separator.line1 {
  background-image: url('../img/debaty/line_1.png');
}
.step-container .line-wrapper .separator.line2 {
  background-image: url('../img/debaty/line_2.png');
}
.step-container .line-wrapper .separator.line3 {
  background-image: url('../img/debaty/line_3.png');
}
.step-container .line-wrapper .separator.line4 {
  background-image: url('../img/debaty/line_4.png');
}
.step-container .row {
  display: block;
  clear: both;
  position: relative;
  opacity: 0;
}
.step-container .row:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.step-container .row > div {
  float: left;
  width: 504px;
}
@media screen and (max-width: 1049px) {
  .step-container .row > div {
    width: 41%;
  }
}
.step-container .row.second {
  top: 200px;
}
.step-container .row.third {
  top: 400px;
}
.step-container .row.fourth {
  position: relative;
  top: 220px;
}
.step-container .row.fifth {
  top: 290px;
}
.step-container .row.sixth {
  top: 320px;
}
.step-container .text {
  width: 375px;
  line-height: 36px;
  font-size: 32px;
}
.step-container .text p {
  font-weight: 700;
}
.step-container .text p.week {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.step-container .text p span {
  display: block;
  font-weight: 300;
}
.step-container .comment {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  border: 5px dotted rgba(255,255,255,0.5);
}
.step-container .comment p {
  line-height: 26px;
  font-size: 22px;
  font-weight: 300;
}
.step-container .left {
  margin: 0 142px 0 0;
  text-align: right;
  background-position: center right;
}
.step-container .right {
  text-align: left;
  background-position: center left;
}
.step-container .last {
  margin: 10px auto;
  line-height: 34px;
  font-size: 30px;
  font-weight: 700;
}
.ico {
  position: relative;
  background-repeat: no-repeat;
}
.ico.doctor {
  background-image: url('../img/debaty/doctor.png');
  height: 112px;
  width: 112px;
}
.ico.stetho {
  background-image: url('../img/debaty/stetho.png');
  height: 112px;
  width: 112px;
}
.ico.greenCard {
  background-image: url('../img/debaty/greenCard.png');
  height: 112px;
  width: 89px;
}
.ico.lifebuoy {
  background-image: url('../img/debaty/lifebouy.png');
  height: 112px;
  width: 113px;
}
.ico.lifebuoy .comment {
  margin: 145px 0 0 0;
}
.ico.microscope {
  background-image: url('../img/debaty/microscope.png');
  top: -30px;
  height: 115px;
  width: 100px;
}
.ico.card {
  background-image: url('../img/debaty/card.png');
  top: -30px;
  height: 112px;
  width: 89px;
}
.ico.staff {
  background-image: url('../img/debaty/staff.png');
  top: -30px;
  height: 102px;
  width: 136px;
}
.ico.pill {
  background-image: url('../img/debaty/pill.png');
  top: -30px;
  height: 89px;
  width: 89px;
}
.ico.coordinator {
  background-image: url('../img/debaty/coordinator.png');
  top: -30px;
  height: 112px;
  width: 112px;
}
.graph-ukraine {
  min-height: 100%;
  width: 100%;
  font-family: 'Oswald';
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.graph-ukraine .bg-wrapper .content {
  max-width: 1010px;
}
.graph-ukraine .title {
  font-size: 42px;
  font-weight: bold;
}
.graph-ukraine .flags {
  display: block;
  clear: both;
  width: 100%;
  margin: 80px auto;
}
.graph-ukraine .flags:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.graph-ukraine .flags .name {
  text-transform: uppercase;
  line-height: 84px;
  font-size: 54px;
  font-weight: bold;
}
.graph-ukraine .flags .name.flag1 {
  background-image: url('../img/debaty/ukraina/ico_flag1.png');
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  padding: 0 0 0 130px;
}
.graph-ukraine .flags .name.flag2 {
  background-image: url('../img/debaty/ukraina/ico_flag2.png');
  background-repeat: no-repeat;
  background-position: right center;
  float: right;
  padding: 0 130px 0 0;
}
.graph-ukraine .item-charts {
  transition: opacity 200ms ease-out 0s;
  -moz-transition: opacity 200ms ease-out 0s;
  -webkit-transition: opacity 200ms ease-out 0s;
  -o-transition: opacity 200ms ease-out 0s;
  -ms-transition: opacity 200ms ease-out 0s;
  clear: both;
  position: relative;
  min-height: 58px;
  margin: 49px auto;
  background: rgba(255,255,255,0.15);
  opacity: 0;
}
.graph-ukraine .item-charts:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  margin: 0 0 0 -3px;
  border-left: 2px dashed #fff;
}
.graph-ukraine .item-charts.fully-visible {
  opacity: 1;
}
.graph-ukraine .item-charts.fully-visible .scale-bar .bar .value {
  opacity: 1;
}
.graph-ukraine .item-charts.fully-visible .bar-name {
  opacity: 1;
}
.graph-ukraine .item-charts.chart1 {
  margin: 49px auto;
}
.graph-ukraine .item-charts.chart1:after {
  top: -180px;
  height: 130px;
}
.graph-ukraine .item-charts.chart1.fully-visible .scale-bar .bar.left .progress {
  width: 100px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart1.fully-visible .scale-bar .bar.left .progress {
    width: 24.5%;
  }
}
.graph-ukraine .item-charts.chart1.fully-visible .scale-bar .bar.right .progress {
  width: 490px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart1.fully-visible .scale-bar .bar.right .progress {
    width: 121%;
  }
}
.graph-ukraine .item-charts.chart2 {
  margin: 100px auto;
}
.graph-ukraine .item-charts.chart2:after {
  top: -80px;
  height: 31px;
}
.graph-ukraine .item-charts.chart2.fully-visible .scale-bar .bar.left .progress {
  width: 90px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart2.fully-visible .scale-bar .bar.left .progress {
    width: 22%;
  }
}
.graph-ukraine .item-charts.chart2.fully-visible .scale-bar .bar.right .progress {
  width: 500px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart2.fully-visible .scale-bar .bar.right .progress {
    width: 123%;
  }
}
.graph-ukraine .item-charts.chart3 {
  margin: 100px auto 70px auto;
  padding: 0 0 5px 0;
}
.graph-ukraine .item-charts.chart3:after {
  top: -76px;
  height: 65px;
}
.graph-ukraine .item-charts.chart3.fully-visible .scale-bar .bar.left .progress {
  width: 130px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart3.fully-visible .scale-bar .bar.left .progress {
    width: 32%;
  }
}
.graph-ukraine .item-charts.chart3.fully-visible .scale-bar .bar.right .progress {
  width: 462px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart3.fully-visible .scale-bar .bar.right .progress {
    width: 114%;
  }
}
.graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part1 .bar.left .progress {
  width: 30px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part1 .bar.left .progress {
    width: 7.5%;
  }
}
.graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part1 .bar.right .progress {
  width: 342px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part1 .bar.right .progress {
    width: 84%;
  }
}
.graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part1 .bar .value {
  opacity: 1;
}
.graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part2 .bar.left .progress {
  width: 110px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part2 .bar.left .progress {
    width: 27%;
  }
}
.graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part2 .bar.right .progress {
  width: 262px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part2 .bar.right .progress {
    width: 64.5%;
  }
}
.graph-ukraine .item-charts.chart3.fully-visible .divisions .scale-bar.part2 .bar .value {
  opacity: 1;
}
.graph-ukraine .item-charts.chart4 {
  margin: 70px auto 95px auto;
}
.graph-ukraine .item-charts.chart4:after {
  top: -61px;
  height: 45px;
}
.graph-ukraine .item-charts.chart4.fully-visible .scale-bar .bar.left .progress {
  width: 184px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart4.fully-visible .scale-bar .bar.left .progress {
    width: 45%;
  }
}
.graph-ukraine .item-charts.chart4.fully-visible .scale-bar .bar.right .progress {
  width: 409px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart4.fully-visible .scale-bar .bar.right .progress {
    width: 101%;
  }
}
.graph-ukraine .item-charts.chart5 {
  margin: 95px auto;
}
.graph-ukraine .item-charts.chart5:after {
  top: -67px;
  height: 45px;
}
.graph-ukraine .item-charts.chart5.fully-visible .scale-bar .bar.left .progress {
  width: 185px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart5.fully-visible .scale-bar .bar.left .progress {
    width: 45%;
  }
}
.graph-ukraine .item-charts.chart5.fully-visible .scale-bar .bar.right .progress {
  width: 408px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart5.fully-visible .scale-bar .bar.right .progress {
    width: 45%;
  }
}
.graph-ukraine .item-charts.chart6 {
  margin: 95px auto;
}
.graph-ukraine .item-charts.chart6:after {
  top: -71px;
  height: 45px;
}
.graph-ukraine .item-charts.chart6.fully-visible .scale-bar .bar.left .progress {
  width: 268px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart6.fully-visible .scale-bar .bar.left .progress {
    width: 66%;
  }
}
.graph-ukraine .item-charts.chart6.fully-visible .scale-bar .bar.right .progress {
  width: 325px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts.chart6.fully-visible .scale-bar .bar.right .progress {
    width: 80%;
  }
}
.graph-ukraine .item-charts .scale-bar {
  display: block;
  clear: both;
  position: relative;
}
.graph-ukraine .item-charts .scale-bar:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.graph-ukraine .item-charts .scale-bar .bar {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 405px;
  line-height: 58px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts .scale-bar .bar {
    width: 35%;
  }
}
.graph-ukraine .item-charts .scale-bar .bar.left {
  margin: 0 100px 0 0;
  text-align: right;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts .scale-bar .bar.left {
    margin: 0;
  }
}
.graph-ukraine .item-charts .scale-bar .bar.left .progress {
  background-image: url('../img/debaty/bg_progress_left.png');
  background-repeat: repeat-x;
  right: -100px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts .scale-bar .bar.left .progress {
    right: 0;
  }
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts .scale-bar .bar.left .value {
    margin: 0 100px 0 0;
  }
}
.graph-ukraine .item-charts .scale-bar .bar.right {
  margin: 0 0 0 100px;
  text-align: left;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts .scale-bar .bar.right {
    margin: 0;
  }
}
.graph-ukraine .item-charts .scale-bar .bar.right .progress {
  background-image: url('../img/debaty/bg_progress_right.png');
  background-repeat: repeat-x;
  left: -100px;
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts .scale-bar .bar.right .progress {
    left: 0;
  }
}
@media screen and (max-width: 1150px) {
  .graph-ukraine .item-charts .scale-bar .bar.right .value {
    margin: 0 0 0 100px;
  }
}
.graph-ukraine .item-charts .scale-bar .bar .value {
  transition: opacity 400ms ease-out 50ms;
  -moz-transition: opacity 400ms ease-out 50ms;
  -webkit-transition: opacity 400ms ease-out 50ms;
  -o-transition: opacity 400ms ease-out 50ms;
  -ms-transition: opacity 400ms ease-out 50ms;
  position: relative;
  top: -5px;
  font-size: 28px;
  font-weight: bold;
  opacity: 0;
}
.graph-ukraine .item-charts .scale-bar .bar .progress {
  transition: width 400ms ease-out 0s;
  -moz-transition: width 400ms ease-out 0s;
  -webkit-transition: width 400ms ease-out 0s;
  -o-transition: width 400ms ease-out 0s;
  -ms-transition: width 400ms ease-out 0s;
  display: block;
  position: absolute;
  bottom: -10px;
  height: 25px;
  width: 0;
}
.graph-ukraine .item-charts .divisions {
  margin: 20px 0 0 0;
}
.graph-ukraine .item-charts .divisions .description {
  display: block;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
}
.graph-ukraine .item-charts .divisions .scale-bar {
  margin: 0 0 20px 0;
}
.graph-ukraine .item-charts .divisions .bar.left .progress {
  background-image: url('../img/debaty/bg_progress_left.png');
  background-repeat: repeat-x;
}
.graph-ukraine .item-charts .divisions .bar.right .progress {
  background-image: url('../img/debaty/bg_progress_right.png');
  background-repeat: repeat-x;
}
.graph-ukraine .item-charts .divisions .bar .value {
  font-size: 16px;
}
.graph-ukraine .item-charts .divisions .bar .progress {
  height: 12px;
}
.graph-ukraine .item-charts .divisions .bar-name {
  font-size: 11px;
}
.graph-ukraine .item-charts .bar-name {
  transition: opacity 400ms ease-out 0s;
  -moz-transition: opacity 400ms ease-out 0s;
  -webkit-transition: opacity 400ms ease-out 0s;
  -o-transition: opacity 400ms ease-out 0s;
  -ms-transition: opacity 400ms ease-out 0s;
  background-image: url('../img/debaty/ukraina/sprite_charts_icons.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -100px;
  width: 200px;
  line-height: 58px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  opacity: 0;
}
.graph-ukraine .item-charts .bar-name span {
  display: block;
}
.graph-ukraine .item-charts .bar-name.soliders {
  background-position: center 0;
}
.graph-ukraine .item-charts .bar-name.soliders span {
  padding: 43px 0 0 0;
}
.graph-ukraine .item-charts .bar-name.planes {
  background-position: center -150px;
}
.graph-ukraine .item-charts .bar-name.planes span {
  padding: 47px 0 0 0;
}
.graph-ukraine .item-charts .bar-name.ships {
  background-position: center -331px;
}
.graph-ukraine .item-charts .bar-name.ships span {
  padding: 24px 0 0 0;
}
.graph-ukraine .item-charts .bar-name.aircraft {
  background-position: center -460px;
}
.graph-ukraine .item-charts .bar-name.aircraft span {
  padding: 4px 0 0 0;
}
.graph-ukraine .item-charts .bar-name.submarines {
  background-position: center -550px;
}
.graph-ukraine .item-charts .bar-name.submarines span {
  padding: 3px 0 0 0;
}
.graph-ukraine .item-charts .bar-name.tunks {
  background-position: center -679px;
}
.graph-ukraine .item-charts .bar-name.tunks span {
  padding: 16px 0 0 0;
}
.graph-ukraine .item-charts .bar-name.vehicles {
  background-position: center -813px;
}
.graph-ukraine .item-charts .bar-name.vehicles span {
  padding: 33px 0 0 0;
}
.graph-ukraine .item-charts .bar-name.nuclear {
  background-position: center -969px;
}
.graph-ukraine .item-charts .bar-name.nuclear span {
  padding: 29px 0 0 0;
}
.module.type-kontakt24_teaser {
  font-family: "Libre Baskerville";
  text-align: center;
}
.module.type-kontakt24_teaser .lead {
  line-height: 44px;
  font-size: 36px;
}
@media screen and (max-width: 1366px) {
  .module.type-kontakt24_teaser .lead {
    line-height: 32px;
    font-size: 24px;
  }
}
@media screen and (max-height: 800px) {
  .module.type-kontakt24_teaser .lead {
    line-height: 32px;
    font-size: 24px;
  }
}
.module.type-kontakt24_teaser .box-kontakt {
  position: relative;
  width: 100%;
  margin: 8% auto;
  padding: 50px 20px 20px 20px;
  background: rgba(0,0,0,0.35);
}
@media screen and (max-width: 1366px) {
  .module.type-kontakt24_teaser .box-kontakt {
    margin: 5% auto;
  }
}
@media screen and (max-height: 800px) {
  .module.type-kontakt24_teaser .box-kontakt {
    margin: 5% auto;
  }
}
.module.type-kontakt24_teaser .box-kontakt .logo {
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  margin: 0 0 0 -60px;
  height: 78px;
  width: 80px;
}
.module.type-kontakt24_teaser .box-kontakt .intro {
  margin: 40px 0 20px 0;
  line-height: 30px;
  font-size: 26px;
  font-style: italic;
}
@media screen and (max-width: 1366px) {
  .module.type-kontakt24_teaser .box-kontakt .intro {
    margin: 0 0 20px 0;
    font-size: 22px;
  }
}
@media screen and (max-height: 800px) {
  .module.type-kontakt24_teaser .box-kontakt .intro {
    margin: 0 0 20px 0;
    font-size: 22px;
  }
}
.module.type-kontakt24_teaser .box-kontakt .link {
  margin: 40px 0 0 0;
  font-family: "Open Sans";
  font-size: 24px;
  color: #00b200;
  text-decoration: none;
}
.module.type-kontakt24_teaser .box-kontakt .mail-wrapper {
  font-family: "Open Sans";
}
.module.type-kontakt24_teaser .box-kontakt .mail {
  font-family: "Open Sans";
  color: #00b200;
  text-decoration: none;
}
.module.type-kontakt24_teaser .box-kontakt .kontakt-links {
  margin: 40px auto;
}
@media screen and (max-width: 1366px) {
  .module.type-kontakt24_teaser .box-kontakt .kontakt-links {
    margin: 30px auto;
  }
}
@media screen and (max-height: 800px) {
  .module.type-kontakt24_teaser .box-kontakt .kontakt-links {
    margin: 30px auto;
  }
}
.module.type-kontakt24_teaser .box-kontakt .kontakt-links li {
  display: inline-block;
}
.module.type-kontakt24_teaser .box-kontakt .kontakt-links li a {
  display: block;
  width: 88px;
  margin: 0 20px;
  padding: 100px 0 0 0;
  color: #00b200;
  text-decoration: none;
  font-family: "Open Sans";
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1366px) {
  .module.type-kontakt24_teaser .box-kontakt .kontakt-links li a {
    margin: 0 10px;
    padding: 75px 0 0 0;
    background-size: 68% 68%;
  }
}
@media screen and (max-height: 800px) {
  .module.type-kontakt24_teaser .box-kontakt .kontakt-links li a {
    margin: 0 10px;
    padding: 75px 0 0 0;
    background-size: 68% 68%;
  }
}
.module.type-kontakt24_teaser .box-kontakt .kontakt-links li a.opinion {
  background-image: url('../img/debaty/ico_kontakt24_opinion.png');
}
.module.type-kontakt24_teaser .box-kontakt .kontakt-links li a.photo {
  background-image: url('../img/debaty/ico_kontakt24_photo.png');
}
.module.type-kontakt24_teaser .box-kontakt .kontakt-links li a.video {
  background-image: url('../img/debaty/ico_kontakt24_video.png');
}
.module.type-kontakt24_teaser .box-kontakt .kontakt-links li a.article {
  background-image: url('../img/debaty/ico_kontakt24_article.png');
}
.module.type-kontakt24_teaser .box-kontakt .kontakt-links li a span {
  display: block;
}
.module.type-kontakt24_teaser .link-wrapper {
  margin: 40px auto;
}
.module.type-kontakt24_teaser .link-wrapper .link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  font-family: "Libre Baskerville";
  font-size: 16px;
  color: #fff;
  border: 2px dotted rgba(255,255,255,0.5);
}
.module.type-html {
  height: auto;
  min-height: 100%;
}
.module.type-html .static-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.module.type-html .static-image .bg-wrapper {
  padding: 0;
}
.module.type-html .static-image .bg-wrapper .content {
  width: 100%;
}
.module.type-html .static-image img {
  height: auto;
  width: 100%;
}
.module .lead-container {
  font-family: "Libre Baskerville";
  text-align: center;
}
.module .lead-container .title {
  position: relative;
  margin: 7% auto 40px auto;
  line-height: 4.2vw;
  font-size: 3.5vw;
  font-weight: 300;
}
.module .lead-container .lead {
  margin: 0 0 40px 0;
  line-height: 32px;
  font-size: 28px;
  font-style: italic;
}
.module .lead-container .link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  font-family: "Libre Baskerville";
  font-size: 16px;
  color: #fff;
  border: 2px dotted rgba(255,255,255,0.5);
}
.module.type-lead2 .lead-container {
  text-align: right;
}
.module.type-lead2 .lead-container .title,
.module.type-lead2 .lead-container .lead,
.module.type-lead2 .lead-container .link-wrapper {
  display: block;
  clear: both;
  float: left;
  width: 50%;
  margin-bottom: 50px;
}
.module.type-lead2 .lead-container .title:after,
.module.type-lead2 .lead-container .lead:after,
.module.type-lead2 .lead-container .link-wrapper:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 720px) {
  .module.type-lead2 .lead-container .title,
  .module.type-lead2 .lead-container .lead,
  .module.type-lead2 .lead-container .link-wrapper {
    width: 90%;
  }
}
.module.type-lead2 .lead-container .title {
  margin: 5% auto 40px auto;
}
@media screen and (max-width: 1366px) {
  .module.type-lead2 .lead-container .lead {
    line-height: 26px;
    font-size: 22px;
  }
}
.module.type-lead2 .lead-container .link-wrapper {
  text-align: right;
}
.module.type-lead3 .lead-container {
  text-align: left;
}
.module.type-lead3 .lead-container .title,
.module.type-lead3 .lead-container .lead,
.module.type-lead3 .lead-container .link-wrapper {
  display: block;
  clear: both;
  float: right;
  width: 50%;
  margin-bottom: 50px;
}
.module.type-lead3 .lead-container .title:after,
.module.type-lead3 .lead-container .lead:after,
.module.type-lead3 .lead-container .link-wrapper:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.module.type-lead3 .lead-container .title {
  margin: 5% auto 40px auto;
}
@media screen and (max-width: 1366px) {
  .module.type-lead3 .lead-container .lead {
    line-height: 26px;
    font-size: 22px;
  }
}
.module.type-lead4 .btn-play {
  margin: 40px auto;
}
.module.type-lead4 .lead {
  font-style: italic;
  text-align: left;
}
.module.type-video {
  min-height: 100vh;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .module.type-lead3 .lead-container .title {
    margin: 2% auto 40px auto;
  }
  .module.type-lead3 .lead-container .lead {
    font-size: 20px;
  }
  .module.type-lead4 .btn-play {
    margin: 0 auto 40px auto;
  }
  .module .lead-container .title {
    margin: 4% auto 40px auto;
    line-height: 1.5;
    font-size: 38px;
    font-size: 4vw;
  }
  .module .lead-container .lead {
    line-height: 1.5;
    font-size: 30px;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lead-container .title {
    font-size: 38px !important;
  }
  .lead-container .lead {
    font-size: 30px !important;
    line-height: 1.2em !important;
  }
}
@media screen and (max-height: 800px) {
  .module.type-lead2 .lead-container .title {
    margin: 2% auto 40px auto;
  }
  .module.type-lead2 .lead-container .lead {
    font-size: 20px;
  }
  .module.type-lead3 .lead-container .title {
    margin: 2% auto 40px auto;
  }
  .module.type-lead3 .lead-container .lead {
    font-size: 20px;
  }
  .module.type-lead4 .btn-play {
    margin: 0 auto 40px auto;
  }
  .module .lead-container .title {
    margin: 4% auto 40px auto;
    line-height: 1.5;
    font-size: 38px;
    font-size: 4vw;
  }
  .module .lead-container .lead {
    line-height: 1.5;
    font-size: 30px;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 720px) {
  .module.type-lead2 .lead-container .title {
    margin: 2% auto 30px auto;
  }
  .module.type-lead2 .lead-container .lead {
    line-height: 24px;
    font-size: 18px;
  }
  .module .lead-container .title {
    font-size: 25px !important;
  }
  .module .lead-container .lead {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 560px) {
  .module.type-lead2 .lead-container .title {
    margin: 2% auto 20px auto;
  }
  .module.type-lead2 .lead-container .lead {
    line-height: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .module.type-lead2 .lead-container .lead {
    line-height: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .module .btn-more {
    display: none;
  }
}
.type-line-graph {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.type-line-graph .bg-wrapper {
  padding: 0;
  overflow: hidden;
}
.type-line-graph .bg-wrapper:after {
  display: none;
}
.type-line-graph .bg-wrapper .content {
  height: 80%;
}
.type-line-graph .legend {
  padding: 40px 0 20px 0;
  text-align: left;
}
.type-line-graph .legend .text {
  display: inline;
  margin: 0 0 0 4%;
  line-height: 46px;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
.type-line-graph .legend ul {
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
}
.type-line-graph .legend ul li {
  position: relative;
  display: inline;
  margin: 0 35px;
  cursor: pointer;
}
.type-line-graph .legend ul li.active button {
  opacity: 1;
}
.type-line-graph .legend ul li button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
}
.type-line-graph .legend ul li button:hover {
  opacity: 1;
}
.type-line-graph .legend ul li button .ico {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px;
  width: 13px;
}
.type-line-graph .viewport {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.type-line-graph .viewport .overview {
  height: 100%;
}
.type-line-graph .graph {
  display: none;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.type-line-graph .graph.show {
  display: block;
}
.type-line-graph .graph.scale {
  display: block;
}
.type-line-graph .graph img {
  height: 90%;
  width: auto;
}
.type-line-graph #scrollbar1 {
  width: 520px;
  margin: 20px 0 10px;
}
.type-line-graph .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.type-line-graph .scrollbar {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.1);
  position: relative;
  background-position: 0 0;
  width: 15px;
}
.type-line-graph .track {
  height: 16px;
  width: 13px;
  position: relative;
  padding: 0 1px;
}
.type-line-graph .thumb {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: rgba(0,0,0,0.75);
  height: 16px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5px;
}
.type-line-graph .thumb .end {
  display: none;
  background: orange;
  overflow: hidden;
  height: 5px;
  width: 25px;
}
.type-line-graph .disable {
  display: none;
}
.type-line-graph .noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.type-maps {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.type-maps .bg-wrapper {
  padding: 0;
}
.type-maps .bg-wrapper .content {
  width: 100%;
}
.type-maps ul {
  margin: 0;
  padding: 0;
}
.type-maps ul li {
  transition: transform 1s linear 0s;
}
.type-maps ul li.scale {
  transform: scale(1.5,1.5);
}
.type-maps ul li .item-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.type-maps ul li .description {
  position: absolute;
  top: 70px;
  left: 70px;
  text-align: left;
}
@media screen and (max-height: 800px) {
  .type-maps ul li .description {
    top: 45px;
  }
}
@media screen and (max-width: 1280px) {
  .type-maps ul li .description {
    left: 40px;
  }
}
.type-maps ul li .description .date {
  margin: 0 0 10px 0;
  font-size: 40px;
}
.type-maps ul li .description .lead {
  font-size: 24px;
}
.type-maps ul li .description .map-thumbnail {
  margin: 35px 0 0 0;
}
.type-maps ul li .description .map-thumbnail img {
  height: auto;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .type-maps ul li .description .map-thumbnail img {
    min-width: unset;
  }
}
.type-maps ul li .description .map-thumbnail .caption {
  background-image: url('../img/debaty/ico_caption.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 40px;
  margin: 30px 0 0 0;
  padding: 0 0 0 50px;
  font-size: 18px;
}
.type-maps ul li .description .map-thumbnail .caption.point {
  background-position: 0 -60px;
}
.type-maps ul li img {
  height: auto;
  width: 100%;
}
.type-maps .bx-pager-maps {
  position: absolute;
  left: 50%;
  bottom: 65px;
  width: 826px;
  margin: 0 0 0 -413px;
  z-index: 200;
}
.type-maps .bx-pager-maps:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 1px;
  width: 100%;
  margin: 8px 0 0 -413px;
  border-top: 2px solid #a3a3a3;
  z-index: 10;
}
.type-maps .bx-pager-maps .bx-pager-item {
  position: relative;
  display: inline-block;
}
.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  color: #333;
  background: #333;
  border: 1px solid #a3a3a3;
  z-index: 20;
}
.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link:hover span {
  display: block;
}
.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link.active {
  background: #fff;
  border: 1px solid #fff;
}
.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link span {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -40px;
  font-size: 16px;
  color: #fff;
}
.type-maps .bx-controls-direction {
  position: absolute;
  left: 50%;
  bottom: 36px;
  height: 40px;
  width: 1024px;
  margin: 0 0 0 -512px;
  z-index: 200;
}
.type-maps .bx-controls-direction a {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 50px;
  margin: -50px 0 0 0;
}
.type-maps .bx-controls-direction a.bx-prev {
  background-image: url('../img/debaty/btn_arrow_maps.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  left: 0;
}
.type-maps .bx-controls-direction a.bx-prev:hover {
  background-position: 0 -83px;
}
.type-maps .bx-controls-direction a.bx-next {
  background-image: url('../img/debaty/btn_arrow_maps.png');
  background-repeat: no-repeat;
  background-position: right 0;
  right: 0;
}
.type-maps .bx-controls-direction a.bx-next:hover {
  background-position: right -83px;
}
.type-maps .bx-controls-direction a.disabled {
  display: none;
}
.module.start {
  font-family: "Libre Baskerville";
}
.module.start video {
  top: 0;
}
.module.start .bg-wrapper {
  padding: 20px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.module.start .bg-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top,rgba(53,53,53,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(53,53,53,0.65)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,rgba(53,53,53,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,rgba(53,53,53,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,rgba(53,53,53,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(53,53,53,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6353535',endColorstr='#00000000',GradientType=0);
  z-index: 99;
}
.module.start .logo {
  display: block;
  height: 85px;
  width: 89px;
  margin: 0 auto;
}
.module.start .title {
  margin: 7% auto 20px;
  padding: 35px 0;
  line-height: 120px;
  line-height: 8.5vw;
  font-size: 108px;
  font-size: 8vw;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 1366px) {
  .module.start .title {
    font-size: 82px;
    font-size: 6vw;
  }
}
@media screen and (max-height: 1024px) {
  .module.start .title {
    font-size: 82px;
    line-height: 1.5em;
  }
}
@media screen and (max-height: 812px) {
  .module.start .title {
    font-size: 55px;
  }
}
.module.start .lead {
  margin: 20px auto;
  line-height: 24px;
  font-size: 20px;
}
@media screen and (max-width: 1366px) {
  .module.start .btn-more {
    bottom: 60px;
  }
}
@media screen and (max-height: 800px) {
  .module.start .btn-more {
    bottom: 60px;
  }
}
.module.type-teaser {
  font-family: "Libre Baskerville";
  text-align: center;
  min-height: 100vh;
}
.module.type-teaser .title {
  position: relative;
  margin: 8% auto 40px auto;
  line-height: 4.2vw;
  font-size: 3.75vw;
  font-weight: 300;
}
@media screen and (max-width: 1366px) {
  .module.type-teaser .title {
    margin: 4% auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .module.type-teaser .title {
    font-size: 38px !important;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 720px) {
  .module.type-teaser .title {
    font-size: 25px !important;
    line-height: 1.5em;
  }
}
.module.type-teaser .subtitle {
  font-size: 32px;
}
.module.type-teaser .btn-play {
  margin: 40px auto;
}
.module.type-teaser .btn-play .text {
  display: block;
  position: absolute;
  bottom: -25px;
  clip: auto;
  height: auto;
  width: 123px;
  text-align: center;
  line-height: 19px;
  font-size: 15px;
  color: #fff;
}
.type-timeline {
  position: absolute;
  height: 100%;
  width: 100%;
}
.type-timeline .bg-wrapper {
  padding: 0;
}
.type-timeline .bg-wrapper .content {
  width: 100%;
}
.type-timeline .bx-wrapper {
  height: 100%;
}
.type-timeline .bx-viewport {
  height: 100% !important;
}
.type-timeline ul {
  height: 100%;
}
.type-timeline ul li {
  height: 100%;
  width: 100%;
}
.type-timeline ul li .item-container {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.type-timeline ul li .item-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzBkMGQwZCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjMGMwYzBjIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMGEwYTBhIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMDUwNTA1IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,#000000 0%,rgba(13,13,13,0.3) 16%,rgba(12,12,12,0) 23%,rgba(10,10,10,0) 30%,rgba(5,5,5,0) 52%,rgba(0,0,0,0.3) 78%,#000000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(16%,rgba(13,13,13,0.3)),color-stop(23%,rgba(12,12,12,0)),color-stop(30%,rgba(10,10,10,0)),color-stop(52%,rgba(5,5,5,0)),color-stop(78%,rgba(0,0,0,0.3)),color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,#000000 0%,rgba(13,13,13,0.3) 16%,rgba(12,12,12,0) 23%,rgba(10,10,10,0) 30%,rgba(5,5,5,0) 52%,rgba(0,0,0,0.3) 78%,#000000 100%);
  background: -o-linear-gradient(top,#000000 0%,rgba(13,13,13,0.3) 16%,rgba(12,12,12,0) 23%,rgba(10,10,10,0) 30%,rgba(5,5,5,0) 52%,rgba(0,0,0,0.3) 78%,#000000 100%);
  background: -ms-linear-gradient(top,#000000 0%,rgba(13,13,13,0.3) 16%,rgba(12,12,12,0) 23%,rgba(10,10,10,0) 30%,rgba(5,5,5,0) 52%,rgba(0,0,0,0.3) 78%,#000000 100%);
  background: linear-gradient(to bottom,#000000 0%,rgba(13,13,13,0.3) 16%,rgba(12,12,12,0) 23%,rgba(10,10,10,0) 30%,rgba(5,5,5,0) 52%,rgba(0,0,0,0.3) 78%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
}
.type-timeline ul li .description {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 840px;
  margin: 0 0 0 -420px;
  text-align: left;
  z-index: 200;
}
.type-timeline ul li .description .date {
  margin: 0 0 20px 0;
  line-height: 30px;
  font-size: 24px;
}
.type-timeline ul li .description .title {
  margin: 20px 0 40px 0;
  line-height: 81px;
  font-size: 72px;
  font-weight: bold;
}
@media screen and (max-height: 800px) {
  .type-timeline ul li .description .title {
    line-height: 72px;
    font-size: 64px;
  }
}
.type-timeline ul li .description .lead {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.type-timeline .periods {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 826px;
  margin: 0 0 0 -413px;
  z-index: 200;
}
.type-timeline .periods .item {
  background-image: url('../img/debaty/bg_timline_period.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  float: left;
  height: 15px;
  padding: 0 10px;
  text-align: left;
  border-left: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(255,255,255,0.2);
}
.type-timeline .periods .item.first {
  width: 197px;
}
.type-timeline .periods .item.snd {
  width: 155px;
  margin: 0 8px;
}
.type-timeline .periods .item.thd {
  width: 203px;
  margin: 0 8px 0 0;
}
.type-timeline .periods .item.frth {
  width: 160px;
  border-right: 0 none;
}
.type-timeline .periods .item span {
  display: block;
  position: absolute;
  top: 12px;
  width: 100%;
  font-size: 14px;
}
.type-timeline .bx-pager-timeline,
.type-timeline .bx-pager-candidate {
  position: absolute;
  left: 50%;
  top: 111px;
  width: 826px;
  margin: 0 0 0 -413px;
  z-index: 200;
}
.type-timeline .bx-pager-timeline:after,
.type-timeline .bx-pager-candidate:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 1px;
  width: 100%;
  margin: 8px 0 0 -413px;
  border-top: 1px solid #FFF;
  z-index: 10;
}
.type-timeline .bx-pager-timeline .bx-pager-item,
.type-timeline .bx-pager-candidate .bx-pager-item {
  position: relative;
  display: inline-block;
}
.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link,
.type-timeline .bx-pager-candidate .bx-pager-item .bx-pager-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  color: #333;
  background: #333;
  border: 1px solid #FFF;
  z-index: 20;
}
.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link:hover span,
.type-timeline .bx-pager-candidate .bx-pager-item .bx-pager-link:hover span {
  display: block;
}
.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link.active,
.type-timeline .bx-pager-candidate .bx-pager-item .bx-pager-link.active {
  background: #fff;
  border: 1px solid #fff;
}
.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link span,
.type-timeline .bx-pager-candidate .bx-pager-item .bx-pager-link span {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -40px;
  font-size: 16px;
  color: #fff;
}
.type-timeline .bx-controls-direction {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1024px;
  margin: 0 0 0 -512px;
  z-index: 200;
}
.type-timeline .bx-controls-direction a {
  position: absolute;
  top: 73%;
  height: 160px;
  width: 70px;
  margin: -80px 0 0 0;
}
.type-timeline .bx-controls-direction a.bx-prev {
  background-image: url('../img/debaty/btn_arrow_timeline2.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  left: -50px;
}
.type-timeline .bx-controls-direction a.bx-prev:hover {
  background-position: 0 -180px;
}
.type-timeline .bx-controls-direction a.bx-next {
  background-image: url('../img/debaty/btn_arrow_timeline2.png');
  background-repeat: no-repeat;
  background-position: right 0;
  right: -50px;
}
.type-timeline .bx-controls-direction a.bx-next:hover {
  background-position: right -180px;
}
.type-timeline .bx-controls-direction a.disabled {
  display: none;
}
.module.type-title {
  font-family: "Libre Baskerville";
  min-height: 100vh;
}
.module.type-title .chapter-name {
  margin: 8% auto 0 auto;
  font-size: 26px;
  color: #e33048;
}
@media screen and (max-width: 1366px) {
  .module.type-title .chapter-name {
    margin: 4% auto 0 auto;
  }
}
@media screen and (max-height: 800px) {
  .module.type-title .chapter-name {
    margin: 4% auto 0 auto;
  }
}
.module.type-title .title {
  position: relative;
  margin: 2% auto 100px auto;
  line-height: 6.5vw;
  font-size: 6vw;
}
@media screen and (max-width: 1366px) {
  .module.type-title .title {
    line-height: 46px;
    line-height: 3.5vw;
    font-size: 38px;
    font-size: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .module.type-title .title {
    font-size: 75px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 720px) {
  .module.type-title .title {
    font-size: 35px;
    line-height: 1.5em;
  }
}
.module.type-title .title:after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
  width: 75px;
  border: 1px solid #fff;
}
.module.type-title .lead {
  line-height: 32px;
  font-size: 28px;
  font-style: italic;
}
@media screen and (max-width: 1366px) {
  .module.type-title .lead {
    line-height: 26px;
    font-size: 20px;
  }
}
@media screen and (max-height: 800px) {
  .module.type-title .lead {
    line-height: 26px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .module.type-title .lead {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 360px) {
  .module.type-title .lead {
    font-size: 16px;
    line-height: 22px;
  }
}
.module.type-title .link-wrapper {
  margin: 40px auto;
}
.module.type-title .link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  font-family: "Libre Baskerville";
  font-size: 16px;
  color: #fff;
  border: 2px dotted rgba(255,255,255,0.5);
}
.video-container {
  position: relative;
  width: 800px;
  margin: 40px auto 0 auto;
  z-index: 200;
}
@media screen and (max-width: 840px) {
  .video-container {
    width: 640px;
  }
}
@media screen and (max-width: 720px) {
  .video-container {
    width: 520px;
  }
}
@media screen and (max-width: 560px) {
  .video-container {
    width: 360px;
  }
}
@media screen and (max-width: 380px) {
  .video-container {
    width: 320px;
  }
}
.video-container .bx-controls .bx-controls-direction a {
  top: 205px;
}
.video-container .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -62px 0 0 -62px;
}
.video-container .lead {
  display: block;
  clear: both;
  margin: 30px auto 20px auto;
  padding: 0 3px;
  line-height: 24px;
  text-align: left;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 18px;
  overflow: hidden;
}
.video-container .lead:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.video-container .author {
  float: left;
  width: 60%;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
.video-container .source {
  float: right;
  width: 39%;
  line-height: 20px;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
.video-overlay {
  display: none;
  position: fixed;
  top: 64px;
  left: 50%;
  height: 100%;
  width: 80%;
  margin: 0 0 0 -40%;
  z-index: 300;
}
.video-overlay.active {
  display: block;
}
.video-overlay .btn-close {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  background-image: url('../img/debaty/btn_close.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: absolute;
  right: 0;
  margin: -10px 0 0 0;
  height: 24px;
  width: 24px;
}
.video-overlay .btn-close:hover {
  background-position: -45px 0;
}
.video-overlay .btn-close span {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.video-overlay article {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 5% 0 0 0;
  z-index: 2000;
}
.video-overlay .video-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.video-overlay .video-wrapper .video-player {
  margin: 20px auto;
}
.module.type-menu ul {
  display: inline-block;
}
.module.type-menu ul li {
  margin: 10px 0;
}
.module.type-menu ul li span.list-dot {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: #E33048;
  border-radius: 30px;
}
.module.type-menu ul li a {
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.adoHide {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 3px 0;
  text-align: center;
  background: #010640;
}
.adoHide:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.tvn-advertisement {
  background-image: url('../img/debaty/weekend/ico-ado-white.png');
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  margin: 2% 0;
  padding: 16px 0 0 0;
}
.Brandingplayera970 .tvn-advertisement {
  display: none;
}
.videoRendered .Brandingplayera970 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%) translateY(calc(-18px - 8.8%));
  z-index: 20;
}
@media screen and (min-width: 1364px) {
  .videoRendered .Brandingplayera970 {
    width: 1364px;
  }
}
.videoRendered .Brandingplayera970 .tvn-advertisement {
  display: block;
  margin: 0;
}
.videoRendered .Brandingplayera970 .tvn-advertisement img {
  display: block;
}
.weekend-item .adoHide {
  background: none;
}
.weekend-item .tvn-advertisement {
  background-image: url('../img/debaty/weekend/ico-ado.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 20px 0 0 0;
}
.loader {
  position: fixed;
  width: 100px;
  height: auto;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.loader img {
  width: 100%;
  height: auto;
}
.loader.hide {
  display: none;
}
.shareContainerList li {
  display: inline-block;
  position: relative;
}
.shareContainerList button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  margin: 0 5px;
}
.panel-social {
  display: block;
  clear: both;
  margin: 4% auto;
  text-align: center;
}
.panel-social:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.panel-social .text-social {
  display: block;
  width: 762px;
  margin: 0 auto 20px auto;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
}
.panel-social .shareContainerList {
  font-size: 0;
}
.panel-social .shareContainerList li {
  font-size: 20px;
  display: inline-block;
}
.panel-social button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  height: 90px;
  width: 254px;
  text-align: center;
}
.panel-social button.share-facebook-button {
  background-position: 116px -1239px;
  background-color: #314987;
}
.panel-social button.share-twitter-button {
  background-position: 110px -1320px;
  background-color: #47C5EE;
}
.panel-social button.share-google-plus-button {
  background-position: 95px -1396px;
  background-color: #C02825;
}
.panel-social .count {
  display: none;
}
body.show-dropdown {
  overflow: hidden;
}
body.show-dropdown .main-header.active {
  height: 100%;
}
body.show-dropdown .main-header .btn-show .ico {
  background-position: 8px -324px;
}
body.show-dropdown .main-header .btn-show:hover .ico {
  background-position: 8px -746px;
  background-color: #fff;
}
body.show-dropdown .main-header .text-wrapper {
  right: 156px;
}
body.show-dropdown .debate-dropdown {
  display: block;
}
.main-header {
  display: block;
  clear: both;
  position: relative;
  font-family: "Roboto";
  color: #fff;
  background: #010640;
}
.main-header:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  min-height: 80px;
  width: 100%;
  z-index: 1500;
}
.main-header.active {
  overflow: hidden;
  z-index: 1500;
}
.main-header.active .logo {
  opacity: 1;
}
.main-header.active .shareContainerList {
  right: 25px;
}
.main-header .text-wrapper {
  float: right;
  position: relative;
  right: 150px;
  width: 65%;
}
.main-header .logo {
  transition: opacity 200ms linear 0s;
  -moz-transition: opacity 200ms linear 0s;
  -webkit-transition: opacity 200ms linear 0s;
  -o-transition: opacity 200ms linear 0s;
  -ms-transition: opacity 200ms linear 0s;
  position: absolute;
  top: 0;
  left: -100px;
  height: 80px;
  width: 95px;
  opacity: 0.5;
  overflow: hidden;
}
.main-header .logo:hover {
  opacity: 0.95;
}
.main-header .logo img {
  height: 100%;
  width: auto;
}
.main-header .section-title {
  display: inline-block;
  margin: 23px 0;
  font-size: 34px;
  font-weight: 400;
  cursor: pointer;
}
.main-header .btn-custom-show {
  display: none;
}
.main-header .btn-show {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  transition: color 100ms linear 0s;
  -moz-transition: color 100ms linear 0s;
  -webkit-transition: color 100ms linear 0s;
  -o-transition: color 100ms linear 0s;
  -ms-transition: color 100ms linear 0s;
  position: relative;
  margin: 0 0 5px 15px;
  padding: 0 0 0 45px;
  font-size: 30px;
  color: #1387d2;
  cursor: pointer;
}
.main-header .btn-show .ico {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 8px -283px;
  background-color: #1387d1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  transition: background-color 100ms linear 0s;
  -moz-transition: background-color 100ms linear 0s;
  -webkit-transition: background-color 100ms linear 0s;
  -o-transition: background-color 100ms linear 0s;
  -ms-transition: background-color 100ms linear 0s;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 36px;
  width: 36px;
  margin-top: -18px;
}
.main-header .btn-show.collapse {
  width: auto;
  margin: 20px 0 5px 0;
}
.main-header .btn-show.collapse:hover {
  color: #1387d2;
}
.main-header .btn-show.collapse:hover .ico {
  box-shadow: 0 0 1px #1387d2;
}
.main-header .btn-show:hover {
  color: #fff;
}
.main-header .btn-show:hover .ico {
  background-position: 8px -702px;
  background-color: #fff;
}
.main-header .partner {
  position: absolute;
  top: 6px;
  right: 30px;
  z-index: 100;
}
@media screen and (max-width: 820px) {
  .main-header .partner {
    right: 2%;
  }
}
.main-header .partner.partner-pekao + .shareContainerList {
  right: 315px !important;
}
@media screen and (max-width: 920px) {
  .main-header .partner.partner-pekao + .shareContainerList {
    right: 220px !important;
  }
}
@media screen and (max-width: 400px) {
  .main-header .partner.partner-pekao + .shareContainerList {
    right: 2% !important;
  }
}
.main-header .partner.partner-pekao .vertical-line {
  margin-right: 0px;
}
@media screen and (max-width: 820px) {
  .main-header .partner.partner-pekao .vertical-line {
    margin: 0;
  }
}
.main-header .partner + .shareContainerList {
  right: 395px !important;
}
@media screen and (max-width: 820px) {
  .main-header .partner + .shareContainerList {
    right: 190px;
  }
}
@media screen and (max-width: 820px) {
  .main-header .partner + .shareContainerList button {
    margin: 0 3px;
  }
}
.main-header .partner .vertical-line {
  float: left;
  border-left: 1px solid white;
  height: 67px;
  margin-right: 20px;
}
@media screen and (max-width: 820px) {
  .main-header .partner .vertical-line {
    margin: 0 10px 0 0;
  }
}
.main-header .partner .partner-logo {
  position: relative;
  margin-top: 5px;
  float: right;
  display: block !important;
  font-size: 12px;
}
.main-header .partner .partner-logo.partner-pekao img {
  margin: 2px auto;
}
.main-header .partner .partner-logo img {
  margin: 7px auto;
}
.main-header .partner .partner-logo span {
  margin-left: 5px;
  font-weight: 200;
}
.main-header .partner .partner-logo a {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .main-header .partner .partner-mercedes img {
    margin: 0px auto;
  }
}
.main-header .partner .partner-apart {
  margin-top: 0px;
}
@media screen and (max-width: 640px) {
  .main-header .partner .partner-apart img {
    margin: 0px auto;
  }
}
.main-header .partner .partner-goodvalley {
  margin-top: 0px;
}
.main-header .partner .partner-goodvalley img {
  max-height: 55px;
}
@media screen and (max-width: 640px) {
  .main-header .partner .partner-goodvalley img {
    margin: 12px auto;
  }
}
.main-header .partner .partner-natgeo {
  margin-top: 0;
}
.main-header .partner .partner-natgeo img {
  max-height: 55px;
}
@media screen and (max-width: 640px) {
  .main-header .partner .partner-natgeo img {
    margin: 12px auto;
  }
}
.main-header .shareContainerList {
  position: absolute;
  top: 22px;
  right: 30px;
  z-index: 100;
}
.main-header .shareContainerList button {
  height: 34px;
  width: 34px;
  opacity: 0.7;
}
.main-header .shareContainerList button:hover {
  opacity: 1;
}
.main-header .shareContainerList button.share-facebook-button {
  background-position: 0 0;
}
.main-header .shareContainerList button.share-twitter-button {
  background-position: 0 -43px;
}
.main-header .shareContainerList button.share-google-plus-button {
  background-position: 0 -85px;
}
.main-header .shareContainerList span {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.debate-dropdown {
  display: block;
  clear: both;
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  z-index: 500;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.95);
}
.debate-dropdown:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.debate-dropdown .wrapper {
  position: relative;
  float: right;
  right: 150px;
  height: 100%;
  width: 65%;
}
.debate-dropdown .list-wrapper {
  position: relative;
  height: 70%;
  overflow: hidden;
}
.debate-dropdown .topic {
  position: absolute;
  left: -260px;
  width: 200px;
  font-size: 50px;
  font-weight: 400;
  text-align: right;
  vertical-align: top;
  color: #80829F;
}
.debate-dropdown li {
  position: relative;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #b3b3b3;
}
.debate-dropdown li .link-wrapper {
  margin: 0 0 0 60px;
}
.debate-dropdown li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 30px;
  font-weight: 400;
  color: #010640;
  text-decoration: none;
}
.debate-dropdown li .nr {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 35px;
  width: 35px;
  margin: -20px 15px 0 0;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #80829f;
  vertical-align: middle;
}
.debate-dropdown li .author {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.module-link {
  display: block;
  clear: both;
  transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -webkit-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  -ms-transition: all 200ms ease-out 0s;
  width: 100%;
  margin: 0 0 2px 0;
  padding: 42px 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #020538;
}
.module-link:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.module-link:hover {
  background: #010640;
}
.module-link .text-wrapper {
  float: right;
  position: relative;
  right: 150px;
  width: 65%;
  color: #fff;
}
.module-link .link {
  line-height: 49px;
  font-size: 34px;
  font-weight: 500;
  text-decoration: none;
}
.module-link .date {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  line-height: 49px;
  font-size: 20px;
  border-left: 2px solid #fff;
}
.debate-content {
  display: block;
  clear: both;
}
.debate-content:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.debate-content .module {
  background-color: unset;
}
.tag-link-special {
  display: none;
}
.weekend-item {
  clear: both;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 0 2px 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  z-index: 10;
  overflow: hidden;
}
.weekend-item .close-title {
  display: none;
  position: absolute;
  right: -200px;
  bottom: -200px;
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #1387d2;
  cursor: pointer;
  z-index: 1000;
}
.weekend-item .close-title:after {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 5px -327px;
  background-color: #1387d2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  height: 30px;
  width: 30px;
  margin: 0 0 0 -15px;
}
.weekend-item .close-title:hover:after {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 5px -748px;
  background-color: #fff;
  box-shadow: 0 0 1px #1387d2;
}
.weekend-item.active.title-first.one-thirds,
.weekend-item.active.title-first.three-thirds,
.weekend-item.active.title-first.two-thirds {
  height: auto;
}
.weekend-item.active.title-first .item-wrapper {
  display: block;
}
.weekend-item.active.title-first .text-wrapper {
  display: block;
  position: absolute;
  right: auto;
  bottom: 7%;
  left: 50%;
  width: 100%;
  margin: 0 0 0 -50%;
}
.weekend-item.active.title-first .logo,
.weekend-item.active.title-first .name {
  display: none;
}
.weekend-item.active.title-first .btn-scroll {
  display: none;
}
.weekend-item.active .photo-item {
  height: auto;
  overflow: hidden;
  background-size: 0;
}
.weekend-item.active .photo-item > img {
  display: block;
}
.weekend-item.active .photo-subtitle {
  display: block;
  float: none;
  width: auto;
  font-size: 15px;
  color: #A2A2A2;
  margin: 5px 0 0 3px;
}
.weekend-item.active .item-wrapper {
  z-index: 2000;
}
.weekend-item.active .debate-content {
  display: block;
}
.weekend-item.active .tag-link {
  display: none;
}
.weekend-item.active.is-over .close-title {
  display: block;
}
.weekend-item.active.is-over .close-title.fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.weekend-item.active .text-wrapper {
  transition: bottom 500ms linear 0s;
  -moz-transition: bottom 500ms linear 0s;
  -webkit-transition: bottom 500ms linear 0s;
  -o-transition: bottom 500ms linear 0s;
  -ms-transition: bottom 500ms linear 0s;
  bottom: 7%;
}
.weekend-item.style1 .subtitle {
  background: #025951;
}
.weekend-item.style1 .section-title {
  border-left: 17px solid #025951;
}
.weekend-item.style1 .section-title .text {
  background: #025951;
}
.weekend-item.style2 .subtitle {
  background: #c69c6d;
}
.weekend-item.style2 .section-title {
  border-left: 17px solid #c69c6d;
}
.weekend-item.style2 .section-title .text {
  background: #c69c6d;
}
.weekend-item.style3 .subtitle {
  background: #534741;
}
.weekend-item.style3 .section-title {
  border-left: 17px solid #534741;
}
.weekend-item.style3 .section-title .text {
  background: #534741;
}
.weekend-item.style4 .subtitle {
  background: #1b1464;
}
.weekend-item.style4 .section-title {
  border-left: 17px solid #1b1464;
}
.weekend-item.style4 .section-title .text {
  background: #1b1464;
}
.weekend-item.style5 .subtitle {
  background: #181D56;
}
.weekend-item.style5 .section-title {
  border-left: 17px solid #181D56;
}
.weekend-item.style5 .section-title .text {
  background: #181D56;
}
.weekend-item.style6 .subtitle {
  background: #662450;
}
.weekend-item.style6 .section-title {
  border-left: 17px solid #662450;
}
.weekend-item.style6 .section-title .text {
  background: #662450;
}
.weekend-item.style7 .subtitle {
  background: #7C4700;
}
.weekend-item.style7 .section-title {
  border-left: 17px solid #7C4700;
}
.weekend-item.style7 .section-title .text {
  background: #7C4700;
}
.weekend-item.one-thirds {
  height: 340px;
}
.weekend-item.one-thirds.active {
  height: auto;
}
.weekend-item.two-thirds {
  height: 50%;
}
.weekend-item.two-thirds.active {
  height: auto;
  z-index: initial;
}
.weekend-item.three-thirds {
  height: 100%;
}
.weekend-item.three-thirds.active {
  height: auto;
}
.weekend-item.title-first {
  height: calc(100vh - 80px);
  font-family: Georgia, "Times New Roman", Times, serif;
}
.weekend-item.title-first.one-thirds {
  height: calc(100vh - 80px);
}
.weekend-item.title-first.two-thirds {
  height: calc(100vh - 80px);
}
.weekend-item.title-first.three-thirds {
  height: calc(100vh - 80px);
}
.weekend-item.title-first.active .mag-author {
  display: block;
}
.weekend-item.title-first .item-wrapper {
  display: table;
  text-align: center;
}
.weekend-item.title-first .text-wrapper {
  display: table-cell;
  position: relative;
  right: auto;
  bottom: auto;
  vertical-align: middle;
}
.weekend-item.title-first .text-wrapper > div {
  width: 75%;
  margin: 0 auto;
}
.weekend-item.title-first .text-wrapper .lead {
  margin: 2% auto;
  line-height: 34px;
  font-size: 30px;
  text-shadow: 0 0 5px rgba(0,0,0,0.85);
}
.weekend-item.title-first .text-wrapper .lead span + .tag-link {
  margin: 0 0 0 20px;
}
.weekend-item.title-first .mag-author {
  display: none;
  margin: 0 0 15px 0;
  font-size: 32px;
  text-shadow: 0 6px 10px rgba(0,0,0,0.75);
}
.weekend-item.title-first .logo {
  height: 21%;
  max-height: 230px;
  width: 21%;
  max-width: 241px;
  margin: 0 auto;
}
@media screen and (max-height: 720px) {
  .weekend-item.title-first .logo {
    display: none;
  }
}
.weekend-item.title-first .logo img {
  position: relative;
  height: auto;
  min-height: inherit;
  max-height: 230px;
  width: 100%;
  min-width: inherit;
}
.weekend-item.title-first .name {
  margin: 2% 0;
  font-size: 60px;
  text-shadow: 0 0 5px rgba(0,0,0,0.85);
}
.weekend-item.title-first .module-title {
  font-family: "Roboto";
  font-size: 5vw;
  text-shadow: 0 6px 10px rgba(0,0,0,0.75);
}
@media screen and (max-height: 800px) {
  .weekend-item.title-first .module-title {
    font-size: 11vh;
  }
}
.weekend-item.title-first .tag-link {
  position: relative;
  top: auto;
  left: auto;
  font-family: "Roboto";
  font-size: 16px;
  text-shadow: none;
}
.weekend-item.title-first .btn-scroll {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -850px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  height: 50px;
  width: 92px;
  margin: 0 0 0 -46px;
}
.weekend-item .debate-content {
  display: none;
}
.weekend-item .photo-item {
  display: block;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.weekend-item .photo-item > img {
  height: auto;
  width: 100%;
}
.weekend-item .photo-subtitle {
  display: none;
}
.weekend-item .item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.weekend-item .text-wrapper {
  transition: bottom 200ms linear 0s;
  -moz-transition: bottom 200ms linear 0s;
  -webkit-transition: bottom 200ms linear 0s;
  -o-transition: bottom 200ms linear 0s;
  -ms-transition: bottom 200ms linear 0s;
  position: absolute;
  right: 150px;
  bottom: 30px;
  width: 65%;
  color: #fff;
  z-index: 30;
}
.weekend-item .text-wrapper .subtitle {
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.weekend-item .text-wrapper .section-title {
  line-height: 4.15vw;
  font-size: 3.5vw;
  font-weight: 400;
  overflow: hidden;
}
.weekend-item .text-wrapper .text {
  padding: 0 20px 0 0;
}
.weekend-item .text-wrapper .lead {
  font-size: 14px;
}
.weekend-item .text-wrapper a {
  text-decoration: none;
  color: #fff;
}
.weekend-item .module {
  margin: 5px auto;
}
.weekend-item .module figure a {
  text-decoration: none;
}
.weekend-item .module .side-info {
  position: absolute;
  left: -285px;
  width: 170px;
  padding: 0 20px 0 0;
  text-align: right;
  border-right: 2px solid #c3ced6;
}
.weekend-item .module .side-info .author {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 22px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  color: #c3ced6;
}
.weekend-item .module .side-info .shareContainerList {
  position: absolute;
  right: 10px;
  z-index: 20;
}
.weekend-item .module .side-info .shareContainerList li {
  display: block;
}
.weekend-item .module.type-lead1,
.weekend-item .module.type-lead2,
.weekend-item .module.type-lead3,
.weekend-item .module.type-html,
.weekend-item .module.type-title,
.weekend-item .module.type-video {
  height: 100vh;
}
.weekend-item .module.type-article .bg-wrapper {
  position: relative;
  padding: 4% 0 0 0;
}
.weekend-item .module.type-article .bg-wrapper .content {
  width: 96%;
  max-width: 840px;
  line-height: 36px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #1a1a1a;
}
.weekend-item .module.type-article .bg-wrapper .content > h1 {
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #333;
}
.weekend-item .module.type-article .bg-wrapper .content h2 {
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #333;
}
.weekend-item .module.type-article .bg-wrapper .content h2 strong {
  font-weight: normal;
}
.weekend-item .module.type-article .bg-wrapper .content a {
  color: #128ccf;
  text-decoration: none;
}
.weekend-item .module.type-article .bg-wrapper .content .lead {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: italic;
}
.weekend-item .module.type-article .bg-wrapper .content iframe {
  margin: 0 auto;
}
.weekend-item .module.type-article .bg-wrapper .content ol {
  list-style: decimal;
}
.weekend-item .module.type-article .bg-wrapper .content ul {
  list-style: disc;
}
.weekend-item .module.type-article .bg-wrapper .content ul,
.weekend-item .module.type-article .bg-wrapper .content ol {
  margin-left: 30px;
}
.weekend-item .module.type-article .bg-wrapper .content ul li,
.weekend-item .module.type-article .bg-wrapper .content ol li {
  margin-bottom: 10px;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer {
  display: block;
  clear: both;
  margin: 0 0 20px 0;
  border-top: 1px solid #686868;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer .partner-logo {
  position: relative;
  float: right;
  display: block !important;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #686868;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer .partner-logo.partner-pekao img {
  height: 35px;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer .partner-logo > * {
  float: left;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer .partner-logo span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 200;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer .partner-logo a {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer .partner-logo img {
  height: 85px;
}
.weekend-item .module.type-article .bg-wrapper .content .partner-footer .vertical-line {
  float: left;
  border-left: 1px solid #686868;
  height: 40px;
  margin-right: 15px;
  margin-left: 15px;
}
.weekend-item .module.type-article .side-info .shareContainerList button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: block;
  height: 41px;
  width: 110px;
  margin: 0 0 5px 0;
  padding: 0 15px;
  text-align: right;
  font-size: 22px;
  color: #fff;
}
.weekend-item .module.type-article .side-info .shareContainerList button.share-facebook-button {
  background-position: 0 -382px;
  background-color: #294589;
}
.weekend-item .module.type-article .side-info .shareContainerList button.share-twitter-button {
  background-position: 0 -485px;
  background-color: #44C6EF;
}
.weekend-item .module.type-article .side-info .shareContainerList button.share-google-plus-button {
  background-position: 0 -434px;
  background-color: #C21E1B;
}
.weekend-item .module.type-article .side-info .shareContainerList .count {
  font-family: Arial;
  font-size: 22px;
  color: #fff;
  line-height: 41px;
  position: absolute;
  top: 0px;
  right: 15px;
  pointer-events: none;
}
.weekend-item .module.type-article .title-article {
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #333;
}
.weekend-item .module.type-article .customHTML {
  display: block;
  max-width: 1018px;
  margin: 0 0 0 -89px;
}
.weekend-item .module.type-article .customBlockquote {
  line-height: 30px;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: bold;
  color: #128CCF;
}
.weekend-item .module.type-article .customBlockquote.align-right {
  width: 480px;
  padding: 20px 0 20px 55px;
  border-left: 2px solid #128CCF;
}
.weekend-item .module.type-article .customBlockquote .quoteAuthor {
  margin: 25px auto 0 auto;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  color: #A2A2A2;
}
.weekend-item .module.type-article .inner-photo {
  max-width: 1018px;
}
.weekend-item .module.type-article .inner-photo.center {
  margin: 0 -89px 0 -89px;
}
.weekend-item .module.type-article .inner-photo.center .photo-wrapper > div {
  max-width: 1018px;
}
.weekend-item .module.type-article .inner-photo.center img {
  width: auto;
}
.weekend-item .module.type-article .inner-photo.right,
.weekend-item .module.type-article .inner-photo.left {
  max-width: 480px;
}
.weekend-item .module.type-article .inner-photo.right .photo-wrapper,
.weekend-item .module.type-article .inner-photo.left .photo-wrapper {
  display: table;
}
.weekend-item .module.type-article .inner-photo.right .photo-wrapper > div,
.weekend-item .module.type-article .inner-photo.left .photo-wrapper > div {
  display: table-cell;
  vertical-align: middle;
}
.weekend-item .module.type-article .inner-photo.right img,
.weekend-item .module.type-article .inner-photo.left img {
  max-height: 475px;
  width: auto;
  max-width: 480px;
}
.weekend-item .module.type-article .inner-photo.right figcaption,
.weekend-item .module.type-article .inner-photo.left figcaption {
  width: 75%;
}
.weekend-item .module.type-article .inner-photo.left {
  max-width: 380px;
  margin: 0 30px 0 0;
}
.weekend-item .module.type-article .inner-photo.left img {
  max-width: 380px;
}
.weekend-item .module.type-article .inner-photo figcaption {
  margin: 3px 0 0 0;
  line-height: 18px;
}
.weekend-item .module.type-article .inner-photo .title,
.weekend-item .module.type-article .inner-photo .source {
  display: inline;
  float: none;
  width: auto;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #A2A2A2;
}
.weekend-item .module.type-article .inner-video {
  width: 1018px;
  margin: 10px 0 10px -89px;
}
.weekend-item .module.type-article .inner-video .inner-wrapper {
  width: 100%;
}
.weekend-item .module.type-article .inner-video .has-ad {
  box-sizing: border-box;
  width: 970px;
  padding: 64px 45px 45px 45px;
}
.weekend-item .module.type-article .inner-video .withBranding .video-player {
  max-width: 966px;
  margin: 100px auto 50px auto;
}
@media screen and (max-width: 1364px) {
  .weekend-item .module.type-article .inner-video .withBranding .video-player {
    width: 71vw !important;
  }
}
@media screen and (max-width: 1190px) {
  .weekend-item .module.type-article .inner-video .withBranding .video-player {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 939px) {
  .weekend-item .module.type-article .inner-video .withBranding .video-player {
    margin-top: 80px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 800px) {
  .weekend-item .module.type-article .inner-video .withBranding .video-player {
    margin-top: 60px;
    margin-bottom: -8%;
  }
}
.weekend-item .module.type-article .inner-video .videoRendered > img,
.weekend-item .module.type-article .inner-video .videoRendered .btn-play {
  display: none;
}
.weekend-item .module.type-article .inner-video figcaption {
  display: block;
  clear: both;
  margin: 3px 0 0 0;
  line-height: 18px;
}
.weekend-item .module.type-article .inner-video figcaption:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.weekend-item .module.type-article .inner-video .inner-wrapper .withBranding.videoRendered + figcaption {
  width: 71vw;
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 940px) and (max-width: 1364px) {
  .weekend-item .module.type-article .inner-video .inner-wrapper .withBranding.videoRendered + figcaption {
    margin-top: calc((100vw - 1364px) / 2.2);
  }
}
.weekend-item .module.type-article .inner-video .title,
.weekend-item .module.type-article .inner-video .source {
  float: none;
  display: inline;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #A2A2A2;
}
.weekend-item .module.type-article .inner-video .btn-play {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  display: block;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  margin: -75px 0 0 -75px;
  background: rgba(255,255,255,0.5);
  z-index: 20;
}
.weekend-item .module.type-article .inner-video .btn-play:hover {
  background: rgba(255,255,255,0.75);
}
.weekend-item .module.type-article .inner-video .btn-play:after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent rgba(19,135,210,0.95);
  border-style: solid;
  border-width: 35px 0 35px 47px;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -17px;
}
.weekend-item .module.type-article .inner-video .btn-play span {
  display: none;
}
.weekend-item .inner-title {
  margin: 10px auto;
  line-height: 36px;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #C1C1C1;
}
.weekend-item .inner-title span {
  display: block;
  width: 270px;
  padding: 15px 0 5px 0;
  border-top: 2px solid #C1C1C1;
}
.weekend-item .inner-gallery {
  position: relative;
}
.weekend-item .inner-gallery .inner-wrapper {
  width: 100%;
}
.weekend-item .inner-gallery ul {
  position: relative;
  width: 100000px;
}
.weekend-item .inner-gallery li {
  position: relative;
  float: left;
}
.weekend-item .inner-gallery .gallery-wrapper {
  position: relative;
}
.weekend-item .inner-gallery .gallery-wrapper .bx-controls .bx-controls-direction a {
  top: 35%;
  margin: -37px 0 0 0;
}
.weekend-item .inner-gallery .bx-inner-gallery li {
  width: 1018px;
}
.weekend-item .inner-gallery .gallery-item {
  overflow: hidden;
}
.weekend-item .inner-gallery .gallery-item img {
  height: auto;
  max-height: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.weekend-item .inner-gallery .gallery-descript {
  margin: 5px auto 15px auto;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #A2A2A2;
}
.weekend-item .inner-gallery .title {
  display: inline;
}
.weekend-item .inner-gallery .source {
  font-weight: 500;
}
.weekend-item .inner-gallery .bx-controls .bx-controls-direction a {
  height: 74px;
  width: 42px;
}
.weekend-item .inner-gallery .bx-controls .bx-controls-direction a.bx-prev {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -126px;
  left: -62px;
}
.weekend-item .inner-gallery .bx-controls .bx-controls-direction a.bx-prev:hover {
  background-position: -1px -535px;
}
.weekend-item .inner-gallery .bx-controls .bx-controls-direction a.bx-next {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -204px;
  right: -62px;
}
.weekend-item .inner-gallery .bx-controls .bx-controls-direction a.bx-next:hover {
  background-position: -1px -617px;
}
.weekend-item .inner-gallery .gallery-thumbs {
  position: relative;
  margin: 5px auto;
}
.weekend-item .inner-gallery .gallery-thumbs:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55px;
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.7)),color-stop(90%,#ffffff),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
.weekend-item .inner-gallery .gallery-thumbs li {
  width: 294px !important;
  margin: 0 20px 0 0;
}
.weekend-item .inner-gallery .gallery-thumbs li .title {
  display: block;
  float: none;
  margin: 5px 0 0 0;
  line-height: 17px;
  font-weight: 500;
  font-size: 15px;
  color: #a2a2a2;
}
.weekend-item .inner-gallery .gallery-thumbs li:hover {
  cursor: pointer;
}
.weekend-item .inner-gallery .gallery-thumbs li:hover .title {
  color: #1E8DD4;
}
.weekend-item .inner-gallery .gallery-thumbs .bx-controls .bx-controls-direction a {
  top: 50px;
  margin: 0;
}
.weekend-item .innerVideoModule .inner-wrapper {
  width: 100%;
}
.weekend-item .innerVideoModule .hideVideoPlayer {
  position: relative;
}
.weekend-item .innerVideoModule .hideVideoPlayer.videoRendered .playVideo,
.weekend-item .innerVideoModule .hideVideoPlayer.videoRendered img {
  display: none;
}
.weekend-item .innerVideoModule .hideVideoPlayer.videoRendered .videoPlayer {
  position: relative;
  height: 573px;
}
.weekend-item .innerVideoModule .hideVideoPlayer.videoRendered .video-js {
  top: 0;
}
.weekend-item .innerVideoModule .hideVideoPlayer .playVideo {
  top: 50%;
  height: 150px;
  width: 150px;
  margin: -75px 0 0 -75px;
}
.weekend-item .innerVideoModule .hideVideoPlayer .playVideo:after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent rgba(19,135,210,0.95);
  border-style: solid;
  border-width: 35px 0 35px 47px;
  margin: -35px 0 0 -17px;
}
.weekend-item .innerVideoModule .hideVideoPlayer .playVideo span {
  display: none;
}
.weekend-item .innerVideoModule .hideVideoPlayer img {
  height: auto;
  width: 100%;
}
.weekend-item .innerVideoModule .playVideo {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  display: block;
  position: absolute;
  top: 42px;
  left: 50%;
  height: 90px;
  width: 90px;
  margin: 0 0 0 -45px;
  background: rgba(255,255,255,0.5);
  z-index: 20;
  cursor: pointer;
}
.weekend-item .innerVideoModule .playVideo:hover {
  background: rgba(255,255,255,0.75);
}
.weekend-item .innerVideoModule .playVideo:after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent rgba(19,135,210,0.95);
  border-style: solid;
  border-width: 20px 0 20px 32px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -12px;
}
.weekend-item .innerVideoModule .playVideo span {
  display: none;
}
.weekend-item .innerVideoModule figcaption {
  margin: 5px auto 15px auto;
  line-height: 20px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #A2A2A2;
}
.weekend-item .innerVideoModule .photoAuthor {
  font-weight: 500;
}
.weekend-item .innerVideoModule .videoPlaylist {
  position: relative;
}
.weekend-item .innerVideoModule .videoPlaylist:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55px;
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.7)),color-stop(90%,#ffffff),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,#ffffff 90%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
.weekend-item .innerVideoModule .videoPlaylist ul {
  position: relative;
  width: 100000px;
}
.weekend-item .innerVideoModule .videoPlaylist li {
  float: left;
  width: 294px !important;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.weekend-item .innerVideoModule .videoPlaylist li:hover .title {
  color: #1E8DD4;
}
.weekend-item .innerVideoModule .videoPlaylist img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.weekend-item .innerVideoModule .videoPlaylist .title {
  display: block;
  margin: 5px auto;
  line-height: 17px;
  font-weight: 500;
  font-size: 15px;
  color: #a2a2a2;
}
.weekend-item .innerVideoModule .hidden {
  display: none;
}
.weekend-item .innerVideoModule .bx-controls .bx-controls-direction a {
  top: 50px;
  height: 74px;
  width: 42px;
}
.weekend-item .innerVideoModule .bx-controls .bx-controls-direction a.bx-prev {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -126px;
  left: -62px;
}
.weekend-item .innerVideoModule .bx-controls .bx-controls-direction a.bx-prev:hover {
  background-position: -1px -535px;
}
.weekend-item .innerVideoModule .bx-controls .bx-controls-direction a.bx-next {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -204px;
  right: -62px;
}
.weekend-item .innerVideoModule .bx-controls .bx-controls-direction a.bx-next:hover {
  background-position: -1px -617px;
}
.weekend-item .inner-video-list {
  float: right;
  width: 480px;
  margin: 0 -225px 0 30px;
  padding: 20px 0 20px 55px;
  border-left: 2px solid #C1C1C1;
}
.weekend-item .inner-video-list .inner-title span {
  padding: 0;
  border-top: 0 none;
}
.weekend-item .inner-video-list li {
  margin: 0 0 1px 0;
}
.weekend-item .inner-video-list li img {
  display: none;
}
.weekend-item .inner-video-list .title {
  background-image: url('../img/debaty/weekend/bg-inner-video.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #7EBDE6;
  display: block;
  padding: 15px 50px 15px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.weekend-item .inner-video-list .title:hover {
  background-color: #2A93D5;
}
.weekend-item .inner-video-list .hidden {
  display: none;
}
.weekend-item .innerArticleModule {
  position: relative;
}
.weekend-item .innerArticleModule.center {
  display: block;
  clear: both;
  margin: 10px auto;
}
.weekend-item .innerArticleModule.center:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.weekend-item .innerArticleModule.align-right {
  float: right;
  width: 550px;
  margin: 0 -225px 0 30px;
}
.weekend-item .innerArticleModule .inner-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
}
.weekend-item .innerArticleModule .subtitle {
  margin: 0 20px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  background: #010540;
}
.weekend-item .innerArticleModule .title-inner {
  display: block;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  border-left: 10px solid #010540;
  overflow: hidden;
}
.weekend-item .innerArticleModule .title-inner a {
  padding: 0 10px 0 0;
  text-decoration: none;
  color: #fff;
  background: #010540;
}
.tag-link {
  position: absolute;
  top: 26px;
  left: -130px;
  height: 20px;
  padding: 5px 10px 5px 15px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0,0,0,0.15);
  border: 2px solid #fff;
  border-right: 0 none;
}
.tag-link:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -12px;
  height: 22px;
  width: 22px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.tag-link:before {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent rgba(0,0,0,0.15);
  border-style: solid;
  border-width: 15px 0 15px 15px;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 0;
  width: 0;
}
.tag-link:hover {
  color: #1387D2;
  background: rgba(255,255,255,0.85);
}
.tag-link:hover:before {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent rgba(255,255,255,0.85);
  border-style: solid;
  border-width: 15px 0 15px 15px;
}
.module.type-footer {
  height: auto;
  min-height: 100%;
  background: #010640;
}
.module.type-footer .bg-wrapper:after {
  display: none;
}
.module.type-footer p {
  margin: 10px 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #fff;
}
.module.type-footer p strong {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  color: #1387d1;
}
.summary-up,
.summary-down {
  display: none;
}
.summary-2017-up,
.summary-2017-down {
  display: none;
}
.article-forum {
  display: block;
  clear: both;
  width: 100%;
  padding: 4% 0;
  background: #EDEDED;
}
.article-forum:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.article-forum #forum {
  width: 96%;
  max-width: 1018px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
}
.article-forum #forum .fl {
  float: left;
}
.article-forum #forum .fr {
  float: right;
}
.article-forum #forum .forumPosts .activity .title {
  margin: 0 0 5px 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #010538;
}
.article-forum #forum .forumPosts .activity .content {
  width: auto;
  max-width: inherit;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666;
}
.article-forum #forum .forumLightbox {
  position: fixed;
  top: 200px;
  left: 50%;
  width: 580px;
  margin: 0 0 0 -290px;
  color: #333;
  background: #fff;
  border: 1px solid #5c5c5d;
  z-index: 2000;
}
.article-forum #forum .forumLightbox .btnClose {
  float: right;
  width: 20px;
  margin: 3px 0 0 0;
}
.article-forum #forum .forumLightbox .content {
  width: 528px;
  padding: 25px 0 15px 0;
  font-family: "Roboto", sans-serif;
}
.article-forum #forum .forumLightbox .header {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 34px;
  color: #1387d1;
  border-bottom: 1px solid #d1d1d1;
}
.article-forum #forum .forumLightbox .formContainer {
  margin: 10px auto;
}
.article-forum #forum .forumLightbox .formContainer label {
  display: block;
  margin: 0 0 5px 0;
}
.article-forum #forum .forumLightbox .formContainer select {
  width: 526px;
  margin: 0 0 20px 0;
  color: #000;
  vertical-align: middle;
}
.article-forum #forum .forumLightbox .formContainer textarea {
  resize: none;
  width: 515px;
}
.article-forum #forum .forumLightbox .btnBig {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #1387d1;
}
.article-forum #forum .forumLightbox .fr.mt10 a {
  font-size: 14px;
}
.article-forum a {
  text-decoration: none;
  font-size: 18px;
  color: #1387d1;
}
.article-forum a.selected {
  font-weight: bold;
  color: #010538;
}
.article-forum a.btnSmall {
  display: inline-block;
  height: 23px;
  padding: 0 10px;
  line-height: 23px;
  font-size: 12px;
  color: #fff;
  vertical-align: top;
  background: #1387d1;
}
.article-forum .displayNone {
  display: none;
}
.article-forum .headerBgGrey {
  float: left;
}
.article-forum .headerBgGrey h1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #333;
}
.article-forum .headerBgGrey h1 span {
  font-size: 30px;
  color: #949494;
}
.article-forum .forumNewest {
  float: right;
  color: #C2C2C2;
}
.article-forum .forumComment {
  position: relative;
  margin: 0 0 25px 0;
}
.article-forum .forumComment.newForumComment {
  margin: 50px 0 0 0;
}
.article-forum .forumComment.newForumComment.loggedIn {
  display: none;
}
.article-forum .forumComment .title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 500;
  color: #010538;
}
.article-forum .forumComment .avatarHolder {
  position: absolute;
  left: -88px;
  height: 54px;
  width: 54px;
}
.article-forum .forumComment .avatarHolder img {
  width: 100%;
}
.article-forum .forumComment .commentHolder {
  position: relative;
  min-height: 162px;
  max-width: 100%;
  padding: 10px 0;
  background: #fff;
  border-top: 2px solid #C3C3C3;
  border-right: 2px solid #C3C3C3;
  border-left: 2px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
}
.article-forum .forumComment .commentHolder:before {
  content: "";
  position: absolute;
  border-color: transparent #C3C3C3 transparent transparent;
  border-style: solid;
  border-width: 15px 23px 15px 0;
  top: 8px;
  left: -23px;
}
.article-forum .forumComment .commentHolder .bg {
  content: "";
  position: absolute;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 13px 20px 13px 0;
  top: 10px;
  left: -20px;
}
.article-forum .forumComment .commentHolder .bg img {
  display: none;
}
.article-forum .forumComment .commentHolder .textContainer {
  padding: 0 20px;
}
.article-forum .forumComment .commentHolder textarea {
  min-height: 140px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 18px;
  color: #959595;
  border: 0 none;
  resize: none;
}
.article-forum .forumComment .shareContainer {
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  color: #010538;
}
.article-forum .forumComment .shareContainer li {
  display: inline-block;
  vertical-align: middle;
}
.article-forum .forumComment .shareContainer a {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  display: block;
  height: 42px;
  width: 41px;
}
.article-forum .forumComment .shareContainer a.newCommentTweet {
  background-position: 0 -485px;
}
.article-forum .forumComment .shareContainer a.newCommentFacebook {
  background-position: 0 -382px;
}
.article-forum .forumComment .shareContainer a.newCommentGoogle {
  background-position: 0 -434px;
}
.article-forum .forumComment .shareContainer a img {
  display: none;
}
.article-forum .forumComment .btnBig {
  margin: 10px 0;
  text-transform: capitalize;
  font-size: 30px;
  color: #010538;
}
.article-forum .forumComment .btnBig.alignRight {
  float: right;
}
.article-forum .forumComment .newPostForm textarea {
  min-height: 140px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px;
  font-family: "Roboto";
  font-size: 18px;
  color: #959595;
  border: 0 none;
  resize: none;
}
.article-forum .forumComment .forumWritePost {
  position: relative;
  margin: 5px 0;
}
.article-forum .forumComment .forumWritePost .contentHolder {
  border: 1px solid #c3c3c3;
  border-top: 3px solid #010538;
  border-bottom: 35px solid #010538;
  padding: 5px;
}
.article-forum .forumComment .forumWritePost blockquote {
  margin: 7px 0 20px 40px;
  width: 85%;
}
.article-forum .forumComment .forumWritePost blockquote li {
  font-size: 18px;
  line-height: 24px;
  display: block;
  float: none;
}
.article-forum .forumComment .forumWritePost blockquote li.quotedNick {
  font-size: 16px;
}
.article-forum .forumComment .forumWritePost blockquote li.quotedText {
  float: none;
}
.article-forum .forumComment .forumWritePost textarea {
  margin: 7px 0 20px 40px;
  width: 85%;
}
.article-forum .forumComment .forumWritePost .shareComment {
  margin: 7px 0 20px 40px;
  width: 85%;
}
.article-forum .forumComment .forumWritePost .shareComment li {
  display: inline-block;
}
.article-forum .forumComment .forumWritePost .shareComment .text {
  display: block;
  font-size: 14px;
}
.article-forum .forumComment .forumWritePost .closeHolder {
  text-align: right;
}
.article-forum .forumComment .forumWritePost .closeHolder img {
  display: inline-block;
}
.article-forum .forumComment .forumWritePostPublish {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
}
.article-forum .forumInfoBox {
  text-align: center;
  color: #010538;
}
.article-forum .sorting {
  position: relative;
  margin: 20px auto;
}
.article-forum .sorting .bgHolder {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  margin: 2px 0 0 0;
  background: #C3C3C3;
}
.article-forum .sorting .select {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 255px -706px;
  background-color: #EDEDED;
  position: relative;
  float: right;
  width: 250px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  z-index: 20;
}
.article-forum .sorting .forumOptionsSelect {
  width: 290px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1387d1;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
}
.article-forum .forumPosts .forumComment .commentHolder {
  min-height: initial;
  border: 0 none;
}
.article-forum .forumPosts .forumComment .commentHolder:before {
  display: none;
}
.article-forum .forumPosts .forumAvatarImg {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -916px;
  height: 54px;
  width: 54px;
}
.article-forum .forumPosts .forumAvatarImg:hover .authorHover {
  display: block;
}
.article-forum .forumPosts .authorHover {
  display: none;
  position: absolute;
  top: -41px;
  left: 72px;
  width: 530px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  z-index: 400;
}
.article-forum .forumPosts .authorHover .headerLeft {
  padding: 5px 10px;
  line-height: 21px;
}
.article-forum .forumPosts .authorHover .headerLeft a {
  font-size: 15px;
}
.article-forum .forumPosts .authorHover .colorHolder {
  position: relative;
  width: 530px;
}
.article-forum .forumPosts .authorHover .arrow {
  content: "";
  position: absolute;
  border-color: transparent #1387d1 transparent transparent;
  border-style: solid;
  border-width: 35px 15px 35px 0;
  top: 0;
  left: -15px;
}
.article-forum .forumPosts .authorHover .bg {
  min-height: 50px;
  width: 500px;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  background: #1387d1;
}
.article-forum .forumPosts .authorHover img {
  width: auto;
  margin: 0 auto;
}
.article-forum .forumPosts .tabsMenu {
  margin: 10px 0;
  border-bottom: 1px solid #C3C3C3;
}
.article-forum .forumPosts .tabsMenu .first,
.article-forum .forumPosts .tabsMenu .second {
  position: relative;
  top: 1px;
  display: inline;
  background: #C3C3C3;
  border: 1px solid #C3C3C3;
}
.article-forum .forumPosts .tabsMenu .first.active,
.article-forum .forumPosts .tabsMenu .second.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.article-forum .forumPosts .tabsMenu .first.active a,
.article-forum .forumPosts .tabsMenu .second.active a {
  color: #1387d1;
}
.article-forum .forumPosts .tabsMenu .first a,
.article-forum .forumPosts .tabsMenu .second a {
  padding: 0 10px;
  color: #fff;
}
.article-forum .forumPosts .tabsMenu .first {
  margin: 0 0 0 20px;
}
.article-forum .forumPosts .profile {
  margin: 30px auto;
  text-align: center;
}
.article-forum .forumPosts .profile span {
  display: block;
  color: #666;
}
.article-forum .forumPosts .profile .size24 {
  font-size: 24px;
}
.article-forum .forumPosts .profile .size46 {
  font-size: 46px;
}
.article-forum .forumPosts .profile .strong {
  font-weight: 700;
}
.article-forum .forumPosts .profile .positive {
  float: left;
  width: 210px;
  margin: 45px 0 0 0;
}
.article-forum .forumPosts .profile .positive span {
  color: #693;
}
.article-forum .forumPosts .profile .negative {
  float: right;
  width: 210px;
  margin: 45px 0 0 0;
}
.article-forum .forumPosts .profile .negative span {
  color: #c00;
}
.article-forum .forumPosts .activity ul {
  margin: 10px 15px;
}
.article-forum .forumPosts .activity .time {
  color: #999;
  font-size: 11px;
}
.article-forum .forumComment .commentHolder .author {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}
.article-forum .forumComment .commentHolder time {
  font-size: 15px;
  font-weight: normal;
  color: #b1b1b1;
}
.article-forum .forumComment .textContainer > p {
  margin: 10px 0 40px 0;
  line-height: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  color: #1a1a1a;
}
.article-forum .forumComment .feedbackContainer {
  position: relative;
  font-size: 15px;
  color: #b1b1b1;
  z-index: 200;
}
.article-forum .forumComment .feedbackContainer li {
  display: inline-block;
  margin: 0 7px 0 0;
}
.article-forum .forumComment .feedbackContainer a {
  display: inline-block;
  height: 21px;
  padding: 0 0 0 28px;
  line-height: 21px;
  font-size: 15px;
  color: #b1b1b1;
}
.article-forum .forumComment .feedbackContainer a:hover {
  color: #1387d1;
}
.article-forum .forumComment .feedbackContainer a.plus {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -980px;
}
.article-forum .forumComment .feedbackContainer a.minus {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -1011px;
}
.article-forum .forumComment .feedbackContainer a.share {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -1073px;
  text-transform: capitalize;
}
.article-forum .forumComment .feedbackContainer a.share:hover {
  background-position: 0 -1214px;
}
.article-forum .forumComment .feedbackContainer a.report {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -1042px;
  text-transform: capitalize;
}
.article-forum .forumComment .feedbackContainer a.report:hover {
  background-position: 0 -1187px;
}
.article-forum .forumComment .feedbackContainer a.forumCite {
  position: relative;
}
.article-forum .forumComment .feedbackContainer a.forumCite:before {
  content: "|";
  margin: 0 5px 0 0;
  font-weight: 300;
  color: #b1b1b1;
  position: absolute;
  left: 12px;
  display: none;
}
.article-forum .forumComment .feedbackContainer a.forumReply + .forumCite {
  display: block;
}
.article-forum .forumComment .feedbackContainer .greenFont {
  display: block;
  margin: 0 0 10px 0;
  color: #518021;
}
.article-forum .forumComment .feedbackContainer .avatarsHolder {
  margin: 13px 0 0 0;
}
.article-forum .forumComment .feedbackContainer .main {
  width: 227px;
  padding: 10px 0 10px 10px;
  font-size: 11px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.6);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.6);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.6);
}
.article-forum .forumComment .feedbackContainer .main > span {
  display: block;
}
.article-forum .forumComment .feedbackContainer .bgArrow {
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 0 -1104px;
  position: relative;
  top: 0;
  left: 18px;
  height: 21px;
  width: 27px;
}
.article-forum .forumComment .feedbackContainer .fr a {
  background: transparent;
  color: #1387d1;
}
.article-forum .forumComment .feedbackContainer .fr a.displayNone {
  display: none;
}
.article-forum .forumComment .feedbackContainer .fr a p {
  padding: 0 0 0 5px;
}
.article-forum .forumComment .feedbackPlus,
.article-forum .forumComment .feedbackMinus {
  position: relative;
}
.article-forum .forumComment .feedbackPlus .feedbackPlusHover,
.article-forum .forumComment .feedbackPlus .feedbackMinusHover,
.article-forum .forumComment .feedbackMinus .feedbackPlusHover,
.article-forum .forumComment .feedbackMinus .feedbackMinusHover {
  display: none;
}
.article-forum .forumComment .feedbackPlus:hover .feedbackPlusHover {
  display: block;
}
.article-forum .forumComment .feedbackPlus:hover a.plus {
  color: #8eca52;
  background-position: 0 -1125px;
}
.article-forum .forumComment .feedbackMinus:hover .feedbackMinusHover {
  display: block;
}
.article-forum .forumComment .feedbackMinus:hover a.minus {
  color: #fd4747;
  background-position: 0 -1156px;
}
.article-forum .forumComment .feedbackPlusHover,
.article-forum .forumComment .feedbackMinusHover {
  position: absolute;
  left: -21px;
  bottom: 21px;
  z-index: 100;
}
.article-forum .subForumComment {
  margin: 5px 0 0 50px;
}
.article-forum .subForumComment .avatarHolder {
  left: -38px;
}
.article-forum .subForumComment .avatarHolder img {
  height: 29px;
  width: 29px;
}
.article-forum .subForumComment .commentHolder {
  background: rgba(255,255,255,0.5);
}
.article-forum .subForumComment .commentHolder .bg {
  border-color: transparent rgba(255,255,255,0.5) transparent transparent;
}
.article-forum blockquote {
  background-image: url('../img/debaty/weekend/forum_quote_start.png');
  background-repeat: no-repeat;
  background-position: left top;
  margin: 10px auto;
  padding: 0 30px;
  color: #1a1a1a;
}
.article-forum blockquote .content {
  background-image: url('../img/debaty/weekend/forum_quote_end.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0 0 10px 0;
}
.article-forum blockquote li {
  float: left;
  margin: 0 2px;
}
.article-forum blockquote .quotedText {
  color: #666;
}
.article-forum blockquote .overflowEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 210px;
}
.article-forum .boxShare {
  position: relative;
  padding: 20px;
}
.article-forum .boxShare li {
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: top;
}
.article-forum .boxShare input {
  height: 20px;
  width: 350px;
  vertical-align: top;
  border: 1px solid #ccc;
}
.article-forum .boxShare .text {
  display: block;
  clear: both;
  float: none;
  font-size: 11px;
  color: #999;
}
.article-forum .boxShare .text:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.article-forum .closeBoxShare {
  position: absolute;
  top: 5px;
  right: 0;
}
.article-forum .forumRules {
  font-size: 11px;
  color: #999;
}
.mobile .weekend-item.active.two-thirds,
.tablet .weekend-item.active.two-thirds,
.smartfon .weekend-item.active.two-thirds {
  height: auto;
}
.mobile .weekend-item.active.three-thirds,
.tablet .weekend-item.active.three-thirds,
.smartfon .weekend-item.active.three-thirds {
  height: auto;
}
.mobile .weekend-item.active.title-first,
.tablet .weekend-item.active.title-first,
.smartfon .weekend-item.active.title-first {
  height: auto;
}
.mobile .weekend-item.two-thirds,
.tablet .weekend-item.two-thirds,
.smartfon .weekend-item.two-thirds {
  height: 50vh;
}
@media only screen and (max-width: 1024px) {
  .mobile .weekend-item.two-thirds,
  .tablet .weekend-item.two-thirds,
  .smartfon .weekend-item.two-thirds {
    height: auto;
  }
}
.mobile .weekend-item.three-thirds,
.tablet .weekend-item.three-thirds,
.smartfon .weekend-item.three-thirds {
  height: calc(100vh - 80px);
}
@media only screen and (max-width: 1024px) {
  .mobile .weekend-item.three-thirds,
  .tablet .weekend-item.three-thirds,
  .smartfon .weekend-item.three-thirds {
    height: auto;
  }
}
.mobile .weekend-item.title-first,
.tablet .weekend-item.title-first,
.smartfon .weekend-item.title-first {
  height: calc(100vh - 80px);
}
@media only screen and (max-width: 1024px) {
  .mobile .weekend-item.title-first,
  .tablet .weekend-item.title-first,
  .smartfon .weekend-item.title-first {
    height: auto;
  }
}
@media only screen and (max-width: 1500px) {
  .weekend-item .module.type-article .inner-photo.right,
  .weekend-item .module.type-article .inner-photo.left {
    max-width: 500px;
  }
  .weekend-item .module.type-article .inner-photo.right img,
  .weekend-item .module.type-article .inner-photo.left img {
    max-height: 480px;
  }
  .weekend-item .innerArticleModule.align-right {
    margin: 0 -125px 0 30px;
  }
}
@media only screen and (max-width: 1430px) {
  .weekend-item .module.type-article.active .side-info {
    left: -270px;
    padding: 0 10px 0 0;
    border-right: 0 none;
  }
  .weekend-item .module.type-article .inner-photo.right img,
  .weekend-item .module.type-article .inner-photo.left img {
    max-height: 480px;
  }
}
@media only screen and (max-width: 1280px) {
  body.show-dropdown .main-header .text-wrapper {
    right: 50%;
  }
  .main-header .text-wrapper {
    right: 50%;
    width: 75%;
    margin: 0 -37% 0 0;
  }
  .weekend-item .text-wrapper {
    right: 50%;
    width: 74%;
    margin: 0 -37% 0 0;
  }
  .weekend-item .module.type-article .inner-photo.right {
    width: 400px;
    margin: 0 0 0 30px;
  }
  .weekend-item .module.type-article .side-info .author {
    display: none;
  }
  .weekend-item .module.type-article .side-info .shareContainerList button {
    width: 42px;
    margin: 5px 0;
    padding: 0;
  }
  .weekend-item .module.type-article .side-info .shareContainerList button span {
    display: none;
  }
  .weekend-item .innerArticleModule.align-right {
    width: 480px;
    margin: 0 0 0 30px;
  }
  .weekend-item .innerArticleModule.align-right img {
    height: auto;
    width: 100%;
  }
  .weekend-item .innerArticleModule .title-inner {
    line-height: 34px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 1190px) {
  body.show-dropdown .main-header .text-wrapper {
    right: auto;
  }
  .independentDayFlagMagazine {
    width: 40px !important;
  }
  .debate-dropdown .list-wrapper {
    height: 65%;
  }
  .debate-dropdown .btn-show.collapse {
    position: relative;
    top: auto;
    background: none;
  }
  .main-header .text-wrapper {
    float: none;
    right: auto;
    width: 98%;
    margin: 0 auto;
  }
  .main-header .text-wrapper.partner-pekao .section-title {
    vertical-align: top;
    max-width: calc(100% - 360px);
  }
  .main-header .logo {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 0 75px;
  }
  .main-header .section-title {
    vertical-align: top;
    max-width: calc(100% - 170px);
  }
  .main-header .btn-show {
    background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
    background-repeat: no-repeat;
    background-position: 0 -788px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 60px;
    width: 60px;
    margin: 0;
    padding: 0;
  }
  .main-header .btn-show .ico,
  .main-header .btn-show .text {
    display: none;
  }
  .main-header .shareContainerList {
    right: 1%;
  }
  .debate-dropdown .topic {
    left: -190px;
    width: 170px;
    font-size: 42px;
  }
  .weekend-item .module.type-article.active .side-info {
    left: -195px;
  }
  .weekend-item .module.type-article .side-info {
    left: -195px;
  }
  .weekend-item .module.type-article .customHTML {
    max-width: 100%;
    margin: 0 auto;
  }
  .weekend-item .module.type-article .inner-photo.center {
    max-width: 100%;
    margin: 0 auto;
  }
  .weekend-item .module.type-article .inner-photo.right img,
  .weekend-item .module.type-article .inner-photo.left img {
    max-width: 400px;
  }
  .weekend-item .module.type-article .inner-video {
    width: 100%;
    margin: 10px auto;
  }
  .weekend-item .inner-gallery .gallery-item img {
    max-height: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  .panel-social .text-social {
    width: auto;
  }
  .panel-social button {
    width: 100px;
  }
  .panel-social button.share-facebook-button {
    background-position: 36px -1239px;
  }
  .panel-social button.share-twitter-button {
    background-position: 28px -1320px;
  }
  .panel-social button.share-google-plus-button {
    background-position: 13px -1396px;
  }
  .debate-dropdown {
    width: 100%;
    margin: 0 auto;
    padding: 4% 0;
  }
  .debate-dropdown .wrapper {
    float: none;
    right: auto;
    width: 96%;
    margin: 0 auto;
  }
  .debate-dropdown .topic {
    position: relative;
    left: auto;
    width: auto;
    margin: 0 0 2% 0;
    text-align: left;
    font-size: 24px;
  }
  .debate-dropdown li a {
    padding: 10px 0;
    line-height: 22px;
    font-size: 18px;
  }
  .debate-dropdown li .link-wrapper {
    margin: 0 0 0 35px;
  }
  .debate-dropdown li .nr {
    height: 28px;
    width: 28px;
    margin: -14px 15px 0 0;
    line-height: 28px;
    font-size: 14px;
  }
  .weekend-item.one-thirds,
  .weekend-item.two-thirds,
  .weekend-item.three-thirds {
    height: auto;
  }
  .weekend-item.title-first.one-thirds,
  .weekend-item.title-first.two-thirds,
  .weekend-item.title-first.three-thirds {
    height: auto;
  }
  .weekend-item.title-first .text-wrapper {
    float: none;
    left: auto;
    width: 100%;
    margin: 0 auto;
  }
  .weekend-item.title-first .text-wrapper .lead {
    font-size: 18px;
  }
  .weekend-item.title-first .name {
    font-size: 30px;
  }
  .weekend-item.title-first .module-title {
    font-size: 8vw;
  }
  .weekend-item.title-first .btn-scroll {
    bottom: -50px;
  }
  .weekend-item .module.type-article .bg-wrapper .content {
    width: auto;
    margin: 0 2% 0 80px;
  }
  .weekend-item .photo-item {
    height: auto;
  }
  .weekend-item .photo-item > img {
    display: block;
  }
  .weekend-item .text-wrapper {
    right: 44%;
  }
  .weekend-item .inner-gallery {
    padding: 0 50px;
  }
  .weekend-item .inner-gallery .gallery-thumbs li {
    width: 194px !important;
  }
  .weekend-item .inner-gallery .gallery-thumbs li .title {
    font-size: 14px;
  }
  .weekend-item .inner-gallery .gallery-thumbs img {
    height: auto;
    width: 100%;
  }
  .weekend-item .innerVideoModule.withPlaylist {
    padding: 0 50px;
  }
  .weekend-item .innerVideoModule .hideVideoPlayer.videoRendered {
    position: relative;
    height: 0;
    padding: 0 0 56.25% 0;
  }
  .weekend-item .innerVideoModule .hideVideoPlayer.videoRendered .videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    padding: 0;
    z-index: 10;
  }
  .weekend-item .innerVideoModule .videoPlaylist li {
    width: 194px !important;
  }
  .weekend-item .innerVideoModule .videoPlaylist .title {
    font-size: 14px;
  }
  .weekend-item .innerVideoModule .playVideo {
    top: 14px;
  }
  .module-link .text-wrapper {
    right: 16%;
  }
}
@media only screen and (max-width: 800px) {
  .main-header.sticky + .weekend-item {
    margin: 80px 0 0 0;
  }
  .main-header .section-title {
    font-size: 26px;
  }
  .weekend-item.title-first .logo {
    height: 45px;
    width: 45px;
  }
  .weekend-item.title-first .name {
    font-size: 20px;
  }
  .weekend-item.title-first .item-wrapper {
    display: block;
  }
  .weekend-item.title-first .text-wrapper {
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .weekend-item.title-first .text-wrapper > div {
    width: 96%;
  }
  .weekend-item.title-first .text-wrapper .lead {
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
  }
  .weekend-item.title-first .module-title {
    font-size: 20px;
  }
  .weekend-item .text-wrapper {
    bottom: 6%;
  }
  .weekend-item .module.type-article.active .side-info {
    position: relative;
    left: auto;
    width: auto;
    padding: 0;
    text-align: left;
  }
  .weekend-item .module.type-article.active .side-info .shareContainerList {
    position: static;
    left: auto;
    padding: 0;
  }
  .weekend-item .module.type-article.active .side-info .shareContainerList li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .weekend-item .module.type-article .bg-wrapper .content {
    margin: 0 2%;
  }
  .weekend-item .module.type-article .customBlockquote.align-right,
  .weekend-item .module.type-article .customBlockquote.align-left {
    float: none;
    width: 98%;
    margin: 2% auto;
    padding: 2% 0 2% 10px;
  }
  .weekend-item .module.type-article .inner-photo.right {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 2% auto;
  }
  .weekend-item .module.type-article .inner-photo.right:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
  }
  .weekend-item .module.type-article .inner-photo.right .photo-wrapper {
    margin: 0 auto;
  }
  .weekend-item .module.type-article .inner-photo.right figcaption {
    width: auto;
    max-width: 400px;
    margin: 3px auto 0 auto;
    text-align: left;
  }
  .weekend-item .module.type-article .inner-photo.left {
    max-width: 48%;
    margin: 0 2% 0 0;
  }
  .weekend-item .module.type-article .inner-photo.left .photo-wrapper {
    display: block;
  }
  .weekend-item .module.type-article .inner-photo.left .photo-wrapper > div {
    display: block;
  }
  .weekend-item .module.type-article .inner-photo.left img {
    max-width: 100%;
  }
  .weekend-item .module.type-article .inner-photo.left figcaption {
    width: 100%;
  }
  .module.type-footer {
    min-height: inherit;
  }
  .module.type-footer p {
    margin: 5px 0;
    font-size: 16px;
  }
  .module .bg-wrapper {
    padding: 4% 0;
  }
}
@media only screen and (max-width: 920px) {
  .main-header .partner .partner-logo.partner-pekao img {
    width: 180px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 720px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .main-header.sticky {
    height: auto;
  }
  .main-header.active .shareContainerList {
    right: 1%;
  }
  .main-header .logo {
    height: 45px;
    width: auto;
    margin: 0 0 0 55px;
  }
  .main-header .section-title {
    display: block;
    margin: 1% auto;
    padding: 1% 0;
    font-size: 24px;
    border-top: 1px solid rgba(255,255,255,0.5);
    max-width: 100%;
  }
  .main-header .btn-show {
    top: 0;
    height: 45px;
    width: 50px;
    background-position: 3px -642px;
    background-size: 150%;
  }
  .main-header .shareContainerList {
    top: 8px;
  }
  .main-header .partner .vertical-line {
    height: 42px;
  }
  .main-header .partner .partner-logo {
    margin: 0;
    font-size: 10px;
  }
  .main-header .partner .partner-logo.partner-audi img {
    width: 82px;
    margin-top: 3px;
  }
  .main-header .partner .partner-logo.partner-pekao img {
    width: 180px;
    margin-top: 2px;
  }
  .main-header .partner .partner-logo img {
    width: 100px;
  }
  .main-header .partner + .shareContainerList {
    top: 10px;
    right: 135px;
  }
  .module-weekend .text-wrapper {
    position: relative;
    float: none;
    right: auto;
    width: 100%;
    margin: 0 auto;
  }
  .module-weekend .text-wrapper .section-title {
    padding: 0 0 0 150px;
  }
  .weekend-item.title-first .btn-scroll {
    display: none;
  }
  .weekend-item .photo-subtitle {
    font-size: 14px;
  }
  .weekend-item .text-wrapper {
    z-index: initial;
    float: none;
    right: auto;
    left: 50%;
    width: 96%;
    margin: 0 0 0 -48%;
  }
  .weekend-item .text-wrapper .subtitle {
    padding: 2px 10px 0 5px;
    line-height: 20px;
    font-size: 14px;
  }
  .weekend-item .text-wrapper .section-title {
    padding: 0;
    line-height: 22px;
    font-size: 18px;
    border-left-width: 5px;
  }
  .weekend-item .text-wrapper .text {
    padding: 0 10px 0 0;
  }
  .weekend-item .tag-link {
    left: 0;
  }
  .weekend-item .module.type-article .bg-wrapper .content {
    line-height: 24px;
    font-size: 16px;
  }
  .weekend-item .module.type-article .bg-wrapper .content .lead {
    line-height: 22px;
    font-size: 16px;
  }
  .weekend-item .module.type-article .bg-wrapper .content h2 {
    line-height: 26px;
    font-size: 22px;
  }
  .weekend-item .module.type-article .bg-wrapper .content > p {
    margin: 10px 0;
  }
  .weekend-item .module.type-article .bg-wrapper .content > p strong {
    font-size: 20px;
  }
  .weekend-item .module.type-article .bg-wrapper .content > p a {
    text-underline: none;
    color: #1387d2;
  }
  .weekend-item .module.type-article .inner-photo.right .photo-wrapper,
  .weekend-item .module.type-article .inner-photo.left .photo-wrapper {
    display: block;
  }
  .weekend-item .module.type-article .inner-photo.right .photo-wrapper > div,
  .weekend-item .module.type-article .inner-photo.left .photo-wrapper > div {
    display: block;
  }
  .weekend-item .module.type-article .inner-photo.right img,
  .weekend-item .module.type-article .inner-photo.left img {
    max-width: 100%;
  }
  .weekend-item .module.type-article .inner-photo figcaption {
    margin: 2% auto;
  }
  .weekend-item .module.type-article .inner-photo .title,
  .weekend-item .module.type-article .inner-photo .source {
    font-size: 14px;
  }
  .weekend-item .module.type-article .inner-video .btn-play {
    height: 75px;
    width: 75px;
    margin: -35px 0 0 -35px;
  }
  .weekend-item .module.type-article .inner-video .btn-play:after {
    margin: -20px 0 0 -12px;
    border-width: 20px 0 20px 32px;
  }
  .weekend-item .module.type-article .inner-video .title,
  .weekend-item .module.type-article .inner-video .source {
    font-size: 14px;
  }
  .weekend-item .module.type-article .customBlockquote {
    line-height: 24px;
    font-size: 16px;
  }
  .weekend-item .module.type-article .customBlockquote .quoteAuthor {
    margin: 4% auto 0;
    line-height: 20px;
    font-weight: normal;
  }
  .weekend-item .inner-gallery {
    padding: 0 2%;
  }
  .weekend-item .inner-gallery .gallery-item img {
    max-height: 320px;
  }
  .weekend-item .inner-gallery .gallery-descript {
    line-height: 18px;
    font-size: 14px;
  }
  .weekend-item .inner-gallery .bx-controls .bx-controls-direction a {
    top: 25%;
  }
  .weekend-item .inner-gallery .bx-controls .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .weekend-item .inner-gallery .bx-controls .bx-controls-direction a.bx-next {
    right: 0;
  }
  .weekend-item .inner-gallery .gallery-thumbs {
    display: none;
  }
  .weekend-item .innerVideoModule {
    margin: 2% auto;
  }
  .weekend-item .innerVideoModule.withPlaylist {
    padding: 0;
  }
  .weekend-item .innerVideoModule .hideVideoPlayer .playVideo {
    top: 50%;
    height: 90px;
    width: 90px;
    margin: -45px 0 0 -46px;
  }
  .weekend-item .innerVideoModule .hideVideoPlayer .playVideo:after {
    margin: -20px 0 0 -12px;
    border-width: 20px 0 20px 32px;
  }
  .weekend-item .innerVideoModule figcaption {
    margin: 2% auto;
    line-height: 18px;
    font-size: 14px;
  }
  .weekend-item .innerVideoModule .videoPlaylist .frame {
    height: auto !important;
  }
  .weekend-item .innerVideoModule .videoPlaylist li {
    width: 132px !important;
    margin: 0 5px 0 0;
  }
  .weekend-item .innerVideoModule .videoPlaylist .title {
    line-height: 18px;
  }
  .weekend-item .innerVideoModule .playVideo {
    top: 15px;
    height: 50px;
    width: 50px;
    margin: 0 0 0 -22px;
  }
  .weekend-item .innerVideoModule .playVideo:after {
    margin: -15px 0 0 -9px;
    border-width: 15px 0 15px 25px;
  }
  .tag-link {
    display: none;
  }
  .module-link {
    padding: 8% 0;
  }
  .module-link .text-wrapper {
    float: none;
    right: auto;
    left: auto;
    width: 96%;
    margin: 0 auto;
  }
  .module-link .text-wrapper .link {
    line-height: 28px;
    font-size: 20px;
  }
  .module-link .text-wrapper .date {
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    line-height: 28px;
    font-size: 16px;
  }
  .panel-social .text-social {
    margin: 0 auto 2% auto;
    font-size: 26px;
  }
  .panel-social button {
    width: 96px;
  }
}
@media screen and (max-width: 400px) {
  .main-header .section-title {
    line-height: 32px;
    font-size: 18px;
  }
  .main-header .partner + .shareContainerList {
    top: 58px;
    right: 2%;
  }
  .main-header .partner + .shareContainerList button {
    margin: 0 5px;
  }
}
.login-popup-layer {
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
}
.login-popup-layer--hidden {
  display: none;
}
.login-popup {
  z-index: 1200;
  width: 603px;
  height: 321px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: -160.5px auto auto -301.5px;
  position: fixed;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 720px) {
  .login-popup {
    width: 400px;
    height: 221px;
    margin: -111.5px auto auto -200px;
  }
}
@media screen and (max-width: 400px) {
  .login-popup {
    width: 320px;
    height: 221px;
    margin: -111.5px auto auto -160px;
  }
}
.login-popup--hidden {
  display: none;
}
.login-popup__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.login-popup__text {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 720px) {
  .login-popup__text {
    font-size: 15px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 400px) {
  .login-popup__text {
    padding: 0 5%;
  }
}
.login-popup__close-btn {
  background-color: #20508E;
  padding: 13px;
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
  transition: background-color .3s;
  font-size: 18px;
}
@media screen and (max-width: 720px) {
  .login-popup__close-btn {
    font-size: 15px;
    margin-top: 30px;
  }
}
.login-popup__close-btn:hover {
  cursor: pointer;
  background-color: #10407D;
}
.login-popup__cross {
  position: absolute;
  right: 1px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.login-popup__cross:hover {
  cursor: pointer;
}
.login-popup__cross:before,
.login-popup__cross:after {
  position: absolute;
  left: 9px;
  content: '';
  height: 18px;
  width: 2px;
  background-color: #777;
}
.login-popup__cross:before {
  transform: rotate(45deg);
}
.login-popup__cross:after {
  transform: rotate(-45deg);
}
.class-summary-pl .main-header .section-title,
.class-summary-wo .main-header .section-title {
  text-transform: uppercase;
}
.class-summary-pl .main-header .section-title .highlighted,
.class-summary-wo .main-header .section-title .highlighted {
  font-weight: 700;
  color: #B90000;
}
.class-summary-pl .weekend-item.item-1,
.class-summary-wo .weekend-item.item-1 {
  width: 100%;
}
.class-summary-pl .weekend-item.item-1 .title-start-content,
.class-summary-wo .weekend-item.item-1 .title-start-content {
  max-width: 970px;
  margin: 0 auto;
}
.class-summary-pl .weekend-item.item-1.sticky,
.class-summary-wo .weekend-item.item-1.sticky {
  position: fixed;
  z-index: 1500;
  top: 80px;
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: 100%;
}
.class-summary-pl .summary-btn,
.class-summary-wo .summary-btn {
  position: relative;
  background: #ECECEC;
  width: 49%;
  text-transform: uppercase;
  font-size: 30px;
  margin: 10px 0 0;
  float: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.class-summary-pl .summary-btn:hover,
.class-summary-pl .summary-btn.active,
.class-summary-wo .summary-btn:hover,
.class-summary-wo .summary-btn.active {
  background: #002C51;
}
.class-summary-pl .summary-btn:hover a,
.class-summary-pl .summary-btn.active a,
.class-summary-wo .summary-btn:hover a,
.class-summary-wo .summary-btn.active a {
  color: #ffffff;
}
.class-summary-pl .summary-btn + .summary-btn,
.class-summary-wo .summary-btn + .summary-btn {
  float: right;
}
.class-summary-pl .summary-btn a,
.class-summary-wo .summary-btn a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 10px;
  display: block;
  color: #5F5F5F;
  text-decoration: none;
  outline: none;
  text-align: center;
}
.class-summary-pl .summary-up,
.class-summary-pl .summary-down,
.class-summary-wo .summary-up,
.class-summary-wo .summary-down {
  display: block;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  margin-left: -47px;
  z-index: 30;
  position: absolute;
  width: 94px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
.class-summary-pl .summary-up:before,
.class-summary-pl .summary-up:after,
.class-summary-pl .summary-down:before,
.class-summary-pl .summary-down:after,
.class-summary-wo .summary-up:before,
.class-summary-wo .summary-up:after,
.class-summary-wo .summary-down:before,
.class-summary-wo .summary-down:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../img/debaty/weekend/sprite-mag-weekend-summary.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.class-summary-pl .summary-up span,
.class-summary-pl .summary-down span,
.class-summary-wo .summary-up span,
.class-summary-wo .summary-down span {
  display: none;
}
.class-summary-pl .summary-up:hover:before,
.class-summary-pl .summary-down:hover:before,
.class-summary-wo .summary-up:hover:before,
.class-summary-wo .summary-down:hover:before {
  opacity: 0;
}
.class-summary-pl .summary-up:hover:after,
.class-summary-pl .summary-down:hover:after,
.class-summary-wo .summary-up:hover:after,
.class-summary-wo .summary-down:hover:after {
  opacity: 1;
}
.class-summary-pl .summary-up,
.class-summary-wo .summary-up {
  top: 0;
}
.class-summary-pl .summary-up:before,
.class-summary-wo .summary-up:before {
  background-position: 0 0;
}
.class-summary-pl .summary-up:after,
.class-summary-wo .summary-up:after {
  opacity: 0;
  background-position: 0 -58px;
}
.class-summary-pl .summary-down,
.class-summary-wo .summary-down {
  bottom: 0;
}
.class-summary-pl .summary-down:before,
.class-summary-wo .summary-down:before {
  background-position: 0 -110px;
}
.class-summary-pl .summary-down:after,
.class-summary-wo .summary-down:after {
  opacity: 0;
  background-position: 1px -165px;
}
.class-summary-pl .weekend-item,
.class-summary-wo .weekend-item {
  width: 840px;
  height: 545px;
  margin: 0 auto 10px;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.class-summary-pl .weekend-item .item-wrapper,
.class-summary-wo .weekend-item .item-wrapper {
  width: 840px;
  left: 50%;
  margin-left: -420px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.class-summary-pl .weekend-item .text-wrapper,
.class-summary-wo .weekend-item .text-wrapper {
  width: 790px;
  right: 0;
  margin: 0;
  bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.class-summary-pl .weekend-item .text-wrapper .subtitle,
.class-summary-wo .weekend-item .text-wrapper .subtitle {
  display: none;
}
.class-summary-pl .weekend-item .text-wrapper .section-title,
.class-summary-wo .weekend-item .text-wrapper .section-title {
  width: 75%;
  padding-bottom: 3px;
  border-left: 0.25em #010640 solid;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.class-summary-pl .weekend-item .text-wrapper .section-title .text,
.class-summary-wo .weekend-item .text-wrapper .section-title .text {
  white-space: pre-wrap;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 0 0.15em 0 0;
}
.class-summary-pl .weekend-item.one-thirds:first-of-type,
.class-summary-wo .weekend-item.one-thirds:first-of-type {
  height: auto;
}
.class-summary-pl .weekend-item.summaryHover .text-wrapper .section-title,
.class-summary-pl .weekend-item.active .text-wrapper .section-title,
.class-summary-wo .weekend-item.summaryHover .text-wrapper .section-title,
.class-summary-wo .weekend-item.active .text-wrapper .section-title {
  width: 100%;
}
.class-summary-pl .weekend-item.summaryHover .text-wrapper .section-title:before,
.class-summary-pl .weekend-item.active .text-wrapper .section-title:before,
.class-summary-wo .weekend-item.summaryHover .text-wrapper .section-title:before,
.class-summary-wo .weekend-item.active .text-wrapper .section-title:before {
  border-left-color: rgba(1,6,64,0);
}
.class-summary-pl .weekend-item.summaryHover .text-wrapper .section-title .tag-link,
.class-summary-pl .weekend-item.active .text-wrapper .section-title .tag-link,
.class-summary-wo .weekend-item.summaryHover .text-wrapper .section-title .tag-link,
.class-summary-wo .weekend-item.active .text-wrapper .section-title .tag-link {
  display: none;
}
.class-summary-pl .weekend-item.summaryHover,
.class-summary-wo .weekend-item.summaryHover {
  width: 100%;
}
.class-summary-pl .weekend-item.summaryHover .text-wrapper,
.class-summary-wo .weekend-item.summaryHover .text-wrapper {
  width: 820px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.class-summary-pl .weekend-item.summaryHover .text-wrapper .section-title,
.class-summary-wo .weekend-item.summaryHover .text-wrapper .section-title {
  text-align: center;
  border-left: none;
}
.class-summary-pl .weekend-item.summaryHover .text-wrapper .text,
.class-summary-wo .weekend-item.summaryHover .text-wrapper .text {
  padding: 0 20px;
  background: none !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: 0 0 15px #000000;
}
.class-summary-pl .weekend-item.summaryHover .fake-slider,
.class-summary-wo .weekend-item.summaryHover .fake-slider {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.class-summary-pl .weekend-item.summaryHover .summary-up,
.class-summary-pl .weekend-item.summaryHover .summary-down,
.class-summary-wo .weekend-item.summaryHover .summary-up,
.class-summary-wo .weekend-item.summaryHover .summary-down {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.class-summary-pl .weekend-item.summaryHover.active,
.class-summary-wo .weekend-item.summaryHover.active {
  height: auto;
}
.class-summary-pl .weekend-item.summaryHover.active .text-wrapper,
.class-summary-wo .weekend-item.summaryHover.active .text-wrapper {
  bottom: 25%;
}
.class-summary-pl .weekend-item.summaryHover.active .summary-down,
.class-summary-pl .weekend-item.summaryHover.active .summary-up,
.class-summary-wo .weekend-item.summaryHover.active .summary-down,
.class-summary-wo .weekend-item.summaryHover.active .summary-up {
  z-index: 2200;
}
.class-summary-pl .weekend-item.summaryHover.active .fake-slider,
.class-summary-wo .weekend-item.summaryHover.active .fake-slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.class-summary-pl .weekend-item.summaryHover.active .tag-link-special,
.class-summary-wo .weekend-item.summaryHover.active .tag-link-special {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 1s, opacity 0.5s linear;
  transition: visibility 0s linear 1s, opacity 0.5s linear;
}
.class-summary-pl .weekend-item.summaryHover .tag-link-special,
.class-summary-wo .weekend-item.summaryHover .tag-link-special {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.class-summary-pl .weekend-item .tag-link,
.class-summary-wo .weekend-item .tag-link {
  top: auto;
  bottom: 0;
  right: 50px;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.class-summary-pl .weekend-item .tag-link:before,
.class-summary-pl .weekend-item .tag-link:after,
.class-summary-wo .weekend-item .tag-link:before,
.class-summary-wo .weekend-item .tag-link:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.class-summary-pl .weekend-item .tag-link-special,
.class-summary-wo .weekend-item .tag-link-special {
  display: block;
  bottom: -65px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: visibility 0s linear 1s, opacity 0.5s linear;
  transition: visibility 0s linear 1s, opacity 0.5s linear;
  transition-delay: 0s;
}
.class-summary-pl .weekend-item .tag-link-special span,
.class-summary-wo .weekend-item .tag-link-special span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 20px;
  padding: 5px 10px 5px 15px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: rgba(0,0,0,0.15);
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  border: 2px solid #fff;
}
.class-summary-pl .weekend-item .tag-link-special:hover span,
.class-summary-wo .weekend-item .tag-link-special:hover span {
  color: #1387D2;
  background: rgba(255,255,255,0.85);
}
.class-summary-pl .weekend-item .module,
.class-summary-wo .weekend-item .module {
  margin-bottom: 0;
}
.class-summary-pl .weekend-item.style1 .section-title .text,
.class-summary-pl .weekend-item.style2 .section-title .text,
.class-summary-pl .weekend-item.style3 .section-title .text,
.class-summary-pl .weekend-item.style4 .section-title .text,
.class-summary-pl .weekend-item.style5 .section-title .text,
.class-summary-pl .weekend-item.style6 .section-title .text,
.class-summary-pl .weekend-item.style7 .section-title .text,
.class-summary-wo .weekend-item.style1 .section-title .text,
.class-summary-wo .weekend-item.style2 .section-title .text,
.class-summary-wo .weekend-item.style3 .section-title .text,
.class-summary-wo .weekend-item.style4 .section-title .text,
.class-summary-wo .weekend-item.style5 .section-title .text,
.class-summary-wo .weekend-item.style6 .section-title .text,
.class-summary-wo .weekend-item.style7 .section-title .text {
  background-color: #010640;
  box-shadow: 0 0 0 6px #010640;
}
.class-summary-pl .weekend-item .fake-slider,
.class-summary-wo .weekend-item .fake-slider {
  visibility: hidden;
  opacity: 0;
  counter-reset: slide;
  position: absolute;
  height: 84px;
  width: 100%;
  bottom: 11%;
  z-index: 1000000;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear, -webkit-transform 0.5s;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear, transform 0.5s;
}
.class-summary-pl .weekend-item .fake-slider-wrapper,
.class-summary-wo .weekend-item .fake-slider-wrapper {
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.class-summary-pl .weekend-item .fake-slide,
.class-summary-wo .weekend-item .fake-slide {
  vertical-align: middle;
  width: calc(100% / 15 - 24px);
  height: calc(100% / 15 - 24px);
  border: 1px solid #ffffff;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
.class-summary-pl .weekend-item .fake-slide.currentElement,
.class-summary-wo .weekend-item .fake-slide.currentElement {
  width: calc(100% / 15);
  height: calc(100% / 15);
}
.class-summary-pl .weekend-item .fake-slide.currentElement span,
.class-summary-wo .weekend-item .fake-slide.currentElement span {
  font-size: 12px;
}
.class-summary-pl .weekend-item .fake-slide:last-of-type:after,
.class-summary-wo .weekend-item .fake-slide:last-of-type:after {
  display: none;
}
.class-summary-pl .weekend-item .fake-slide img,
.class-summary-wo .weekend-item .fake-slide img {
  width: 100%;
  height: auto;
  display: block;
  outline: none;
}
.class-summary-pl .weekend-item .fake-slide div,
.class-summary-wo .weekend-item .fake-slide div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 130%;
  left: -17%;
  top: 100%;
  padding: 4px 2px;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  line-height: 13px;
}
.class-summary-pl .weekend-item .fake-slide span,
.class-summary-wo .weekend-item .fake-slide span {
  white-space: pre-wrap;
  text-align: center;
  background: #010640;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  display: block;
}
.class-summary-pl .weekend-item .fake-slide:after,
.class-summary-wo .weekend-item .fake-slide:after {
  content: '';
  width: 32px;
  height: 1px;
  background: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  position: absolute;
  top: 50%;
  right: -33px;
}
.class-summary-pl .weekend-item .fake-slide:before,
.class-summary-wo .weekend-item .fake-slide:before {
  display: none;
  content: counter(slide);
  counter-increment: slide;
  position: absolute;
  top: 31px;
  left: 0;
  color: #ffffff;
  font-size: 12px;
  width: 16px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.class-summary-pl .weekend-item .fake-slide:hover,
.class-summary-wo .weekend-item .fake-slide:hover {
  background: #fff;
}
.class-summary-pl .weekend-item .fake-slide:hover div,
.class-summary-wo .weekend-item .fake-slide:hover div {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.class-summary-pl .panel-social button,
.class-summary-wo .panel-social button {
  height: 60px;
  background-size: 70px;
}
.class-summary-pl .panel-social button.share-facebook-button,
.class-summary-wo .panel-social button.share-facebook-button {
  background-position: 72px -945px;
}
.class-summary-pl .panel-social button.share-twitter-button,
.class-summary-wo .panel-social button.share-twitter-button {
  background-position: 61px -1008px;
}
.class-summary-pl .panel-social button.share-google-plus-button,
.class-summary-wo .panel-social button.share-google-plus-button {
  background-position: 58px -1065px;
}
.class-summary-pl.hasSticky .main-container,
.class-summary-wo.hasSticky .main-container {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .class-summary-pl.hasSticky .main-container,
  .class-summary-wo.hasSticky .main-container {
    padding-top: 91px;
  }
}
@media screen and (min-width: 768px) {
  .class-summary-pl.hasSticky .main-container,
  .class-summary-wo.hasSticky .main-container {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .class-summary-pl .weekend-item,
  .class-summary-wo .weekend-item {
    width: 970px;
    height: 545px;
  }
  .class-summary-pl .weekend-item .item-wrapper,
  .class-summary-wo .weekend-item .item-wrapper {
    width: 970px;
    margin-left: -485px;
  }
  .class-summary-pl .weekend-item .text-wrapper,
  .class-summary-wo .weekend-item .text-wrapper {
    width: 920px;
  }
  .class-summary-pl .weekend-item .text-wrapper .section-wrapper,
  .class-summary-wo .weekend-item .text-wrapper .section-wrapper {
    width: 80%;
  }
  .class-summary-pl .weekend-item .text-wrapper .section-title,
  .class-summary-wo .weekend-item .text-wrapper .section-title {
    font-size: 3vw;
    line-height: 3.7vw;
  }
  .class-summary-pl .weekend-item.summaryHover,
  .class-summary-wo .weekend-item.summaryHover {
    height: 545px;
  }
  .class-summary-pl .weekend-item.summaryHover .text-wrapper,
  .class-summary-wo .weekend-item.summaryHover .text-wrapper {
    width: 950px;
  }
  .class-summary-pl .panel-social button,
  .class-summary-wo .panel-social button {
    width: 154px;
  }
}
@media screen and (min-width: 1600px) {
  .class-summary-pl .weekend-item.summaryHover,
  .class-summary-pl .weekend-item.summaryHover,
  .class-summary-wo .weekend-item.summaryHover,
  .class-summary-wo .weekend-item.summaryHover {
    height: 45vw;
  }
}
@media screen and (max-width: 1024px) {
  .class-summary-pl .main-header .section-title,
  .class-summary-wo .main-header .section-title {
    margin: 26px 0;
    font-size: 30px;
  }
  .class-summary-pl .weekend-item.item-1.sticky,
  .class-summary-wo .weekend-item.item-1.sticky {
    top: 80px;
  }
  .class-summary-pl .summary-btn,
  .class-summary-wo .summary-btn {
    line-height: 25px;
    font-size: 25px;
  }
  .class-summary-pl .weekend-item,
  .class-summary-wo .weekend-item {
    width: 100%;
  }
  .class-summary-pl .weekend-item .photo-item,
  .class-summary-wo .weekend-item .photo-item {
    height: 100%;
  }
  .class-summary-pl .weekend-item .item-wrapper,
  .class-summary-wo .weekend-item .item-wrapper {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
  .class-summary-pl .weekend-item .text-wrapper,
  .class-summary-wo .weekend-item .text-wrapper {
    left: 5%;
    width: 95%;
  }
  .class-summary-pl .weekend-item.summaryHover .text-wrapper,
  .class-summary-wo .weekend-item.summaryHover .text-wrapper {
    width: 90%;
  }
  .class-summary-pl .weekend-item .fake-slide,
  .class-summary-wo .weekend-item .fake-slide {
    width: calc(100% / 15 - 8px);
    height: calc(100% / 15 - 8px);
    margin: 0 2px;
  }
  .class-summary-pl .weekend-item .fake-slide.currentElement,
  .class-summary-wo .weekend-item .fake-slide.currentElement {
    width: calc(100% / 15 - 2px);
    height: calc(100% / 15 - 2px);
  }
  .class-summary-pl .weekend-item .fake-slide.currentElement div,
  .class-summary-wo .weekend-item .fake-slide.currentElement div {
    top: 100%;
    width: 135%;
  }
  .class-summary-pl .weekend-item .fake-slide.currentElement span,
  .class-summary-wo .weekend-item .fake-slide.currentElement span {
    font-size: 11px;
  }
  .class-summary-pl .weekend-item .fake-slide span,
  .class-summary-wo .weekend-item .fake-slide span {
    padding: 0 2px;
  }
  .class-summary-pl .panel-social button,
  .class-summary-wo .panel-social button {
    width: 154px;
  }
}
@media screen and (max-width: 800px) {
  .class-summary-pl .main-header .section-title,
  .class-summary-wo .main-header .section-title {
    margin: 28px 0;
    font-size: 26px;
  }
  .class-summary-pl .main-header.sticky + .weekend-item,
  .class-summary-wo .main-header.sticky + .weekend-item {
    margin-top: 0;
  }
  .class-summary-pl .summary-btn,
  .class-summary-wo .summary-btn {
    line-height: 18px;
    font-size: 18px;
  }
  .class-summary-pl .weekend-item,
  .class-summary-wo .weekend-item {
    height: auto;
    width: 100%;
  }
  .class-summary-pl .weekend-item .item-wrapper,
  .class-summary-wo .weekend-item .item-wrapper {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
  .class-summary-pl .weekend-item .text-wrapper,
  .class-summary-wo .weekend-item .text-wrapper {
    left: 5%;
    width: 95%;
  }
  .class-summary-pl .weekend-item .tag-link,
  .class-summary-wo .weekend-item .tag-link {
    display: block;
  }
  .class-summary-pl .weekend-item.summaryHover,
  .class-summary-wo .weekend-item.summaryHover {
    height: auto;
  }
  .class-summary-pl .weekend-item.summaryHover .text-wrapper,
  .class-summary-wo .weekend-item.summaryHover .text-wrapper {
    width: 90%;
  }
  .class-summary-pl .weekend-item.summaryHover .tag-link,
  .class-summary-wo .weekend-item.summaryHover .tag-link {
    bottom: -2em;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .class-summary-pl .weekend-item .fake-slider,
  .class-summary-wo .weekend-item .fake-slider {
    bottom: 48px;
    height: 64px;
  }
  .class-summary-pl .weekend-item .fake-slide:before,
  .class-summary-wo .weekend-item .fake-slide:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .class-summary-pl .weekend-item .fake-slider,
  .class-summary-wo .weekend-item .fake-slider {
    display: none;
  }
  .class-summary-pl .weekend-item .tag-link-special span,
  .class-summary-wo .weekend-item .tag-link-special span {
    font-size: 15px;
  }
}
@media screen and (max-width: 720px) {
  .class-summary-pl .main-header .section-title,
  .class-summary-wo .main-header .section-title {
    margin: 0;
    padding: 0 6px;
    line-height: 42px;
    font-size: 24px;
  }
  .class-summary-pl .weekend-item.item-1.sticky,
  .class-summary-wo .weekend-item.item-1.sticky {
    position: static;
  }
  .class-summary-pl .weekend-item .text-wrapper .section-title,
  .class-summary-wo .weekend-item .text-wrapper .section-title {
    font-size: 26px;
    line-height: 30px;
  }
  .class-summary-pl .weekend-item .text-wrapper .section-title .text,
  .class-summary-wo .weekend-item .text-wrapper .section-title .text {
    padding: 0 10px;
  }
  .class-summary-pl .weekend-item.style1 .section-title .text,
  .class-summary-pl .weekend-item.style2 .section-title .text,
  .class-summary-pl .weekend-item.style3 .section-title .text,
  .class-summary-pl .weekend-item.style4 .section-title .text,
  .class-summary-pl .weekend-item.style5 .section-title .text,
  .class-summary-pl .weekend-item.style6 .section-title .text,
  .class-summary-pl .weekend-item.style7 .section-title .text,
  .class-summary-wo .weekend-item.style1 .section-title .text,
  .class-summary-wo .weekend-item.style2 .section-title .text,
  .class-summary-wo .weekend-item.style3 .section-title .text,
  .class-summary-wo .weekend-item.style4 .section-title .text,
  .class-summary-wo .weekend-item.style5 .section-title .text,
  .class-summary-wo .weekend-item.style6 .section-title .text,
  .class-summary-wo .weekend-item.style7 .section-title .text {
    background-color: #010640;
    box-shadow: 0 0 0 3px #010640;
  }
  .class-summary-pl .weekend-item.summaryHover .text-wrapper .text,
  .class-summary-wo .weekend-item.summaryHover .text-wrapper .text {
    line-height: 22px;
  }
  .class-summary-pl .panel-social button,
  .class-summary-wo .panel-social button {
    height: 60px;
    width: 96px;
    background-size: 65px;
  }
  .class-summary-pl .panel-social button.share-facebook-button,
  .class-summary-wo .panel-social button.share-facebook-button {
    background-position: 41px -876px;
  }
  .class-summary-pl .panel-social button.share-twitter-button,
  .class-summary-wo .panel-social button.share-twitter-button {
    background-position: 33px -934px;
  }
  .class-summary-pl .panel-social button.share-google-plus-button,
  .class-summary-wo .panel-social button.share-google-plus-button {
    background-position: 24px -988px;
  }
}
@media screen and (max-width: 560px) {
  .class-summary-pl .summary-btn,
  .class-summary-wo .summary-btn {
    line-height: 22px;
    font-size: 18px;
    width: 100%;
    float: none;
  }
  .class-summary-pl .summary-btn + .summary-btn,
  .class-summary-wo .summary-btn + .summary-btn {
    float: none;
    margin-top: 10px;
  }
  .class-summary-pl .summary-down,
  .class-summary-pl .summary-up,
  .class-summary-wo .summary-down,
  .class-summary-wo .summary-up {
    display: none;
  }
  .class-summary-pl .weekend-item .title-start-content,
  .class-summary-wo .weekend-item .title-start-content {
    padding: 0 10px;
  }
  .class-summary-pl .weekend-item .item-wrapper,
  .class-summary-wo .weekend-item .item-wrapper {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
  .class-summary-pl .weekend-item .text-wrapper,
  .class-summary-wo .weekend-item .text-wrapper {
    bottom: 10px;
    left: 5%;
    width: 95%;
  }
  .class-summary-pl .weekend-item .text-wrapper .section-title,
  .class-summary-wo .weekend-item .text-wrapper .section-title {
    font-size: 20px;
    line-height: 22px;
  }
  .class-summary-pl .weekend-item .text-wrapper .section-title .text,
  .class-summary-wo .weekend-item .text-wrapper .section-title .text {
    padding: 0;
  }
  .class-summary-pl .weekend-item .tag-link,
  .class-summary-wo .weekend-item .tag-link {
    box-sizing: border-box;
    right: 20px;
    font-size: 10px;
    line-height: 10px;
    height: 22px;
    width: 60px;
    padding: 5px 8px 6px 10px;
  }
  .class-summary-pl .weekend-item .tag-link:before,
  .class-summary-wo .weekend-item .tag-link:before {
    border-width: 11px 0 11px 11px;
    top: -1px;
    right: -11px;
  }
  .class-summary-pl .weekend-item .tag-link:after,
  .class-summary-wo .weekend-item .tag-link:after {
    top: 2px;
    right: -8px;
    height: 13px;
    width: 13px;
  }
  .class-summary-pl .weekend-item.summaryHover .text-wrapper,
  .class-summary-wo .weekend-item.summaryHover .text-wrapper {
    width: 90%;
  }
  .class-summary-pl .weekend-item.summaryHover .tag-link,
  .class-summary-wo .weekend-item.summaryHover .tag-link {
    bottom: -2.5em;
  }
  .class-summary-pl .fake-slider,
  .class-summary-wo .fake-slider {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .class-summary-pl .weekend-item.summaryHover .text-wrapper .text,
  .class-summary-wo .weekend-item.summaryHover .text-wrapper .text {
    padding: 0 5px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  .class-summary-pl .weekend-item .tag-link-special span,
  .class-summary-wo .weekend-item .tag-link-special span {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .class-summary-pl .main-header .section-title,
  .class-summary-wo .main-header .section-title {
    line-height: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .class-summary-pl .weekend-item .text-wrapper,
  .class-summary-wo .weekend-item .text-wrapper {
    bottom: 10px;
    left: 5%;
    width: 95%;
  }
  .class-summary-pl .weekend-item .text-wrapper .section-title,
  .class-summary-wo .weekend-item .text-wrapper .section-title {
    line-height: 22px;
  }
}
.main-header.summary-yearly {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1500;
}
@media only screen and (max-width: 768px) {
  .main-header.summary-yearly {
    height: auto;
  }
}
.main-header.summary-yearly + .debate-main-nav {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 1501;
}
@media only screen and (min-width: 1024px) {
  .main-header.summary-yearly + .debate-main-nav {
    top: 136px;
  }
}
.main-header.summary-yearly + .debate-main-nav + .weekend-item.item-1 {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 1500;
}
@media only screen and (max-width: 768px) {
  .main-header.summary-yearly + .debate-main-nav + .weekend-item.item-1 {
    position: static;
  }
}
.class-summary-yearly.show-dropdown .debate-main-nav {
  height: calc(100% - 80px);
}
.class-summary-yearly.show-dropdown .main-header.active {
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  .class-summary-yearly.show-dropdown .main-header.active {
    height: auto;
  }
}
.class-summary-yearly.show-dropdown .buttons-wrapper .btn-show {
  background-color: #002C51;
  color: #FFFFFF;
}
.class-summary-yearly.show-dropdown .buttons-wrapper .btn-show .text:after {
  transform: rotate(-90deg);
}
.class-summary-yearly .main-container {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .class-summary-yearly .main-container {
    padding-top: 91px;
  }
}
@media screen and (min-width: 768px) {
  .class-summary-yearly .main-container {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .class-summary-yearly.hasSticky .main-container {
    padding-top: 91px;
  }
}
@media screen and (min-width: 768px) {
  .class-summary-yearly.hasSticky .main-container {
    padding-top: 150px;
  }
}
.class-summary-yearly .main-header .section-title {
  text-transform: uppercase;
}
.class-summary-yearly .main-header .section-title .highlighted {
  font-weight: 700;
  color: #B90000;
}
.class-summary-yearly .debate-dropdown {
  top: 0;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .class-summary-yearly .debate-dropdown {
    top: 10px;
  }
}
.class-summary-yearly .debate-dropdown .wrapper {
  text-align: right;
}
.class-summary-yearly .debate-dropdown .list-wrapper {
  text-align: left;
}
.class-summary-yearly .debate-dropdown li {
  border-bottom: none;
  font-weight: 700;
  overflow: hidden;
}
.class-summary-yearly .debate-dropdown li .nr {
  background: none;
  color: #002C51;
  position: static;
  display: block;
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  line-height: 18px;
  font-size: 18px;
  top: auto;
  padding: 12px 12px 12px 0;
}
.class-summary-yearly .debate-dropdown li .link-wrapper {
  overflow: hidden;
  margin-left: 30px;
}
.class-summary-yearly .debate-dropdown li a {
  padding: 12px 0;
  font-size: 18px;
}
.class-summary-yearly .debate-dropdown li.active .nr {
  color: #4552e2;
}
.class-summary-yearly .debate-dropdown li.active a {
  color: #4552e2;
}
.class-summary-yearly .debate-dropdown .topic {
  font-size: 30px;
}
.class-summary-yearly .debate-dropdown .btn-show {
  z-index: 1;
  background-color: #fff;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #5F5F5F;
  padding-left: 10px;
  cursor: pointer;
}
.class-summary-yearly .debate-dropdown .btn-show:after {
  content: '\203A';
  display: inline-block;
  margin-left: 10px;
  transform: rotate(-90deg);
}
.class-summary-yearly .debate-dropdown .btn-show:before {
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 2px;
  background: #5F5F5F;
  margin-top: 7px;
  right: 0;
}
.class-summary-yearly .debate-dropdown .btn-show .ico,
.class-summary-yearly .debate-dropdown .btn-show .text {
  display: none;
}
@media only screen and (max-width: 1190px) {
  .class-summary-yearly .debate-dropdown .btn-show {
    position: static;
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .class-summary-yearly .debate-dropdown .btn-show {
    display: inline;
  }
}
.class-summary-yearly .weekend-item.item-1 {
  width: 100%;
  padding-bottom: 10px;
}
.class-summary-yearly .weekend-item.item-1 .title-start-content {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  box-sizing: border-box;
}
.class-summary-yearly .weekend-item.item-1.sticky {
  position: fixed;
  z-index: 1500;
  top: 80px;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: 100%;
}
.class-summary-yearly .summary-yearly-btn {
  position: relative;
  background: #ECECEC;
  text-transform: uppercase;
  font-size: 16px;
  margin: 10px 0;
  padding: 0 10px;
  float: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
  border: 1px solid #002C51;
}
.class-summary-yearly .summary-yearly-btn a {
  color: #002C51;
}
.class-summary-yearly .summary-yearly-btn:hover,
.class-summary-yearly .summary-yearly-btn.active {
  background: #002C51;
}
.class-summary-yearly .summary-yearly-btn:hover a,
.class-summary-yearly .summary-yearly-btn.active a {
  color: #ffffff;
}
.class-summary-yearly .summary-yearly-btn + .summary-yearly-btn {
  border-radius: 0 8px 8px 0;
  float: right;
}
.class-summary-yearly .summary-yearly-btn a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 10px;
  display: block;
  color: #5F5F5F;
  text-decoration: none;
  outline: none;
  text-align: center;
}
.class-summary-yearly .buttons-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.class-summary-yearly .buttons-wrapper .btn-show {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  font-family: 'Roboto';
  z-index: 1;
  position: absolute;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  top: -80px;
  height: 45px;
  width: 50px;
  background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
  background-repeat: no-repeat;
  background-position: 5px -530px;
  background-size: 125%;
  left: 0;
}
.class-summary-yearly .buttons-wrapper .btn-show .ico,
.class-summary-yearly .buttons-wrapper .btn-show .text {
  display: none;
}
@media only screen and (max-width: 1190px) {
  .class-summary-yearly .buttons-wrapper .btn-show {
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .class-summary-yearly .buttons-wrapper .btn-show {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 720px) {
  .class-summary-yearly .buttons-wrapper .btn-show {
    font-size: 30px;
    top: -70px;
    height: 60px;
    width: 60px;
    background-image: url('../img/debaty/weekend/sprite-mag-weekend_v6.png');
    background-repeat: no-repeat;
    background-position: 2px -770px;
    background-size: 150%;
    left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .class-summary-yearly .buttons-wrapper .btn-show {
    width: auto;
    height: auto;
    left: auto;
    top: -56px;
    z-index: 1;
    position: absolute;
    right: 10px;
    background: #ECECEC;
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px 15px;
    line-height: 16px;
    vertical-align: middle;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #002C51;
    cursor: pointer;
  }
  .class-summary-yearly .buttons-wrapper .btn-show .text {
    display: block;
  }
}
.class-summary-yearly .buttons-wrapper .btn-show .text:after {
  content: '\203A';
  display: inline-block;
  margin-left: 10px;
  transform: rotate(90deg);
}
.class-summary-yearly .weekend-item {
  width: 840px;
  height: 520px;
  height: 60vh;
  margin: 0 auto 10px;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.class-summary-yearly .weekend-item .item-wrapper {
  width: 840px;
  left: 50%;
  margin-left: -420px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.class-summary-yearly .weekend-item .text-wrapper {
  width: 790px;
  right: 0;
  margin: 0;
  bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.class-summary-yearly .weekend-item .text-wrapper .subtitle {
  display: none;
}
.class-summary-yearly .weekend-item .text-wrapper .section-title {
  width: 75%;
  padding-bottom: 3px;
  border-left: 0.25em #010640 solid;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.class-summary-yearly .weekend-item .text-wrapper .section-title .text {
  white-space: pre-wrap;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 0 0.15em 0 0;
  line-height: 1.25em;
  vertical-align: middle;
}
.class-summary-yearly .weekend-item.one-thirds:first-of-type {
  height: auto;
}
.class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper .section-title,
.class-summary-yearly .weekend-item.active .text-wrapper .section-title {
  width: 100%;
}
.class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper .section-title:before,
.class-summary-yearly .weekend-item.active .text-wrapper .section-title:before {
  border-left-color: rgba(1,6,64,0);
}
.class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper .section-title .tag-link,
.class-summary-yearly .weekend-item.active .text-wrapper .section-title .tag-link {
  display: none;
}
.class-summary-yearly .weekend-item.summaryYearlyHover {
  width: 100%;
}
.class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper {
  width: 820px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper .section-title {
  text-align: center;
  border-left: none;
}
.class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper .text {
  padding: 0 20px;
  background: none !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: 0 0 15px #000000;
}
.class-summary-yearly .weekend-item.summaryYearlyHover.active {
  height: auto;
}
.class-summary-yearly .weekend-item.summaryYearlyHover.active .text-wrapper {
  bottom: 25%;
}
.class-summary-yearly .weekend-item.summaryYearlyHover.active .tag-link-special {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 1s, opacity 0.5s linear;
  transition: visibility 0s linear 1s, opacity 0.5s linear;
}
.class-summary-yearly .weekend-item.summaryYearlyHover .tag-link-special {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.class-summary-yearly .weekend-item .tag-link {
  top: auto;
  bottom: 0;
  right: 50px;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.class-summary-yearly .weekend-item .tag-link:before,
.class-summary-yearly .weekend-item .tag-link:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.class-summary-yearly .weekend-item .tag-link-special {
  display: block;
  bottom: -65px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: visibility 0s linear 1s, opacity 0.5s linear;
  transition: visibility 0s linear 1s, opacity 0.5s linear;
  transition-delay: 0s;
}
.class-summary-yearly .weekend-item .tag-link-special span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 20px;
  padding: 5px 10px 5px 15px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: rgba(0,0,0,0.15);
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  border: 2px solid #fff;
}
.class-summary-yearly .weekend-item .tag-link-special:hover span {
  color: #1387D2;
  background: rgba(255,255,255,0.85);
}
.class-summary-yearly .weekend-item .module {
  margin-bottom: 0;
}
.class-summary-yearly .weekend-item.style1 .section-title .text,
.class-summary-yearly .weekend-item.style2 .section-title .text,
.class-summary-yearly .weekend-item.style3 .section-title .text,
.class-summary-yearly .weekend-item.style4 .section-title .text,
.class-summary-yearly .weekend-item.style5 .section-title .text,
.class-summary-yearly .weekend-item.style6 .section-title .text,
.class-summary-yearly .weekend-item.style7 .section-title .text {
  background-color: #010640;
  box-shadow: 0 0 0 6px #010640;
}
.class-summary-yearly.mobile .weekend-item,
.class-summary-yearly.smartfon .weekend-item,
.class-summary-yearly.tablet .weekend-item {
  height: 405px;
  height: 40vh;
}
.class-summary-yearly .panel-social button {
  height: 60px;
  background-size: 70px;
}
.class-summary-yearly .panel-social button.share-facebook-button {
  background-position: 72px -945px;
}
.class-summary-yearly .panel-social button.share-twitter-button {
  background-position: 61px -1008px;
}
.class-summary-yearly .panel-social button.share-google-plus-button {
  background-position: 58px -1065px;
}
@media screen and (min-width: 1280px) {
  .class-summary-yearly .weekend-item {
    width: 970px;
    height: 520px;
    height: 60vh;
  }
  .class-summary-yearly .weekend-item .item-wrapper {
    width: 970px;
    margin-left: -485px;
  }
  .class-summary-yearly .weekend-item .text-wrapper {
    width: 920px;
  }
  .class-summary-yearly .weekend-item .text-wrapper .section-wrapper {
    width: 80%;
  }
  .class-summary-yearly .weekend-item .text-wrapper .section-title {
    font-size: 3vw;
    line-height: 3.7vw;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover {
    height: 550px;
    height: 60vh;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper {
    width: 950px;
  }
  .class-summary-yearly.mobile .weekend-item,
  .class-summary-yearly.smartfon .weekend-item,
  .class-summary-yearly.tablet .weekend-item {
    height: 505px;
    height: 40vh;
  }
  .class-summary-yearly .panel-social button {
    width: 154px;
  }
}
@media screen and (min-width: 1600px) {
  .class-summary-yearly .weekend-item {
    height: 505px;
    height: 55vh;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover {
    height: 625px;
    height: 65vh;
  }
}
@media screen and (max-width: 1024px) {
  .class-summary-yearly .main-header .section-title {
    margin: 26px 0;
    font-size: 30px;
  }
  .class-summary-yearly .weekend-item.item-1.sticky {
    top: 80px;
  }
  .class-summary-yearly .weekend-item {
    width: 100%;
  }
  .class-summary-yearly .weekend-item .photo-item {
    height: 100%;
  }
  .class-summary-yearly .weekend-item .item-wrapper {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
  .class-summary-yearly .weekend-item .text-wrapper {
    left: 5%;
    width: 95%;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper {
    width: 90%;
  }
  .class-summary-yearly .panel-social button {
    width: 154px;
  }
}
@media screen and (max-width: 800px) {
  .class-summary-yearly .main-header .section-title {
    margin: 28px 0;
    font-size: 26px;
  }
  .class-summary-yearly .main-header.sticky + .weekend-item {
    margin-top: 0;
  }
  .class-summary-yearly .weekend-item {
    height: auto;
    width: 100%;
  }
  .class-summary-yearly .weekend-item .item-wrapper {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
  .class-summary-yearly .weekend-item .text-wrapper {
    left: 5%;
    width: 95%;
  }
  .class-summary-yearly .weekend-item .tag-link {
    display: block;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover {
    height: auto;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper {
    width: 90%;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover .tag-link {
    bottom: -2em;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .class-summary-yearly.mobile .weekend-item,
  .class-summary-yearly.smartfon .weekend-item,
  .class-summary-yearly.tablet .weekend-item {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .class-summary-yearly .weekend-item .tag-link-special span {
    font-size: 15px;
  }
}
@media screen and (max-width: 720px) {
  .class-summary-yearly .main-header .section-title {
    margin: 0;
    padding: 0 6px;
    line-height: 42px;
    font-size: 24px;
  }
  .class-summary-yearly .weekend-item.item-1.sticky {
    position: static;
  }
  .class-summary-yearly .weekend-item .text-wrapper .section-title {
    font-size: 26px;
    line-height: 30px;
  }
  .class-summary-yearly .weekend-item .text-wrapper .section-title .text {
    padding: 0 10px;
  }
  .class-summary-yearly .weekend-item.style1 .section-title .text,
  .class-summary-yearly .weekend-item.style2 .section-title .text,
  .class-summary-yearly .weekend-item.style3 .section-title .text,
  .class-summary-yearly .weekend-item.style4 .section-title .text,
  .class-summary-yearly .weekend-item.style5 .section-title .text,
  .class-summary-yearly .weekend-item.style6 .section-title .text,
  .class-summary-yearly .weekend-item.style7 .section-title .text {
    background-color: #010640;
    box-shadow: 0 0 0 3px #010640;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper .text {
    line-height: 22px;
  }
  .class-summary-yearly .panel-social button {
    height: 60px;
    width: 96px;
    background-size: 65px;
  }
  .class-summary-yearly .panel-social button.share-facebook-button {
    background-position: 41px -876px;
  }
  .class-summary-yearly .panel-social button.share-twitter-button {
    background-position: 33px -934px;
  }
  .class-summary-yearly .panel-social button.share-google-plus-button {
    background-position: 24px -988px;
  }
}
@media screen and (max-width: 560px) {
  .class-summary-yearly .summary-yearly-btn {
    width: 100%;
    float: none;
  }
  .class-summary-yearly .summary-yearly-btn + .summary-btn {
    float: none;
    margin-top: 10px;
  }
  .class-summary-yearly .summary-yearly-down,
  .class-summary-yearly .summary-yearly-up {
    display: none;
  }
  .class-summary-yearly .weekend-item .title-start-content {
    padding: 0 10px;
  }
  .class-summary-yearly .weekend-item .item-wrapper {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
  .class-summary-yearly .weekend-item .text-wrapper {
    bottom: 10px;
    left: 5%;
    width: 95%;
  }
  .class-summary-yearly .weekend-item .text-wrapper .section-title {
    font-size: 20px;
    line-height: 24px;
  }
  .class-summary-yearly .weekend-item .text-wrapper .section-title .text {
    padding: 0;
    line-height: inherit;
  }
  .class-summary-yearly .weekend-item .tag-link {
    box-sizing: border-box;
    right: 20px;
    font-size: 10px;
    line-height: 10px;
    height: 22px;
    width: 60px;
    padding: 5px 8px 6px 10px;
  }
  .class-summary-yearly .weekend-item .tag-link:before {
    border-width: 11px 0 11px 11px;
    top: -1px;
    right: -11px;
  }
  .class-summary-yearly .weekend-item .tag-link:after {
    top: 2px;
    right: -8px;
    height: 13px;
    width: 13px;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper {
    width: 90%;
  }
  .class-summary-yearly .weekend-item.summaryYearlyHover .tag-link {
    bottom: -2.5em;
  }
}
@media screen and (max-width: 480px) {
  .class-summary-yearly .weekend-item.summaryYearlyHover .text-wrapper .text {
    padding: 0 5px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  .class-summary-yearly .weekend-item .tag-link-special span {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .class-summary-yearly .main-header .section-title {
    line-height: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .class-summary-yearly .weekend-item .text-wrapper {
    bottom: 10px;
    left: 5%;
    width: 95%;
  }
  .class-summary-yearly .weekend-item .text-wrapper .section-title {
    line-height: 22px;
  }
}
.class-summary-2018-pl .main-header .section-title .highlighted,
.class-summary-2018-wo .main-header .section-title .highlighted {
  color: orange;
}
.class-Rosja .type-maps {
  background-image: url('../img/debaty/ukraina/bg_module_ukraine.png');
  font-family: "Oswald";
}
@media screen and (max-width: 1024px) {
  .class-Rosja .type-maps ul li img {
    position: relative;
    min-width: 1620px;
    margin: 0 0 0 -810px;
  }
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="0"] {
  left: -220px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="0"] span {
  width: 86px;
  margin: 0 0 0 -43px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="1"] {
  left: -182px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="1"] span {
  width: 92px;
  margin: 0 0 0 -46px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="2"] {
  left: -146px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="2"] span {
  width: 64px;
  margin: 0 0 0 -32px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="3"] {
  left: -108px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="3"] span {
  width: 96px;
  margin: 0 0 0 -43px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="4"] {
  left: -76px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="4"] span {
  width: 76px;
  margin: 0 0 0 -38px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="5"] {
  left: -71px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="5"] span {
  width: 76px;
  margin: 0 0 0 -38px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="6"] {
  left: -67px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="6"] span {
  width: 92px;
  margin: 0 0 0 -46px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="7"] {
  left: -60px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="7"] span {
  width: 92px;
  margin: 0 0 0 -46px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="8"] {
  left: -26px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="8"] span {
  width: 96px;
  margin: 0 0 0 -43px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="9"] {
  left: 77px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="9"] span {
  width: 92px;
  margin: 0 0 0 -46px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="10"] {
  left: 179px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="10"] span {
  width: 86px;
  margin: 0 0 0 -43px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="11"] {
  left: 212px;
}
.class-Rosja .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="11"] span {
  width: 64px;
  margin: 0 0 0 -32px;
}
.class-Rosja .type-timeline {
  font-family: "Oswald";
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="0"] {
  left: -193px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="0"] span {
  width: 110px;
  margin: 0 0 0 -55px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="1"] {
  left: -203px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="1"] span {
  width: 100px;
  margin: 0 0 0 -50px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="2"] {
  left: -213px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="2"] span {
  width: 110px;
  margin: 0 0 0 -55px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="3"] {
  left: -223px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="3"] span {
  width: 120px;
  margin: 0 0 0 -60px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="4"] {
  left: -151px;
  width: 17px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="4"] span {
  width: 176px;
  margin: 0 0 0 -88px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="5"] {
  left: -129px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="5"] span {
  width: 150px;
  margin: 0 0 0 -75px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="6"] {
  left: -109px;
  width: 17px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="6"] span {
  width: 126px;
  margin: 0 0 0 -63px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="7"] {
  left: -25px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="7"] span {
  width: 140px;
  margin: 0 0 0 -70px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="8"] {
  left: -35px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="8"] span {
  width: 128px;
  margin: 0 0 0 -64px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="9"] {
  left: 7px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="9"] span {
  width: 92px;
  margin: 0 0 0 -46px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="10"] {
  left: -4px;
  width: 17px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="10"] span {
  width: 126px;
  margin: 0 0 0 -63px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="11"] {
  left: -6px;
  width: 17px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="11"] span {
  width: 100px;
  margin: 0 0 0 -50px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="12"] {
  left: 109px;
  width: 17px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="12"] span {
  width: 98px;
  margin: 0 0 0 -49px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="13"] {
  left: 99px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="13"] span {
  width: 98px;
  margin: 0 0 0 -49px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="14"] {
  left: 158px;
  width: 17px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="14"] span {
  width: 126px;
  margin: 0 0 0 -63px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="15"] {
  left: 148px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="15"] span {
  width: 100px;
  margin: 0 0 0 -50px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="16"] {
  left: 168px;
}
.class-Rosja .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="16"] span {
  width: 110px;
  margin: 0 0 0 -55px;
}
.class-kampTest .btn-more {
  color: rgba(0,0,0,0.5);
}
.class-kampTest .btn-more:hover {
  color: rgba(0,0,0,0.75);
}
.class-kampTest .module.start .bg-wrapper {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/debaty/kampania/bg_main.jpg',sizingMethod='scale');
}
.class-kampTest .module.start .title {
  color: #C2272D;
  border-color: #C2272D;
}
.class-kampTest .module.type-title {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/debaty/kampania/bg_main.jpg',sizingMethod='scale');
}
.class-kampTest .module.type-title .title {
  color: #C2272D;
}
.class-kampTest .module.type-title .title:after {
  background-image: url('../img/debaty/kampania/ico_title.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 0 0 -36px;
  height: 13px;
  width: 72px;
  border: 0 none;
}
.class-kampTest .module.type-title .lead {
  color: #808080;
}
.class-kampTest .module.type-lead1 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/debaty/kampania/bg_main.jpg',sizingMethod='scale');
}
.class-kampTest .module.type-lead1 .lead-container .title {
  color: #C2272D;
}
.class-kampTest .module.type-lead1 .lead {
  color: #808080;
}
.class-kampTest .module.type-lead2 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/debaty/kampania/bg_main.jpg',sizingMethod='scale');
}
.class-kampTest .module.type-lead2 .lead-container .title {
  color: #C2272D;
}
.class-kampTest .module.type-lead2 .lead {
  color: #808080;
}
.class-kampTest .module.type-lead3 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/debaty/kampania/bg_main.jpg',sizingMethod='scale');
}
.class-kampTest .module.type-lead3 .lead-container .title {
  color: #C2272D;
}
.class-kampTest .module.type-lead3 .lead {
  color: #808080;
}
.class-kampTest .module.type-teaser {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/debaty/kampania/bg_main.jpg',sizingMethod='scale');
}
.class-kampTest .module.type-teaser .bg-wrapper:after {
  display: block;
}
.class-kampTest .module.type-kontakt24_teaser .bg-wrapper:after {
  display: block;
}
.class-kampTest .module .bg-wrapper:after {
  display: none;
}
.class-kampTest .module video + .content:after {
  background-image: url('../img/debaty/bg_mask_dark.png');
  background-repeat: repeat;
  background-position: 0 0;
  content: '';
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  height: 100%;
  width: 140%;
  margin: 0 0 0 -70%;
  z-index: -1;
}
.class-kampTest .module video + .content .lead {
  color: #fff;
}
.class-kampTest .type-timeline {
  font-family: "Libre Baskerville";
}
.class-kampTest .type-timeline ul li .item-container:after {
  display: none;
}
.class-kampTest .type-timeline .bx-pager-timeline,
.class-kampTest .type-timeline .bx-pager-candidate {
  top: auto;
  bottom: 60px;
  width: 950px;
  margin: 0 0 0 -475px;
}
.class-kampTest .type-timeline .bx-pager-timeline:after,
.class-kampTest .type-timeline .bx-pager-candidate:after {
  margin: 8px 0 0 -475px;
  border-top: 2px solid #A9A9A9;
}
.class-kampTest .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link,
.class-kampTest .type-timeline .bx-pager-candidate .bx-pager-item .bx-pager-link {
  background: #808080;
  border: 2px solid #A9A9A9;
}
.class-kampTest .type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link.active,
.class-kampTest .type-timeline .bx-pager-candidate .bx-pager-item .bx-pager-link.active {
  background: #fff;
}
.class-kampTest .type-timeline .bx-controls-direction {
  height: 78px;
  top: auto;
  bottom: 0;
}
.class-kampTest .type-timeline .bx-controls-direction a {
  top: auto;
  bottom: 28px;
  height: 78px;
  width: 46px;
}
.class-kampTest .type-timeline .bx-controls-direction a.bx-next {
  background-image: url('../img/debaty/kampania/sprite_d3-timeline.png');
  background-repeat: no-repeat;
  background-position: center -216px;
  right: -35px;
}
.class-kampTest .type-timeline .bx-controls-direction a.bx-next:hover {
  background-position: center -321px;
}
.class-kampTest .type-timeline .bx-controls-direction a.bx-prev {
  background-image: url('../img/debaty/kampania/sprite_d3-timeline.png');
  background-repeat: no-repeat;
  background-position: center 0;
  left: -35px;
}
.class-kampTest .type-timeline .bx-controls-direction a.bx-prev:hover {
  background-position: center -109px;
}
.class-kampTest .type-maps {
  background-image: url('../img/debaty/kampania/bg_main.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1366px) {
  .class-kampTest .type-maps ul li .item-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-height: 900px) {
  .class-kampTest .type-maps ul li .item-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .class-kampTest .type-maps ul li .item-container {
    width: 100%;
  }
}
.class-kampTest .type-maps .bx-controls-direction {
  height: 78px;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .class-kampTest .type-maps .bx-controls-direction {
    top: 50%;
    bottom: auto;
    width: 100%;
    margin: -36px 0 0 -65%;
  }
}
.class-kampTest .type-maps .bx-controls-direction a {
  top: auto;
  bottom: 28px;
  height: 78px;
  width: 46px;
}
@media screen and (max-width: 1366px) {
  .class-kampTest .type-maps .bx-controls-direction a {
    bottom: 8px;
  }
}
.class-kampTest .type-maps .bx-controls-direction a.bx-next {
  background-image: url('../img/debaty/kampania/sprite_d3-timeline.png');
  background-repeat: no-repeat;
  background-position: center -216px;
  right: -35px;
}
.class-kampTest .type-maps .bx-controls-direction a.bx-next:hover {
  background-position: center -321px;
}
.class-kampTest .type-maps .bx-controls-direction a.bx-prev {
  background-image: url('../img/debaty/kampania/sprite_d3-timeline.png');
  background-repeat: no-repeat;
  background-position: center 0;
  left: -35px;
}
.class-kampTest .type-maps .bx-controls-direction a.bx-prev:hover {
  background-position: center -109px;
}
.class-kampTest .type-maps .bx-pager-maps {
  top: auto;
  bottom: 60px;
  width: 950px;
  margin: 0 0 0 -475px;
}
@media screen and (max-width: 1366px) {
  .class-kampTest .type-maps .bx-pager-maps {
    bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .class-kampTest .type-maps .bx-pager-maps {
    display: none;
  }
}
.class-kampTest .type-maps .bx-pager-maps:after {
  margin: 8px 0 0 -475px;
  border-top: 2px solid #A9A9A9;
}
.class-kampTest .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link {
  background: #808080;
  border: 2px solid #A9A9A9;
}
.class-kampTest .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link.active {
  background: #fff;
}
.class-kampTest .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="0"] {
  left: -285px;
}
.class-kampTest .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="1"] {
  left: -98px;
}
.class-kampTest .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="2"] {
  left: 89px;
}
.class-kampTest .type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="3"] {
  left: 276px;
}
.class-kampTest .type-maps.charts .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="0"] {
  left: -320px;
}
.class-kampTest .type-maps.charts .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="1"] {
  left: -170px;
}
.class-kampTest .type-maps.charts .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="2"] {
  left: 15px;
}
.class-kampTest .type-maps.charts .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="3"] {
  left: 170px;
}
.class-kampTest .type-maps.charts .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="4"] {
  left: 320px;
}
.class-kampTest .type-maps.charts .item-container {
  position: relative;
}
@media screen and (max-height: 860px) {
  .class-kampTest .type-maps.charts .item-container img {
    position: absolute;
    top: -40px;
  }
}
@media screen and (max-height: 800px) {
  .class-kampTest .type-maps.charts .item-container img {
    top: -60px;
  }
}
.class-kampTest .type-maps.charts .link-wrapper {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin: 0 0 0 -100px;
}
@media screen and (max-height: 800px) {
  .class-kampTest .type-maps.charts .link-wrapper {
    bottom: 40px;
  }
}
.type-timeline.campaign ul li .item-container:after {
  display: block !important;
  background-image: url('../img/debaty/bg_mask_dark.png');
  background-repeat: repeat;
  background-position: 0 0;
}
.type-timeline.campaign ul li .description {
  top: 60px;
  bottom: auto;
}
.type-timeline.campaign ul li .description .date {
  display: none;
}
.type-timeline.campaign ul li .description .title {
  margin: 20px auto;
  font-size: 58px;
  font-weight: normal;
}
.type-timeline.campaign ul li .description .lead {
  line-height: 34px;
  font-size: 24px;
  font-weight: normal;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="0"] {
  left: -65px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="0"] span {
  width: 105px;
  margin: 0 0 0 -52.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="1"] {
  left: -65px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="1"] span {
  width: 105px;
  margin: 0 0 0 -52.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="2"] {
  left: -65px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="2"] span {
  width: 105px;
  margin: 0 0 0 -52.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="3"] {
  left: -50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="3"] span {
  width: 100px;
  margin: 0 0 0 -50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="4"] {
  left: -50px;
  width: 13px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="4"] span {
  width: 100px;
  margin: 0 0 0 -50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="5"] {
  left: -50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="5"] span {
  width: 105px;
  margin: 0 0 0 -52.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="6"] {
  left: -50px;
  width: 13px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="6"] span {
  width: 105px;
  margin: 0 0 0 -52.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="7"] {
  left: -50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="7"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="8"] {
  left: -30px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="8"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="9"] {
  left: -25px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="9"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="10"] {
  left: -20px;
  width: 13px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="10"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="11"] {
  left: -16px;
  width: 13px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="11"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="12"] {
  left: -10px;
  width: 13px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="12"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="13"] {
  left: -2px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="13"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="14"] {
  left: 10px;
  width: 13px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="14"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="15"] {
  left: 20px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="15"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="16"] {
  left: 20px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="16"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="17"] {
  left: 10px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="17"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="18"] {
  left: 30px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="18"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="19"] {
  left: 30px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="19"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="20"] {
  left: 30px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="20"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="21"] {
  left: 40px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="21"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="22"] {
  left: 40px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="22"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="23"] {
  left: 40px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="23"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="24"] {
  left: 40px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="24"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="25"] {
  left: 50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="25"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="26"] {
  left: 50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="26"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="27"] {
  left: 50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="27"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="28"] {
  left: 50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="28"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="29"] {
  left: 50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="29"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="30"] {
  left: 50px;
}
.type-timeline.campaign .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="30"] span {
  width: 105px;
  margin: 0 0 0 -55.5px;
}
.type-timeline.candidates ul li .item-container {
  background-position: right center;
}
.type-timeline.candidates ul li .description {
  top: 65px;
  bottom: auto;
  left: 40%;
  width: 1024px;
  margin: 0 0 0 -512px;
  color: #333;
  text-align: center;
}
@media screen and (max-height: 1000px) {
  .type-timeline.candidates ul li .description {
    top: -65px;
    height: 900px;
    transform: scale(0.75,0.75);
    -webkit-transform: scale(0.75,0.75);
    -moz-transform: scale(0.75,0.75);
    -o-transform: scale(0.75,0.75);
    -ms-transform: scale(0.75,0.75);
  }
}
@media screen and (max-height: 900px) {
  .type-timeline.candidates ul li .description {
    top: -130px;
    height: 900px;
    transform: scale(0.65,0.65);
    -webkit-transform: scale(0.65,0.65);
    -moz-transform: scale(0.65,0.65);
    -o-transform: scale(0.65,0.65);
    -ms-transform: scale(0.65,0.65);
  }
}
@media screen and (max-width: 2000px) and (max-height: 1080px) {
  .type-timeline.candidates ul li .description {
    top: -60px;
    height: 900px;
    transform: scale(0.75,0.75);
    -webkit-transform: scale(0.75,0.75);
    -moz-transform: scale(0.75,0.75);
    -o-transform: scale(0.75,0.75);
    -ms-transform: scale(0.75,0.75);
  }
}
@media screen and (max-width: 1620px) and (max-height: 900px) {
  .type-timeline.candidates ul li .description {
    top: -110px;
    width: 1200px;
    margin: 0 0 0 -600px;
    transform: scale(0.65,0.65);
    -webkit-transform: scale(0.65,0.65);
    -moz-transform: scale(0.65,0.65);
    -o-transform: scale(0.65,0.65);
    -ms-transform: scale(0.65,0.65);
  }
}
@media screen and (max-width: 1370px) and (max-height: 800px) {
  .type-timeline.candidates ul li .description {
    top: -110px;
    width: 1400px;
    margin: 0 0 0 -750px;
    transform: scale(0.65,0.65);
    -webkit-transform: scale(0.65,0.65);
    -moz-transform: scale(0.65,0.65);
    -o-transform: scale(0.65,0.65);
    -ms-transform: scale(0.65,0.65);
  }
}
@media screen and (max-width: 1280px) and (max-height: 900px) {
  .type-timeline.candidates ul li .description {
    width: 1360px;
    margin: 0 0 0 -730px;
  }
}
.type-timeline.candidates ul li .description.legend {
  left: 50%;
  width: 80%;
  margin: 0 0 0 -40%;
}
@media screen and (max-width: 1435px) and (max-height: 900px) {
  .type-timeline.candidates ul li .description.legend {
    margin: 0 0 0 -650px;
    width: 1300px;
  }
}
@media screen and (max-width: 1370px) and (max-height: 800px) {
  .type-timeline.candidates ul li .description.legend {
    width: 1700px;
    margin: 40px 0 0 -850px;
    transform: scale(0.65,0.65);
    -webkit-transform: scale(0.65,0.65);
    -moz-transform: scale(0.65,0.65);
    -o-transform: scale(0.65,0.65);
    -ms-transform: scale(0.65,0.65);
  }
}
.type-timeline.candidates ul li .description .title {
  display: block;
  margin: 15px auto;
  line-height: 72px;
  text-align: center;
  font-weight: normal;
  font-size: 60px;
  color: #c1272d;
}
.type-timeline.candidates ul li .description p {
  width: 90%;
  margin: 20px auto;
  line-height: 22px;
  text-align: left;
}
@media screen and (max-width: 2000px) and (max-height: 1080px) {
  .type-timeline.candidates ul li .description p {
    margin: 20px auto 60px auto;
  }
}
.type-timeline.candidates ul li .description ul {
  height: auto;
}
.type-timeline.candidates ul li .description ul li {
  height: auto;
  width: auto;
}
.type-timeline.candidates ul li .description ul.list {
  display: block;
  clear: both;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.type-timeline.candidates ul li .description ul.list:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.type-timeline.candidates ul li .description ul.list li {
  display: inline-block;
  padding: 0 11px;
  line-height: 32px;
  font-family: "Times New Roman";
  font-size: 26px;
  border-right: 1px solid #C2272D;
}
.type-timeline.candidates ul li .description ul.list li:last-child {
  border-right: 0 none;
}
.type-timeline.candidates ul li .description .box {
  display: block;
  clear: both;
  margin: 45px 0 0 0;
}
.type-timeline.candidates ul li .description .box:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.type-timeline.candidates ul li .description .box.like .box-header {
  color: #006837;
}
.type-timeline.candidates ul li .description .box.like .box-header span {
  background-position: 11px -158px;
}
.type-timeline.candidates ul li .description .box.dislike {
  margin: 39px 0 0 0;
}
.type-timeline.candidates ul li .description .box.dislike .box-header {
  color: #c1272d;
}
.type-timeline.candidates ul li .description .box.dislike .box-header:after {
  width: 38.5%;
  margin: 10px 0 0 115px;
}
.type-timeline.candidates ul li .description .box.dislike .box-header:before {
  width: 38.5%;
  margin: 10px 110px 0 0;
}
.type-timeline.candidates ul li .description .box .box-header {
  position: relative;
  font-family: "Libre Baskerville";
  font-size: 23px;
  text-transform: uppercase;
  text-align: center;
}
.type-timeline.candidates ul li .description .box .box-header:after,
.type-timeline.candidates ul li .description .box .box-header:before {
  content: "";
  position: absolute;
  height: 0;
  width: 40%;
  border-top: 1px solid #b3b3b3;
}
.type-timeline.candidates ul li .description .box .box-header:after {
  left: 50%;
  margin: 10px 0 0 80px;
}
.type-timeline.candidates ul li .description .box .box-header:before {
  right: 50%;
  margin: 10px 80px 0 0;
}
.type-timeline.candidates ul li .description .box .box-header span {
  background-image: url('../img/debaty/kampania/candidates/sprite_d3candidates.png');
  background-repeat: no-repeat;
  background-position: 11px 0;
  padding: 15px 0 15px 75px;
}
.type-timeline.candidates ul li .description .box ul {
  margin: 40px 0 0 0;
}
.type-timeline.candidates ul li .description .box ul li.ico {
  display: inline-block;
  margin: 0 10px;
  height: 60px;
  width: 110px;
  padding: 80px 0 0 0;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Times New Roman";
  vertical-align: top;
}
.type-timeline.candidates ul li .description ul.list-legend li {
  float: left;
  display: block;
  height: 200px;
  width: 210px;
  margin: 0 10px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-family: "Times New Roman";
}
.type-timeline.candidates ul li .description ul.list-legend li .ico {
  height: 80px;
  width: 210px;
}
.type-timeline.candidates ul li .description .ico {
  background-image: url('../img/debaty/kampania/candidates/sprite_d3candidates.png');
  background-repeat: no-repeat;
  background-position: center 0;
  display: block;
}
.type-timeline.candidates ul li .description .ico.nato {
  background-position: center -316px;
}
.type-timeline.candidates ul li .description .ico.conscription {
  background-position: center -475px;
}
.type-timeline.candidates ul li .description .ico.budget {
  background-position: center -634px;
}
.type-timeline.candidates ul li .description .ico.ukraine {
  background-position: center -793px;
}
.type-timeline.candidates ul li .description .ico.euro {
  background-position: center -952px;
}
.type-timeline.candidates ul li .description .ico.credit {
  width: 140px !important;
  background-position: center -1111px;
}
.type-timeline.candidates ul li .description .ico.law {
  background-position: center -1270px;
}
.type-timeline.candidates ul li .description .ico.districts {
  width: 145px !important;
  background-position: center -1429px;
}
.type-timeline.candidates ul li .description .ico.retiring {
  background-position: center -1588px;
}
.type-timeline.candidates ul li .description .ico.invitro {
  background-position: center -1747px;
}
.type-timeline.candidates ul li .description .ico.health {
  background-position: center -1906px;
}
.type-timeline.candidates ul li .description .ico.gender {
  background-position: center -2065px;
}
.type-timeline.candidates ul li .description .ico.lesson {
  background-position: center -2224px;
}
.type-timeline.candidates ul li .description .ico.marijuana {
  background-position: center -2860px;
}
.type-timeline.candidates ul li .description .ico.tax {
  background-position: center -2383px;
}
.type-timeline.candidates ul li .description .ico.integration {
  background-position: center -2542px;
}
.type-timeline.candidates ul li .description .ico.life {
  background-position: center -2701px;
}
.type-timeline.candidates ul li .description .ico.contract {
  background-position: center -3019px;
}
.type-timeline.candidates ul li .description .ico.police {
  background-position: center -3178px;
}
.type-timeline.candidates ul li .description .ico.foreigners {
  background-position: center -3337px;
}
.type-timeline.candidates .bx-controls-direction {
  width: 380px;
  margin: 0 0 0 -218px;
}
.type-timeline.candidates .bx-controls-direction a.bx-next {
  right: 0;
}
.type-timeline.candidates .bx-controls-direction a.bx-prev {
  left: 0;
}
.type-timeline.candidates .bx-pager-candidate {
  bottom: 20px;
}
.type-timeline.candidates .bx-pager-candidate:after {
  width: 225px;
  margin: 8px 0 0 -140px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link span {
  display: block;
  bottom: 25px;
  height: 70px;
  width: 70px;
  margin: 0 0 0 -35px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link span img {
  height: auto;
  width: 100%;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="0"] {
  left: -75px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="1"] {
  left: -27px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="2"] {
  left: 21px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="3"] {
  left: -131px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="4"] {
  left: -83px;
  width: 13px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="5"] {
  left: -35px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="6"] {
  left: 13px;
  width: 13px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="7"] {
  left: 61px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="8"] {
  left: 109px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="9"] {
  left: 157px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="10"] {
  left: 205px;
  width: 13px;
}
.type-timeline.candidates .bx-pager-candidate .bx-pager-item .bx-pager-link[data-slide-index="11"] {
  left: 253px;
  width: 13px;
}
.type-timeline.polls ul li {
  background-image: url('../img/debaty/kampania/bg_main.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.type-timeline.polls ul li .description {
  top: 65px;
  bottom: auto;
  left: 50%;
  width: 70%;
  margin: 0 0 0 -35%;
  font-family: "Libre Baskerville";
  color: #333;
}
@media screen and (max-height: 1000px) {
  .type-timeline.polls ul li .description {
    top: 60px;
    width: 60%;
    margin: 0 0 0 -30%;
  }
}
@media screen and (max-width: 1620px) and (max-height: 900px) {
  .type-timeline.polls ul li .description {
    top: 40px;
    width: 65%;
    margin: 0 0 0 -32.5%;
  }
}
@media screen and (max-width: 1370px) and (max-height: 640px) {
  .type-timeline.polls ul li .description {
    width: 60%;
    margin: 0 0 0 -30%;
  }
}
@media screen and (max-width: 1280px) and (min-height: 900px) {
  .type-timeline.polls ul li .description {
    width: 70%;
    margin: 0 0 0 -35%;
  }
}
@media screen and (max-width: 1100px) and (max-height: 1024px) {
  .type-timeline.polls ul li .description {
    width: 70%;
    margin: 0 0 0 -40%;
  }
}
.type-timeline.polls ul li .description .date {
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: bold;
  color: #c1272d;
}
@media screen and (max-height: 800px),(max-width: 1366px) {
  .type-timeline.polls ul li .description .date {
    margin: 0;
    line-height: 22px;
    font-size: 16px;
  }
}
.type-timeline.polls ul li .description .date span {
  font-weight: normal;
}
.type-timeline.polls ul li .description .title {
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 67px;
}
@media screen and (max-height: 800px),(max-width: 1280px) {
  .type-timeline.polls ul li .description .title {
    font-size: 48px;
  }
}
@media screen and (max-height: 650px),(max-width: 1366px) {
  .type-timeline.polls ul li .description .title {
    line-height: 42px;
    font-size: 36px;
  }
}
@media screen and (max-width: 1620px) and (max-height: 900px) {
  .type-timeline.polls ul li .description .title {
    line-height: 54px;
    font-size: 42px;
  }
}
@media screen and (max-width: 1370px) and (max-height: 640px) {
  .type-timeline.polls ul li .description .title {
    line-height: 48px;
    font-size: 36px;
  }
}
.type-timeline.polls ul li .description .lead {
  line-height: 28px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-height: 800px),(max-width: 1366px) {
  .type-timeline.polls ul li .description .lead {
    line-height: 22px;
    font-size: 16px;
  }
}
.type-timeline.polls ul li .description .list-quotes {
  height: auto;
  margin: 20px auto 0 auto;
  text-align: center;
}
.type-timeline.polls ul li .description .list-quotes li {
  position: relative;
  display: inline-block;
  width: 48%;
  margin: 10px 1%;
  vertical-align: top;
  background: none;
}
@media screen and (max-height: 650px),(max-width: 1366px) {
  .type-timeline.polls ul li .description .list-quotes li {
    margin: 2px 1%;
  }
}
.type-timeline.polls ul li .description .list-quotes li.full-width {
  display: block;
  clear: both;
  float: none;
  margin: 4% auto 0 auto;
}
.type-timeline.polls ul li .description .list-quotes li.full-width:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.type-timeline.polls ul li .description .list-quotes li blockquote {
  font-size: 18px;
  font-weight: normal;
  background-size: 100% auto;
}
@media screen and (max-width: 2000px) and (max-height: 1080px) {
  .type-timeline.polls ul li .description .list-quotes li blockquote {
    line-height: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1680px) and (max-height: 1000px) {
  .type-timeline.polls ul li .description .list-quotes li blockquote {
    line-height: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1370px) and (max-height: 640px) {
  .type-timeline.polls ul li .description .list-quotes li blockquote {
    line-height: 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 1280px) and (max-height: 900px) {
  .type-timeline.polls ul li .description .list-quotes li blockquote {
    line-height: 15px;
    font-size: 11px;
  }
}
.type-timeline.polls ul li .description .list-quotes li blockquote .photo {
  display: block;
  position: relative;
  margin: 0 auto 2% auto;
  yexy-align: center;
}
@media screen and (max-height: 800px),(max-width: 1366px) {
  .type-timeline.polls ul li .description .list-quotes li blockquote .photo {
    height: 20%;
    width: 20%;
  }
}
@media screen and (max-width: 1100px) and (max-height: 1024px) {
  .type-timeline.polls ul li .description .list-quotes li blockquote .photo {
    height: 60px;
    width: 60px;
  }
}
.type-timeline.polls ul li .description .list-quotes li blockquote .photo img {
  margin: 0 auto;
}
@media screen and (max-height: 800px),(max-width: 1366px) {
  .type-timeline.polls ul li .description .list-quotes li blockquote .photo img {
    height: auto;
    width: 100%;
  }
}
.type-timeline.polls ul li .description .list-quotes li blockquote p {
  text-align: left;
}
.type-timeline.polls ul li .description .list-quotes li .graph {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) and (max-height: 1024px) {
  .type-timeline.polls ul li .description .list-quotes li .graph {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  .type-timeline.polls ul li .description .list-quotes li .graph {
    width: 310px;
  }
}
.type-timeline.polls ul li .description .list-quotes li .graph img {
  height: auto;
  width: 100%;
}
.type-timeline.polls .bx-controls-direction {
  top: 50%;
  bottom: auto;
  width: 85%;
  margin: -37px 0 0 -42.5%;
}
.type-timeline.polls .bx-controls-direction a.bx-next {
  right: 35px;
}
@media screen and (max-width: 720px) {
  .type-timeline.polls .bx-controls-direction a.bx-next {
    right: 1%;
  }
}
.type-timeline.polls .bx-controls-direction a.bx-prev {
  left: 35px;
}
@media screen and (max-width: 720px) {
  .type-timeline.polls .bx-controls-direction a.bx-prev {
    left: 1%;
  }
}
.maps-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  font-family: "Libre Baskerville";
  font-size: 16px;
  color: #fff;
  border: 2px dotted rgba(255,255,255,0.5);
}
.type-maps.charts img.fullscreen {
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps {
  top: 60px;
  bottom: auto;
  left: 40px;
  width: 465px;
  margin: 0;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps:after {
  display: none;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .description {
  margin: 0 0 25px 0;
  text-align: left;
  color: #06B3B9;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .description .title {
  margin: 0 0 10px 0;
  font-size: 44px;
  font-weight: bold;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .description .lead {
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item {
  display: block;
  width: 440px;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link {
  background-image: url('../img/debaty/mlodzi/bg-border-inactive.png');
  background-repeat: no-repeat;
  background-position: 0 16px;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 109px;
  width: auto;
  margin: 0 0 20px 0;
  text-decoration: none;
  border: 0 none;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link.active {
  background-image: url('../img/debaty/mlodzi/bg-border-active.png');
  background-repeat: no-repeat;
  background-position: 0 16px;
  background-color: transparent;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link.active span {
  color: #06B3B9;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link.active[data-slide-index="0"] span {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: 47px -149px;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link.active[data-slide-index="1"] span {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: 47px 0;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link.active[data-slide-index="2"] span {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: 29px -297px;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="0"] span {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: 47px -585px;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="1"] span {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: 47px -436px;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link[data-slide-index="2"] span {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: 29px -734px;
}
.class-debata4 .mlodzi.type-maps .bx-pager-maps .bx-pager-item .bx-pager-link span {
  display: block;
  position: relative;
  left: auto;
  bottom: auto;
  height: 78px;
  padding: 24px 10px 6px 143px;
  text-align: left;
  line-height: 26px;
  font-size: 20px;
  color: #1C5157;
}
.class-debata4 .mlodzi.type-maps .bx-controls {
  display: none;
}
.class-debata4 .countries.type-timeline ul li.active-slide .circle_animation {
  -webkit-animation: html 1s ease-out forwards;
  animation: html 1s ease-out forwards;
}
.class-debata4 .countries.type-timeline ul li.active-slide .charts-wrapper .chart.linear .value {
  opacity: 1;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .description {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: right -842px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .charts-wrapper .chart.linear .col.first .scale {
  height: 13px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .charts-wrapper .chart.linear .col.first .value {
  bottom: 33px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .charts-wrapper .chart.linear .col.snd .scale {
  height: 201px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .charts-wrapper .chart.linear .col.snd .value {
  bottom: 221px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .charts-wrapper .chart.no-1 .data .circle_animation {
  stroke-dasharray: 0, 80, 16, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .charts-wrapper .chart.no-2 .data .circle_animation {
  stroke-dasharray: 0, 80, 42, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .charts-wrapper .chart.no-3 .data .circle_animation {
  stroke-dasharray: 383;
  stroke-dashoffset: 383;
}
.class-debata4 .countries.type-timeline ul li.active-slide .britain .charts-wrapper .chart.no-4 .data .circle_animation {
  stroke-dasharray: 258;
  stroke-dashoffset: 258;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .description {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: right -1047px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .charts-wrapper .chart.linear .col.first .scale {
  height: 1px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .charts-wrapper .chart.linear .col.first .value {
  bottom: 21px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .charts-wrapper .chart.linear .col.snd .scale {
  height: 43px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .charts-wrapper .chart.linear .col.snd .value {
  bottom: 63px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .charts-wrapper .chart.no-1 .data .circle_animation {
  stroke-dasharray: 0, 80, 36, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .charts-wrapper .chart.no-2 .data .circle_animation {
  stroke-dasharray: 0, 80, 76, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .charts-wrapper .chart.no-3 .data .circle_animation {
  stroke-dasharray: 365;
  stroke-dashoffset: 365;
}
.class-debata4 .countries.type-timeline ul li.active-slide .eris .charts-wrapper .chart.no-4 .data .circle_animation {
  stroke-dasharray: 278;
  stroke-dashoffset: 278;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .description {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: right -1252px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .charts-wrapper .chart.linear .col.first .scale {
  height: 105px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .charts-wrapper .chart.linear .col.first .value {
  bottom: 125px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .charts-wrapper .chart.linear .col.snd .scale {
  height: 202px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .charts-wrapper .chart.linear .col.snd .value {
  bottom: 222px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .charts-wrapper .chart.no-1 .data .circle_animation {
  stroke-dasharray: 0, 80, 13, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .charts-wrapper .chart.no-2 .data .circle_animation {
  stroke-dasharray: 0, 80, 19, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .charts-wrapper .chart.no-3 .data .circle_animation {
  stroke-dasharray: 369;
  stroke-dashoffset: 369;
}
.class-debata4 .countries.type-timeline ul li.active-slide .germany .charts-wrapper .chart.no-4 .data .circle_animation {
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .description {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: right -1457px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .charts-wrapper .chart.linear .col.first .scale {
  height: 5px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .charts-wrapper .chart.linear .col.first .value {
  bottom: 25px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .charts-wrapper .chart.linear .col.snd .scale {
  height: 42px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .charts-wrapper .chart.linear .col.snd .value {
  bottom: 62px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .charts-wrapper .chart.no-1 .data .circle_animation {
  stroke-dasharray: 0, 80, 22, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .charts-wrapper .chart.no-2 .data .circle_animation {
  stroke-dasharray: 0, 80, 47, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .charts-wrapper .chart.no-3 .data .circle_animation {
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
}
.class-debata4 .countries.type-timeline ul li.active-slide .netherland .charts-wrapper .chart.no-4 .data .circle_animation {
  stroke-dasharray: 285;
  stroke-dashoffset: 285;
}
.class-debata4 .countries.type-timeline ul li.active-slide .norway .description {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: right -1662px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .norway .charts-wrapper .chart.linear .col.first .scale {
  height: 14px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .norway .charts-wrapper .chart.linear .col.first .value {
  bottom: 34px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .norway .charts-wrapper .chart.linear .col.snd .scale {
  height: 26px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .norway .charts-wrapper .chart.linear .col.snd .value {
  bottom: 46px;
}
.class-debata4 .countries.type-timeline ul li.active-slide .norway .charts-wrapper .chart.no-1 .data .circle_animation {
  stroke-dasharray: 0, 80, 8, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .norway .charts-wrapper .chart.no-2 .data .circle_animation {
  stroke-dasharray: 0, 80, 24, 850, 0, 0, 0;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline ul li.active-slide .norway .charts-wrapper .chart.no-3 .data .circle_animation {
  stroke-dasharray: 477;
  stroke-dashoffset: 477;
}
.class-debata4 .countries.type-timeline ul li .item-container:after {
  background-image: url('../img/debaty/bg_mask_dark.png');
  background-repeat: repeat;
  background-position: center center;
}
.class-debata4 .countries.type-timeline ul li .description {
  display: block;
  clear: both;
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0 auto;
  padding: 80px 0 0 0;
  width: 100%;
  background-color: #474A53;
}
.class-debata4 .countries.type-timeline ul li .description:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.class-debata4 .countries.type-timeline ul li .description .text-wrapper {
  height: 110px;
  width: 80%;
  margin: 0 auto;
  color: #DBDCE1;
}
.class-debata4 .countries.type-timeline ul li .description .title {
  float: left;
  margin: 0 20px 0 0;
  line-height: inherit;
  font-size: 40px;
  font-weight: normal;
}
.class-debata4 .countries.type-timeline ul li .description .lead {
  float: left;
  width: 800px;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: normal;
  border-left: 1px solid #DBDCE1;
}
.class-debata4 .countries.type-timeline .charts-wrapper {
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: -142px 0 0 -50%;
  padding: 2% 0 0 0;
  text-align: center;
  z-index: 200;
}
.class-debata4 .countries.type-timeline .charts-wrapper:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart {
  display: inline-block;
  width: 185px;
  margin: 0 25px;
  vertical-align: bottom;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .col {
  position: relative;
  display: inline-block;
  height: 250px;
  width: 77px;
  margin: 0 7px;
  text-align: center;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .col.first {
  color: #9CC02A;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .col.first .scale {
  background: #9CC02A;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .col.snd {
  color: #28A032;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .col.snd .scale {
  background: #28A032;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .col span {
  position: absolute;
  left: 0;
  width: 77px;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .col .value {
  transition: opacity 1s linear 0s;
  -moz-transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear 0s;
  -o-transition: opacity 1s linear 0s;
  -ms-transition: opacity 1s linear 0s;
  display: block;
  margin: 0 0 10px 0;
  font-size: 22px;
  opacity: 0;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .col .scale {
  transition: height 1s linear 0s;
  -moz-transition: height 1s linear 0s;
  -webkit-transition: height 1s linear 0s;
  -o-transition: height 1s linear 0s;
  -ms-transition: height 1s linear 0s;
  bottom: 20px;
  display: block;
  height: 0px;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .time {
  bottom: 0;
  font-size: 14px;
  color: #CEE094;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.linear .legend {
  height: auto;
  color: #CEE094;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.no-1 .data .text {
  color: #D68D0D;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.no-1 .legend {
  color: #D68D0D;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.no-2 .data .text {
  color: #D6560F;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.no-2 .legend {
  color: #D6560F;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.no-3 .data .text {
  color: #A954E5;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.no-3 .legend {
  color: #A954E5;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.no-4 .data .text {
  color: #6868EC;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart.no-4 .legend {
  color: #6868EC;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart .data {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border: 35px solid #868890;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart .data .text {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 28px;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart .data .text span {
  display: table-cell;
  vertical-align: middle;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart .data svg {
  position: absolute;
  top: -35px;
  left: -35px;
  transform: rotate(-90deg);
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart .data .circle_animation {
  stroke-dasharray: 0, 440;
  stroke-dashoffset: 440;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart .legend {
  height: 40px;
  margin: 10px 0 0 0;
}
.class-debata4 .countries.type-timeline .charts-wrapper .chart .legend p {
  line-height: 22px;
}
.class-debata4 .countries.type-timeline .bx-controls-direction a {
  top: auto;
  bottom: 76px;
  height: 36px;
  width: 40px;
  margin: 0;
}
.class-debata4 .countries.type-timeline .bx-controls-direction a.bx-next {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: 0 -1867px;
  right: 0;
}
.class-debata4 .countries.type-timeline .bx-controls-direction a.bx-prev {
  background-image: url('../img/debaty/mlodzi/sprite-debata4.png');
  background-repeat: no-repeat;
  background-position: 0 -1913px;
  left: 0;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline {
  top: auto;
  bottom: 80px;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline:after {
  margin: 11px 0 0 -413px;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link {
  height: 21px;
  width: 21px;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link span {
  display: block;
  width: 140px;
  margin: 0 0 0 -70px;
  text-transform: uppercase;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="0"] {
  left: -275px;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="1"] {
  left: -145px;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="2"] {
  left: -15px;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="3"] {
  left: 145px;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link[data-slide-index="4"] {
  left: 275px;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link.active {
  background: #06B3BA;
}
.class-debata4 .countries.type-timeline .bx-pager-timeline .bx-pager-item .bx-pager-link.active:after {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  border: 2px solid #333;
}
.class-debata4 .type-line-graph {
  background: #26272C;
}
.class-debata4 .type-line-graph .legend {
  background: #19181D;
  border-bottom: 3px solid #000;
}
.class-debata4 .type-line-graph .legend ul li {
  padding: 0 0 0 25px;
}
.class-debata4 .type-line-graph .legend ul li button {
  font-family: 'Oswald';
}
.class-debata4 .type-line-graph .legend ul li.active button:after {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  height: 7px;
  width: 7px;
}
.class-debata4 .type-line-graph .legend ul li.no1 {
  color: #04B3B8;
}
.class-debata4 .type-line-graph .legend ul li.no1.active button:after {
  background: #04B3B8;
}
.class-debata4 .type-line-graph .legend ul li.no1 button {
  color: #04B3B8;
}
.class-debata4 .type-line-graph .legend ul li.no1 button .ico {
  border: 3px solid #04B3B8;
}
.class-debata4 .type-line-graph .legend ul li.no2 {
  color: #9CEC3D;
}
.class-debata4 .type-line-graph .legend ul li.no2.active button:after {
  background: #9CEC3D;
}
.class-debata4 .type-line-graph .legend ul li.no2 button {
  color: #9CEC3D;
}
.class-debata4 .type-line-graph .legend ul li.no2 button .ico {
  border: 3px solid #9CEC3D;
}
.class-debata4 .type-line-graph .legend ul li.no3 {
  color: #963BF2;
}
.class-debata4 .type-line-graph .legend ul li.no3.active button:after {
  background: #963BF2;
}
.class-debata4 .type-line-graph .legend ul li.no3 button {
  color: #963BF2;
}
.class-debata4 .type-line-graph .legend ul li.no3 button .ico {
  border: 3px solid #963BF2;
}
.class-debata4 .type-line-graph .legend ul li.no4 {
  color: #E98226;
}
.class-debata4 .type-line-graph .legend ul li.no4.active button:after {
  background: #E98226;
}
.class-debata4 .type-line-graph .legend ul li.no4 button {
  color: #E98226;
}
.class-debata4 .type-line-graph .legend ul li.no4 button .ico {
  border: 3px solid #E98226;
}
.class-debata4 .type-line-graph .legend ul li .btn-show-graph {
  color: #fff;
}
.class-debata4 .type-line-graph .legend ul li .btn-show-graph.switch {
  opacity: 1;
}
.class-debata4 .type-line-graph .legend ul li .btn-show-graph.switch:after {
  background: #fff;
}
.class-debata4 .type-line-graph .legend ul li .btn-show-graph.switch .on {
  display: none;
}
.class-debata4 .type-line-graph .legend ul li .btn-show-graph.switch .off {
  display: block;
}
.class-debata4 .type-line-graph .legend ul li .btn-show-graph .ico {
  border: 3px solid #FFF;
}
.class-debata4 .type-line-graph .legend ul li .btn-show-graph .off {
  display: none;
}
.class-debata4 .type-line-graph .bg-wrapper .content.fullscreen .compressed-chart {
  display: block;
}
.class-debata4 .type-line-graph .bg-wrapper .content.fullscreen .overview {
  position: relative;
}
.class-debata4 .type-line-graph .bg-wrapper .content.fullscreen .graph {
  display: none;
}
.class-debata4 .type-line-graph .bg-wrapper .content.fullscreen .scrollbar {
  display: none;
}
.class-debata4 .type-line-graph .bg-wrapper .content .compressed-chart {
  display: none;
}
.class-debata4 .type-line-graph .bg-wrapper .content .compressed-chart img {
  height: auto;
  width: 100%;
}
.module .gasstreams {
  position: static;
  padding: 0;
}
.module .gasstreams .content {
  width: 100%;
  padding: 0;
}
.module .gasstreams .map-wrapper {
  height: 100%;
}
.module .gasstreams .legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  margin: 80px 2% 0 2%;
  text-align: left;
}
.module .gasstreams .legend .name {
  margin: 0 0 10px 0;
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: 0, 0, 0, rgba(0,0,0,0.85);
}
.module .gasstreams .legend .name:after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  height: 5px;
  width: 75px;
  margin: 0 0 0 10px;
  background: #fff;
  vertical-align: middle;
}
.module .gasstreams .legend ul {
  width: 315px;
}
.module .gasstreams .legend ul li {
  margin: 40px 0;
}
.module .gasstreams .legend .nordstream2 .name {
  color: #00A8FF;
}
.module .gasstreams .legend .nordstream2 .name:after {
  background: #00A8FF;
}
.module .gasstreams .legend .turkishstream .name {
  color: #00A8FF;
}
.module .gasstreams .legend .turkishstream .name:after {
  background: #00A8FF;
}
.module .gasstreams .legend .southstream .name {
  color: #E33048;
}
.module .gasstreams .legend .southstream .name:after {
  top: -5px;
  background: none;
  border-top: 5px dashed #E33048;
}
.module .gasstreams .title {
  margin: 0 0 30px 0;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.module .gasstreams .descript {
  line-height: 22px;
  font-family: "Open Sans";
  font-weight: 300;
  color: #D7D7D7;
}
.module .gasstreams .descript span {
  font-weight: 400;
  color: #fff;
}
.module .gasstreams .info-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33%;
  padding: 0 2%;
  text-align: left;
  background: rgba(0,0,0,0.95);
}
.module .gasstreams .info-layer.show {
  display: block;
}
.module .gasstreams .info-layer .title {
  margin: 80px 0 0 0;
}
.module .gasstreams .info-layer .photo {
  margin: 20px 0;
}
.module .gasstreams .info-layer .img-wrapper {
  margin: 0 0 20px 0;
}
.module .gasstreams .info-layer img {
  height: auto;
  max-width: 100%;
}
.module .gasstreams .info-layer .stream-name {
  font-size: 25px;
  text-transform: uppercase;
  color: #00A8FF;
}
@-webkit-keyframes html {
  to {
    stroke-dashoffset: 80;
  }
}
@keyframes html {
  to {
    stroke-dashoffset: 80;
  }
}
.debate-50 .btn-more {
  display: none;
}
.debate-50 .video-container {
  width: 70%;
  margin: 0 auto 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .debate-50 .video-container {
    width: 98%;
  }
}
.debate-50 .video-container .bx-controls .bx-controls-direction a {
  top: 50%;
  margin-top: -68px;
}
.debate-50 .module .bg-wrapper {
  padding: 1px 0 0 0;
}
.debate-50 .module.type-article .bg-wrapper .content {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .debate-50 .module.type-article .bg-wrapper .content {
    width: 98%;
  }
}
@media screen and (max-width: 1024px) {
  .debate-50 .main-nav {
    display: none;
  }
}
