.news {
  font-size: 100px;
  color: white;
  position: relative;
}
@keyframes news-anim-1 {
  0% {
    clip-path: inset(63px 0 23px 0);
    -webkit-clip-path: inset(63px 0 23px 0);
  }
  5.8823529412% {
    clip-path: inset(97px 0 2px 0);
    -webkit-clip-path: inset(97px 0 2px 0);
  }
  11.7647058824% {
    clip-path: inset(50px 0 5px 0);
    -webkit-clip-path: inset(50px 0 5px 0);
  }
  17.6470588235% {
    clip-path: inset(43px 0 51px 0);
    -webkit-clip-path: inset(43px 0 51px 0);
  }
  23.5294117647% {
    clip-path: inset(33px 0 27px 0);
    -webkit-clip-path: inset(33px 0 27px 0);
  }
  29.4117647059% {
    clip-path: inset(23px 0 24px 0);
    -webkit-clip-path: inset(23px 0 24px 0);
  }
  35.2941176471% {
    clip-path: inset(64px 0 37px 0);
    -webkit-clip-path: inset(64px 0 37px 0);
  }
  41.1764705882% {
    clip-path: inset(22px 0 10px 0);
    -webkit-clip-path: inset(22px 0 10px 0);
  }
  47.0588235294% {
    clip-path: inset(6px 0 55px 0);
    -webkit-clip-path: inset(6px 0 55px 0);
  }
  52.9411764706% {
    clip-path: inset(49px 0 27px 0);
    -webkit-clip-path: inset(49px 0 27px 0);
  }
  58.8235294118% {
    clip-path: inset(39px 0 27px 0);
    -webkit-clip-path: inset(39px 0 27px 0);
  }
  64.7058823529% {
    clip-path: inset(36px 0 14px 0);
    -webkit-clip-path: inset(36px 0 14px 0);
  }
  70.5882352941% {
    clip-path: inset(76px 0 3px 0);
    -webkit-clip-path: inset(76px 0 3px 0);
  }
  76.4705882353% {
    clip-path: inset(80px 0 13px 0);
    -webkit-clip-path: inset(80px 0 13px 0);
  }
  82.3529411765% {
    clip-path: inset(52px 0 11px 0);
    -webkit-clip-path: inset(52px 0 11px 0);
  }
  88.2352941176% {
    clip-path: inset(77px 0 12px 0);
    -webkit-clip-path: inset(77px 0 12px 0);
  }
  94.1176470588% {
    clip-path: inset(3px 0 80px 0);
    -webkit-clip-path: inset(3px 0 80px 0);
  }
  100% {
    clip-path: inset(77px 0 13px 0);
    -webkit-clip-path: inset(77px 0 13px 0);
  }
}
@keyframes news-anim-2 {
  0% {
    clip-path: inset(41px 0 57px 0);
    -webkit-clip-path: inset(41px 0 57px 0);
  }
  5.8823529412% {
    clip-path: inset(86px 0 5px 0);
    -webkit-clip-path: inset(86px 0 5px 0);
  }
  11.7647058824% {
    clip-path: inset(93px 0 5px 0);
    -webkit-clip-path: inset(93px 0 5px 0);
  }
  17.6470588235% {
    clip-path: inset(36px 0 52px 0);
    -webkit-clip-path: inset(36px 0 52px 0);
  }
  23.5294117647% {
    clip-path: inset(36px 0 1px 0);
    -webkit-clip-path: inset(36px 0 1px 0);
  }
  29.4117647059% {
    clip-path: inset(23px 0 62px 0);
    -webkit-clip-path: inset(23px 0 62px 0);
  }
  35.2941176471% {
    clip-path: inset(54px 0 45px 0);
    -webkit-clip-path: inset(54px 0 45px 0);
  }
  41.1764705882% {
    clip-path: inset(71px 0 1px 0);
    -webkit-clip-path: inset(71px 0 1px 0);
  }
  47.0588235294% {
    clip-path: inset(7px 0 35px 0);
    -webkit-clip-path: inset(7px 0 35px 0);
  }
  52.9411764706% {
    clip-path: inset(89px 0 5px 0);
    -webkit-clip-path: inset(89px 0 5px 0);
  }
  58.8235294118% {
    clip-path: inset(87px 0 13px 0);
    -webkit-clip-path: inset(87px 0 13px 0);
  }
  64.7058823529% {
    clip-path: inset(53px 0 11px 0);
    -webkit-clip-path: inset(53px 0 11px 0);
  }
  70.5882352941% {
    clip-path: inset(94px 0 1px 0);
    -webkit-clip-path: inset(94px 0 1px 0);
  }
  76.4705882353% {
    clip-path: inset(34px 0 25px 0);
    -webkit-clip-path: inset(34px 0 25px 0);
  }
  82.3529411765% {
    clip-path: inset(72px 0 24px 0);
    -webkit-clip-path: inset(72px 0 24px 0);
  }
  88.2352941176% {
    clip-path: inset(65px 0 30px 0);
    -webkit-clip-path: inset(65px 0 30px 0);
  }
  94.1176470588% {
    clip-path: inset(21px 0 20px 0);
    -webkit-clip-path: inset(21px 0 20px 0);
  }
  100% {
    clip-path: inset(1px 0 88px 0);
    -webkit-clip-path: inset(1px 0 88px 0);
  }
}
.news::before, .news::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: black;
}
.news::after {
  left: 2px;
  text-shadow: -1px 0 red;
  animation: news-anim-1 2s infinite linear alternate-reverse;
}
.news::before {
  left: -2px;
  text-shadow: 2px 0 blue;
  animation: news-anim-2 3s infinite linear alternate-reverse;
}

