html {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.528571429;
  font-weight: 400;
  color: #272a2c;
  background-color: #FFF;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-family: akzidenz-grotesk_bq_extrabold;
}

h4 {
  font-size: 66px;
  text-align: center;
  padding-bottom: 20px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

a {
  color: #000;
  border: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

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

.iconSpin {
  display: inline-block;
}

.iconSpin:hover .fa-instagram {
  color: #517fa4 !important;
  transform: rotateY(180deg);
}

.iconSpin:hover .fa-facebook {
  color: #3b5998 !important;
  transform: rotateY(180deg);
}

.iconSpin:hover .fa-youtube {
  color: #e52d27 !important;
  transform: rotateY(180deg);
}

.newContainer {
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  overflow: hidden;
}

.spacing {
  height: 110px;
  background: transparent;
}

.spacing.start {
  height: 205px;
}

.cd-section {
  overflow: hidden;
}

.workLogos {
  background: #f6f6f6 !important;
}

.workLogos img {
  margin: 0 auto;
}

.workLogos h3 {
  margin: 0 !important;
  font-size: 34px !important;
  text-align: center;
}

.clientLogo {
  padding-top: 12px;
  padding-bottom: 12px;
}

.rotateHoriz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 5001231313131321321312310000 !important;
  display: none;
}

.rotateHoriz svg {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: rotateIt 2s ease-in-out infinite;
  animation: rotateIt 2s ease-in-out infinite;
}

@-webkit-keyframes rotateIt {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  2% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1
  }
  20% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  92% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0
  }
}

@keyframes rotateIt {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  2% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1
  }
  20% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  92% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0
  }
}

@media screen and (orientation: landscape) and (max-width: 779px) {
  .rotateHoriz {
    display: none
  }
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

#cd-vertical-nav {
  background: #000;
  z-index: 901;
}

#cd-vertical-nav ul {
  list-style: none;
}

#tubular-container {
  position: relative !important;
}

#cd-vertical-nav {
  position: fixed;
  right: 0;
  bottom: 8%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 901;
}

#cd-vertical-nav li {
  text-align: right;
  list-style: none;
}

#cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cd-vertical-nav a:before {
  content: "";
  display: table;
  clear: both;
}

#cd-vertical-nav a span {
  display: inline-block;
  float: right;
  right: 20px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

#cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}

#cd-vertical-nav a:hover .cd-dot {
  background-color: #fff;
}

#cd-vertical-nav a.is-selected .cd-dot {
  background-color: #fff;
}

#cd-vertical-nav .cd-dot {
  position: relative;
  top: 8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #7e7e7e;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#cd-vertical-nav .cd-label {
  position: absolute;
  right: 55px;
  margin-right: 10px;
  padding: 0.2em .4em;
  background: #000;
  height: 26px;
  border-radius: 3px;
  color: white;
  font-size: 0.875rem;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

#cd-vertical-nav .cd-label.tall {
  height: 70px;
}

#cd-vertical-nav .cd-label:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  position: absolute;
  right: -5px;
  top: 8px;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}

.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.touch .cd-nav-trigger span::before,
.touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}

.touch .cd-nav-trigger span::before {
  top: -9px;
}

.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}

.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}

.touch #cd-vertical-nav a span:first-child {
  display: none;
}

.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}

.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span::before,
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}

.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

.royal_preloader_percentage {
  font-size: 10px !important;
  padding-top: 10px;
}

.nav-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo {
  display: block;
  position: absolute;
  bottom: auto;
  top: 50px;
  left: 50px;
}

.logo.menu-is-visible a .main {
  display: block;
}

.logo.menu-is-visible a .white {
  display: none;
}

.logo a {
  height: auto !important;
  display: block;
  overflow: hidden;
}

.logo a .main {
  display: block;
}

.logo a .white {
  display: none;
}

.logo-xs-white a .main {
  display: none;
}

.logo-xs-white a .white {
  display: block;
}

.black-nav-icon {
  background: #000 !important;
}

.nav-main-trigger .nav-menu-icon.black-nav-icon::before,
.nav-main-trigger .nav-menu-icon.black-nav-icon:after {
  background: #000;
}

.black-nav-icon.active {
  background: #fff !important;
}

.nav-main-trigger {
  position: absolute;
  right: 50px;
  top: 73px;
  height: 100%;
  width: 50px;
}

.nav-main-trigger .nav-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.nav-main-trigger .nav-menu-icon::before,
.nav-main-trigger .nav-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}

.nav-main-trigger .nav-menu-icon::before {
  top: -10px;
}

.nav-main-trigger .nav-menu-icon:after {
  top: 10px;
}

.nav-main-trigger .nav-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.nav-main-trigger .nav-menu-icon.is-clicked::after,
.nav-main-trigger .nav-menu-icon.is-clicked::before {
  background-color: #ffffff;
}

.nav-main-trigger .nav-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-main-trigger .nav-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.nav-main-trigger .menu-is-visible.is-clicked::after,
.nav-main-trigger .menu-is-visible.is-clicked::before,
.nav-main-trigger .nav-menu-icon-xs.is-clicked::after,
.nav-main-trigger .nav-menu-icon-xs.is-clicked::before {
  background-color: #000;
}

.nav-main-trigger.blackTrigger .nav-menu-icon {
  background-color: #000;
}

.nav-main-trigger.blackTrigger .nav-menu-icon:before,
.nav-main-trigger.blackTrigger .nav-menu-icon:after {
  background-color: #000;
}

.nav-main-trigger.blackTrigger .nav-menu-icon.is-clicked {
  background: none !important;
}

.nav-start {
  font-weight: 900;
  font-size: 14px;
  margin: 0 0 22px;
  text-transform: uppercase;
  border: 3px solid #000;
  padding: 5px 10px 0px 10px;
  display: inline-block;
  font-family: akzidenz-grotesk_bq_superRg;
}

.nav-start .fa {
  font-size: 18px;
  padding-left: 8px;
}

