.logo:focus,
.nav-but-holder:focus {
  outline: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.logo:active {
  outline: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item a:focus,
.logo:focus,
.menu-close-expand:focus,
.nav-but-holder:focus {
  border: 3px solid #5e9ed6;
  border-radius: 5px;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  z-index: 9999;
}

.item a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.wcag,
.wcag-screen {
  position: absolute;
  left: -99999em;
}

.wcag-screen:active,
.wcag-screen:focus {
  position: relative;
  left: auto;
}

.skipToContent {
  font-size: 12px;
}

#main {
  height: 100%;
  width: 100%;
  margin: 0;
}

.ui-loader {
  display: none;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.work-header ul,
.who-header ul {
  list-style: none !important;
}

ul {
  list-style-type: none !important;
  margin: 0;
}

li {
  float: left;
}

.article {
  margin: 2em 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #444;
}

.intern-list,
.intern-sub-list {
  color: #fff;
  /* list-style: disc;*/
  margin: 0 17px;
  line-height: 22px;
  padding-top: 7px;
}

.intern-sub-list {
  margin: 0 35px;
  list-style: disc;
}

.close-expand {
  cursor: pointer;
  display: none;
  margin-right: 20px;
  z-index: 170;
  right: 0;
  position: fixed;
  height: 38px;
  width: 40px;
  background-color: #333;
}

.close-expand p {
  font-size: 26px;
  margin-left: 11px;
  margin-top: 2px;
}

.text-holder li {
  width: auto;
  float: left;
  padding-right: 15px;
}

.text-holder a {
  font-size: inherit;
  color: #09a1b8;
}

canvas {
  position: absolute;
  z-index: -50;
  pointer-events: none;
}

.fa {
  background-color: #333132;
  font-size: 32px;
  padding: 5px;
}

.center {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

.center-vert {
  max-width: 800px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.frames {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 80%;
  margin: auto;
  padding-top: 4%;
}

.frames img {
  padding: 0 10px;
  width: 33.333%;
  height: auto;
}

.frames img:nth-child(1) {
  float: left;
}

.frames img:nth-child(3) {
  float: right;
}

.centre-txt {
  width: 47%;
  margin: 0 auto;
  padding-top: 10px;
}

.home-box {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: all 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -moz-transition: all 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transition: all 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -ms-transition: all 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#main {
  position: relative;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -moz-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -webkit-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -ms-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25;
  -webkit-transform-origin: top;
  transform-origin: top;
  transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -moz-transform-origin: top;
}

.hero {
  min-height: 300px;
  width: 50%;
  height: 300px !important;
  background-position: center;
  background-size: cover;
  float: left;
}

.serious .sub-copy {
  float: left;
  width: 46%;
  padding-bottom: 15px;
}

.process .process-copy {
  float: none;
}

.processContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#eyes {
  overflow-y: hidden;
  display: none;
}

.serious {
  overflow: auto;
}

.serious h2 {
  font-weight: 900;
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

.serious p {
  color: #fff !important;
  font-weight: 100;
}

.nav-out {
  transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
}

.nav-in {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.ham {
  width: 22px;
  padding-top: 5px;
  display: none;
}

.mobile-menu li a {
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header li a:hover {
  color: rgba(7, 223, 255, 0.7);
}

header li a {
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -ms-transition: color 0.4s;
}

.who-header ul li a {
  margin-left: 15px;
}

.mobile-menu ul li:nth-child(1) a {
  padding-top: 5px;
}

.mobile-menu ul li:nth-child(5) a {
  border-bottom: 0px solid #fff !important;
}

.mobile-menu ul {
  width: 154px;
  margin: 0 auto;
  list-style-type: none;
}

.mobile-menu li {
  color: red;
  height: 70px;
  text-align: center;
}

.mobile-menu {
  transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -moz-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -webkit-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -ms-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  transform: translate3d(0px, 56px, 0px) scale(1.4, 1.4);
  -webkit-transform: translate3d(0px, 86px, 0px) scale(1.4, 1.4);
  -moz-transform: translate3d(0px, 86px, 0px) scale(1.4, 1.4);
  -ms-transform: translate3d(0px, 86px, 0px) scale(1.4, 1.4);
  height: auto;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}

.mobile-nav-in {
  transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -moz-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -webkit-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -ms-transition: all 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  transform: translate3d(0px, 0px, 0px) scale(1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1, 1);
  -moz-transform: translate3d(0px, 0px, 0px) scale(1, 1);
  -moz-transform: translate3d(0px, 0px, 0px) scale(1, 1);
  display: block;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2;
  opacity: 1;
  pointer-events: auto;
}

.glen-poster-holder {
  margin-top: 15px;
  display: inline-block;
}

.glen-expand {
  width: 30px;
  position: absolute;
  top: 112px;
  left: -7px;
  z-index: 100;
  image-rendering: auto;
}

.glen-poster-holder a {
  position: relative;
}

.glen-poster-holder a:hover .posts {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.glen-poster-holder .posts {
  -webkit-transition: all 0.5s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  transition: all 0.5s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  width: 33.333333%;
  max-width: 100px;
  float: left;
  padding-right: 10px;
}

.logo-holder {
  width: 100%;
  height: 100%;
  margin-left: 50%;
}

* {
  padding: 0;
  margin: 0;
}

/*--------FOOTER-----------*/

footer {
  opacity: 0;
  background-color: #24272a;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

footer .nav-menu {
  position: relative;
  top: 4%;
}

footer .nav-menu li a {
  text-transform: none;
}

#mc_embed_signup_scroll {
  padding-top: 26px;
}

.newsletter {
  float: right;
  padding-left: 10px;
  margin-right: 20px;
  width: 485px;
}

.content-holder a {
  font-size: 16px;
}

.legal {
  float: left;
  color: #666;
}

.newsletter .signup {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 9px;
  margin-bottom: 25px;
}

.mce-error-response {
  color: red;
  margin-top: 5px;
}

.sub-form {
  overflow: auto;
}

footer p {
  font-size: 14px;
}

.newsletter .email {
  float: left;
  background-color: #121316;
  border: none;
  height: 40px;
  padding: 10px;
  outline: none;
}

.newsletter .email-btn {
  background-image: url("../images/arrow-btn.png");
  background-size: cover;
  background-color: #f07c17;
  outline: none;
  border-radius: 0 3px 0 3px;
  border: none;
  color: #fff;
  height: 40px;
  width: 40px;
  opacity: 1;
}

.blocker {
  width: 465px;
  height: 47px;
  position: absolute;
  z-index: 100;
  opacity: 1;
}

::-webkit-input-placeholder {
  font-size: 13px;
}

:-moz-placeholder {
  font-size: 13px;
  padding: 20px;
}

::-moz-placeholder {
  font-size: 13px;
  padding: 20px;
}

:-ms-input-placeholder {
  font-size: 13px;
  padding: 20px;
}

/* WebKit browsers */

input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Mozilla Firefox 4 to 18 */

input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}

label {
  display: inline;
}

.checkbox {
  display: none;
}

.checkbox + label {
  background-color: #121316;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  margin-right: 5px;
  padding: 11px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.checkbox + label:active,
.checkbox:checked + label:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox:checked + label:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 5px;
  color: #fff;
}

/*
input[type=checkbox]{
    -webkit-appearance: none;
    background-color: #1e2025;
    width:22px;
    height:22px;
    outline: 0;
    width:20px;
    display:inline-block;
    margin-top:-3px !important;
}

input[type=checkbox]:checked {
    content: '\2713';
    font-size: 14px;
    color: #fff;
}
*/

.bottom-foot {
  background-color: #000;
  height: auto;
  width: 100%;
  padding: 10px;
  bottom: 0;
  float: left;
  margin-top: 20px;
}

.clear {
}

.arrow_btn {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.terms {
  position: relative;
  bottom: 2px;
}

/*--------END FOOTER-----------*/

.load-screen {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

.loading-logo {
  display: block;
  width: auto;
  height: 100px;
  margin-left: -50px;
}

.block {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-bottom: 3px;
}

.preload-images {
  width: 0px;
  height: 0px;
}

.preload-images img {
  width: 0px;
  height: 0px;
}

.enter-animation {
  -webkit-animation: NAME-YOUR-ANIMATION 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  animation: NAME-YOUR-ANIMATION 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -ms-animation: NAME-YOUR-ANIMATION 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ng-text-enter {
  -webkit-animation: NAME-YOUR-ANIMATION 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  animation: NAME-YOUR-ANIMATION 1s cubic-bezier(0.51, 0.29, 0.06, 1.07);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ng-grow {
  -webkit-animation: grow 0.7s cubic-bezier(0.46, 0.02, 0.89, 0.41);
  animation: grow 0.7s cubic-bezier(0.46, 0.02, 0.89, 0.41);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
}

.ng-grow-delay {
  -webkit-animation: grow 0.7s cubic-bezier(0.46, 0.02, 0.89, 0.41);
  animation: grow 0.7s cubic-bezier(0.46, 0.02, 0.89, 0.41);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
}

.ng-growTwo {
  -webkit-animation: growTwo 0.3s ease-out;
  animation: growTwo 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
}

.grid-hover {
  -webkit-animation: grow 0.5s cubic-bezier(0.17, 0.67, 0.38, 1.46);
  animation: grow 0.5s cubic-bezier(0.17, 0.67, 0.38, 1.46);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.caption-wrap {
  display: inline-block;
  padding-top: 15px;
}

.caption {
  background-color: #000;
  height: 28px;
  padding: 3px;
  text-align: center;
  width: 273px;
}

/*Animations*/

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -200px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes NAME-YOUR-ANIMATION {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -200px, 0px);
    transform: translate3d(0px, -200px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 120%, 0px);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 120%, 0px);
    transform: translate3d(0px, 120%, 0px);
  }
}

@-webkit-keyframes growTwo {
  0% {
    margin-left: 0%;
    transform: translate3d(0px, -100px, 0px);
    -webkit-transform: translate3d(0px, -100px, 0px);
    -moz-transform: translate3d(0px, -100px, 0px);
    -o-transform: translate3d(0px, -100px, 0px);
  }
  100% {
    margin-left: 0%;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes animateOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes animateOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(4, 4);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.project-name-show {
  -moz-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98) !important;
  -webkit-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98) !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
  opacity: 1 !important;
}

.project-name-show-delay {
  -moz-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98) !important;
  -webkit-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98) !important;
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
  opacity: 1 !important;
}

.project-name-show-delay-two {
  -moz-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98) !important;
  -webkit-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98) !important;
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-transition-property: all;
  transition-property: all;
  /* -webkit-transform: translate3d(0, 0px, 0) !important;
    transform: translate3d(0, 0px, 0) !important;*/
  opacity: 1 !important;
}

.daisy {
  -webkit-animation: in ease-out 1 !important;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: in ease-out 1;
  -webkit-animation-duration: 10s !important;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite !important;
  -o-animation-iteration-count: infinite;
}

.fade-in {
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-out 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-out 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.growup {
  -webkit-transform: scale(1.1, 1.1) !important;
  transform: scale(1.1, 1.1) !important;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -moz-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #000;
}

.spacer {
  margin-top: 0;
}

.masonry {
  background: #000;
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 1280px;*/
}

.masonry .item,
.masonry .grid-sizer {
  width: 20%;
  min-width: 0px;
}

/*28.333*/

.gutter {
  width: 0;
}

.masonry .item,
.masonry .grid-sizer {
  height: 215px;
  float: left;
  background: #000;
  /*border: 4px solid #000;*/
  border-radius: 0px;
  background-position: center;
  background-size: cover;
}

h2 {
  margin: 0 !important;
}

.item {
  opacity: 0;
  overflow: hidden;
}

.item.w2 {
  width: 40%;
}

.heading {
  width: 275px;
}

.item.w3 {
  width: 60%;
}

.item.w4 {
  width: 80%;
}

.item.w5 {
  width: 100%;
}

.item.h2 {
  height: 430px;
}

.item.h3 {
  height: 200px;
}

.item.h4 {
  height: 200px;
}

.item.h2 img {
  max-height: none !important;
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
}

.item .container {
  position: absolute;
  z-index: 1;
  padding: 10px;
}

.item h3 {
  height: auto;
  margin: 0;
  font-weight: 200;
}

.main {
  height: 430px !important;
}

.still {
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
  -webkit-transform: translate3d(0, 0px, 0) !important;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.item.h2 h2,
.item.h2 p,
.item.h2 a {
}

.item h2 span {
  font-weight: 700;
}

.item.w4 img {
  height: auto !important;
  width: 100% !important;
  min-height: none !important;
}

.item img {
  min-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  opacity: 1;
  transition: -webkit-transform 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  transition: transform 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  transition: transform 2s cubic-bezier(0.14, 0.94, 0.1, 0.98),
    -webkit-transform 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.ham {
  cursor: pointer;
}

.block {
  transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -moz-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
}

.first-block {
  -webkit-transform: rotate(45deg) translate3d(4px, 3px, 0);
  transform: rotate(45deg) translate3d(4px, 3px, 0);
  transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -moz-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
}

.second-block {
  -webkit-transform: rotate(-45deg) translate3d(0px, 0px, 0px);
  transform: rotate(-45deg) translate3d(0px, 0px, 0px);
  transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -moz-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
}

.third-block {
  opacity: 0;
  transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -moz-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transition: all 1s cubic-bezier(0.14, 0.94, 0.1, 0.98);
}

header {
}

.section-title,
p,
a,
h2,
h1,
input,
label,
h3 {
  color: #fff;
  font-size: 3em;
}

h3 {
  margin-bottom: 30px;
}

.section-title {
  padding-bottom: 10px;
  margin-top: 80px !important;
  font-size: 4em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(7, 223, 255, 0.7);
}

.description {
  font-size: 1em !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
  letter-spacing: 0.5px !important;
  color: grey !important;
}

.desc {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  padding-bottom: 16px;
  line-height: 19px;
}

header {
  overflow: hidden;
  position: fixed;
  height: 92px;
  width: 860px;
  max-width: 860px;
  z-index: 200;
  background-color: #333132;
  top: 30px;
  left: 0;
  /*  box-shadow: 0px 4px 47px 2px rgba(0, 0, 0, 0.77);*/
}

.logo {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 92px;
  width: 92px;
  background-image: url("../images/logo.png");
  background-size: cover;
}

.holder,
.nav-holder {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.nav-holder {
  height: 70px;
}

.nav-bar {
  position: relative;
  z-index: 1000;
  height: 70px;
  background-color: #fff;
}

.nav-holder h1 {
  color: #000;
  margin: 0;
  font-size: 1.1em;
  line-height: 4.4;
  float: left;
  padding-left: 13px;
}

.nav-holder img {
  height: 59px;
  float: left;
  margin-top: 6px;
  float: left;
}

.nav-holder ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-holder li {
  float: left;
  margin: 22px;
}

.nav-holder li a {
  color: #000 !important;
  font-size: 1.3em !important;
  font-weight: 500 !important;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  /*color: rgba(7, 223, 255, 0.7) !important;*/
}

a:hover {
  color: rgba(7, 223, 255, 0.7);
  text-decoration: none;
}

div,
textarea,
input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 20px;
}

.row.header {
  padding: 1.5em 2.5em;
  border-bottom: 1px solid #ccc;
  background: url(http://niiiick.com/files/blur-city-1.jpg) left -80px;
  color: #fff;
}

.row.body {
}

.pull-right {
  float: right;
}

.bottom-grid {
  position: relative;
  z-index: 175;
}

.btn:hover {
  background-color: rgb(6, 223, 255) !important;
  border-bottom-color: rgb(1, 49, 56) !important;
  color: rgb(1, 49, 56) !important;
}

.btn {
  border-radius: 0px !important;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0.34em 1.1em;
  margin: 1.5em 0 0;
  color: #fff !important;
  border-width: 0 0 0 0;
  border-bottom: 5px solid;
  text-transform: uppercase;
  background-color: #b3b3b3;
  border-bottom-color: #8c8c8c;
  font-weight: 300 !important;
}

.btn-contact {
  height: 40px;
  width: 95px;
  border-radius: 0px !important;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0.34em 1.1em;
  margin: 1.5em 0 0;
  color: #fff !important;
  border-width: 0 0 0 0;
  border-bottom: 5px solid;
  text-transform: uppercase;
  background-color: rgb(0, 169, 195);
  border-bottom-color: rgba(0, 68, 78, 1);
  font-weight: 300 !important;
  transition: all 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -moz-transition: all 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -webkit-transition: all 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
  -ms-transition: all 2s cubic-bezier(0.14, 0.94, 0.1, 0.98);
}

.btn.btn-submit {
  background-color: rgb(0, 169, 195);
  border-bottom-color: rgba(0, 68, 78, 1);
}

.item p {
  font-size: 14px;
  padding-top: 25px;
  text-transform: uppercase;
  color: #fff;
  line-height: 0;
}

.item h2 {
  line-height: 32px;
  padding-top: 14px;
  font-size: 32px;
}

.video {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.video:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url("../images/play-btn.png");
  background-repeat: no-repeat;
  width: 111px;
  height: 111px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

form {
  max-width: 100%;
  display: block;
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form ul li {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  width: 100%;
}

form ul li:last-child {
  margin: 0;
}

form ul li p {
  margin: 0;
  padding: 0;
  width: 100%;
}

form ul li .divider {
  margin: 0.5em 0 0.5em 0;
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: rgba(7, 223, 255, 0.7);
}

form ul li .req {
  color: #ee9cb4;
}

form label {
  font-weight: 500;
  size: 20px;
  display: block;
  margin: 0 0 0.5em 0;
  color: rgba(7, 223, 255, 0.7);
  font-size: 2em;
  text-transform: uppercase;
}

form input {
  margin: 0 0 0.5em 0;
  border: none;
  padding: 6px 10px;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.5px;
  width: 250px;
}

form textarea {
  border: none;
  padding: 6px 10px;
  width: 100%;
  color: #555;
  height: 120px;
}

form small {
  color: #4f6fad;
  margin: 0 0 0 0.5em;
}

input.ng-invalid {
  border: 1px solid red;
}

/*.vid-btn {
    position: absolute;
    width: 111px !important;
    height: 111px !important;
    min-height: 0 !important;
    display: block !important;
}*/

.vid-sm {
  float: none;
  cursor: pointer;
  padding-top: 60px;
  max-width: 273px;
  width: 100%;
}

.vid-culture {
  background: url(../images/Agency-culture-thumbnail-1.jpg);
  background-size: cover;
  background-position: 50%;
}

.vid-help {
  background: url(../images/Agency-culture-thumbnail-2.jpg);
}

.item a {
  cursor: pointer;
}

.item:focus,
.item:active {
  outline: 2px solid #5b9dd9 !important;
  z-index: 1000;
}

.content-holder {
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
}

.who-header,
.work-header {
  background-color: #333333;
  position: fixed;
  z-index: 150;
  width: 100%;
}

.who-header a,
.work-header a {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

.active-header {
  margin-bottom: -1px;
  border-bottom: 1px solid #f7941e;
}

.profiles {
  padding-top: 20px;
}

.profiles p {
  font-size: 16px;
  color: #333333;
}

.meet p {
  /*color: #fff !important;*/
}

.meet h2 {
  /*color: #fff !important;*/
}

.facebook {
  cursor: pointer;
}

.profiles h2 {
  font-weight: 900;
  font-size: 64px;
  color: #333333;
  width: 100%;
  border-bottom: 1px solid #333333;
  margin-bottom: 10px !important;
}

.who-header ul,
.work-header ul {
  overflow: auto;
}

.work-header li {
  padding: 10px 20px;
  width: 25%;
  position: relative;
}

.work-nav {
  width: 75%;
  margin: 0 auto;
}

.who-header ul {
  width: 69%;
  margin: 0 auto;
}

.who-header li {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.work-header li {
  text-align: center;
}

.no-min {
  min-height: inherit !important;
}

.sub-nav {
}

.profiles .sub-copy {
  margin-top: 15px;
  margin: 0;
  padding: 0;
  width: 310px;
  line-height: 25px;
  padding-top: 20px;
}

.social-icons {
  float: right;
  margin-top: 9px;
  margin-right: 30px;
  margin-left: 30px;
}

.social-icons img {
  padding-left: 10px;
  cursor: pointer;
}

.nav-wrap {
  width: 860px;
  height: 92px;
  margin: 0 auto;
}

.x {
  width: 33px;
  position: absolute;
}

/*TARGET NAV X*/

.menu-close-expand {
  cursor: pointer;
}

.nav-wrap li:nth-of-type(1) {
  font-size: 20px;
  font-weight: 200;
  padding-left: 37px;
  padding-right: 10px;
}

.nav-menu {
  float: left;
  list-style-type: none;
  /* height: 100%;*/
  /*width: 660px;*/
  /*margin-left: 120px;*/
}

.nav-menu li a {
  cursor: pointer;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  /* text-transform: uppercase; */
  line-height: 5.9;
  -webkit-font-smoothing: antialiased;
}

.nav-menu li {
  position: relative;
  padding-left: 15px;
  padding-top: 0px;
}

.shadow {
  position: absolute;
  height: 100%;
  width: 0px;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 57px 16px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 57px 16px rgba(0, 0, 0, 0.47);
}

.harass-clock {
  bottom: 32px;
  right: 10px;
  color: #f7941e !important;
  position: absolute;
  font-size: 2em !important;
  font-weight: 900;
  text-transform: lowercase !important;
}

.item .arrow {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  padding: 0;
  margin-top: 6px;
}

.item .person {
  background-position: 70% bottom;
}

.screen-size {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.zink-name {
  width: 100%;
  text-align: center;
  font-size: 53.33333;
  line-height: 105px;
}

.zink-intro {
  font-size: 24px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.zink-sub {
  font-size: 18px;
  font-weight: 900;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.zink-copy {
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

header img {
  float: left;
}

.zink-button {
  background-color: #f63535;
  max-width: 338px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.nav-mobile {
  display: none;
}

.chart {
  display: block;
  height: auto;
  width: 90%;
  margin: 0 auto;
}

/* .chart-mobile {
  display: none;
} */

.frank,
.marcus,
.kat,
.planc,
.cat,
.poubelle,
.cravers {
  background-position: 68% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1030px;
  height: auto;
}

.puns {
  height: auto !important;
  background-image: url("../images/wood.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-img {
  display: none;
}

.posters {
  background: url(../images/whitebricks.jpg);
  background-position: 50% 0 !important;
  background-size: cover;
  height: auto !important;
  background-size: cover !important;
}

.side-menu {
  position: absolute;
  opacity: 0;
  width: 33px;
}

.posters .poster-block {
  height: auto;
  width: 30%;
  float: left;
  margin-right: 41px;
  margin-bottom: 30px;
}

.posters .space {
  margin-bottom: 70px;
}

.back-btn {
  width: 16px;
  margin-top: 10px;
  margin-left: 10px;
}

.newz {
  background-image: url("../images/droga5.png");
  background-position: center;
}

.newzContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.newzContainer .logos {
  max-height: 100%;
  max-width: 30%;
  padding: 25px 0 15px;
  object-fit: contain;
  object-position: right;
  display: block !important;
}

.best-managed {
  background-image: url("../images/newz.jpg");
  background-position: 0% 0%;
}

.warc {
  background-image: url("../images/warc.jpg");
  background-position: 100% 100%;
  background-color: #000;
}

.sticky {
  display: block !important;
  width: 100px !important;
}

@media only screen and (max-width: 480px) {
  .column .old_content,
  .old-content {
    padding-top: 0px !important;
  }
  .profiles h2 {
    font-size: 50px;
  }
  .pull-right {
    float: none;
  }
  input {
    width: 100%;
  }
  label {
    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
  }
  input.btn {
    margin: 1.5em 0 0.5em;
  }
  h1 {
    font-size: 2.25em;
  }
  h3 {
    font-size: 2em;
  }
  .item h3 {
    font-size: 3em !important;
  }
  li small {
    display: none;
  }
  /* .droga5-header {
    width: 70%;
    margin-top: 0px !important;
  } */
}

@media only screen and (max-width: 768px) {
  .item .droga5-header {
    font-size: 25px;
    width: 100%;
  }
  .heading {
    width: 200px !important;
  }
  .harass-clock {
    font-size: 62px !important;
    font-weight: 900;
    bottom: 45px;
    right: 23px;
  }
  .who-header ul {
    width: 75% !important;
  }
  .droga5-header {
    width: 60%;
  }
  .icons {
    float: none;
  }
  .pet {
    height: 500px;
  }
  .map {
    height: 300px;
  }
  .masonry {
    width: 100% !important;
  }
  .nav-holder ul li:not(:first-child) {
    display: none;
  }
  .menu-clicker {
    display: block !important;
  }
  .process-copy {
    float: left !important;
    margin-top: 15px !important;
    width: 100% !important;
  }
}

/*----------------------------------*/

/*------MOBILE MENU COMES IN--------*/

@media only screen and (max-width: 850px) {
  header {
    width: 100%;
    top: 0;
  }
  .spacer {
    margin-top: 92px;
  }
  .social-icons,
  .nav-menu {
    display: none;
  }
  /*--------MOBILE NAV----------*/
  /*HAMBURGER*/
  .ham,
  .nav-mobile {
    display: block;
  }
  .ham {
    top: 0;
    right: 0;
    position: absolute;
    width: 40px;
    height: 30px;
    float: right;
    margin: 28px;
    margin-bottom: 0;
    margin-right: 25px;
    /* position: relative; */
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .ham .ham-line {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .ham .ham-line:nth-child(1) {
    top: 0px;
  }
  .ham .ham-line:nth-child(2),
  .ham .ham-line:nth-child(3) {
    top: 12px;
  }
  .ham .ham-line:nth-child(4) {
    top: 24px;
  }
  .ham.open .ham-line:nth-child(1) {
    top: 12px;
    width: 0%;
  }
  .ham.open .ham-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -mox-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ham.open .ham-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ham.open .ham-line:nth-child(4) {
    top: 12px;
    width: 0%;
  }
  .nav-mobile {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 92px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    height: 100vh;
    width: 100%;
    filter: alpha(opacity=0);
    -webkit-transition: 400ms ease;
    -mox-transition: 400ms ease;
    transition: 400ms ease;
  }
  /*Toggled class*/
  .nav-appear {
    background: rgba(0, 0, 0, 0.9);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav-mobile li {
    opacity: 1;
    height: 10%;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  /*Toggled classes*/
  .txt-appear {
    -webkit-animation: movingIn 0.75s ease;
    animation: movingIn 0.75s ease;
  }
  .txt-disappear {
    -webkit-animation: movingOut 0.75s ease;
    animation: movingOut 0.75s ease;
  }
  .nav-mobile li a {
    cursor: pointer;
    padding-top: 25px;
    font-size: 18px;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
  }
  .nav-mobile li a:hover {
    color: rgba(7, 223, 255, 0.7);
  }
  .mobile-social {
    margin: 0 auto;
    width: 144px;
  }
  .mobile-social img {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 1060px) {
  .masonry .item,
  .masonry .grid-sizer {
  }
  .item.w4 {
  }
  .masonry {
    width: 100%;
  }
  .newsletter,
  .sub-form {
    float: left;
  }
  .centre-txt {
    width: 55%;
  }
  .holdit {
    display: block;
    background-color: rgb(0, 0, 0);
    min-height: 1030px;
    height: auto !important;
  }
  /*  .newsletter {
        float: none;
        margin: 0 auto;
        width: 400px;
    }*/
}

@media only screen and (max-width: 600px) {
  /*  .who-header li,
    .work-header li {
        width: 25% !important;
        padding-right: 0px;
    }
    .who-header a,
    .work-header a {
        font-size: 12px;
        text-align: center;
    }*/
}

@media only screen and (max-width: 550px) {
  .break {
    display: inline !important;
  }
  .item.w4 img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    min-height: auto !important;
  }
  .hero {
    width: 100%;
    height: 150px !important;
    min-height: 150px !important;
  }
  .one {
    display: none;
  }
  .writeUp {
    width: 100%;
  }
  #map {
    height: 300px;
  }
  .user a {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 667px) {
  footer {
  }
  .newsletter {
    width: 100%;
  }
  .newsletter .signup {
    margin-bottom: 10px;
    width: 100%;
  }
  .check label {
    width: 20px !important;
  }
  .sub-form {
    float: left;
    width: 290px;
  }
  .serious .sub-copy {
    float: left !important;
    width: 100% !important;
  }
  .work-spacer {
    height: 175px !important;
  }
  .who-spacer {
    height: 136px !important;
  }
  .work-header li,
  .who-header li {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .column,
  .column-right {
    width: 100% !important;
  }
  .column-right {
    float: left !important;
  }
  .column .old-content,
  .column-right .old-content {
    padding-top: 0px !important;
  }
  .zink-sub {
    /* font-size: 12px;*/
    font-size: 0.9em;
  }
  .logo {
    padding-right: 20px;
  }
  .harass-clock {
    font-size: 52px !important;
    font-weight: 900;
    bottom: 45px;
    right: 23px;
  }
  .zink-intro {
    /* float:left;*/
    font-size: 18px;
  }
  .frames {
    width: 80%;
  }
  .frames img {
    width: 100%;
    padding-top: 15px;
  }
  .centre-txt {
    width: 80%;
    width: 80%;
  }
  /* .pun .screen-size{
            height:100% !important;
        }*/
  .marcus {
    background-color: #fff !important;
    background-image: none !important;
  }
  .frank {
    background-color: #fff !important;
    background-image: none !important;
  }
  .kat {
    background-color: #fff !important;
    background-image: none !important;
  }
  .mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cat {
    background-color: #d6d6b3 !important;
    background-image: none !important;
  }
  .cravers {
    background-color: #b1b4b5 !important;
    background-image: none !important;
  }
  .poubelle {
    background-color: #a4a4a4 !important;
    background-image: none !important;
  }
  .planc {
    background-color: #a4a4a4 !important;
    background-image: none !important;
  }
  /* .chart {
    display: none;
  } */
  /* .chart-mobile {
    display: block;
    width: 90%;
    margin: 0 auto;
  } */
}

@media only screen and (max-width: 1100px) {
  .item.w3 {
    width: 100% !important;
  }
  .item {
    width: 50% !important;
  }
  .item.w2 {
    width: 50% !important;
  }
  .masonry .grid-sizer {
    width: 50%;
  }
  .pow {
    width: 50% !important;
  }
}

@media only screen and (max-width: 980px) {
  .work-nav {
    width: 75%;
  }
  .work-header li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .posters .poster-block {
    width: 44%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .item .droga5-header {
    font-size: 25px;
    width: 100%;
  }
  .posters .poster-block {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .masonry .item,
  .masonry .grid-sizer {
    width: 100% !important;
  }
  .item.h2 img {
    height: 100% !important;
    width: auto !important;
  }
  .item.h2 {
    height: 215px !important;
  }
  .newz {
    background-image: url("../images/droga5.png");
    background-position: center;
  }

  .processContainer {
    flex-direction: column;
  }

  .chart {
    margin-top: 20px;
  }
}