@keyframes glitch {
  0% {
    transform: skew(60deg);
  }
  5.5555555556% {
    transform: skew(78deg);
  }
  11.1111111111% {
    transform: skew(-7deg);
  }
  16.6666666667% {
    transform: skew(52deg);
  }
  22.2222222222% {
    transform: skew(62deg);
  }
  27.7777777778% {
    transform: skew(-55deg);
  }
  33.3333333333% {
    transform: skew(-78deg);
  }
  38.8888888889% {
    transform: skew(32deg);
  }
  44.4444444444% {
    transform: skew(33deg);
  }
  50% {
    transform: skew(-33deg);
  }
  55.5555555556% {
    transform: skew(38deg);
  }
  61.1111111111% {
    transform: skew(-20deg);
  }
  66.6666666667% {
    transform: skew(-22deg);
  }
  72.2222222222% {
    transform: skew(-60deg);
  }
  77.7777777778% {
    transform: skew(-46deg);
  }
  83.3333333333% {
    transform: skew(59deg);
  }
  88.8888888889% {
    transform: skew(-64deg);
  }
  94.4444444444% {
    transform: skew(-64deg);
  }
}
@keyframes noise {
  0% {
    background-position: 67px -25px;
  }
  10% {
    background-position: -72px 10px;
  }
  20% {
    background-position: -79px 49px;
  }
  30% {
    background-position: -73px 39px;
  }
  40% {
    background-position: -67px 11px;
  }
  50% {
    background-position: -36px -28px;
  }
  60% {
    background-position: 23px -36px;
  }
  70% {
    background-position: 76px 44px;
  }
  80% {
    background-position: -33px -43px;
  }
  90% {
    background-position: 46px 34px;
  }
}
@keyframes bar {
  0% {
    height: 87px;
    top: 69%;
    opacity: 0.69;
  }
  10% {
    height: 592px;
    top: 40%;
    opacity: 0.33;
  }
  20% {
    height: 539px;
    top: 73%;
    opacity: 0.66;
  }
  30% {
    height: 231px;
    top: 66%;
    opacity: 0.05;
  }
  40% {
    height: 355px;
    top: 36%;
    opacity: 0.46;
  }
  50% {
    height: 170px;
    top: 73%;
    opacity: 0.18;
  }
  60% {
    height: 351px;
    top: 86%;
    opacity: 0.27;
  }
  70% {
    height: 366px;
    top: 17%;
    opacity: 0.36;
  }
  80% {
    height: 360px;
    top: 50%;
    opacity: 0.18;
  }
  90% {
    height: 513px;
    top: 69%;
    opacity: 0.46;
  }
}
@font-face {
  font-family: "happyKiller";
  src: url("/css/fonts/HappyKiller.ttf");
}
@font-face {
  font-family: "squareo";
  src: url("/css/fonts/Squareo.ttf");
}
@font-face {
  font-family: "square";
  src: url("/css/fonts/Square.ttf");
}
@font-face {
  font-family: "furore";
  src: url("/css/fonts/Furore.otf");
}
@font-face {
  font-family: "feisar";
  src: url("/css/fonts/Feisar.ttf");
}
.thumbnail-imgs {
  position: absolute;
  top: 13%;
  left: 1%;
  right: 1%;
  bottom: 9%;
  overflow: hidden;
}

.thumbnail-img, .video-glitch-in {
  position: absolute;
  top: -5px;
  left: -10px;
  width: calc(100% + 10px * 2);
  height: calc(100% + 5px * 2);
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: none;
}

.thumbnail-img {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.video-glitch-in {
  background: #000;
}

.thumbnail-img:nth-child(n+2), .video-glitch-in:nth-child(n+2) {
  opacity: 0;
}

.imgloaded .thumbnail-img:nth-child(n+2), .video-glitch.active .video-glitch-in:nth-child(n+2), .imgloaded .video-glitch-in:nth-child(n+2), .person-desc:hover .video-glitch-in:nth-child(n+2) {
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.imgloaded .video-glitch-in:nth-child(n+2) {
  animation-delay: 0;
}

.imgloaded .thumbnail-img:nth-child(2), .video-glitch.active .video-glitch-in:nth-child(2), .imgloaded .video-glitch-in:nth-child(2), .person-desc:hover .video-glitch-in:nth-child(2) {
  background-color: #7d948e;
  background-blend-mode: overlay;
  animation-name: glitch-1;
}

.imgloaded .thumbnail-img:nth-child(3), .video-glitch.active .video-glitch-in:nth-child(3), .imgloaded .video-glitch-in:nth-child(3), .person-desc:hover .video-glitch-in:nth-child(3) {
  background-color: transparent;
  background-blend-mode: none;
  animation-name: glitch-2;
}

.imgloaded .thumbnail-img:nth-child(4), .video-glitch.active .video-glitch-in:nth-child(4), .imgloaded .video-glitch-in:nth-child(4), .person-desc:hover .video-glitch-in:nth-child(4) {
  background-color: transparent;
  background-blend-mode: none;
  animation-name: glitch-3;
}

.imgloaded .thumbnail-img:nth-child(5), .video-glitch.active .video-glitch-in:nth-child(5), .imgloaded .video-glitch-in:nth-child(5), .person-desc:hover .video-glitch-in:nth-child(5) {
  background-color: #af4949;
  background-blend-mode: overlay;
  animation-name: glitch-flash;
}

@keyframes glitch-1 {
  0% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    clip-path: polygon(0 33%, 100% 33%, 1 0% 33%, 0 33%);
  }
  10% {
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@-webkit-keyframes glitch-1 {
  0% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    -webkit--webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    -webkit--webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit--webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    -webkit--webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 1 0% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(10px, 5px, 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
.happy {
  font-family: "happyKiller";
}

.squareo {
  font-family: "squareo";
}

.square {
  font-family: "square";
}

.furore {
  font-family: "furore";
}

.feisar {
  font-family: "feisar";
}

.video-glitch {
  position: absolute;
  left: 0px;
  top: 1%;
  right: 0px;
  overflow: hidden;
  bottom: 0px;
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 9999999;
  text-transform: uppercase;
  font: 35px "Roboto", helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: 0.3em;
  background-image: url(/layout/noise1a.png);
  text-shadow: 2px 0 1px #f6050a, -2px 0 1px #1cf2f2;
}
.video-glitch:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.video-glitch:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: url(/layout/noise2a.png);
}
.video-glitch span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  animation: glitch 3s infinite alternate;
}
.video-glitch.active {
  opacity: 0.6;
  animation: noise 0.3s infinite;
}
.video-glitch.active:after {
  animation: bar 0.5s infinite;
}

.imgloaded .video-glitch, .person-desc:hover .video-glitch {
  opacity: 0.6;
  animation: noise 0.3s infinite;
}

.imgloaded .video-glitch:after, .person-desc:hover .video-glitch:after {
  animation: bar 0.5s infinite;
}

.glitch {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 35px "Roboto", helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: 0.3em;
  background-image: url(/layout/noise2a.png);
  text-shadow: 2px 0 1px #f6050a, -2px 0 1px #1cf2f2;
  animation: noise 0.3s infinite;
}
.glitch:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.glitch:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: url(/layout/noise1a.png);
  animation: bar 0.5s infinite;
}
.glitch span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  animation: glitch 3s infinite alternate;
}

#bigVideoWrap {
  display: none;
  transition: all 2s ease;
  position: fixed;
  z-index: 99999999999999;
  background: #000;
  transform: scale(0.9);
}

#bigVideoWrap.hiding.active {
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s ease;
}

#bigVideoWrap.semiactive {
  display: block;
  opacity: 0;
}

#bigVideoWrap.active {
  transform: scale(1);
  opacity: 1;
}

#bigVideoImg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: none !important;
  z-index: 999999999;
  background-size: cover;
  background-position: center;
}

#bigVideo {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}

#bigVideoWrap.playing #bigVideo {
  opacity: 1;
}

#bigVideoWrap.playing #bigVideoImg, #bigVideoWrap.playing .video-glitch, #bigVideoWrap.playing .video-wrap-anim {
  display: none;
}

#bigVideoWrapClose, #topVideoWrapClose {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #fff;
  padding: 15px;
  z-index: 9999999999999999;
  border-radius: 3px;
  transition: all 0.3s ease;
}

#topVideoWrapClose {
  display: none;
  transform: translate(-50%, -100px);
  opacity: 0;
}

#topVideoWrapClose.semiactive {
  display: block;
}

#topVideoWrapClose.active {
  transform: translate(-50%, 0);
  opacity: 1;
}

#bigVideoWrapClose:hover, #topVideoWrapClose:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.glitcha {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  animation: glitch 3s infinite alternate;
}

.glitch1 {
  color: white;
  font-size: 70px;
  position: relative;
  margin: 0 auto;
}