.nav-main {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: right;
  padding: 200px 50px 0 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.nav-main li {
  list-style: none;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.nav-main li a {
  display: inline-block !important;
  margin: 0;
}

.nav-main .nav-start {
  font-size: 14px;
  font-family: akzidenz-grotesk_bq_superRg;
}

.nav-main .nav-label {
  color: #000;
  font-family: Pacifico, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  text-transform: none;
}

.nav-main.is-visible {
  opacity: 1;
}

.nav-main-xs {
  background: rgba(255, 255, 255, 0.95);
}

.nav-main-xs a {
  color: #000;
}

.nav_social {
  margin-top: 60px;
}

.nav_social .fa {
  color: #000;
  font-size: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(200px);
}

.hero-homepage {
  position: absolute;
  height: 100%;
  z-index: 10;
  width: 41.4vw !important;
}

.hero,
.hero-homepage {
  position: absolute;
  height: auto;
  color: #fff;
  left: 50px;
  bottom: 3vw;
  text-shadow: 0 0 2px rgba(150, 150, 150, 0.86);
}

.page-title {
  position: relative;
}

.main-title {
  width: 100%;
  -webkit-transition: display 500ms ease-out;
  transition: display 500ms ease-out;
  padding-bottom: 13px;
}

.main-title h1 {
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.main-title h1 .letterSpace {
  letter-spacing: 8px;
}

.main-title h2 {
  font-size: 19px;
  font-weight: 300;
  text-transform: none;
  margin: 0;
  margin-top: -19px;
  font-family: akzidenz-grotesk_bq_superRg;
}

.main-title h2 .lineSpace {
  padding: 0 15px;
}

.main-title h2 .letterSpace {
  letter-spacing: 4px;
}

.main-title img {
  width: auto;
}

.btn-align-about {
  text-align: left;
}

.btn-home-space {
  display: inline-block;
  text-shadow: none;
  padding-right: 15px;
  padding-top: 30px;
}

.hero-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("img/homepage/homeBG.jpg") center center / cover no-repeat;
}

.video-container {
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-container .gradient-overlay {
  position: relative;
  opacity: .1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("img/homepage/dot.gif") left top rgba(0, 0, 0, 0.6);
}

video.tpavideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-image: url("css/homepage/mainBG.jpg") 0 0 / cover no-repeat;
  background-repeat: no-repeat;
}

.tpavideo {
  display: none;
}

.caseStudyButtonWhite,
.caseStudyButtonBlack {
  padding: 12px 22px;
  font-size: 15px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  font-family: akzidenz-grotesk_bq_superRg;
}

.caseStudyButtonWhite .fa,
.caseStudyButtonBlack .fa {
  padding-left: 10px;
  font-size: 20px;
}

.caseStudyButtonWhite {
  color: #fff;
  border: 3px solid #fff;
}

.caseStudyButtonBlack {
  color: #000;
  border: 3px solid #000;
}

.caseStudyButtonWhiteInverted {
  color: #000;
  background-color: #fff;
}

.caseStudyButtonBlackInverted {
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
}

.caseStudyButtonWhiteInverted:hover {
  border: 3px solid #fff;
}

.startProject {
  padding: 12px 22px !important;
}

.nav-social {
  width: 100%;
  padding-top: 15px;
}

.nav-social ul {
  display: inline-block;
  margin: 7px 0 0;
  padding: 0;
}

.nav-social li {
  display: inline-block;
  font-size: 30px;
}

.nav-social li a {
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
}

.nav-social li a i {
  font-size: 22px;
  top: -2px;
}

.caseStudyButtonWhite.hvr-sweep-to-right:hover {
  color: #000;
}

.caseStudyButtonWhite.hvr-sweep-to-right:before {
  background: #fff;
}

.contentArea {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #000;
}

.contentArea .cases.work {
  display: flex;
  -webkit-align-items: center;
  display: -webkit-flex;
  align-items: center;
  width: 18%;
  height: 100%;
  position: absolute;
  float: left;
}

.contentArea .cases.work h1 {
  color: #fff;
  font-size: 55px;
  text-align: center;
  width: 100%;
}

.contentArea .cases.work h1 span {
  display: block;
  margin-bottom: -5px;
}

.contentArea .rightContainer {
  float: right;
  display: inline-block;
  width: 82%;
}

.contentArea .rightContainer .cases {
  width: calc(33.33333333%);
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
}

.contentArea .rightContainer .cases .caseBG {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.contentArea .rightContainer .cases .caseBG img {
  width: 100%;
}

.contentArea .rightContainer .cases .backgroundHover {
  opacity: 0;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.contentArea .rightContainer .cases .content {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  top: 42%;
}

.contentArea .rightContainer .cases .content h1 {
  font-size: 50px;
  margin: 0;
  text-transform: uppercase;
  font-family: akzidenz-grotesk_bq_extrabold;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.contentArea .rightContainer .cases .content h2 {
  font-size: 18px;
  margin: 0;
  font-family: akzidenz-grotesk_bq_condensBd;
  line-height: 15px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.contentArea .rightContainer .cases .content.active {
  opacity: 0;
}

.contentArea .rightContainer .cases .contentHover {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.contentArea .rightContainer .cases .contentHover img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -5%;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.contentArea .rightContainer .cases .contentHover p {
  font-size: 20px;
  text-align: center;
  opacity: 0;
  color: #fff;
  font-family: akzidenz-grotesk_bqbold;
  display: block;
  margin: 0;
  padding-bottom: 50px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.contentArea .caseStudyButtonWhite.caseButton.contentHoverTouch {
  bottom: 87px !important;
  opacity: 1;
}

.contentArea .cases:hover .caseBG {
  transform: scale(1.2, 1.2);
}

.contentArea .cases:hover .backgroundHover {
  opacity: .4;
}

.contentArea .cases:hover .content .line {
  width: 53%;
}

.contentArea .cases:hover .caseStudyButtonWhite.caseButton {
  bottom: 25%;
  opacity: 1;
}

.contentArea .cases:hover .contentHover img {
  margin-top: 0%;
}

.contentArea .cases:hover .contentHover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contentArea .caseStudyButtonWhite.caseButton {
  position: absolute;
  padding: 20px;
  opacity: 0;
  bottom: -100px;
  width: 40%;
  left: 35%;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  font-size: 13px;
}

.contentArea.cases {
  background: #000;
  padding-top: 66px;
}

.contentArea.cases .rightContainer {
  width: 100%;
}

.contentArea.about {
  padding-top: 0;
  position: relative;
}

.thinkdevise {
  background: #fff;
  padding: 160px 0 140px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.thinkdevise h1 {
  font-size: 100px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #000;
  line-height: 80px;
  padding-right: 45px;
}

.thinkdevise p {
  font-size: 35px;
  font-family: akzidenz-grotesk_bqbold;
  color: #000;
  line-height: 40px;
}

.togetherBreak {
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 75px 0;
}

.togetherBreak h1 {
  font-size: 62px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #000;
}

.togetherBreak a {
  font-size: 21px;
  font-family: akzidenz-grotesk_bqbold;
}

.togetherBreak .middle {
  padding: 65px 0 60px 0;
  color: #000;
}

.togetherBreak .middle h1 {
  font-size: 40px;
  font-family: akzidenz-grotesk_bq_extrabold;
  display: inline-block;
  padding-right: 45px;
}

.togetherBreak .middle .caseStudyButtonBlack {
  font-size: 14px;
  margin-top: -15px;
}

footer {
  padding: 20px 0;
  background: #000;
  text-align: center;
  font-family: akzidenz-grotesk_bqmedium;
  overflow: hidden;
}

footer .logo {
  top: 0;
  width: 30%;
}

footer .logo a img {
  display: block !important;
  margin: 0;
}

footer .social {
  right: 50px;
}

footer .social .footerTag {
  padding-right: 25px;
  display: inline-block;
}

footer .social .fa {
  font-size: 33px;
  color: #fff;
}

footer .social .fa {
  font-size: 33px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(200px);
}

footer .social a {
  margin-left: 20px;
  margin-right: 10px;
}

footer .social div {

}

.aboutBG {
  width: 100%;
  position: relative;
  height: 52vw;
}

.pageImage {
  position: absolute;
  height: auto;
  width: 100%;
  display: table;
  top: 0;
}

.pageImage .headline {
  width: 100%;
  min-height: 100%;
  padding-top: 0;
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.pageImage .headline .line {
  height: 2px;
  width: 33%;
  background: #FFF;
  margin: 28px 34%;
}

.pageImage .headline h1 {
  font-size: 100px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.pageImage .headline h2 {
  font-size: 35px;
  line-height: 45px;
  font-family: akzidenz-grotesk_bqmedium;
}

.pageImage .headline2 {
  display: none !important;
  background-image: url('img/about/aboutBGCover.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40%;
  position: absolute;
  height: 52vw;
  display: flex;
  align-items: flex-end;
  padding-bottom: 110px;
}

.pageImage .headline2 .text {
  z-index: 75;
  position: relative;
}

.pageImage .headline2 .text h1 {
  color: #000;
  font-size: 4.7vw;
  font-family: akzidenz-grotesk_bq_extrabold;
  z-index: 75;
  padding-top: 20px;
}

.slick-slider {
  margin-bottom: 0;
}

.slickContainer {
  overflow: hidden;
  position: relative;
}

.slickContainer nav a {
  margin: 0;
}

.slickCarousel .slick-prev {
  left: 0;
}

.slickCarousel .slick-next {
  right: 0;
}

.slickCarousel .slick-dots {
  bottom: 18px;
  margin: 0;
}

.slickCarousel .slick-dots li {
  margin: 0 1px;
}

.slickCarousel .slick-dots li button {
  background: transparent;
  width: 0px;
  height: 0px;
  border-radius: 50px;
  padding: 0;
}

.slickCarousel .slick-dots li button::before {
  color: #fff;
  width: 0px;
  height: 0px;
  background: transparent;
}

.slickCarousel .slick-dots li button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.slickCarousel .slick-dots li.slick-active button {
  background: transparent;
}

.slickCarousel .slick-dots li.slick-active button::before {
  color: transparent;
}

.slickCarousel .slick-dots li.slick-active button::after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-dots li button:before,
.slick-dots li button:before {
  opacity: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0;
}

.team {
  text-align: center;
  overflow: hidden;
}

.team .weAreDevise {
  padding: 240px 0 175px 0;
}

.team .weAreDevise h4 {
  color: #000;
  font-size: 80px;
  line-height: 60px;
  padding-bottom: 30px;
}

.team .weAreDevise img {
  margin-left: auto;
  margin-right: auto;
}

.tapDeviser {
  float: right;
}

.team .teamMembers {
  overflow: hidden;
}

.team .teamMembers .member {
  width: 25%;
  display: inline-block;
  float: left;
}

.team .teamMembers .member img {
  width: 100%;
}

.team .teamMembers .member .teamHover {
  display: none;
}

.team .teamMembers .member.active .nonHover {
  display: none;
}

.team .teamMembers .member.active .teamHover {
  display: block;
}

.team .teamMemberBios {
  overflow: hidden;
  padding-bottom: 50px;
}

.team .teamMemberBios .bio {
  background: #fff;
  padding-top: 20px;
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
}

.team .teamMemberBios .bio h1 {
  color: #000;
  font-family: akzidenz-grotesk_bq_extrabold;
  font-size: 36px;
  padding-bottom: 5px;
}

.team .teamMemberBios .bio p {
  color: #000;
  font-family: akzidenz-grotesk_bq_superRg;
  font-size: 12px;
}

.values {
  position: relative;
  overflow: hidden;
  margin-top: 160px;
}

.values .valueContainer {
  background: #000;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 30%;
  float: left;
  display: flex;
  -webkit-align-items: center;
  display: -webkit-flex;
  align-items: center;
  text-align: center;
}

.values .valueContainer h1 {
  width: 100%;
  font-size: 100px;
}

.values .valueContainer h1 span {
  display: block;
  margin-bottom: -5px;
}

.values .best {
  background-image: url('img/about/ourValues.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 38vw;
  width: 70%;
  float: right;
  display: inline-block;
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
}

.values .best .carousel {
  height: 35vw;
}

.values .best .carousel-caption {
  z-index: 10;
}

.values .best .carousel .item {
  height: 35vw;
}

.values .best .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.values .best .carousel-caption {
  bottom: 0;
  top: 10%;
}

.values .best .carousel-indicators {
  bottom: 7vw;
}

.values .best .carousel-indicators li {
  font-family: akzidenz-grotesk_bq_extrabold;
  text-indent: 0;
  color: #5f5f5f;
  border: none;
  font-size: 43px;
  width: auto;
  height: auto;
  margin: 0 25px;
  position: relative;
}

.values .best .carousel-indicators li > div {
  margin-bottom: -15px;
}

.values .best .carousel-indicators li span {
  color: #5f5f5f;
  font-size: 12px;
  margin: 0;
}

.values .best .carousel-indicators li .smallLine {
  height: 1px;
  background: #5f5f5f;
  width: 100%;
  margin: -5px 0;
}

.values .best .carousel-indicators .active {
  background: none;
  color: #fff;
  width: auto;
  height: auto;
}

.values .best .carousel-indicators .active span {
  color: #fff;
}

.values .best .carousel-indicators .active .smallLine {
  background: #fff;
}

.values .best .number {
  font-size: 17px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.values .best h1 {
  font-size: 84px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.values .best h1 span {
  border-bottom: 10px solid #fff;
  padding-bottom: 10px;
  color: #fff;
}

.values .best .quote {
  font-size: 21px;
  width: 26%;
  margin: 0 37%;
  overflow: hidden;
  padding-bottom: 10px;
  font-family: akzidenz-grotesk_bqmedium;
}

.values .best .author {
  color: #6e6e6e;
  font-size: 16px;
  font-family: akzidenz-grotesk_bq_extrabold;
  font-style: italic;
}

.fullwidth {
  width: 100%;
}

.grid {
  text-align: center;
  background: #000;
  overflow: hidden;
}

.grid .leftContainer,
.grid .rightContainer {
  width: 50%;
  display: inline-block;
  float: left;
}

.grid .IMGArea {
  background: #000;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.grid .white {
  background: #fff;
}

.grid .IMGArea img {
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.grid .IMGArea .playButton {
  position: absolute;
  width: auto;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid .IMGArea .heightfix {
  min-height: 300px;
}

.grid .IMGArea .blankText {
  display: flex;
  -webkit-align-items: center;
  display: -webkit-flex;
  align-items: center;
  position: absolute;
  text-align: center;
  background: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.grid .IMGArea .blankText h1 {
  width: 100%;
  color: #000;
  font-size: 65px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.grid .IMGArea .blankText .faContainer {
  width: 100%;
}

.grid .IMGArea .blankText .fa {
  font-size: 75px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid .IMGArea .blankText .icon {
  margin: 0 20px;
  display: inline-block;
}

.grid .videoZoom:hover .videoIMG {
  transform: scale(1.2, 1.2);
}

.grid .blackOverlay {
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.grid .IMGArea.full-block {
  width: 100%;
  float: left;
  position: relative;
}

.grid .IMGArea.half-block {
  width: 50%;
  float: left;
  position: relative;
}

.grid h4 {
  color: #fff;
  padding: 30px 0;
  background: #000;
}

.gridMainRight .rightContainer, .gridMainLeft .leftContainer {
  width: 100%;
}

.gridMainRight .leftContainer, .gridMainLeft .rightContainer {
  width: 100%;
}

.videos .IMGArea .blackOverlay {
  display: none;
  position: absolute;
  background: #000;
  opacity: .7;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.videos .IMGArea .blackOverlayLight {
  opacity: .2 !important;
}

.videos .IMGArea .blackOverlay img {
  width: auto;
  margin: 0 auto;
  position: relative;
}

.videos .IMGArea .blackOverlay.active {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.arrowDown {
  position: absolute;
  bottom: -20px;
  left: 48%;
  padding: 15px 0;
  border: 3px solid #fff;
  background: #000;
}

.arrowDown .fa {
  color: #fff;
  font-size: 40px;
  padding: 0 15px;
}

.cl-effect-5 a {
  height: auto;
}

.fullBreak {
  background: #fff;
  padding: 185px 0;
}

.fullBreak h1 {
  font-size: 100px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #000;
}

.fullBreak2 {
  background: #000;
  padding: 210px 0 180px 0;
}

.fullBreak2 h3 {
  font-size: 90px;
  color: #fff;
  font-family: akzidenz-grotesk_bqbold;
  line-height: 120px;
}

.fullBreak3 {
  background: #000;
  padding: 235px 0 220px 0;
}

.fullBreak3 h3 {
  font-size: 90px;
  color: #fff;
  font-family: akzidenz-grotesk_bqbold;
  line-height: 120px;
}

.fullBreak4 a {
  margin-top: 60px;
  font-size: 30px;
}

.fullBreak4 .fa {
  padding-left: 45px;
  font-size: 32px;
}

.fullBreak5 {
  background: #000;
  padding: 120px 0;
}

.fullBreak5 h3 {
  font-size: 80px;
  color: #fff;
  font-family: akzidenz-grotesk_bqbold;
  line-height: 110px;
}

.instagramSection {
  position: relative;
}

.instagramSection img {
  width: 100%;
}

.instagramSection .instagramSectionContainer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.instagramSection .instagramContainer {
  text-align: center;
  color: #fff;
}

.instagramSection .instagramContainer h3 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-family: akzidenz-grotesk_bqbold;
}

.instagramSection .instagramContainer p {
  font-size: 35px;
  margin-bottom: 40px;
  font-family: akzidenz-grotesk_bqregular;
}

.contact .textOverlay {
  overflow: hidden;
  display: flex;
  -webkit-align-items: center;
  display: -webkit-flex;
  align-items: center;
  position: absolute;
  background: transparent;
  text-align: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact .textOverlay h2 {
  color: #fff;
  font-family: akzidenz-grotesk_bq_extrabold;
  font-size: 38px;
  padding-bottom: 15px;
}

.contact .textOverlay h2 .mail {
  color: #fff;
  text-decoration: underline;
}

.contact .textOverlay h2 .mail:hover {
  text-decoration: none;
}

.contact .textOverlay h2 .fa {
  color: #fff;
  font-size: 36px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact .textOverlay h2:first-child {
  padding-bottom: 0 !important;
}

.contact .textOverlay hr {
  border: none;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact .formOverlay {
  position: absolute;
  overflow: hidden;
  background: transparent;
  text-align: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact .formOverlay h2 {
  color: #000;
}

.contact .contactForm {
  padding: 90px 0 70px 0;
  position: relative;
}

.contact .contactForm h1 {
  color: #000;
  font-family: akzidenz-grotesk_bq_extrabold;
  font-size: 40px;
  margin-bottom: 50px;
}

.contact .contactForm .form-group {
  position: relative;
}

.contact .contactForm .form-control {
  border: none;
  border-bottom: 1px solid #010101;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 50px;
  padding: 0;
}

.contact .contactForm .help-block {
  position: absolute;
  right: 0;
}

.contact .contactForm .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.contact .contactForm .form-control-feedback.has-success {
  color: #3c763d;
  right: 15px;
}

.contact .contactForm .form-control-feedback.has-warning {
  color: #8a6d3b;
  right: 15px;
}

.contact .contactForm .submit {
  border: none;
  background: transparent;
}

.contact .contactForm .submit img {
  width: 100%;
}

.contact .contactForm .list-unstyled {
  margin-top: 0;
}

.contact .hugText {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #000;
  padding-top: 120px;
  font-size: 85px;
}

.thankyou {
  display: none;
  background-image: url('img/assets/thankyouBG.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  height: 100%;
  min-height: 100%;
  width: 100%;
  top: 0;
  z-index: 100000;
}

.thankyou .thankyouContainer {
  text-align: center;
  position: relative;
  width: 100%;
  display: table-cell;
  height: 100%;
  min-height: 100%;
  vertical-align: middle;
}

.thankyou .thankyouBlock {
  padding: 65px 150px 55px 150px;
  background: #fff;
  display: inline-block;
}

.thankyou .thankyouBlock h1 {
  font-size: 100px;
  font-family: akzidenz-grotesk_bq_extrabold;
  padding-bottom: 30px;
  line-height: 100px;
}

.thankyou .thankyouBlock p {
  font-size: 33px;
  font-family: akzidenz-grotesk_bq_lightRg;
}

.startBG {
  background-image: url('img/start/startBG.jpg');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}

.startContainer {
  text-align: center;
}

/*project start*/
.startContainer #startProjectForm {
  padding-bottom: 80px;
}

.startContainer #startProjectForm h1 {
  font-size: 67px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #000;
  padding-bottom: 25px;
}

.startContainer #startProjectForm h2 {
  font-size: 45px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #909090;
  padding-bottom: 35px;
}

.startContainer #startProjectForm h2 span {
  text-decoration: underline;
}

.startContainer #startProjectForm h2 .dollar {
  text-decoration: none;
}

.startContainer #startProjectForm h3 {
  font-size: 24px;
  color: #4a4a4a;
  font-family: akzidenz-grotesk_bq_lightRg;
  padding-bottom: 70px;
}

.startContainer #startProjectForm hr {
  height: 1px;
  margin: 85px 0;
  background: #cfcfcf;
}

.startContainer #startProjectForm .form-group {
  margin: 0;
}

.startContainer #startProjectForm input,
.startContainer #startProjectForm textarea {
  width: 100%;
  border: 1px solid #000;
  color: #000;
  font-size: 21px;
  padding: 15px 20px;
  margin-top: 12px;
  font-family: akzidenz-grotesk_bqbold;
  border-radius: 0;
  height: auto;
}

.startContainer #startProjectForm input:first-child {
  margin-top: 0;
}

.startContainer #startProjectForm #submitProject {
  background: #000000;
  color: #fff;
  padding: 35px 0;
  font-size: 35px;
  margin-top: 15px;
}

.startContainer #startProjectForm textarea {
  height: 285px;
}

.startContainer #startProjectForm .typeOfProject {
  padding-top: 85px;
}

.startContainer #startProjectForm .typeOfProject h3 {
  padding-bottom: 30px;
}

.startContainer #startProjectForm .typeOfProject .type {
  width: 49.5%;
  display: inline-block;
  float: left;
  background: #000;
  color: #fff;
  font-size: 35px;
  font-family: akzidenz-grotesk_bq_extrabold;
  padding: 35px 0;
  margin-top: 0;
  margin-bottom: 1%;
  margin-right: 1%;
  cursor: pointer;
}

.startContainer #startProjectForm .typeOfProject .type:nth-child(2n) {
  margin-right: 0;
}

.startContainer #startProjectForm .typeOfProject .hvr-reveal:before {
  border-color: #909090;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.startContainer #startProjectForm .typeOfProject .type.active:before {
  border-width: 67px;
}

.startContainer #startProjectForm .sliderContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.startContainer #startProjectForm .sliderContainer #slider {
  width: 100%;
  margin: 2px 4%;
  cursor: pointer;
}

.startContainer #startProjectForm .sliderContainer #slider .noUi-connect {
  background: #000;
}

.startContainer #startProjectForm .sliderContainer #slider .noUi-handle {
  cursor: pointer;
}

.startContainer #startProjectForm .sliderContainer .range {
  font-size: 20px;
  color: #000;
  font-family: akzidenz-grotesk_bqbold;
  line-height: 20px;
}

.startContainer #startProjectForm .progress-button {
  position: relative;
  outline: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 50;
  overflow: hidden;
  width: 100%;
}

.startContainer #startProjectForm .progress-button .progress {
  position: absolute;
  left: 0;
  background: #2a2a2a;
  top: 0;
  width: 0%;
  opacity: 0;
  height: 100%;
  z-index: 0;
  -webkit-transition: width 0s 0.3s, opacity 0.3s;
  transition: width 0s 0.3s, opacity 0.3s;
}

.startContainer #startProjectForm .progress-button .submitText {
  z-index: 10000000;
  color: #fff;
  position: relative;
}

.startContainer #startProjectForm .progress-button.active .progress {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 1.2s;
  transition: width 1.2s;
}

/*end project*/

/*start discovery*/
.startContainer #startProjectFormDiscovery {
  padding-bottom: 80px;
}

.startContainer #startProjectFormDiscovery h1 {
  font-size: 67px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #000;
  padding-bottom: 25px;
}