.glitch2 {
  color: #fff;
  padding-top: 10px;
  font-size: 9px;
  position: relative;
  margin: 0 auto;
}

.glitch2 i {
  color: #D82337;
}

@keyframes noise-anim {
  0% {
    clip-path: inset(97% 0 4% 0);
  }
  5% {
    clip-path: inset(36% 0 63% 0);
  }
  10% {
    clip-path: inset(77% 0 17% 0);
  }
  15% {
    clip-path: inset(23% 0 14% 0);
  }
  20% {
    clip-path: inset(93% 0 3% 0);
  }
  25% {
    clip-path: inset(55% 0 25% 0);
  }
  30% {
    clip-path: inset(80% 0 17% 0);
  }
  35% {
    clip-path: inset(50% 0 15% 0);
  }
  40% {
    clip-path: inset(4% 0 89% 0);
  }
  45% {
    clip-path: inset(99% 0 2% 0);
  }
  50% {
    clip-path: inset(70% 0 3% 0);
  }
  55% {
    clip-path: inset(66% 0 28% 0);
  }
  60% {
    clip-path: inset(7% 0 6% 0);
  }
  65% {
    clip-path: inset(77% 0 5% 0);
  }
  70% {
    clip-path: inset(23% 0 3% 0);
  }
  75% {
    clip-path: inset(8% 0 58% 0);
  }
  80% {
    clip-path: inset(73% 0 6% 0);
  }
  85% {
    clip-path: inset(54% 0 6% 0);
  }
  90% {
    clip-path: inset(22% 0 65% 0);
  }
  95% {
    clip-path: inset(96% 0 3% 0);
  }
  100% {
    clip-path: inset(72% 0 26% 0);
  }
}
@-webkit-keyframes noise-anim {
  0% {
    -webkit-clip-path: inset(97% 0 4% 0);
  }
  5% {
    -webkit-clip-path: inset(36% 0 63% 0);
  }
  10% {
    -webkit-clip-path: inset(77% 0 17% 0);
  }
  15% {
    -webkit-clip-path: inset(23% 0 14% 0);
  }
  20% {
    -webkit-clip-path: inset(93% 0 3% 0);
  }
  25% {
    -webkit-clip-path: inset(55% 0 25% 0);
  }
  30% {
    -webkit-clip-path: inset(80% 0 17% 0);
  }
  35% {
    -webkit-clip-path: inset(50% 0 15% 0);
  }
  40% {
    -webkit-clip-path: inset(4% 0 89% 0);
  }
  45% {
    -webkit-clip-path: inset(99% 0 2% 0);
  }
  50% {
    -webkit-clip-path: inset(70% 0 3% 0);
  }
  55% {
    -webkit-clip-path: inset(66% 0 28% 0);
  }
  60% {
    -webkit-clip-path: inset(7% 0 6% 0);
  }
  65% {
    -webkit-clip-path: inset(77% 0 5% 0);
  }
  70% {
    -webkit-clip-path: inset(23% 0 3% 0);
  }
  75% {
    -webkit-clip-path: inset(8% 0 58% 0);
  }
  80% {
    -webkit-clip-path: inset(73% 0 6% 0);
  }
  85% {
    -webkit-clip-path: inset(54% 0 6% 0);
  }
  90% {
    -webkit-clip-path: inset(22% 0 65% 0);
  }
  95% {
    -webkit-clip-path: inset(96% 0 3% 0);
  }
  100% {
    -webkit-clip-path: inset(72% 0 26% 0);
  }
}
.glitch1::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: transparent;
  overflow: hidden;
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip-path: inset(78% 0 20% 0);
  }
  5% {
    clip-path: inset(57% 0 42% 0);
  }
  10% {
    clip-path: inset(67% 0 9% 0);
  }
  15% {
    clip-path: inset(39% 0 12% 0);
  }
  20% {
    clip-path: inset(44% 0 50% 0);
  }
  25% {
    clip-path: inset(67% 0 13% 0);
  }
  30% {
    clip-path: inset(85% 0 11% 0);
  }
  35% {
    clip-path: inset(13% 0 8% 0);
  }
  40% {
    clip-path: inset(26% 0 47% 0);
  }
  45% {
    clip-path: inset(100% 0 1% 0);
  }
  50% {
    clip-path: inset(46% 0 43% 0);
  }
  55% {
    clip-path: inset(65% 0 35% 0);
  }
  60% {
    clip-path: inset(50% 0 18% 0);
  }
  65% {
    clip-path: inset(62% 0 13% 0);
  }
  70% {
    clip-path: inset(3% 0 54% 0);
  }
  75% {
    clip-path: inset(3% 0 56% 0);
  }
  80% {
    clip-path: inset(18% 0 69% 0);
  }
  85% {
    clip-path: inset(75% 0 6% 0);
  }
  90% {
    clip-path: inset(50% 0 51% 0);
  }
  95% {
    clip-path: inset(84% 0 17% 0);
  }
  100% {
    clip-path: inset(8% 0 10% 0);
  }
}
@-webkit-keyframes noise-anim-2 {
  0% {
    -webkit-clip-path: inset(78% 0 20% 0);
  }
  5% {
    -webkit-clip-path: inset(57% 0 42% 0);
  }
  10% {
    -webkit-clip-path: inset(67% 0 9% 0);
  }
  15% {
    -webkit-clip-path: inset(39% 0 12% 0);
  }
  20% {
    -webkit-clip-path: inset(44% 0 50% 0);
  }
  25% {
    -webkit-clip-path: inset(67% 0 13% 0);
  }
  30% {
    -webkit-clip-path: inset(85% 0 11% 0);
  }
  35% {
    -webkit-clip-path: inset(13% 0 8% 0);
  }
  40% {
    -webkit-clip-path: inset(26% 0 47% 0);
  }
  45% {
    -webkit-clip-path: inset(100% 0 1% 0);
  }
  50% {
    -webkit-clip-path: inset(46% 0 43% 0);
  }
  55% {
    -webkit-clip-path: inset(65% 0 35% 0);
  }
  60% {
    -webkit-clip-path: inset(50% 0 18% 0);
  }
  65% {
    -webkit-clip-path: inset(62% 0 13% 0);
  }
  70% {
    -webkit-clip-path: inset(3% 0 54% 0);
  }
  75% {
    -webkit-clip-path: inset(3% 0 56% 0);
  }
  80% {
    -webkit-clip-path: inset(18% 0 69% 0);
  }
  85% {
    -webkit-clip-path: inset(75% 0 6% 0);
  }
  90% {
    -webkit-clip-path: inset(50% 0 51% 0);
  }
  95% {
    -webkit-clip-path: inset(84% 0 17% 0);
  }
  100% {
    -webkit-clip-path: inset(8% 0 10% 0);
  }
}
.glitch1::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: #F2B229;
  overflow: hidden;
  animation: noise-anim-2 15s infinite linear alternate-reverse;
}

.source {
  font-family: "Source Code Pro", monospace;
}

#team {
  background: #D82337;
  width: auto;
}

.text-red {
  color: #D82337;
}

body {
  background: #F2B229;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.5px;
  color: #13293D;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  /*
  	     overflow:hidden;
  overflow-y: auto;
  width: 100%;
  */
}