.startContainer #startProjectFormDiscovery h2 {
  font-size: 45px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #909090;
  padding-bottom: 35px;
}

.startContainer #startProjectFormDiscovery h2 span {
  text-decoration: underline;
}

.startContainer #startProjectFormDiscovery h2 .dollar {
  text-decoration: none;
}

.startContainer #startProjectFormDiscovery h3 {
  font-size: 24px;
  color: #4a4a4a;
  font-family: akzidenz-grotesk_bq_lightRg;
  padding-bottom: 70px;
}

.startContainer #startProjectFormDiscovery hr {
  height: 1px;
  margin: 85px 0;
  background: #cfcfcf;
}

.startContainer #startProjectFormDiscovery .form-group {
  margin: 0;
}

.startContainer #startProjectFormDiscovery input,
.startContainer #startProjectFormDiscovery textarea {
  width: 100%;
  border: 1px solid #000;
  color: #000;
  font-size: 21px;
  padding: 15px 20px;
  margin-top: 12px;
  font-family: akzidenz-grotesk_bqbold;
  border-radius: 0;
  height: auto;
}

.startContainer #startProjectFormDiscovery input:first-child {
  margin-top: 0;
}

.startContainer #startProjectFormDiscovery #submitProjectDiscovery {
  background: #000000;
  color: #fff;
  padding: 35px 0;
  font-size: 35px;
  margin-top: 15px;
}

.startContainer #startProjectFormDiscovery textarea {
  height: 285px;
}

.startContainer #startProjectFormDiscovery .typeOfProject {
  padding-top: 85px;
}

.startContainer #startProjectFormDiscovery .typeOfProject h3 {
  padding-bottom: 30px;
}

.startContainer #startProjectFormDiscovery .typeOfProject .type {
  width: 49.5%;
  display: inline-block;
  float: left;
  background: #000;
  color: #fff;
  font-size: 35px;
  font-family: akzidenz-grotesk_bq_extrabold;
  padding: 35px 0;
  margin-top: 0;
  margin-bottom: 1%;
  margin-right: 1%;
  cursor: pointer;
}

.startContainer #startProjectFormDiscovery .typeOfProject .type:nth-child(2n) {
  margin-right: 0;
}

.startContainer #startProjectFormDiscovery .typeOfProject .hvr-reveal:before {
  border-color: #909090;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.startContainer #startProjectFormDiscovery .typeOfProject .type.active:before {
  border-width: 67px;
}

.startContainer #startProjectFormDiscovery .sliderContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.startContainer #startProjectFormDiscovery .sliderContainer #sliderDiscovery {
  width: 100%;
  margin: 2px 4%;
  cursor: pointer;
}

.startContainer #startProjectFormDiscovery .sliderContainer #sliderDiscovery .noUi-connect {
  background: #000;
}

.startContainer #startProjectFormDiscovery .sliderContainer #sliderDiscovery .noUi-handle {
  cursor: pointer;
}

.startContainer #startProjectFormDiscovery .sliderContainer .range {
  font-size: 20px;
  color: #000;
  font-family: akzidenz-grotesk_bqbold;
  line-height: 20px;
}