header {
  z-index: 99999999999;
  position: relative;
}

.show-up {
  transform: translateY(30px);
  opacity: 0;
}

.show-left {
  transform: translateX(-30px);
  opacity: 0;
}

.show-left.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s ease;
}

.show-right {
  transform: translateX(30px);
  opacity: 0;
}

.show-right.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s ease;
}

.show-down {
  transform: translateY(-50px);
  opacity: 0;
}

.show-up.active, .show-down.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease;
}

.show-fast.show-me.active {
  transition: all 0.5s ease !important;
}

.delay-02 {
  transition-delay: 0.2s !important;
}

.delay-04 {
  transition-delay: 0.4s !important;
}

.delay-06 {
  transition-delay: 0.6s !important;
}

.delay-08 {
  transition-delay: 0.8s !important;
}

.delay-05 {
  transition-delay: 0.5s;
}

.delay-1 {
  transition-delay: 1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
}

.delay-16 {
  transition-delay: 1.6s !important;
}

.delay-18 {
  transition-delay: 1s;
}

.show-opac, .show-opacity {
  opacity: 0;
}

.show-scale {
  transform: scale(0.3);
}

.show-scale.active {
  transform: scale(1);
}

.show-opac.active, .show-opacity.active {
  transition: all 0.5s linear;
  opacity: 1;
}

.showblack {
  background: #000;
}

.showblack.active {
  background: #fff;
  transition: all 0.5s linear;
}

.showblack-down {
  overflow: hidden;
}

.showblack-down:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  content: " ";
  transform: translateY(0);
  background: #000;
}

.showblack-down.active:after {
  transform: translateY(100%);
  transition: all 1s linear;
}

.show-scale-horizontal {
  transform: scale(0, 1);
}

.show-scale-horizontal.active {
  transform: scale(1, 1);
  transition: all 1s ease;
}

body.noscroll {
  overflow: hidden;
}

.playfairdsc {
  font-family: "Playfair Display SC", serif;
}

.playfaird {
  font-family: "Playfair Display", serif;
}

.garam {
  font-family: "EB Garamond", serif;
}

.text-lower {
  text-transform: lowercase !important;
}

.navbar-brand-wrap {
  padding: 0px;
}

.logo-white {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 10px;
  top: 10px;
  display: block !important;
}

.yellow .logo-white {
  opacity: 1;
}

.top-logo img {
  position: absolute;
  top: 10%;
  max-height: 50%;
  width: auto;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}

.top.active .top-logo img {
  transform: translate(-50%, -100%);
  opacity: 0;
}

.navbar-brand {
  top: 0px;
  padding: 10px;
  position: relative;
  left: 0px;
  width: auto;
  max-width: 100%;
  z-index: 99999999999;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 2s ease;
}

.navbar-brand.active, .podstrona .navbar-brand {
  opacity: 1;
  transform: translateY(0);
}

.podstrona .ukryte {
  display: block;
}

.navbar-brand-after {
  top: 0px;
  bottom: -5px;
  position: absolute;
  right: -15px;
  left: 0px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 3px, #000 3px, #000 4px);
  opacity: 0.3;
  z-index: -1;
  content: " ";
  background-size: 85px;
  animation: headerbg1 10s linear infinite;
}

@keyframes headerbg1 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.navbar-brand.absolutny {
  position: absolute;
  background: #fff;
}

.navbar-brand img {
  width: 100%;
}

.navbar-brand-wrap {
  width: 400px;
  flex-grow: 0.33;
}

.navbar-brand img {
  width: auto;
  max-height: 100px;
}

.topcol {
  position: relative;
  padding-right: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

nav {
  top: 0px;
  position: fixed;
  left: 0px;
  width: 100%;
  /*   		background: #252525; */
  transition: all 0.3s ease;
}

.menu {
  position: relative;
  float: right;
  background: #E30327;
  padding-right: 15px;
  height: 30px;
  padding-left: 15px;
  transition: all 2s ease;
  transform: translateX(100%);
  opacity: 0;
}

.gobacktomain {
  position: fixed;
  left: 0px;
  top: 100px;
  height: 100px;
  z-index: 9999999999999;
  color: #D82337;
  padding: 30px;
  font-size: 40px;
}

.gobacktomain i {
  transition: all 0.3s ease;
  opacity: 0.4;
}

.gobacktomain:hover {
  cursor: pointer;
}

.gobacktomain:hover i {
  transform: translateX(-30%) scale(1.2);
  opacity: 1;
}

.menu.active, .podstrona .menu {
  transform: translateX(0);
  opacity: 1;
}

.menu:aftser {
  top: 10px;
  bottom: -35px;
  position: absolute;
  left: -35px;
  right: 20px;
  background: repeating-linear-gradient(-30deg, transparent, transparent 2px, #D40324 2px, #D40324 3px);
  opacity: 0.3;
  z-index: 0;
  content: " ";
  background-size: 66px;
  animation: headerbg 15s linear infinite;
}

@keyframes headerbg {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.menu ul {
  padding: 0px;
  margin: 0px;
}

.menu-after {
  position: absolute;
  right: 0px;
  top: 100%;
  left: 0px;
  height: auto;
  content: " ";
  background-repeat: no-repeat;
}

.menu:before {
  width: 25px;
  height: 25px;
  position: absolute;
  background: #E30327;
  transform: rotate(45deg);
  left: -13px;
  top: 0px;
  content: " ";
}

.menua {
  padding-left: 32px;
  position: relative;
}

.menua span {
  position: absolute;
  left: 0px;
  top: 10px;
  height: 20px;
  width: 20px;
  display: block;
  padding-left: 1px;
  line-height: 8px;
  text-align: center;
  font-size: 10px;
  font-weight: 100;
  border-radius: 0px;
}

.menu li {
  list-style: none;
  display: inline-block;
}

.menu a {
  padding: 5px 10px;
  margin: 0px;
  display: block;
  font-size: 0.8rem;
  height: 30px;
  font-weight: 500;
  color: #E7ECEF;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: lowercase !important;
  position: relative;
  z-index: 5;
}

.menu a:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.menu a span {
  position: relative;
  z-index: 1;
}

.menu li {
  position: relative;
}

.menu li:after {
  position: absolute;
  top: 55%;
  left: 0px;
  height: 3px;
  background: #F2B22A;
  width: 100%;
  transform: scale(0, 1) translateY(-50%);
  transition: all 0.3s ease;
  transform-origin: left center;
  content: " ";
  z-index: 3;
}

.menu li:hover:after {
  transform: scale(1, 1) translateY(-50%);
}

/*

 	.menu a.start-menu:hover, .menu a.start-menu.active { 
	 	color:#739F34;
 	}	.menu a.o-mnie-menu:hover, .menu a.o-mnie-menu.active { 
	 	color:#00A6ED;
 	}
 	.menu a.o-wsporniku-menu:hover, .menu a.o-wsporniku-menu.active { 
	 	color:#A63D40;
 	}
 		.menu a.strefa-menu:hover, .menu a.strefa-menu.active { 
	 	color:#F2C14E;
 	}
 		.menu a.sklep-menu:hover, .menu a.sklep-menu.active { 
	 	color:#B4436C;
 	}
 	 		.menu a.logowanie-menu:hover, .menu a.logowanie-menu.active { 
	 	color:#FFCAB1;
 	}
*/
.menu a small {
  font-weight: 700;
}

.mh100 {
  min-height: 100vh !important;
}

@media (max-width: 1200px) {
  .menu a {
    font-size: 13px;
    letter-spacing: 0px;
  }

  #access {
    right: 130px;
  }
}
.top.active {
  transition: all 2s ease;
  background-color: #F2B229;
  animation: none;
}

#portfolio {
  z-index: 99;
  position: relative;
}

#bigStrzalka {
  z-index: 9;
  position: absolute;
  left: 0px;
  animation: bigstrzalka 4s linear infinite;
}