.startContainer #startProjectFormDiscovery .progress-button {
  position: relative;
  outline: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 50;
  overflow: hidden;
  width: 100%;
}

.startContainer #startProjectFormDiscovery .progress-button .progress {
  position: absolute;
  left: 0;
  background: #2a2a2a;
  top: 0;
  width: 0%;
  opacity: 0;
  height: 100%;
  z-index: 0;
  -webkit-transition: width 0s 0.3s, opacity 0.3s;
  transition: width 0s 0.3s, opacity 0.3s;
}

.startContainer #startProjectFormDiscovery .progress-button .submitText {
  z-index: 10000000;
  color: #fff;
  position: relative;
}

.startContainer #startProjectFormDiscovery .progress-button.active .progress {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 1.2s;
  transition: width 1.2s;
}

/*end discovery*/
.list-unstyled {
  margin-top: 15px;
  margin-bottom: -10px;
}

.list-unstyled li {
  font-family: akzidenz-grotesk_bqbold;
}

input[type="text"] {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0 !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0 !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0 !important;
}

#responseModal {
  text-align: center;
  padding: 0;
}

#responseModal .modal-header {
  border: none;
  padding-bottom: 0;
}

#responseModal .modal-footer {
  border: none;
}

#responseModal .modal-content {
  background-image: url(img/assets/notificationPopupBG.jpg);
}

#responseModal h4 {
  font-size: 46px;
  padding: 0;
  padding-top: 30px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #000;
}

#responseModal h4 p {
  font-size: 22px;
  font-family: akzidenz-grotesk_bqbold;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
}

#responseModal h4 a:hover {
  color: #000;
  text-decoration: none;
}

#responseModal h4 p.smallerMessage {
  font-size: 18px;
  font-family: akzidenz-grotesk_bq_lightRg;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 500;
}

#responseModal .modal-title span {
  font-size: 16px;
  font-weight: 100;
  color: #000;
  font-family: akzidenz-grotesk_bqbold;
}

#responseModal .caseStudyButtonBlack {
  padding: 8px 18px;
}

#responseModal .caseStudyButtonBlack:hover {
  color: #FFF;
}

#startProjectDialog h2 {
  font-size: 46px;
  padding: 0;
  padding-top: 30px;
  font-family: akzidenz-grotesk_bq_extrabold;
  color: #000;
}

#startProjectDialog h2 p {
  font-size: 22px;
  font-family: akzidenz-grotesk_bqbold;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
}

#startProjectDialog h2 a:hover {
  color: #000;
  text-decoration: none;
}

#startProjectDialog h2 p.smallerMessage {
  font-size: 18px;
  font-family: akzidenz-grotesk_bq_lightRg;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 500;
}

#startProjectDialog h2 span {
  font-size: 16px;
  font-weight: 100;
  color: #000;
  font-family: akzidenz-grotesk_bqbold;
}

.singleCasePage {
  width: 100%;
  position: relative;
}

.singleCasePage img {
  width: 100%;
}

.singleCasePage .title {
  position: absolute;
  top: 25vw;
}

.singleCasePage .usc {
  top: 15vw;
}

.singleCasePage .title.apollogen {
  top: 35vw;
}

.singleCasePage .title.thermalrd {
  top: 19vw;
}

.singleCasePage .title.creamistry {
  top: 6vw;
  width: 100%;
  text-align: center;
}

.singleCasePage .title.delta9 .newContainer > * {
  color: #000;
}

.singleCasePage .title.delta9 .newContainer > h2 {
  font-size: 2vw;
}

.singleCasePage .newContainer {
  position: relative;
  z-index: 100;
}

.singleCasePage .newContainer h1 {
  color: #fff;
  padding-bottom: 10px;
}

.singleCasePage .newContainer h1.twoLines {
  line-height: 95px;
}

.singleCasePage .newContainer h2 {
  font-family: akzidenz-grotesk_bq_condensBd;
  color: #fff;
}

.singleCasePage .newContainer img {
  width: 100%;
}

.singleCasePage .newContainer.creamistry {
  text-align: center;
  display: block;
  padding-top: 150px;
}

.singleCasePage .creamistryHero {
  position: absolute;
  bottom: -5%;
  z-index: 50;
  width: 100%;
}

.singleCasePageBG.thermalrd {
  padding-bottom: 15%;
}

.singleCasePageBG.apollogen {
  padding-top: 25%;
}

.projectOverview {
  overflow: hidden;
  background: #fff;
  padding: 60px 0;
}

.projectOverview h1 {
  font-size: 65px;
  line-height: 58px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.projectOverview p {
  font-size: 21px;
  font-family: akzidenz-grotesk_bq_lightRg;
}

.projectOverview h3 {
  list-style-type: square;
  font-size: 23px;
  font-family: akzidenz-grotesk_bq_extrabold;
  margin-bottom: 5px;
}

.projectOverview h5 {
  font-size: 17px;
  font-family: akzidenz-grotesk_bqbold;
  padding-bottom: 20px;
  color: #adacac;
}

.projectOverview .section {
  float: left;
  display: inline-block;
}

.projectOverview .left {
  width: 20%;
}

.projectOverview .middle {
  width: 60%;
}

.projectOverview .right {
  width: 20%;
}

.projectOverview .subSection {
  float: left;
  display: inline-block;
  width: 100%;
}

.projectOverview .socialLikes {
  padding-top: 20px;
}

.projectOverview .socialLikes div {
  display: inline-block;
  float: left;
}

.projectOverview .socialLikes .fb_iframe_widget {
  margin-top: -4px;
  margin-right: 15px;
}

.projectOverview .shareCase {
  padding-bottom: 20px;
  cursor: pointer;
}

.projectOverview .shareCase .icon {
  background: #000;
  padding: 8px 8px 5px 7px;
  margin-right: 5px;
  display: inline-block;
}

.projectOverview .shareCase .icon .fa {
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(200px);
}

.projectOverview .shareCase .icon:hover .fa-facebook {
  color: #3b5998;
  transform: rotateY(180deg);
}

.projectOverview .shareCase .icon:hover .fa-twitter {
  color: #4099FF;
  transform: rotateY(180deg);
}

.projectOverview .shareCase .icon:hover .fa-instagram {
  color: #517fa4;
  transform: rotateY(180deg);
}

.projectOverview .visitButtonLink {
  color: #fff;
  font-size: 13px;
  font-family: akzidenz-grotesk_bqbold;
  background: #000;
  display: inline-block;
  padding: 12px 15px;
  border: 0px solid #000;
  text-decoration: none;
}

.projectOverview .visitButtonLink:before {
  background: gray;
}

.projectOverview .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.projectOverview .aside,
.projectOverview main {
  flex: 1 100%;
}

.caseFeatures {
  background: #000;
  padding: 55px 0;
}

.caseFeatures h1 {
  color: #fff;
}

.caseFeatures h2 {
  color: #fff;
}

.caseFeatures ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.caseFeatures ul li {
  font-size: 50px;
  color: #fff;
  font-family: akzidenz-grotesk_bq_condensBd;
  list-style-type: square;
  float: left;
  list-style-position: inside;
  padding-right: 30px;
}

.caseFeatures ul li span {
  display: none;
}

.solution {
  background: #fff;
  overflow: hidden;
  padding: 85px 0;
}

.solution h1 {
  font-size: 65px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.solution p {
  font-size: 21px;
  font-family: akzidenz-grotesk_bq_lightRg;
  padding-top: 35px;
}

.solution .firstP {
  padding-top: 50px;
}

.beforeAfter {
  position: relative;
  width: 100%;
}

.beforeAfter .beforeAfterBG {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}

.beforeAfter .ba-slider {
  z-index: 20;
  width: 60%;
  margin: 0px 20%;
  bottom: 0px;
}

.ba-control-bar {
  background: #ffd824;
  width: 2px;
}

.ba-control-bar span {
  display: block !important;
}

.ba-control-handle {
  background-color: #ffd824;
  width: 70px;
  height: 38px;
  margin-top: -19px;
  margin-left: -35px;
}

.ba-control-handle i {
  font-size: 36px;
  height: 38px;
  line-height: 38px;
  cursor: default;
  color: #cba931;
  background: none;
  cursor: move;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 63px;
  margin: auto 3px;
}

.ba-left-arrow {
  left: -40px;
}

.ba-right-arrow {
  right: -40px;
}

.ba-control-handle:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 23px solid #ffd824;
}

.ba-control-handle:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 23px solid #ffd824;
}

.textBreak {
  background: #fff;
  padding: 85px 0;
  overflow: hidden;
  text-align: center;
}

.textBreak h2 {
  font-size: 50px;
  font-family: akzidenz-grotesk_bq_extrabold;
  line-height: 45px;
}

.textBreak h3 {
  font-size: 40px;
  font-family: akzidenz-grotesk_bq_extrabold;
  line-height: 35px;
  padding-top: 35px;
}

.textBreak p {
  font-size: 21px;
  font-family: akzidenz-grotesk_bq_lightRg;
  padding-top: 25px;
}

.textBreak .liveSite {
  margin-top: 25px;
}

.textBreak .results {
  padding-top: 85px;
  overflow: hidden;
}

.textBreak .results h4 {
  font-size: 58px;
  line-height: 45px;
  font-family: akzidenz-grotesk_bq_superRg;
  padding-bottom: 20px;
}

.textBreak .results p {
  font-size: 18px;
  font-family: akzidenz-grotesk_bq_lightRg;
  padding-top: 0;
  text-align: center;
  line-height: 22px;
}

.textBreak .results b {
  font-weight: 100;
  font-family: akzidenz-grotesk_bqbold;
}

.livesiteContainer {
  width: 100%;
  position: relative;
}

.livesiteContainer .main {
  z-index: 10;
}

.livesiteContainer img {
  width: 100%;
  position: relative;
}

.livesiteContainer .slideinContainer {
  width: 100%;
  background: transparent;
  position: absolute;
}

.livesiteContainer .slideinContainer.guldjianright {
  top: 29%;
  z-index: 20;
}

.livesiteContainer .slideinContainer.guldjianleft {
  top: 55%;
  z-index: 20;
}

.livesiteContainer .slideinContainer.creamistryright {
  top: 52%;
  z-index: 20;
}

.livesiteContainer .slideinContainer.creamistryleft {
  top: 32%;
  z-index: 20;
}

.livesiteContainer.creamistry {
  padding-top: 0px;
  text-align: center;
}

.livesiteContainer.creamistry .caseStudyButtonWhite {
  margin-bottom: 30px;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 100%;
  margin: 8em auto;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container p:last-child {
  padding-bottom: 20px;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons {
  padding: 0;
  margin-top: 10px;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #004c87;
  border-radius: 0 0 0 .25em;
}

.cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #174276;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #eeb213;
  border-radius: 0 0 .25em 0;
  top: 0;
  right: 0;
  position: relative;
  width: auto;
}

.cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c19010;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: -25px;
  width: 30px;
  height: 30px;
  right: 25%;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #fff;
  opacity: 0.7;
}

.cd-popup-container .cd-popup-close::before:hover,
.cd-popup-container .cd-popup-close::after:hover {
  opacity: 1;
}

.cd-popup-container .cd-popup-closebutton::before,
.cd-popup-container .cd-popup-closebutton::after {
  content: none;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  transform: translateY(75px);
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 100%;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 53%;
  margin: 0 25%;
  border: 20px solid #FFF;

}

.nav-up {
  top: -80px;
}

.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  padding-top: 87px;
  width: 100%;
  z-index: 1001;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.7s;
}

.cd-header.headerhome {
  background: transparent;
}

.cd-header.is-fixed {
  /* when the user scrolls down, we hide the header right above the viewport */
  position: fixed;
  top: -85px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
}

.cd-header.is-visible {
  /* if the user changes the scrolling direction, we show the header */
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.cd-header.menu-is-open {
  /* add a background color to the header when the navigation is open */
  background-color: #000;
}

.cd-header.menu-is-open {
  background: transparent !important;
}

.cd-header.menu-is-open .main {
  display: none;
}

.cd-header.menu-is-open .navOpen {
  display: block;
  position: relative;
  top: 25px;
  left: 50px;
}

.cd-header.menu-is-open img.main, .cd-header.menu-is-open img.black {
  display: none !important;
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  /*background-image: url('img/assets/navBG2.jpg');*/
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  z-index: 1000;
  text-align: center;
  padding: 190px 0 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.cd-primary-nav li {
  font-size: 83px;
  list-style: none;
  line-height: 105px;
  padding-bottom: 30px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-transform: capitalize;
  color: #000;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.cd-primary-nav li .pageTitle {
  padding: 0 10px;
}

.cd-primary-nav img {
  display: inline-block;
  padding: 0 10px;
  height: 50px;
}

.cd-primary-nav a {
  display: inline-block;
  margin: 0;
  border-radius: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  text-decoration: none;
  position: relative;
}

.cd-primary-nav a span {
  color: #000;
}

.cd-primary-nav a span::before {
  font-weight: 400;
}

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}

.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}

.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}

.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}

.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}

.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-primary-nav.is-visible .startproject {
  margin-top: -3vw;
}

.cd-primary-nav-trigger {
  position: absolute;
  width: 55px;
  background-color: transparent;
  line-height: 30px;
  right: 50px;
  top: 0px;
  bottom: auto;
  z-index: 100;
}

.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -9px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 9px;
}

.cd-primary-nav-trigger .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}

.cd-primary-nav-trigger .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cd-primary-nav.is-visible {
  transform: translateY(0);
}

.cd-logo {
  display: block;
  position: absolute;
  top: 30%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
}

.cd-logo img {
  display: none;
}

.cd-logo img.active {
  display: inline-block;
  position: relative;
  top: 27px;
  left: 50px;
}

.cd-logo .black {
  display: none;
}

.nav-click {
  left: 0;
  top: 40%;
  width: 30px;
  height: 80px;
  cursor: pointer;
  position: relative;
  padding: 0 25px;
}

.nav-click .valign {
  top: 25px;
  position: relative;
}

.nav-click .nav-btn-sticks {
  width: 30px;
  height: 20px;
  position: relative;
}

.nav-click .nav-btn-sticks div {
  width: 30px;
  height: 5px;
  position: absolute;
  background: #000;
}

.navhome .nav-click .nav-btn-sticks div {
  background: #fff;
}

.nav-click .nav-btn-sticks div.nav-btn-stick-one {
  top: 0;
  opacity: 1;
}

.nav-click .nav-btn-sticks div.nav-btn-stick-two {
  top: 8px;
  opacity: 1;
}

.nav-click .nav-btn-sticks div.nav-btn-stick-three {
  top: 16px;
  opacity: 1;
}

.nav-click.toggle-menu-visible .nav-btn-sticks div {
  background: #000;
}

.nav-click.toggle-menu-visible .nav-btn-sticks div.nav-btn-stick-one {
  -webkit-animation: inTop 0.8s forwards;
  -moz-animation: inTop 0.8s forwards;
  animation: inTop 0.8s forwards;
}

.nav-click.toggle-menu-visible .nav-btn-sticks div.nav-btn-stick-two {
  -webkit-animation: inMiddle 0.8s forwards;
  -moz-animation: inMiddle 0.8s forwards;
  animation: inMiddle 0.8s forwards;
}

.nav-click.toggle-menu-visible .nav-btn-sticks div.nav-btn-stick-three {
  -webkit-animation: inBottom 0.8s forwards;
  -moz-animation: inBottom 0.8s forwards;
  animation: inBottom 0.8s forwards;
}

.nav-click.toggle-menu-hidden .nav-btn-sticks div.nav-btn-stick-one {
  -webkit-animation: outTop 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outTop 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outTop 0.8s backwards;
  animation-direction: reverse;
}

.nav-click.toggle-menu-hidden .nav-btn-sticks div.nav-btn-stick-two {
  -webkit-animation: outMiddle 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outMiddle 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outMiddle 0.8s backwards;
  animation-direction: reverse;
}

.nav-click.toggle-menu-hidden .nav-btn-sticks div.nav-btn-stick-three {
  -webkit-animation: outBottom 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outBottom 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outBottom 0.8s backwards;
  animation-direction: reverse;
}

@-webkit-keyframes inMiddle {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@-moz-keyframes inMiddle {
  50% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}

@keyframes inMiddle {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes outMiddle {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@-moz-keyframes outMiddle {
  50% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}

@keyframes outMiddle {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes inTop {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
    -webkit-transform: rotate(0deg);
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(135deg);
  }
}

@-moz-keyframes inTop {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
    -moz-transform: rotate(0deg);
  }
  100% {
    top: 8px;
    -moz-transform: rotate(135deg);
  }
}

@keyframes inTop {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 8px;
    transform: rotate(135deg);
  }
}

@-webkit-keyframes outTop {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
    -webkit-transform: rotate(0deg);
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(135deg);
  }
}

@-moz-keyframes outTop {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
    -moz-transform: rotate(0deg);
  }
  100% {
    top: 8px;
    -moz-transform: rotate(135deg);
  }
}

@keyframes outTop {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 8px;
    transform: rotate(135deg);
  }
}

@-webkit-keyframes inBottom {
  0% {
    top: 16px;
  }
  50% {
    top: 8px;
    -webkit-transform: rotate(0deg);
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(135deg);
  }
}

@-moz-keyframes inBottom {
  0% {
    top: 16px;
  }
  50% {
    top: 8px;
    -moz-transform: rotate(0deg);
  }
  100% {
    top: 8px;
    -moz-transform: rotate(135deg);
  }
}

@keyframes inBottom {
  0% {
    top: 16px;
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 8px;
    transform: rotate(135deg);
  }
}

@-webkit-keyframes outBottom {
  0% {
    top: 16px;
  }
  50% {
    top: 8px;
    -webkit-transform: rotate(0deg);
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(135deg);
  }
}

@-moz-keyframes outBottom {
  0% {
    top: 16px;
  }
  50% {
    top: 8px;
    -moz-transform: rotate(0deg);
  }
  100% {
    top: 8px;
    -moz-transform: rotate(135deg);
  }
}

@keyframes outBottom {
  0% {
    top: 16px;
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 8px;
    transform: rotate(135deg);
  }
}

.svg-wrap {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.nav-thumbflip .prev,
.nav-thumbflip .next {
  z-index: 1;
}

.nav-thumbflip .icon-wrap {
  background-color: #fff;
  height: 100px;
}

.nav-thumbflip svg.icon {
  fill: #000;
}

.nav-thumbflip img {
  height: 100%;
}

.fallbackArrow {
  left: 10px !important;
  height: 25px !important;
  position: relative !important;
  transform-origin: 0 !important;
  transform: rotateY(0deg) !important;
  margin-top: 5px;
}

#work-nav {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 999;
  width: 70px;
  height: 280px;
}

#work-nav ul {
  position: relative;
  width: 70px;
  height: 280px;
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

#work-nav ul li {
  background-color: #000;
  height: 70px;
  width: 70px;
  float: left;
  right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#work-nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 200;
  font-size: 72px;
  line-height: 45px;
  width: 100%;
  text-align: center;
}

#work-nav ul li a svg {
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
}

#work-nav ul li a svg path {
  fill: #ffffff;
}

#work-nav ul li a:hover {
  text-decoration: none;
}

#work-nav ul li:hover {
  background-color: #fff;
  cursor: pointer;
  transform: translateX(30%);
}

#work-nav ul li:hover a svg path {
  fill: #000;
}

._56zz {
  display: none !important;
}

#u_0_6 {
  display: none !important;
}

.fb-like {
  height: 25px;
  overflow: hidden;
}

.deviseServices {
  font-size: 14px;
  color: #000;
  text-transform: none;
  font-family: akzidenz-grotesk_bq_condensBd !important;
  margin-top: 30px;
}

.deviseServices a {
  color: #000;
  text-decoration: none;
  text-transform: none;
}

.deviseServices a:hover {
  text-decoration: underline;
}

.nav-slide .next.top {
  top: 230px;
  z-index: 901;
}

.nav-slide .next.bottom {
  top: 300px;
  z-index: 901;
}

.nav-slide a.next {
  margin: 0;
}

.nav-slide a.next div {
  background-color: #000;
  padding-left: 160px;
}

.nav-slide h3 {
  padding: 0;
  font-family: akzidenz-grotesk_bq_extrabold;
  line-height: 2.5;
}

.nav-slide h3 span {
  font-family: akzidenz-grotesk_bq_condensBd !important;
}

.nav-slide img {
  width: auto;
}

.nav-slide .icon-wrap {
  padding: 28px;
}

.navSlideArrow {
  height: 15px !important;
  position: relative !important;
}

.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}

.dialog__content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

/* Content */
.dialog h2 {
  font-weight: 400;
  font-size: 2em;
  padding: 0 0 2em;
  margin: 0;
}

.dialog {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  top: 25%;
  background-image: url(img/assets/notificationPopupBG.jpg);
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}

.dialog.dialog--open h2,
.dialog.dialog--open button {
  -webkit-animation: anim-elem 0.3s both;
  animation: anim-elem 0.3s both;
}

.dialog.dialog--open h2 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dialog.dialog--open button {
  padding: 1em 2em;
  outline: none;
  font-weight: 600;
  border: none;
  color: #fff;
  background: #000;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

#responseModal button {
  padding: 1em 2em;
  outline: none;
  font-weight: 600;
  border: none;
  color: #fff;
  background: #000;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

@-webkit-keyframes anim-open {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-open {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes anim-close {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes anim-close {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* Inner elements animations */
@-webkit-keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* #Preloader
================================================== */
body.royal_preloader {
  background: none;
  visibility: hidden;
}

#royal_preloader {
  font-family: Arial;
  font-size: 12px;
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: 0;
  z-index: 9999999999;
}

#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
  background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
  background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
  background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}

#royal_preloader.complete {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0.5s;
  -moz-transition: opacity 0.2s linear 0.5s;
  -ms-transition: opacity 0.2s linear 0.5s;
  -o-transition: opacity 0.2s linear 0.5s;
  transition: opacity 0.2s linear 0.5s;
}

#royal_preloader.royal_preloader_line {
  height: 2px;
  bottom: auto;
}

/* Number Mode */
#royal_preloader.royal_preloader_number .royal_preloader_percentage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: Impact, Arial;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition: all 0.3s linear 0.5s;
  -moz-transition: all 0.3s linear 0.5s;
  -ms-transition: all 0.3s linear 0.5s;
  -o-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}