@keyframes bigstrzalka {
  0% {
    transform: rotate(0deg);
    bottom: 100%;
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg);
    bottom: 0px;
    opacity: 0;
  }
}
#bigStrzalkaAnim {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) translateY(0);
  backface-visibility: hidden;
  animation: bigstrzalkaAnim 4s linear infinite;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

#bigStrzalkaAnim.faster {
  animation: bigstrzalkaAnim 2s linear infinite;
}

@keyframes bigstrzalkaAnim {
  0% {
    transform: rotate(0deg);
    transform: translateZ(0) translateY(0%);
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg);
    transform: translateZ(0) translateY(100%);
    opacity: 0;
  }
}
#hexagon {
  left: 97.6px;
  top: 85.75px;
  transform: scale(1);
  transform-origin: left top;
  position: absolute;
  z-index: 9999999;
  opacity: 0;
  transition: opacity 1s ease;
}

#hexagonBg {
  transition: opacity 1s ease;
  opacity: 0;
  left: 48.8px;
  top: 42.875px;
  transform-origin: left top;
  position: absolute;
  z-index: 99999;
}

#hexagon.active, #hexagonBg.active {
  opacity: 1;
}

#hexagons polygon {
  fill: transparent;
  stroke-width: 2;
  stroke: #000;
}

#hexagons {
  transform-origin: 50% 50%;
  transform: scale(0.5);
}

#hexagon path {
  fill: transparent;
  stroke: #cc0000;
  stroke-width: 5;
}

#over-loader.active {
  transition: all 5s ease;
  width: 100%;
}

#myPattern2.active {
  transition: all 0.5s ease;
  width: 112px;
  height: 190px;
}

#over-loader2 {
  transform: translateZ(0);
  opacity: 0;
  transition: all 2s ease;
}

#over-loader3 {
  transform: translateZ(0);
  opacity: 0;
  transition: all 0.4s ease;
}

#over-loader3.active {
  opacity: 1;
}

.top-bg.active #over-loader2 {
  opacity: 1;
}

.top-bg.active #loader, .top-bg.active #over-loader {
  opacity: 0;
  transform: translateZ(0);
  transform-origin: center;
  transition: all 1s ease;
}

#over-loader2.active g {
  transition: all 5s ease;
  transform: scale(1);
}

.top-bg.active {
  left: 5%;
  transform-origin: center 80%;
  right: 55%;
  top: 55%;
  bottom: 55%;
  opacity: 0.2;
  animation: top-bg 2s ease forwards;
}

.top:after {
  opacity: 0;
  position: absolute;
  z-index: 9;
  box-shadow: inset 0px 0px 50px 50px #F2B229;
  content: " ";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 2s ease;
}

.top.active:after {
  opacity: 1;
}

@keyframes top-bg {
  0% {
    left: 20%;
    right: 20%;
    bottom: 20%;
    top: 60%;
  }
  40% {
    left: 5%;
    right: 5%;
    bottom: 20%;
    top: 60%;
  }
  100% {
    left: 5%;
    right: 5%;
    bottom: 5%;
    top: 5%;
  }
}
.top.active .video-wrap {
  overflow: visible;
}

#hexagonBga1:after {
  position: absolute;
  left: 0px;
  top: -1px;
  height: 2px;
  right: 0px;
  background: #F2B229;
  content: " ";
}

.video-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  padding: 5%;
  perspective: 500px;
  transform: rotateY(-10deg);
  backface-visibility: hidden;
}

.video-wrap:hover {
  transform: rotate(0);
  cursor: pointer;
}

.video-wrap-anim {
  position: absolute;
  display: none;
  left: 0px;
  bottom: 0px;
  height: 20px;
  width: 80px;
  z-index: 10;
  background: #D82337;
  animation: videoWrapAnim 0.3s linear 10;
}

@keyframes videoWrapAnim {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes videoWrapShow {
  0% {
    opacity: 1;
    width: 80px;
  }
  30% {
    opacity: 1;
    width: 100%;
    bottom: 0px;
  }
  100% {
    opacity: 1;
    width: 100%;
    bottom: 100%;
  }
}
.video-wrap-in {
  transform: translateY(250px);
  position: relative;
  transform-origin: center bottom;
  transition: all 1s ease;
  opacity: 0;
}

.video-over {
  position: absolute;
  left: -4%;
  top: -20%;
  right: -5%;
  bottom: -15%;
  background: url(/layout/radikal_top_thumb.png);
  background-size: 100% 100%;
  background-position: center;
  z-index: 99999999999;
}

#video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

#top-video-wrap.semiactive {
  display: block;
}

#top-video-wrap.active {
  opacity: 1;
  transform: translate(0);
}

#top-video-wrap {
  z-index: 99999999;
  position: absolute;
  right: 0;
  overflow: hidden;
  transform: translateY(100px);
  transition: all 1s ease;
  opacity: 0;
  bottom: 0;
  display: none;
  min-width: 100%;
  min-height: 100%;
}

#top-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrap-in.active {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.tlo-right {
  position: absolute;
  right: 2%;
  width: 100px;
  opacity: 0.3;
  top: 500px;
  z-index: 0;
  height: 800px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 25px, #000 25px, #000 50px);
  opacity: 0.3;
  z-index: 0;
  content: " ";
  background-size: 310px;
  animation: tloright 3s linear infinite;
}

.tlo-left {
  position: absolute;
  left: 2%;
  width: 100px;
  opacity: 0.3;
  top: 1300px;
  z-index: 0;
  height: 800px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 25px, #000 25px, #000 50px);
  opacity: 0.3;
  z-index: 0;
  content: " ";
  background-size: 310px;
  animation: tloleft 3s linear infinite;
}

@keyframes tloright {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes tloleft {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wygnijsafter {
  z-index: 99999999999999;
  position: absolute;
  bottom: 0%;
  height: 1px;
  box-shadow: 0px 0px 80px 40px #7b5703;
  content: " ";
  left: 0px;
  right: 0px;
  transform: translateZ(50);
}

.wygnij, .wygnij-blog, .wygnij-contact {
  z-index: 99999;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  background: #F2B229;
  bottom: 0px;
  right: 0px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: translateZ(5px);
  transform-origin: center top;
}

.wygnij-blog, .wygnij-contact {
  z-index: 99;
  position: absolute;
  overflow: hidden;
  left: 16.7%;
  top: 0px;
  background: #D82337;
  bottom: 0px;
  right: 16.7%;
  transform-style: preserve-3d;
  transform-origin: center top;
}

.wygnij-contact {
  left: 7.6%;
  transform: rotateX(-30deg);
  right: 7.6%;
}

.bg-btm {
  position: absolute;
  height: auto;
  padding: 0px 16.4%;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.bg-btm-after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50%;
}

.wygnij-btm {
  position: relative;
  height: auto;
  margin-left: 16.4%;
  overflow: hidden;
  bottom: 0px;
  margin-right: 16.4%;
  height: auto;
  background: #F2B229;
}

.wygnij-btm svg {
  width: 100%;
  position: relative;
  left: 0px;
}

.wygnij-btm-box {
  background: #F2B229;
  width: 100%;
  position: relative;
  left: 0px;
  transform: rotate(-45deg);
  margin-top: -50%;
  right: 0px;
}

.tlo-content {
  position: absolute;
  left: 16.4%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 16.4%;
  top: 372px;
  overflow: hidden;
  bottom: 0px;
  background: #F2B229;
}

.tlo-cosntent:after {
  z-index: 99999999999999;
  position: absolute;
  top: 0%;
  height: 0px;
  box-shadow: 0px 0px 80px 40px #7b5703;
  content: " ";
  left: 0px;
  right: 0px;
  transform: translateZ(50);
}

.tlo-content.red-tlo-content {
  background: #D82337;
  top: -1px;
}

.thumbnail-box-wrap-wrap {
  position: relative;
  perspective: 500px;
  margin-bottom: 150px;
}

.thumbnail-box-wrap-wrap.active .thumbnail-box-wrap {
  transform: translateY(0) rotateY(-10deg);
  opacity: 1;
}

.imgloaded.active .thumbnail-box-wrap {
  transform: translateY(0) rotateY(0);
}

.thumbnail-box-wrap {
  transition: all 0.5s ease;
  margin: 20px 40px;
  padding: 2%;
  padding-right: 3%;
  position: relative;
  transform-style: preserve-3d;
  transform: translateY(100px) rotateY(-10deg);
  opacity: 0;
}

.thumbnail-box {
  position: relative;
  transform: translateZ(1px);
}

.s_main_heading:after, .s_main_heading_sub:after, .s_main_heading_txt:after {
  position: absolute;
  left: 0px;
  top: -1px;
  bottom: -1px;
  right: -20%;
  content: " ";
  background: #000;
}

.s_main_heading {
  transform: translateX(-100%);
  opacity: 0;
  transition: all 2s ease 0s;
}

.s_main_heading.active {
  transform: translate(0);
  opacity: 1;
  animation: glitch1 1s linear 1;
  animation-delay: 2s;
}

.s_main_heading_top:after {
  transform: scale(1);
}

.s_main_heading.active:after {
  transition: all 2s ease 1s;
  transform: scale(0, 1);
  transform-origin: right center;
}

.s_main_heading.active .s_main_heading_sub:after {
  transition: all 2s ease 0.4s;
  transform: scale(0, 1);
  transform-origin: left center;
}

.s_main_heading.active .s_main_heading_txt:after {
  transition: all 2s ease 0.8s;
  transform: scale(1, 0);
  transform-origin: center top;
}

.s_main_heading_top {
  position: relative;
  height: 40px;
  border-bottom: 1px solid rgba(234, 238, 240, 0.3);
  font-size: 14px;
  text-transform: none;
  text-align: right;
  line-height: 50px;
  margin-bottom: 0px;
}

h1.s_main_heading_sub {
  text-align: left;
  margin-top: 0px;
  position: relative;
  border-bottom: 1px solid rgba(234, 238, 240, 0.3);
}

.s_main_heading_txt {
  position: relative;
}

.blog-row-wrap {
  background-color: #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9999;
  padding-top: 30px;
  padding-bottom: 50px;
}

.blog-row-wrap-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-image: url(/layout/blog_right_bg.png);
  background-position: right top;
  background-size: 40px auto;
  background-repeat: no-repeat;
}

.blog-row-wrap-bg:after {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-image: url(/layout/blogs_top_bg.png);
  background-position: left top;
  background-size: auto 20px;
  background-repeat: no-repeat;
  content: " ";
}

.blog-row-wrap-bg:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-image: url(/layout/blogs_btm_bg.png);
  background-position: left bottom;
  background-size: auto 70px;
  background-repeat: no-repeat;
  content: " ";
}

.blog-row-wrap:after {
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: 55px;
  background: #D82337;
  content: " ";
  opacity: 0;
}

.blog-row-wrap:before {
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: 25px;
  background: #D82337;
  content: " ";
  opacity: 0;
}

.blog-row-wrap.active:before {
  animation: blogrow 1.2s ease 0.5s;
  transform-origin: left center;
}

.blog-row-wrap.active:after {
  animation: blogrow 0.8s ease 0.4s;
  transform-origin: left center;
}

@keyframes blogrow {
  0% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1) translateX(300%);
    opacity: 0;
  }
}
a.blog-row {
  min-height: 80px;
  line-height: 78px;
  /*
  		border: 1px dashed <?=$col1?>;
  			border-width: 0px 0px 1px 0px;
  */
  color: #D82337;
  border: none;
  font-size: 30px;
  padding: 0px;
  display: flex;
}

a.blog-row:not([href]):not([tabindex]) {
  color: #D82337;
}

a.blog-row:after {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: #D82337;
  content: " ";
  z-index: 0;
  transform: scale(0, 1);
  transition: all 0.5s ease;
  transform-origin: left center;
}

a.blog-row:hover:after {
  transform: scale(1, 1);
}

a.blog-row:hover {
  text-decoration: none;
}

.blog-date, .blog-text, .blog-date span {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0.1s;
}

.blog-row:hover .blog-date, .blog-row:hover .blog-date span {
  color: #fff !important;
  /* 			background: <?=$col?>; */
}

a.blog-row:hover .blog-text {
  /* 			background: <?=$col?>; */
  color: #fff !important;
}

.blog-date {
  height: 100%;
  padding: 15px 0px 15px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 25px;
  /* 			background: #000; */
  justify-content: center;
  position: relative;
  background: transparent;
  color: #D82337;
  font-size: 20px;
  text-align: center;
  font-family: "Source Code Pro", monospace;
}

.blog-date:after {
  position: absolute;
  right: 0px;
  font-size: 80px;
  width: 1px;
  content: " ";
  border-right: 2px solid #D82337;
  font-family: "Source Code Pro", monospace;
  top: 5px;
  bottom: 5px;
}

.blog-date span {
  display: block;
  font-size: 23px;
  color: #BFC3BA;
}

.blog-img {
  width: 100%;
}

.wygnijWrap {
  overflow: hidden;
  height: 500px;
  position: relative;
  perspective: 500px;
  transform-style: preserve-3d;
}

.wygnij .bigStrzalkaIn {
  width: 100px;
}

.bigStrzalkaIn {
  width: 10%;
  position: absolute;
  bottom: 100%;
}

.heading {
  margin-left: 20%;
  z-index: 999999999;
  position: relative;
  margin-bottom: 50px;
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  font-family: "happyKiller";
}

.heading.prawy {
  text-align: right;
}

.heading-in-after {
  display: none;
  font-size: 70px;
  color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  position: absolute;
  top: -10px;
  left: -10px;
}

.heading.prawy .heading-in-after {
  left: auto;
  right: -10px;
}