#royal_preloader.royal_preloader_number .royal_preloader_percentage:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: 4px solid transparent;
  border-left-color: #FFFFFF;
  border-radius: 50%;
  -webkit-animation: rotate 0.8s linear infinite;
  -moz-animation: rotate 0.8s linear infinite;
  -ms-animation: rotate 0.8s linear infinite;
  -o-animation: rotate 0.8s linear infinite;
  animation: rotate 0.8s linear infinite;
}

/* Line Mode */
#royal_preloader.royal_preloader_line .royal_preloader_loader {
  position: absolute;
  height: 100%;
  left: 0;
}

#royal_preloader.royal_preloader_line .royal_preloader_peg {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100px;
  opacity: 0.5;
}

/* Text Mode */
#royal_preloader.royal_preloader_text .royal_preloader_loader {
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 30px;
  line-height: 30px;
  margin: auto;
  letter-spacing: 3px;
  font-size: 16px;
  white-space: nowrap;
}

#royal_preloader.royal_preloader_text .royal_preloader_loader div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0%;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* Logo Mode */
#royal_preloader.royal_preloader_logo .royal_preloader_loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
  position: absolute;
  bottom: 0%;
  left: 0px;
  right: 0px;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
  position: absolute;
  top: 50%;
  padding-top: 10px;
  left: 50%;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  color: #212121;
  letter-spacing: 2px;
  font-family: 'Courgette';
  font-size: 12px;
  text-align: center;
}

/* Progress Mode */
#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #212121;
  margin-top: 10px;
  letter-spacing: 2px;
  font-family: 'Courgette';
  font-size: 14px;
  text-align: center;
}

#royal_preloader.royal_preloader_progress .royal_preloader_loader {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: -10px auto auto auto;
  background-color: #bababa;
}

#royal_preloader.royal_preloader_progress .royal_preloader_meter {
  width: 0;
  height: 100%;
  margin: auto;
  padding: 0;
}

#royal_preloader.royal_preloader_progress .royal_preloader_meter {
  background-color: #000;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mfp-close {
  top: 0;
  margin-top: -20px;
}

.local-scroll {
  position: absolute;
  bottom: 50px;
  z-index: 100;
  text-align: center;
  width: 100%;
}

.local-scroll .scroll-down {
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940)
}

.local-scroll .scroll-down .scroll-down-icon {
  width: 26px;
  height: 40px;
  margin-left: -13px;
  position: absolute;
  top: 0;
  left: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -webkit-animation: scroll-down-anim 1s infinite;
  -moz-animation: scroll-down-anim 1s infinite;
  -o-animation: scroll-down-anim 1s infinite;
  animation: scroll-down-anim 1s infinite;
}

.scroll-down-icon:after {
  content: " ";
  width: 2px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: rgba(255, 255, 255, 1);

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.scroll-down:hover .scroll-down-icon {
  background: rgba(255, 255, 255, .7);
}

.scroll-down:hover .scroll-down-icon:after {
  background: rgba(0, 0, 0, .5);
}

.scroll-down.light:hover .scroll-down-icon:after,
.bg-color .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-30 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-50 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-70 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-90 .scroll-down:hover .scroll-down-icon:after {
  background: rgba(255, 255, 255, .15);
}

@-webkit-keyframes scroll-down-anim {
  0% {
    top: -7px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -7px;
  }
}

@-moz-keyframes scroll-down-anim {
  0% {
    top: -7px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -7px;
  }
}

@-o-keyframes scroll-down-anim {
  0% {
    top: -7px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -7px;
  }
}

@keyframes scroll-down-anim {
  0% {
    top: -7px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -7px;
  }
}

#header-view-all {
  opacity: 0;
  right: 150px;
  pointer-events: none
}

#header-view-all {
  pointer-events: auto;
  opacity: 1
}

#header-view-all {
  right: 0;
  top: 125px;
  position: absolute;
  z-index: 900;
  border: none;
  background: #000;
  padding: 36px 17.5px;
}

.animate-view-all {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.animate-view-all {
  position: relative
}

@media (min-width: 768px) {
  .flip-button:hover .flip-content,
  .flip-button.active-state .flip-content {
    -moz-transform: rotateX(90deg) translateY(0em) !important;
    -ms-transform: rotateX(90deg) translateY(0em) !important;
    -webkit-transform: rotateX(90deg) translateY(0em) !important;
    transform: rotateX(90deg) translateY(0em) !important
  }
}

.animate-view-all span.square {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 9px);
  width: 6px;
  height: 6px;
  background: white;
  -moz-transition: top 0.25s ease-in-out, left 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out, left 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
  -webkit-transition: top 0.25s ease-in-out, left 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: top 0.25s ease-in-out, left 0.25s ease-in-out, transform 0.25s ease-in-out
}

.animate-view-all span.square:nth-child(2),
.animate-view-all span.square:nth-child(5) {
  left: calc(50% - -1px)
}

.animate-view-all span.square:nth-child(3),
.animate-view-all span.square:nth-child(6) {
  left: calc(50% + 11px)
}

.animate-view-all span.square:nth-child(4),
.animate-view-all span.square:nth-child(5),
.animate-view-all span.square:nth-child(6) {
  top: calc(50% + 2px)
}

#header-view-all:hover span.square:nth-child(1) {
  -moz-transform: translateX(-3px) translateY(-3px);
  -ms-transform: translateX(-3px) translateY(-3px);
  -webkit-transform: translateX(-3px) translateY(-3px);
  transform: translateX(-3px) translateY(-3px)
}

#header-view-all:hover span.square:nth-child(2) {
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

#header-view-all:hover span.square:nth-child(3) {
  -moz-transform: translateX(3px) translateY(-3px);
  -ms-transform: translateX(3px) translateY(-3px);
  -webkit-transform: translateX(3px) translateY(-3px);
  transform: translateX(3px) translateY(-3px)
}

#header-view-all:hover span.square:nth-child(4) {
  -moz-transform: translateX(-3px) translateY(3px);
  -ms-transform: translateX(-3px) translateY(3px);
  -webkit-transform: translateX(-3px) translateY(3px);
  transform: translateX(-3px) translateY(3px)
}

#header-view-all:hover span.square:nth-child(5) {
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px)
}

#header-view-all:hover span.square:nth-child(6) {
  -moz-transform: translateX(3px) translateY(3px);
  -ms-transform: translateX(3px) translateY(3px);
  -webkit-transform: translateX(3px) translateY(3px);
  transform: translateX(3px) translateY(3px)
}

.animate-view-all,
.button span p.animate-view-all {
  width: auto;
  margin: 0 20px 0 10px
}

.button span p {
  position: relative;
  top: -2px
}

.button a {
  -moz-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  -webkit-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out
}

.button .animate-view-all span.square {
  -moz-transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, transform 0.2s ease-in-out;
  background-color: white;
  top: calc(50% - 8px);
  left: calc(50% - 14px)
}

.button .animate-view-all span.square:nth-child(2),
.button .animate-view-all span.square:nth-child(5) {
  left: calc(50% - 3px)
}

.button .animate-view-all span.square:nth-child(3),
.button .animate-view-all span.square:nth-child(6) {
  left: calc(50% + 8px)
}

.button .animate-view-all span.square:nth-child(4),
.button .animate-view-all span.square:nth-child(5),
.button .animate-view-all span.square:nth-child(6) {
  top: calc(50% + 2px)
}

.button:after {
  width: 300px;
  height: 46px;
  content: "";
  position: absolute;
  left: -300px;
  top: 0px;
  z-index: 1;
  -moz-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out
}

.button:hover {
  color: black;
  -moz-transition: border 0.35s ease-out 0s;
  -o-transition: border 0.35s ease-out 0s;
  -webkit-transition: border 0.35s ease-out;
  -webkit-transition-delay: 0s;
  transition: border 0.35s ease-out 0s
}

.button:hover a {
  color: black
}

.button:hover::after {
  left: -1px
}

.button:hover .animate-view-all span.square {
  -moz-transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
  background-color: black
}

.button:hover .animate-view-all span.square:nth-child(1) {
  -moz-transform: translateX(-2px) translateY(-2px);
  -ms-transform: translateX(-2px) translateY(-2px);
  -webkit-transform: translateX(-2px) translateY(-2px);
  transform: translateX(-2px) translateY(-2px)
}

.button:hover .animate-view-all span.square:nth-child(2) {
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.button:hover .animate-view-all span.square:nth-child(3) {
  -moz-transform: translateX(2px) translateY(-2px);
  -ms-transform: translateX(2px) translateY(-2px);
  -webkit-transform: translateX(2px) translateY(-2px);
  transform: translateX(2px) translateY(-2px)
}

.button:hover .animate-view-all span.square:nth-child(4) {
  -moz-transform: translateX(-2px) translateY(2px);
  -ms-transform: translateX(-2px) translateY(2px);
  -webkit-transform: translateX(-2px) translateY(2px);
  transform: translateX(-2px) translateY(2px)
}

.button:hover .animate-view-all span.square:nth-child(5) {
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}

.button:hover .animate-view-all span.square:nth-child(6) {
  -moz-transform: translateX(2px) translateY(2px);
  -ms-transform: translateX(2px) translateY(2px);
  -webkit-transform: translateX(2px) translateY(2px);
  transform: translateX(2px) translateY(2px)
}

/* Blog */
.blogContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 120px;
}

.blogContainer .blog {
  flex: 0 0 33.33333%;
}

.blogContainer .blog img {
  width: 100%;
}

.blogContainer .blog .blogIMGArea {
  overflow: hidden;
  position: relative;
}

.blogContainer .blog .blogIMGArea .blogIMGAreaImage {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.blogContainer .blog:hover .blogIMGArea .blogIMGAreaImage {
  transform: scale(1.2, 1.2);
}

.blogContainer .blog .blogIMGArea .blogBackgroundHover {
  background: #000;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
}

.blogContainer .blog:hover .blogIMGArea .blogBackgroundHover {
  opacity: .4;
}

.blogContainer .blog .content {
  padding: 65px 55px;
}

.blogContainer .blog a:hover {
  color: #000;
  text-decoration: none;
}

.blogContainer .blog a:hover .title {
  text-decoration: underline;
}

.blogContainer .blog .content .title {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.blogContainer .blog .content .copy {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  font-family: akzidenz-grotesk_bq_lightRg;
}

.blogContainer .blog .content .date {
  font-size: 16px;
  color: #8a8989;
  font-family: akzidenz-grotesk_bq_lightRg;
}

/* Single Blog */
.singleBlog {
  padding-top: 120px;
}

.singleBlog .singleBlogContainer {
  padding: 90px 0;
}

.singleBlog img {
  width: 100%;
}

.singleBlog .singleBlogContainer .title {
  text-align: center;
  font-size: 65px;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.singleBlog .singleBlogContainer .copy {
  font-size: 21px;
  line-height: 34px;
  font-family: akzidenz-grotesk_bq_lightRg;
}

.mail404 {
  color: #000 !important;
}

.mail404:hover {
  text-decoration: underline;
}

.whoWeAreHeaderImg {
  cursor: pointer;
  width: 100%;
}

#myModal .close {
  color: #fff;
  text-shadow: none;
  font-size: 39px;
  margin-top: -30px;
}

#myModal .modal-dialog {
  margin: 10% auto;
}

#myModal .iframeContainer {
  position: relative;
  padding-bottom: 49%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#myModal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.whoweareTeam .weAreDevise {
  padding-bottom: 0 !important;
}