.heading.prawy .heading-in-before {
  left: auto;
  right: 20px;
}

.heading-in-before {
  display: none;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 40px;
}

.heading-in-before span {
  display: none;
  display: block;
  animation: noise-anim 3s linear infinite;
}

.heading-in-after span {
  display: none;
  display: block;
  animation: noise-anim-2 3s linear infinite;
}

.thumbnail-box .video-glitch {
  display: none;
  z-index: 2;
}

.imgloaded .thumbnail-box .video-glitch, .person-desc:hover .video-glitch {
  display: block;
}

.person-desc .video-glitch {
  top: -1px;
}

.thumbnail-box-over {
  background: url(/layout/radikal_thumb_bg.png);
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translateZ(3px);
  right: 0%;
  background-repeat: no-repeat;
  bottom: 0%;
  z-index: 999;
}

.imgloaded .thumbnail-box-wrap:before {
  top: -1%;
  bottom: -2%;
  right: -4%;
  transform: translateZ(2px) translate(-2%, 1%);
}

.thumbnail-box-wrap-wrap.imgloaded {
  background: url("#hexagonBg");
  background-size: 100% 100%;
}

.thumbnail-box-wrap:before {
  position: absolute;
  background-image: url(/layout/videot.png);
  background-position: center;
  background-repeat: none;
  background-size: 100%;
  left: 0%;
  top: 6%;
  right: 0%;
  background-repeat: no-repeat;
  bottom: 6%;
  content: " ";
  z-index: 5;
  transition: all 1s ease;
  transform: translateZ(2px) translate(0, 0);
}

.game-title {
  font-family: "furore";
  font-size: 16px;
  position: absolute;
  left: 12%;
  top: 3%;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  line-height: 30px;
}

.game-title span {
  padding: 0px 5px;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
  color: #000;
}

.imgloaded .game-title span {
  color: #fff;
}

.game-title:after {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background: #000;
  content: " ";
  transition: all 0.5s ease;
  transform-origin: left center;
  transform: scale(0, 1);
}

.imgloaded .game-title:after {
  transform: scale(1);
}

.game-studio {
  font-family: "furore";
  font-size: 14px;
  position: absolute;
  left: 7%;
  top: 80%;
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.game-studio span {
  padding: 0px 5px;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
  color: #fff;
}

.imgloaded .game-studio span {
  color: #2B2D43;
}

.game-studio:after {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background: #fff;
  content: " ";
  transition: all 0.5s ease;
  transform-origin: right center;
  transform: scale(0, 1);
}

.imgloaded .game-studio:after {
  transform: scale(1);
}

.short-title {
  font-family: "furore";
  font-size: 9px;
  position: absolute;
  left: 4%;
  top: 87.5%;
  height: 8%;
  line-height: 12px;
  width: 63%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.years {
  font-family: "furore";
  font-size: 9px;
  position: absolute;
  right: 5%;
  bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.thumb-num {
  font-family: "furore";
  font-size: 8px;
  position: absolute;
  right: 4%;
  top: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.thumbnail-move {
  display: none;
  position: absolute;
  left: 0px;
  top: 5%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.imgloaded .thumbnail-move {
  display: block;
}

.thumbnail-box-wrap-wrap {
  transition: all 0.5s ease;
  transform-origin: center;
}

.thumbnail-box-wrap-wrap:after {
  display: none;
  position: absolute;
  left: 5%;
  bottom: -10%;
  right: 0;
  height: 20%;
  transform-origin: left center;
  transform: scale(1, 1);
  transform-style: preserve-3d;
  transition: all 1s ease;
  background: #fff;
  content: " ";
}

.thumbnail-box-wrap-wrap.active:after {
  transform: scale(0, 1);
}

.thumbnail-box-wrap:after {
  position: absolute;
  transition: all 2s ease;
  top: 8%;
  left: 4%;
  bottom: 12%;
  right: 4%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  content: " ";
  z-index: 0;
}

.thumbnail-box-wrap-wrap:hover .thumbnail-box-wrap:after {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  top: 8%;
  left: 1%;
  bottom: 4%;
  right: 1%;
}

.thumbnail-box-wrap-wrap:hover {
  transform: scale(1.1);
  cursor: pointer;
  overflow: visible;
}

.thumbnail-box-wrap:hover .thumbnail-move {
  display: block;
}

.thumbnail-move-img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  visibility: hidden;
  background-position: center;
  background-size: cover;
}

.thumbnail-move-img.active {
  visibility: visible;
}

.wygnij-blog-wrap, .wygnij-contact-wrap {
  height: 300px;
  position: relative;
  perspective: 500px;
  transform-style: preserve-3d;
  margin-bottom: 18px;
}

#team {
  margin: 0px 7.6%;
  padding-top: 0px;
  padding-bottom: 100px;
}

.top {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  pointer-events: all !important;
  padding: 0px 0px 0px 0px;
}

#top-under {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
}

#top-under:after {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: " ";
  background: #F2B229;
  transition: all 5s ease;
}

#top-under.active:after {
  transform: scale(0);
}

#strzalki {
  width: 100%;
  position: relative;
  z-index: 5;
  transform: scale(1.002);
}

.top-loader {
  width: 100%;
}

.top-bg {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 10%;
  top: auto;
  overflow: hidden;
  background: #fff;
}

.top.anim {
  background: #E30327;
  /* 	 	 		animation:top-change .3s 30; */
}

.top.anim .cls-1ss {
  /* 	 			animation:cls-change .3s 30; */
}

.top.active .top-bg {
  opacity: 0;
}

.top-loader-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  transform: scale(0, 1);
  transform-origin: center left;
}

.top.anim .top-loader-bg {
  animation: top-loader-bg 2s ease;
}

.fast .top.anim .top-loader-bg {
  animation-duration: 1s;
}

@keyframes top-loader-bg {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.top.anim .top-loader-bg:after {
  background: #F2B229;
  /* animation: tlg-change .3s 30;  */
}

.top-loader-bg:after {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: " ";
}

.top.anim .logo-yellow {
  /* 		animation: logo-change .3s 30;  */
}

.logo-yellow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  visibility: visible;
}

@keyframes logo-change {
  0% {
    visibility: visible;
  }
  49.9% {
    visibility: visible;
  }
  50% {
    visibility: hidden;
  }
  99.9% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes tlg-change {
  0% {
    background: #F2B229;
  }
  49.9% {
    background: #F2B229;
  }
  50% {
    background: #E30327;
  }
  99.9% {
    background: #E30327;
  }
  100% {
    background: #F2B229;
  }
}
@keyframes cls-change {
  0% {
    fill: #E30327;
  }
  49.9% {
    fill: #E30327;
  }
  50% {
    fill: #F2B229;
  }
  99.9% {
    fill: #F2B229;
  }
  100% {
    fill: #E30327;
  }
}
@keyframes top-change {
  0% {
    background: #E30327;
  }
  49.9% {
    background: #E30327;
  }
  50% {
    background: #F2B229;
  }
  99.9% {
    background: #F2B229;
  }
  100% {
    background: #E30327;
  }
}
.videowrapper {
  padding-right: 50px;
}

#contact {
  background: #D82337;
  margin-left: 17.3%;
  margin-right: 17.3%;
}

.person-desc {
  background: #fff;
  position: relative;
}

.person-desc:before {
  position: absolute;
  right: 40px;
  top: -40px;
  width: 40px;
  z-index: 9999999;
  height: 40px;
  transform: rotate(-45deg);
  background: #D82337;
  content: " ";
}

.person-desc:after {
  position: absolute;
  left: -30px;
  top: -40px;
  width: 70px;
  z-index: 9999999;
  height: 50px;
  transform: rotate(-30deg);
  background: #D82337;
  content: " ";
}

.person-right .person-desc:after {
  left: auto;
  right: -30px;
  transform: rotate(30deg);
}

.person-right .person-desc:before {
  right: auto;
  left: 40px;
}

.person-content {
  padding: 20px;
  font-size: 12px;
}

.person-header {
  padding: 20px 20px 10px 20px;
  font-size: 15px;
  position: relative;
  font-weight: 900;
  z-index: 999999999;
  color: #fff;
}

.person-right .person-header, .person-right .person-content {
  text-align: right;
}

.person-header span {
  position: relative;
  z-index: 5;
  display: inline-block;
}

.person-header-after {
  top: 15px;
  bottom: 5px;
  position: absolute;
  left: -30px;
  right: 50px;
  background: #000;
  opacity: 1;
  z-index: 0;
  content: " ";
  background-size: 66px;
  animation: headerbg 15s linear infinite;
}

.person-header-after:aftser {
  position: absolute;
  right: -25px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg) translateY(-50%);
  background: #D82337;
  content: " ";
}

.person-right .person-header-after {
  left: 50px;
  right: -30px;
}

@keyframes headerbg {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.person-img {
  position: relative;
}

.person-img-over {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}

.person-desc:hover .person-img-over {
  opacity: 1;
}

.person-right .person-img:after {
  position: absolute;
  z-index: 9999999999;
  right: 0px;
  top: 0px;
  background: url(https://www.radikalstudio.pl/layout/blog_right_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 15px auto;
  content: " ";
  height: 100%;
  width: 100%;
  transform: scaleY(-1);
}

.person-img:after {
  z-index: 99999999;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(https://www.radikalstudio.pl/layout/blog_right_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 15px auto;
  content: " ";
  height: 100%;
  width: 100%;
  transform: scaleY(-1) scaleX(-1);
}

#contact {
  padding: 50px;
  overflow: hidden;
  position: relative;
  margin-top: -100px;
  padding-top: 150px;
}

.nowosz-contact {
  text-align: center;
}

.nowosz-contact a {
  font-size: 12px;
  color: #F2B229;
}

#footer-form input.form-control {
  background: #F2B229;
  border-radius: 0px;
  box-shadow: none;
  height: 50px;
  border: 0px;
  line-height: 50px;
  color: #D82337;
}

#footer-form textarea {
  background: #F2B229;
  border-radius: 0px;
  box-shadow: none;
  height: 100px;
  border: 0px;
  line-height: 20px;
  color: #D82337;
}

.btn.btn-form {
  border-radius: 0px;
  border-color: #F2B229;
  color: #F2B229;
}

.btn.btn-form:hover {
  box-shadow: none;
  background: #F2B229;
  color: #D82337;
}

#footer-form input::-webkit-input-placeholder, #footer-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D82337;
}

#footer-form input::-moz-placeholder, #footer-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #D82337;
}

#footer-form input::-ms-input-placeholder, #footer-form textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #D82337;
}

#footer-form input::-input-placeholder, #footer-form textarea::-input-placeholder {
  /* Firefox 18- */
  color: #D82337;
}

@media (max-width: 1200px) {
  .glitch1 {
    font-size: 50px;
  }
}
.footer-social {
  margin-top: 30px;
}

.footer-social a {
  display: inline-block;
  margin: 0px 20px;
  font-size: 40px;
  color: #fff;
}

@media (max-width: 966px) {
  .toggleMen {
    position: fixed;
    right: 0px;
    top: 0px;
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.5s ease;
    padding: 5px 10px;
    z-index: 99999999999;
    font-size: 30px;
    color: #fff;
    outline: none;
    background: transparent;
    border: 0px;
  }

  #strzalki {
    transform: scale(1.02);
  }

  .videowrapper {
    margin-bottom: 50px;
    padding-right: 0px;
  }

  .toggleMen.active {
    transform: translateY(0);
    opacity: 1;
  }

  .s_main_heading {
    margin-top: 70px;
  }

  #menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    float: none;
    height: 100%;
    background: #E30327;
  }

  #menu.showed {
    display: flex;
    align-items: center;
  }

  #menu li {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  .top-bg {
    bottom: 20%;
  }

  #menu a {
    display: block;
    text-align: center;
    transform: translateX(-50px);
    opacity: 0;
    color: #fff;
    transition: all 0.5s ease 0.5s;
  }

  #menu.showed a {
    opacity: 1;
    transform: translateX(0);
  }

  .navbar-brand img {
    max-height: 75px;
  }

  .glitch1 {
    font-size: 30px;
  }

  .wygnijWrap {
    height: 200px;
    perspective: 200px;
  }

  .wygnij .bigStrzalkaIn {
    width: 50px;
  }

  .wygnij-blog .bigStrzalkaAnim, .wygnij-contact .bigStrzalkaAnim {
    width: 30px;
  }

  .wygnij-btm {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }

  .wygnij-blog-wrap, .wygnij-contact-wrap {
    height: 300px;
    position: relative;
    perspective: 324px;
    transform-style: preserve-3d;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .wygnij-blog, .wygnij-contact {
    left: 7.3%;
    right: 7.3%;
    top: -1px;
  }

  .wygnij-contact {
    left: 2%;
    right: 2%;
    transform: rotateX(-10deg);
  }

  #contact {
    margin-left: 7%;
    margin-right: 7%;
    padding: 50px 10px;
  }

  #team {
    margin: 0px 2%;
    padding-top: 0px;
    padding-bottom: 100px;
    margin-top: -1px;
    overflow: hidden;
  }

  .person-desc {
    margin-bottom: 70px;
  }

  .heading {
    margin-left: 10%;
    font-size: 24px;
    line-height: 40px;
  }

  .tlo-content {
    top: 184px;
    left: 6.5%;
    right: 6.5%;
  }

  .thumbnail-box-wrap-wrap {
    margin-bottom: 20px;
  }

  .thumbnail-box-wrap {
    margin: 20px 5px;
  }

  .blog-date {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 0px;
  }

  .game-title {
    font-size: 14px;
    line-height: 20px;
  }

  .game-studio {
    font-size: 9px;
  }

  .blog-date span {
    font-size: 16px;
  }

  .blog-row-wrap {
    overflow: hidden;
    margin-left: 6.5%;
    margin-right: 6.5%;
  }

  a.blog-row {
    min-height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .blog-row-wrap:before, .blog-row-wrap:after {
    display: none;
  }
}
.blog-img-wrap {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 100%;
  transform: scale(1) translateX(-100%);
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease;
  box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.1);
  transform-origin: left center;
}

.blog-img-wrap.active {
  transition: all 1s ease 0.3s;
  transform: scale(1);
  opacity: 1;
}

/*# sourceMappingURL=layout.css.map */