.whoweareTeam .projectOverview {
  padding-top: 60px;
}

.whoweareTeam .projectOverview p {
  padding: 0;
}

.whoweareTeam .caseButton {
  margin-top: 40px;
}

.processSection {
  padding: 175px 0;
}

.processSection h1 {
  font-size: 49px;
  margin: 0;
}

.processSection .processItem {
  padding: 120px 0 0 0;
}

.processSection .processItem h2 {
  font-size: 47px;
  margin: 0;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.processSection .processItem h3 {
  font-size: 72px;
  margin: 0;
  padding-bottom: 35px;
  font-family: akzidenz-grotesk_bq_extrabold;
}

.processSection .processItem p {
  font-size: 26px;
  margin: 0;
  font-family: akzidenz-grotesk_bqmedium;
}

.servicesSection {
  padding: 150px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.servicesSection .title {
  font-size: 49px;
  margin: 0;
  color: #fff;
}

.servicesSection .serviceTitles {
  padding-top: 75px;
}

.servicesSection .serviceTitles .sTitle {
  font-size: 107px;
  color: #595959;
  font-family: akzidenz-grotesk_bq_extrabold;
  margin: 0;
  padding-bottom: 20px;
  cursor: pointer;
  line-height: 85px;
}

.servicesSection .serviceTitles .sTitle:hover, .servicesSection .serviceTitles .sTitle.active {
  color: #fff;
}

.servicesSection .serviceItems {
  display: none;
  overflow: hidden;
}

.servicesSection .serviceItems.active {
  display: block;
}

.servicesSection .serviceItems h3 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  font-family: akzidenz-grotesk_bqbold;
}

.servicesSection .serviceItems h3.topPadding {
  padding-top: 75px;
}

.servicesSection .serviceItems p {
  font-size: 19px;
  color: #fff;
  font-family: akzidenz-grotesk_bqmedium;
}

.servicesSection .serviceItems .col-md-6:nth-child(2n+1) {
  clear: left;
}

.servicesSection .serviceTitles .sTitle .sTitleSlash {
  display: none;
}

.servicesSection .serviceTitles .sTitle .sTitleSlash.active {
  display: inline;
}

.servicesSection-desktop {
  display: none;
}

.servicesSection-mobile {
  display: block;
  background: #000;
}

.servicesSection-mobile .serviceItems {
  display: block;
  background: #000;
}

.servicesSection-mobile .panel-default {
  background: #fff;
  margin: 10px 0;
  border-radius: 0;
  font-size: 22px;
}

.servicesSection-mobile .panel-default:hover, .servicesSection-mobile .panel-default.active {
  background: #595959;
}

.servicesSection-mobile .panel-default .panel-title {
  margin: 0;
  padding: 10px 0;
  color: #000;
}

.servicesSection-mobile .panel-default:hover .panel-title, .servicesSection-mobile .panel-default.active .panel-title {
  color: #fff;
}

.whatWeDo {
  background: #fff;
  text-align: left;
}

.whatWeDo .whatWeDoContainer {
  padding-top: 135px;
}

.whatWeDo h2 {
  font-size: 61px;
  font-family: akzidenz-grotesk_bq_extrabold;
  margin: 0;
  padding-bottom: 40px;
}

.whatWeDo p {
  font-size: 28px;
  font-family: akzidenz-grotesk_bq_lightRg;
  margin: 0;
  padding-bottom: 50px;
}

.newNav {
  background-color: transparent !important;
  background-image: url('img/nav/newNavBG.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newNav .cd-primary-nav {
  background: transparent;
  position: relative;
  text-align: left;
  padding: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);

}

.newNav ul li {
  color: #000 !important;
  margin: 0 !important;
}

.newNav ul li a {
  color: #000 !important;
}

.newNav .cd-navigation-wrapper {
  padding: 200px 20%;
}

.deviseSVG {
  height: initial !important;
}

.nav2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 250px 20% !important;
}

.nav2 .navSection--left {
  text-align: left;
}

.nav2 .navSection--right {
  text-align: right;
  margin-top: -30px;
}

.nav2 .navSection--item {
  padding-bottom: 25px;
}

.nav2 .navSection--item:last-child {
  padding-bottom: 0;
}

.nav2 .navSection--item p {
  color: #000;
  font-size: 28px;
  font-family: akzidenz-grotesk_bqregular;
}

.nav2 .navSection--item p a {
  color: #000;
  text-transform: initial;
  font-family: akzidenz-grotesk_bqregular;
  font-size: 28px;
  display: block;
  text-align: right;
  transform: translateY(0);
}

.nav2 .nav_social {
  margin-top: 0;
}

.nav2 .nav_social a {
  transform: translateY(0);
}

.grid.delta9 {
  background: #fff;
}

.grid.delta9 .img-responsive {
  margin: 0 auto;
}

.delta9 h3 {
  font-weight: bold;
}

.delta9 .newContainer {
  margin: 40px 0 60px 0;
}

.delta9 {
  font-family: akzidenz-grotesk_bqregular;
}

/*Triangle arrow for strategy bar*/
.triangle-arrow {
  width: 0px;
  height: 0px;
  background-color: #FFFFFF;
  border-top: 25px solid #000000;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  margin-left: 5%;
}

/*for sections with picture on the left and title/desription on right*/
.pictureDescriptionContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pdContainerRight {
  flex-basis: 50%;
  align-self: center;
}

.pdContainerLeft {
  flex-basis: 40%;
  align-self: center;
}

.pdContainerLeft .grid {
  background-color: #FFFFFF;
}

.pdContainerLeft img {
  /*margin-left: auto;*/
}

.pictureDescriptionContainer .pdContainerRight h2, .pictureDescriptionContainer .pdContainerRight p {
  text-align: left;
}

/*end for picture description container*/

/*for delta9 logo grid*/
.logo-flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.logo-item {
  flex-basis: 30%;
}

.delta9 h3 {
  font-family: akzidenz-grotesk_bq_extrabold;
}

.delta9 .IMGarea.delta9-logo {
  margin-bottom: 40px;
}

.delta9 .logo-text-container p {
  padding: 20px 10% 50px 10%;
}

.singleImage img {
  width: 100%;
}

@media (min-width: 768px) {
  .singleImage {
    display: flex;
    justify-content: center;
  }

  .singleImage img {
    width: auto;
  }

  .mobile-img-container {
    display: none;
  }

  .desktop-img-container {
    display: block;
  }
}

.desktop-img-container {
  display: none;
}

.dacik-before.textBreak.same {
  padding-bottom: 0;
}

.dacik-logo.same.singleImage {
  padding-left: 40px;
  padding-right: 40px;
}

/*for new homepage*/
.home-grid-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
}

.home-text {
  position: relative;
  padding: 40px 20px 20px 20px;
  text-align: center;
}

.home-image-hero {
  -ms-grid-column: 2;
  max-width: 100%;
}

.home-text.discovery-text {
  justify-self: center;
}

.discovery-text {
  margin-left: 50%;
  padding: 60px 20px;
}

@supports (display: grid) {
  .discovery-text {
    margin-left: 0;
  }
}

.discovery-text__title, .mobile-landing-grid__h2, .form-section__title {
  font-family: akzidenz-grotesk_bq_extrabold;
}

.home-text__description, .discovery-text__description, .form-section__subtitle {
  font-family: "akzidenz-grotesk_bq_lightRg", sans-serif;
}

.home-text__description {
  padding: 8px 0 16px;
}

.discovery-text__title, .discovery-text__description {
  color: #fff;
}

.discovery-text__description {
  width: 100%;
  padding: 8px 0 16px;
}

.home-image-hero__container {
  position: relative;
  outline: none;
}

.home-image-hero-link__container {
  position: absolute;
  bottom: 0;
  right: 3%;
  display: flex;
  flex-direction: row;
}

.home-image-hero-link__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 16px;
  order: 2;
  font-size: 12px;
}

.home-image-hero-link__image {
  order: 1;
  max-width: 100px;
}

.home-image-hero-link__client {
}

.home-image-hero-link__industry {
}

.home-image-hero__container > .home-image__image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-image__image---mobile {
  max-width: 50px;
}

.discovery-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: center;
  background: #000;
  position: relative;
}

.discovery-grid .home-image__image {
  width: 100%;
}

.homepage.contentArea.cases {
  padding: 0;
}

.casestudy-grid#casestudy-homepage {
  display: -ms-flexbox;
}

@supports (display: grid) {
  .casestudy-grid#casestudy-homepage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-template-areas: 'dacik' 'tapatio' 'zutila' 'maxrepps';
  }
}

.casestudy-grid img {
  height: 100%;
  width: 100%;
}

.contentArea.cases .homepage-casestudy.cases.casestudy-container {
  width: 100%;
  height: 100%;
}

.casestudy-grid__dacik {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-area: dacik;
}

.casestudy-grid__tapatio {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-area: tapatio;
}

.casestudy-grid__zutila {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: zutila;
}

.casestudy-grid__maxrepps {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: maxrepps;
}

.home-mobile {
  display: block !important;
}

.home-desktop {
  display: none !important;
}

.home-image-hero-link__container img {
  width: auto !important;
}

h1.mobile-landing-grid__h1--hero {
  padding-bottom: 15px;
  font-size: 57px;
}

.home-grid-container__btnHolder {
  display: flex;
  justify-content: center;
}

.home-grid-container__btnHolder > :first-child {
  margin-right: 16px;
}

.home-grid-container__btnHolder a {
  font-size: 12px;
}

.home-text__title {
  line-height: 1;
  color: #000;
}

@media (min-width: 768px) {
  .discovery-grid .home-text.discovery-text {
    -ms-grid-column: 2;
    width: 100%;
    margin: 0;
  }

  .home-grid-container__btnHolder {
    justify-content: initial;
  }

  .home-grid-container__btnHolder a {
    font-size: initial;
  }

  .home-grid-container__btnHolder > :first-child {
    margin-right: 24px;
  }

  .home-grid-container {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    align-items: center;
    position: relative;
    padding-bottom: 80px;
  }

  .home-text {
    -ms-grid-column: 1;
    text-align: left;
  }

  .home-image-hero-link__container {
    bottom: 0;
    right: 3%;
  }

  .home-image-hero-link__text {
    font-size: initial;
  }

  .home-text.discovery-text {
    padding: 0 60px;
  }

  .discovery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .discovery-grid .home-image {
    -ms-grid-column: 1;
  }

  .home-mobile {
    display: none !important;
  }

  .home-desktop {
    display: block !important;
  }

  .casestudy-grid#casestudy-homepage {
    -ms-grid-columns: 3fr 2fr 2fr;
    -ms-grid-rows: auto auto;
    grid-template-columns: 3fr 2fr 2fr;
    grid-auto-rows: auto;
    grid-template-areas: 'dacik tapatio tapatio' 'dacik zutila maxrepps';
  }

  .home-text__title {
    color: #000;
    font-size: 50px;
  }

  .mobile-landing-grid__h1--hero {
    font-size: 34px;
  }

  .home-text__description {
    font-size: 18px;
  }

  .discovery-text__title {
    font-size: 30px;
  }

}

@media (min-width: 992px) {
  .home-text {
    padding: 40px;
  }

  .home-text.discovery-text {
    padding: 0 60px;
  }

  .home-text__title {
    font-size: 60px;
  }

  .mobile-landing-grid__h1 {
    font-size: 50px;
  }

  .home-text__description {
    font-size: 18px;
  }

  .discovery-text__title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .home-text, .home-text.discovery-text {
    padding: 30px;
  }

  .home-text.discovery-text {
    position: initial;
    justify-self: center;
    width: auto;
    padding: 30px;
    align-items: center;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    z-index: initial;
  }

  .home-image-hero__container {
    display: flex !important;
    justify-content: flex-end;
  }

  .home-text {
    padding: 0 60px;
  }

  .home-text.discovery-text {
    padding: 0 110px;
  }

  .home-text__title {
    font-size: 80px;
  }

  .home-text__description {
    font-size: 24px;
    padding: 15px 0 30px;
  }

  .home-image-hero-link__client, .home-image-hero-link__industry {
    color: #000;
  }

  .home-image-hero-link__container {
    right: 15%;
    left: auto;
    bottom: 20%;
  }

  .discovery-text__title {
    font-size: 50px;
  }

  .discovery-text__description {
    font-size: 22px;
    padding: 15px 0 30px;
  }
}

@media (min-width: 1680px) {
  .discovery-text__description {
    font-size: 27px;
  }

  .home-text {
    padding: 0 80px;
  }

  .home-text__title {
    font-size: 106px;
  }

  .home-text__description {
    font-size: 27px;
  }

  .discovery-text__title {
    font-size: 90px;
  }

  .home-image-hero-link__container {
    right: 20%;
    bottom: 10%;
  }
}

.mobile-landing-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  align-items: center;
}

.mobile-landing-grid--hero {
  background: url("https://deviseinteractive-cdn-deviseinteractiv.netdna-ssl.com/css/img/mobile-landing/hero-bg.jpg");
  /*grid-template-rows: 850px;*/
  padding-top: 100px;
}

.mobile-landing-grid__textContainer {
  padding: 60px 20px;
  text-align: center;
}

.mobile-landing-grid__textContainer--hero {
  padding: 40px 20px 20px 20px;
}

.mobile-landing-grid__h1 {
  color: #ffffff;
  line-height: 1;
  padding-bottom: 15px;
}

.mobile-landing-grid__img {
  max-width: 100%;
  width: 100%;
}

.mobile-landing-grid__img--align-bottom {
  align-self: end;
}

.mobile-landing-grid__h2, .mobile-landing-grid__p {
  color: #000;
}

.mobile-landing-grid--order2Mobile {
  order: 2;
}

.form-section, .form-section__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.form-section {
  padding: 80px 20px;
}

.form-section__subtitle {
  padding: 8px 0 16px;
}

.form-section__form, .form-section__input, .form-section__title, .form-section__subtitle {
  width: 100%;
  max-width: 750px;
}

.form-section__input {
  border: 1px solid #000;
  margin-bottom: 8px;
  padding: 8px;
}

.form-section__input::placeholder {
  font-family: "Akzidenz-Grotesk BQ Extra", sans-serif;
}

.form-section__btn {
  background: #000000;
  color: #fff;
  padding: 16px 0;
  margin-top: 15px;
  font-family: "Akzidenz-Grotesk BQ", sans-serif;
  font-weight: bold;
  width: 100%;
}

@media (min-width: 768px) {
  .form-section__btn {
    background: #000000;
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
    margin-top: 30px;
    max-width: 300px;
  }

  .mobile-landing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-landing-grid--hero {
    background: url("https://deviseinteractive-cdn-deviseinteractiv.netdna-ssl.com/css/img/mobile-landing/hero-bg.jpg");
  }

  .mobile-landing-grid__h1 {
    padding-bottom: 0;
  }

  .mobile-landing-grid__textContainer {
    padding: 0 30px;
    text-align: left;
  }

  .mobile-landing-grid--order2Mobile {
    order: initial;
  }

  .form-section {
    padding: 80px;
  }

  .form-section__subtitle {
    padding: 15px 0 30px;
  }

  .form-section__form, .form-section__input {
    width: 100%;
  }

  .form-section__input {
    margin-bottom: 8px;
    padding: 16px;
  }
}

@media (min-width: 992px) {
  .mobile-landing-grid__textContainer {
    padding: 0 80px;
    text-align: left;
  }

  .form-section {
    padding: 80px 150px;
  }

  .form-section__title {
    font-size: 67px;
  }

  .form-section__subtitle {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .form-section {
    padding: 140px 150px;
  }
}

.nav-links {
  display: none;
}

.nav-mobile-menu {
  display: inline-block;
}

@media (min-width: 992px) {
  .nav-mobile-menu {
    display: none;
  }

  .nav-links {
    position: absolute;
    right: 34px;
    top: 40%;
    display: flex;
    list-style: none;
  }

  .nav-links li {
    margin-left: 28px;
  }

  .nav-links li a {
    font-family: akzidenz-grotesk_bqmedium, sans-serif;
    font-size: 16px;
    color: #dadada;
  }

  .nav-links li a:hover, .nav-links .active a {
    color: #000;
  }

  .nav-links--white li a {
    color: #999999;
  }

  .nav-links.nav-links--white li a:hover, .nav-links.nav-links--white .active a {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .nav-links li a {
    font-family: akzidenz-grotesk_bqmedium, sans-serif;
    font-size: 20px;
  }


}

.is-visible .nav-links.nav-links--white li a:hover, .is-visible .nav-links.nav-links--white .active a{
  color: #000;
}

/*start agency page*/
.agency-text {
  order: 1;
  padding: 100px 30px 60px;
}

.agency-image {
  order: 2;
}

.agency-hero__title {
  font-family: "Akzidenz-Grotesk BQ", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.agency-hero__description {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: akzidenz-grotesk_bq_lightRg, sans-serif;
}

.agency-hero__title, .agency-hero__description {
  margin-bottom: 20px;
}

.agency-hero__description a {
  color: #fff;
  text-decoration: underline;
}

.space-section {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  padding: 100px 30px;
  background: url("https://deviseinteractive-cdn-deviseinteractiv.netdna-ssl.com/css/img/agency/sohrobtranaught.jpg") no-repeat top;
}

.space-section__item-title {
  font-family: "Akzidenz-Grotesk BQ", sans-serif;
  font-size: 33px;
  margin: 20px 0;
}

.space-section__item-description {
  font-family: akzidenz-grotesk_bq_lightRg, sans-serif;
  font-size: 20px;
}

.space-section__slider-container {
  width: 100%;
}

.space-section .slick-dots {
  width: auto;
}

.space-section__slider-container .slick-dots li button:before {
  color: #fff;
  font-size: 15px;
}

.space-section__slider-container .slick-dots li button:before {
  opacity: .25;
}


.space-section__slider-container .slick-dots li button:hover:before,
.space-section__slider-container .slick-dots .slick-active button:before {
  color: #fff;
  font-size: 15px;
  opacity: 1;
}

.space-section__item {
  color: #fff;
  display: flex!important;
  flex-direction: column;
}

.space-section__item img{
  height: auto;
  max-width: 45px;
  width: 100%;
}

/*what we do section AGENCY*/
.what-we-do__background {
  background: #000;
}

.what-we-do__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  padding-top: 100px;
  grid-row-gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
  justify-items: center;
}

.what-we-do__container ul {
  list-style: none;
  padding: 0 20px;
  font-family: "Akzidenz-Grotesk BQ", sans-serif;
  font-size: 24px;
  text-align: center;
}

.what-we-do__container ul li {
  line-height: 1.5;
}

.what-we-do__title {
  font-size: 16px;
  margin-bottom: 16px;
}

.what-we-do__title--line {
  text-decoration: line-through;
}

.what-we-do__column {
}

.what-we-do__do {
  color: #fff;
}

.what-we-do__dont {
  color: #797979;
}

/*fireworks agency section*/
.fireworks__container {
  background: black;
  position: relative;
  padding-top: 100px;
}

.fireworks__container img {
  width: 100%;
  height: auto;
}

.fireworks__header {
  position: absolute;
  top: 15%;
  color: #fff;
  font-family: akzidenz-grotesk_bq_lightRg, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  max-width: 1000px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .agency-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .agency-hero__title {
    font-size: 24px;
  }

  .agency-hero__description {
    font-size: 18px;
  }

  .agency-hero__title, .agency-hero__description {
    margin-bottom: 40px;
  }

  .what-we-do__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding-top: 180px;
    max-width: 1100px;
    margin: 0 auto;
    justify-items: center;
  }

  .what-we-do__title {
    font-size: 23px;
    margin-bottom: 25px;
  }

  .what-we-do__container ul {
    list-style: none;
    padding: 0 20px;
    font-family: "Akzidenz-Grotesk BQ", sans-serif;
    font-size: 33px;
    text-align: center;
  }

  .fireworks__container {
    padding-top: 0;
  }

  .fireworks__header {
    top: 15%;
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .agency-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .agency-text {
    order: 2;
  }

  .agency-image {
    order: 1;
  }

  .agency-hero__title {
    font-size: 18px;
  }

  .agency-hero__description {
    font-size: 14px;
  }

  .agency-hero__title, .agency-hero__description {
    margin-bottom: 10px;
  }

  .space-section {
    display: flex;
    align-items: center;
    height: 750px;
    width: 100%;
    padding: 0 200px;
    background-position: right;
  }

  .space-section__slider-container {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .agency-grid .agency-text.home-text {
    padding-top:  100px ;
  }

  .agency-hero__title {
    font-size: 22px;
  }

  .agency-hero__description {
    font-size: 16px;
  }

  .agency-hero__title, .agency-hero__description {
    margin-bottom: 20px;
  }

  .fireworks__header {
    top: 30%;
    font-size: 35px;
  }

  .space-section__slider-container {
    width: 25%;
  }
}

@media (min-width: 1600px) {
  .agency-hero__title {
    font-size: 26px;
  }

  .agency-hero__description {
    font-size: 18px;

  }

  .agency-hero__title, .agency-hero__description {
    margin-bottom: 30px;
  }

  .fireworks__header {
    top: 35%;
    font-size: 43px;
  }
}

@media (min-width: 1800px) {
  .agency-hero__title {
    font-size: 33px;
  }

  .agency-hero__description {
    font-size: 20px;
  }

  .agency-hero__title, .agency-hero__description {
    margin-bottom: 40px;
  }

  .space-section {
    background-size: cover;
  }
}

.textBreak--youtube {
  padding-bottom: 0!important;
}

.youtube-iframe {
  margin-top: 40px;
}

@media(max-width: 500px){
  .youtube-iframe {
    height: 300px;
  }

}