﻿/* #region Constants */
/* #endregion */
/* #region Mixins */
/*.transition-rotate() {
    .transform-two(translateY(0%), rotateY(720deg));
    opacity: 0;
}*/
.scale {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
/* #endregion */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* #region Common */
html.noscroll,
body.noscroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body {
  font-family: 'Gotham-Book';
  color: #040505;
}
body.linux h1,
body.linux .price-hex {
  font-family: 'Gotham-Bold';
}
section {
  display: table;
  width: 100%;
}
h1,
h2,
h3 {
  margin: 0 0 22px 0;
  font-family: 'Gotham-Thin';
}
h1 {
  display: block;
  text-align: center;
  font-family: 'Gotham-Black';
  font-size: 36px;
}
h1.custom-title span {
  background-color: #d4091d;
}
h3 {
  font-family: 'Gotham-Light';
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
p {
  margin: 0;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #040505;
}
a:focus {
  outline: none;
}
video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.video-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  cursor: default;
  background: rgba(0, 0, 0, 0.3) url(../img/dot-pattern.png) 0 0 repeat;
  z-index: 1;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.video-pattern .we-are-img {
  display: none;
  position: absolute;
  left: 40%;
  top: 6%;
  width: 25.45%;
  height: 8.5%;
  background: url(../img/was.svg) 0 0 no-repeat;
  background-size: contain;
}
.video-pattern .text-centered {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  /*width: 90%;*/
  width: 900px;
  margin: 0 auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-pattern .text-centered h1,
.video-pattern .text-centered h3 {
  text-align: left;
  color: #fff;
}
.video-pattern .text-centered h1 {
  margin-bottom: 4px;
}
.video-pattern .text-centered h3 {
  margin-top: 14px;
}
.video-pattern .contact-us {
  width: 230px;
  height: 51px;
  margin: 50px auto 0 !important;
  line-height: 51px;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Gotham-Bold';
  outline: 0;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #bf1e2e;
  cursor: pointer;
}
.video-pattern .contact-us:hover {
  background-color: #ea2438;
}
.video-pattern a {
  display: block;
  width: 67px;
  height: 67px;
  margin: 50px auto 0;
  background: url('../img/play button.svg') 0 0 no-repeat;
}
.video-pattern a:hover {
  background-position: bottom left;
}
@media screen and (max-aspect-ratio: 16/9) and (min-aspect-ratio: 16/10) {
  .video-pattern .we-are-img {
    display: block;
    left: 40.4%;
    top: 6%;
    width: 25.45%;
    height: 8.5%;
  }
}
@media screen and (max-aspect-ratio: 16/10) and (min-aspect-ratio: 4/3) {
  .video-pattern .we-are-img {
    display: block;
    left: 38%;
    top: 5.8%;
    width: 31%;
    height: 10%;
  }
}
.inner-wrapper {
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.response-message {
  display: table;
  width: 100%;
  min-height: 19px;
  text-align: center;
  color: #fff;
}
.third-icon-set {
  display: none;
}
#wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}
.hex:before,
#hamburger-btn:before,
.city-hex:before,
.hex:after,
#hamburger-btn:after,
.city-hex:after {
  content: '';
  display: block;
  position: absolute;
}
.menu-wrapper {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  height: 0;
  z-index: 5;
}
.menu-wrapper .logo {
  position: relative;
  width: 50px;
  cursor: pointer;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.menu-wrapper .triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-right: 190px solid transparent;
  border-top: 230px solid rgba(255, 255, 255, 0.9);
  -moz-transition: border-width 0.4s ease-out;
  -o-transition: border-width 0.4s ease-out;
  -webkit-transition: border-width 0.4s ease-out;
  transition: border-width 0.4s ease-out;
}
.menu-wrapper ul {
  position: relative;
  padding: 0 0 0 80px;
  opacity: 0;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.6s ease-in;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.6s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.6s ease-in;
  transition: transform 0.2s ease-out, opacity 0.6s ease-in;
  background-color: rgba(255, 255, 255, 0.0001);
}
.menu-wrapper ul li {
  height: 40px;
  line-height: 40px;
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.menu-wrapper ul li.book-lnk {
  height: 60px;
  padding-top: 12px;
  line-height: normal;
  font-family: 'Gotham-Bold';
  font-size: 14px;
  color: #000;
}
.menu-wrapper ul li:hover,
.menu-wrapper ul li:active,
.menu-wrapper ul li.active {
  color: #bf1e2e;
}
.menu-wrapper ul li a:hover {
  color: #bf1e2e;
}
.menu-wrapper ul li span {
  text-transform: none;
}
.menu-wrapper #hamburger-btn {
  position: relative;
  float: left;
  margin: 65px 0 0 26px;
  height: 30px;
  width: 64px;
  padding-top: 6px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: opacity 0.5s ease-out, background-color 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out, background-color 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out, background-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, background-color 0.5s ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-wrapper #hamburger-btn.fade {
  opacity: 0.3;
}
.menu-wrapper #hamburger-btn.fade:hover {
  opacity: 1;
}
.menu-wrapper #hamburger-btn span {
  display: block;
  position: relative;
  height: 4px;
  width: 26px;
  margin: 0 auto 4px;
  border-radius: 1px;
  background: #787878;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.2s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.1s ease-in;
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.1s ease-in;
  transition: transform 0.3s ease-out, opacity 0.2s ease-in;
}
.menu-wrapper #hamburger-btn:before,
.menu-wrapper #hamburger-btn:after {
  top: -18px;
  border-bottom: 18px solid rgba(255, 255, 255, 0.9);
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  -moz-transition: border-bottom-color 0.5s ease-out;
  -o-transition: border-bottom-color 0.5s ease-out;
  -webkit-transition: border-bottom-color 0.5s ease-out;
  transition: border-bottom-color 0.5s ease-out;
}
.menu-wrapper #hamburger-btn:after {
  bottom: -18px;
  top: auto;
  border-bottom: none;
  border-top: 18px solid rgba(255, 255, 255, 0.9);
  -moz-transition: border-top-color 0.5s ease-out;
  -o-transition: border-top-color 0.5s ease-out;
  -webkit-transition: border-top-color 0.5s ease-out;
  transition: border-top-color 0.5s ease-out;
}
.menu-wrapper.opened ul {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-wrapper.opened .triangle {
  -moz-transition: border-width 0.2s ease-out;
  -o-transition: border-width 0.2s ease-out;
  -webkit-transition: border-width 0.2s ease-out;
  transition: border-width 0.2s ease-out;
}
.menu-wrapper.opened .logo {
  width: 175px;
}
.menu-wrapper.opened #hamburger-btn {
  background: transparent;
}
.menu-wrapper.opened #hamburger-btn:before {
  border-bottom-color: transparent;
}
.menu-wrapper.opened #hamburger-btn:after {
  border-top-color: transparent;
}
.menu-wrapper.opened #hamburger-btn span:nth-child(1) {
  top: 8px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.menu-wrapper.opened #hamburger-btn span:nth-child(2) {
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.menu-wrapper.opened #hamburger-btn span:nth-child(3) {
  opacity: 0;
}
header .hex,
#development .hex,
#contactus .hex,
#services .hex,
#locations .hex,
#description .hex {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 34px;
  width: 72px;
  margin: 0 auto;
  background: #ececec url(../img/down-arrow-black.svg) center center no-repeat;
  z-index: 1;
}
header .hex:before,
#development .hex:before,
#contactus .hex:before,
#services .hex:before,
#locations .hex:before,
#description .hex:before,
header .hex:after,
#development .hex:after,
#contactus .hex:after,
#services .hex:after,
#locations .hex:after,
#description .hex:after {
  top: -20px;
  border-bottom: 20px solid #ececec;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
header .hex:after,
#development .hex:after,
#contactus .hex:after,
#services .hex:after,
#locations .hex:after,
#description .hex:after {
  bottom: -20px;
  top: auto;
  border-bottom: none;
  border-top: 20px solid #ececec;
}
header .hex.to-top,
#development .hex.to-top,
#contactus .hex.to-top,
#services .hex.to-top,
#locations .hex.to-top,
#description .hex.to-top {
  cursor: pointer;
}
.main-wrapper iframe {
  position: absolute;
  bottom: 0;
}
/* #endregion */
/* #region Header */
.logo {
  display: block;
  height: 50px;
  width: 175px;
  margin: 0 0 80px 35px;
  padding-top: 35px;
  background: url(../img/logo.svg) left bottom no-repeat;
  cursor: default;
}
.logo.loading {
  background-image: url(../img/loader.svg);
  background-size: 50px;
}
header {
  position: relative;
  background-color: #CFCFCF;
  background-image: url(../img/header-texture.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
header#home-page,
header#careers-page {
  overflow: hidden;
  /*background: url(../img/header-bg.png) center center no-repeat;*/
  /*background: url(../img/header-back-temp.jpg) center center no-repeat;*/
  /*background: url(../img/first-frame.jpg) center center no-repeat;*/
  background: url(../img/poster-img.jpg) center center no-repeat;
  background-size: cover;
}
header#careers-page {
  height: 100vh;
}
header#careers-page .video-pattern .text-centered {
  top: 25%;
}
header#careers-page .video-pattern .text-centered h1 {
  text-align: center;
}
header#about-page {
  overflow: hidden;
  /*background: url(../img/first-frame.jpg) center center no-repeat;*/
  background: url(../img/poster-img.jpg) center center no-repeat;
  background-size: cover;
}
header#about-page .video-pattern .text-centered h1,
header#about-page .video-pattern .text-centered h3 {
  text-align: center;
}
header#conferences-page {
  overflow: hidden;
}
header#instant-designers-page {
  display: table;
  width: 100%;
  background-image: none;
  background-color: #fff;
}
header#instant-designers-page h1 {
  margin-top: 3%;
}
header#instant-designers-page p {
  width: 734px;
  margin: 0 auto;
}
header#apps-page h3,
header#design-page h3 {
  margin-top: 20px;
  font-family: 'Gotham-Bold';
}
header#apps-page .centered,
header#design-page .centered {
  top: 45%;
}
header#design-page h1.header-title {
  margin-bottom: 60px;
}
header#design-page,
header#webpage-header {
  overflow: hidden;
}
header h1.header-title {
  color: #000;
}
header .centered {
  position: relative;
  top: 50%;
}
header .centered p {
  width: 57%;
  margin: 0 auto;
}
header .instant-designer {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  width: 86%;
  height: 50%;
  margin: 0 auto;
  background: url(../img/instant-designer.png) center bottom no-repeat;
  background-size: contain;
  opacity: 0;
  -moz-transition: 1s linear;
  -o-transition: 1s linear;
  -webkit-transition: 1s linear;
  transition: 1s linear;
}
header .speech-bubble-1,
header .speech-bubble-2,
header .speech-bubble-3,
header .speech-bubble-4,
header .speech-bubble-5 {
  -moz-transition: 0.7s linear;
  -o-transition: 0.7s linear;
  -webkit-transition: 0.7s linear;
  transition: 0.7s linear;
  opacity: 0;
}
header .animate-buble-1 {
  -moz-transform: translateX(45%);
  -ms-transform: translateX(45%);
  -o-transform: translateX(45%);
  -webkit-transform: translateX(45%);
  transform: translateX(45%);
}
header .animate-buble-2 {
  -moz-transform: translateX(18%);
  -ms-transform: translateX(18%);
  -o-transform: translateX(18%);
  -webkit-transform: translateX(18%);
  transform: translateX(18%);
}
header .animate-buble-3 {
  -moz-transform: translateY(26%);
  -ms-transform: translateY(26%);
  -o-transform: translateY(26%);
  -webkit-transform: translateY(26%);
  transform: translateY(26%);
}
header .animate-buble-4 {
  -moz-transform: translateX(-18%);
  -ms-transform: translateX(-18%);
  -o-transform: translateX(-18%);
  -webkit-transform: translateX(-18%);
  transform: translateX(-18%);
}
header .animate-buble-5 {
  -moz-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  -o-transform: translateX(-45%);
  -webkit-transform: translateX(-45%);
  transform: translateX(-45%);
}
header .speech-bubble-1 {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 413px;
  height: 116px;
  margin: 0 auto;
  background: url(../img/speech-bubble-1.png) 0 0 no-repeat;
}
header .speech-bubble-2 {
  position: absolute;
  top: 34%;
  left: 18%;
  width: 382px;
  height: 136px;
  margin: 0 auto;
  background: url(../img/speech-bubble-2.png) 0 0 no-repeat;
}
header .speech-bubble-3 {
  position: absolute;
  top: 15%;
  opacity: 0;
  left: 0;
  right: 0;
  width: 359px;
  height: 171px;
  margin: 0 auto;
  background: url(../img/speech-bubble-3.png) 0 0 no-repeat;
}
header .speech-bubble-4 {
  position: absolute;
  top: 34%;
  right: 18%;
  width: 368px;
  height: 142px;
  margin: 0 auto;
  background: url(../img/speech-bubble-4.png) 0 0 no-repeat;
}
header .speech-bubble-5 {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 412px;
  height: 119px;
  margin: 0 auto;
  background: url(../img/speech-bubble-5.png) 0 0 no-repeat;
}
header img {
  position: absolute;
  margin: 0 auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  /*&.instant-designer {
            bottom: 3%;
            left: 0;
            right: 0;
            width: 86%;
        }*/
  /*&.speech-bubble-1 {
            top: 50%;
            left: 15%;
        }

        &.speech-bubble-2 {
            top: 34%;
            left: 18%;
        }

        &.speech-bubble-3 {
            top: 26%;
            left: 0;
            right: 0;
        }

        &.speech-bubble-4 {
            top: 34%;
            right: 18%;
        }

        &.speech-bubble-5 {
            top: 50%;
            right: 15%;
        }*/
}
header img.mic-central {
  left: -50px;
  right: 0;
  top: -75px;
}
header img.mic-right {
  left: 535px;
  right: 0;
  top: 0;
}
header img.mic-left {
  left: -600px;
  right: 0;
  top: -30px;
}
header img.letter {
  bottom: 0;
  left: 0;
  right: 0;
}
header img.light-bulb {
  left: 0;
  right: 0;
  top: -3%;
  height: 54%;
}
header img.hcube {
  bottom: 0;
  left: 0;
}
header img.hwatch {
  bottom: 0;
  right: 0;
}
header img.coffee {
  bottom: 90px;
  left: 200px;
}
header img.glasses {
  bottom: 170px;
  right: 200px;
}
header img.three-phones {
  left: 40px;
  right: 0;
  top: 80px;
  height: 32%;
}
header img.papers {
  bottom: 0;
  left: 0;
  right: 0;
  height: 26%;
}
header img.draw-pad {
  left: 50%;
  top: -190px;
  margin-left: -550px;
}
header img.notes {
  bottom: 3%;
  left: -6.5%;
}
header img.coffee-small {
  bottom: 12%;
  left: 21%;
}
header img.pen {
  bottom: 9%;
  right: 24%;
}
header img.mouse {
  bottom: 11%;
  right: 38%;
}
header img.glasses-left {
  right: 10%;
  top: 36%;
}
header img.keyboard {
  bottom: 11%;
  left: 0;
  right: 15%;
}
header img.paper {
  bottom: 1%;
  right: -4%;
}
header img.speaker-left {
  left: 10%;
  top: -125px;
}
header img.speaker-right {
  right: 13%;
  top: -145px;
}
header img.monitor {
  left: 50%;
  top: -18px;
  margin-left: -722px;
}
header img.notes-top {
  left: -9%;
  top: 5%;
}
header img.plant {
  right: -2%;
  top: 16%;
}
header img.tablet {
  bottom: -6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 32%;
}
header img.coffee2 {
  top: 28%;
  left: -6%;
}
header img.watch {
  bottom: 10%;
  left: 15%;
}
header img.mouse2 {
  bottom: 10%;
  right: 15%;
}
header img.phone-bow {
  left: 0;
  right: 0;
  top: 120px;
}
header img.timer {
  bottom: 160px;
  left: 0;
  right: 0;
}
/* #endregion */
/* #region Home */
.clients-wrapper {
  padding: 100px 0;
  background-color: #fff;
}
.clients-wrapper h1 {
  margin-bottom: 15px;
  color: #bf1e2e;
}
.clients-wrapper h3 {
  margin-bottom: 30px;
}
.clients-wrapper .clients-list {
  display: flex;
  flex-wrap: wrap;
}
.clients-wrapper .clients-list .client-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(25% - 1px);
  height: 150px;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  cursor: pointer;
}
.clients-wrapper .clients-list .client-item .plus-sign {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 19px;
  height: 19px;
  background: url(../img/plus-sign.png) 0 0 no-repeat;
  z-index: 1;
}
.clients-wrapper .clients-list .client-item:hover .img {
  background-position: bottom left !important;
}
.clients-wrapper .clients-list .client-item.atos .img {
  display: block;
  width: 102px;
  height: 33px;
  background: url(../img/atos.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.unrd .img {
  display: block;
  width: 104px;
  height: 36px;
  background: url(../img/unrd.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.gdpr .img {
  display: block;
  width: 137px;
  height: 53px;
  background: url(../img/gdpr.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.gc {
  width: 25%;
  border-right: 0;
}
.clients-wrapper .clients-list .client-item.gc .img {
  display: block;
  width: 108px;
  height: 57px;
  background: url(../img/groupcall.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.sd .img {
  display: block;
  width: 186px;
  height: 32px;
  background: url(../img/studiodesigner.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.aliya .img {
  display: block;
  width: 116px;
  height: 48px;
  background: url(../img/alija.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.tvc .img {
  display: block;
  width: 69px;
  height: 37px;
  background: url(../img/tvc.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.phin {
  width: 25%;
  border-right: 0;
}
.clients-wrapper .clients-list .client-item.phin .img {
  display: block;
  width: 90px;
  height: 46px;
  background: url(../img/phin.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.edco .img {
  display: block;
  width: 185px;
  height: 32px;
  background: url(../img/edco.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.ba {
  border-bottom: 0;
}
.clients-wrapper .clients-list .client-item.ba .img {
  display: block;
  width: 39px;
  height: 57px;
  background: url(../img/b-a.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.fresh {
  border-bottom: 0;
}
.clients-wrapper .clients-list .client-item.fresh .img {
  display: block;
  width: 56px;
  height: 57px;
  background: url(../img/freshtoday.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.ciao {
  width: 25%;
  border-right: 0;
  border-bottom: 0;
}
.clients-wrapper .clients-list .client-item.ciao .img {
  display: block;
  width: 50px;
  height: 57px;
  background: url(../img/ciao.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.hyundai .img {
  display: block;
  width: 149px;
  height: 22px;
  background: url(../img/hyundai.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.lg .img {
  display: block;
  width: 103px;
  height: 50px;
  background: url(../img/lg.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.zumper {
  width: 25%;
  border-right: 0;
}
.clients-wrapper .clients-list .client-item.zumper .img {
  display: block;
  width: 133px;
  height: 35px;
  background: url(../img/zumper.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.onewire {
  border-bottom: 0;
}
.clients-wrapper .clients-list .client-item.onewire .img {
  display: block;
  width: 124px;
  height: 20px;
  background: url(../img/onewire.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.onewire .plus-sign {
  display: none;
}
.clients-wrapper .clients-list .client-item.eci {
  border-bottom: 0;
}
.clients-wrapper .clients-list .client-item.eci .img {
  display: block;
  width: 111px;
  height: 41px;
  background: url(../img/eci.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.jake {
  border-bottom: 0;
}
.clients-wrapper .clients-list .client-item.jake .img {
  display: block;
  width: 129px;
  height: 40px;
  background: url(../img/jake.png) 0 0 no-repeat;
}
.clients-wrapper .clients-list .client-item.cl {
  width: 25%;
  border-right: 0;
  border-bottom: 0;
}
.clients-wrapper .clients-list .client-item.cl .img {
  display: block;
  width: 56px;
  height: 56px;
  background: url(../img/cl.png) 0 0 no-repeat;
}
/* #endregion */
/* #region Careers */
#hiring-wrapper {
  position: relative;
  width: 100%;
  margin: -50vh auto 0;
  padding: 280px 0 100px;
  background: url(../img/logo-sketch.png) center top no-repeat;
  background-size: cover;
  z-index: 2;
}
#hiring-wrapper .inner-wrapper {
  width: 870px;
}
#hiring-wrapper h1 {
  color: #bf1e2e;
}
#hiring-wrapper .hex {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 34px;
  width: 72px;
  margin: 0 auto;
  background: #fff url(../img/down-arrow-black.svg) center center no-repeat;
  z-index: 1;
  bottom: auto;
  top: -17px;
  z-index: 2;
  background: #ffffff url(../img/down-arrow-black.svg) center 7px no-repeat;
}
#hiring-wrapper .hex:before,
#hiring-wrapper .hex:after {
  top: -20px;
  border-bottom: 20px solid #fff;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
#hiring-wrapper .hex:after {
  bottom: -20px;
  top: auto;
  border-bottom: none;
  border-top: 20px solid #fff;
}
#hiring-wrapper .hex.to-top {
  cursor: pointer;
}
.job-openings {
  padding: 170px 0 140px;
  background-color: #fff;
}
.job-openings.gray {
  padding: 70px 0 60px;
  background-color: #f6f6f6;
}
.job-openings.gray .job-list .job-item {
  border-right: 1px solid #e9e9e9;
}
.job-openings.gray .job-list .job-item:nth-child(1),
.job-openings.gray .job-list .job-item:nth-child(2),
.job-openings.gray .job-list .job-item:nth-child(3) {
  border-bottom: 1px solid #e9e9e9;
}
.job-openings .job-list {
  display: flex;
  flex-wrap: wrap;
}
.job-openings .job-list .job-item {
  position: relative;
  width: calc(23.33% - 1px);
  height: 310px;
  padding: 0 5%;
  border-right: 1px solid #f6f6f6;
}
.job-openings .job-list .job-item:nth-child(1),
.job-openings .job-list .job-item:nth-child(2),
.job-openings .job-list .job-item:nth-child(3) {
  border-bottom: 1px solid #f6f6f6;
}
.job-openings .job-list .job-item .plus-sign {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 19px;
  height: 19px;
  background: url(../img/plus-sign.png) 0 0 no-repeat;
  z-index: 1;
}
.job-openings .job-list .job-item .title {
  margin: 40px 0;
  font-family: 'Gotham-Black', sans-serif;
  font-size: 24px;
}
.job-openings .job-list .job-item .postition-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.job-openings .job-list .job-item .postition-item .position {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.job-openings .job-list .job-item .postition-item .arrow {
  width: 7px;
  height: 12px;
  background: url(../img/right-arrow.png) 0 0 no-repeat;
}
.job-openings .job-list .job-item .postition-item:hover .position,
.job-openings .job-list .job-item .postition-item.selected .position {
  color: #bf1f2f;
}
.job-openings .job-list .job-item .postition-item:hover .arrow,
.job-openings .job-list .job-item .postition-item.selected .arrow {
  background-position: bottom left;
}
.job-openings .job-list .job-item .postition-item.selected {
  cursor: default;
}
.job-details-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: -50vh;
  padding: 70px 6%;
  background-color: white;
  z-index: 2;
}
.job-details-wrapper h1 {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}
.job-details-wrapper h2 {
  text-transform: none;
  font-size: 24px;
  font-family: 'Gotham-Black', sans-serif;
  color: #040505;
}
.job-details-wrapper p {
  margin-bottom: 30px;
  text-align: left;
  font-size: 16px;
}
.job-details-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.job-details-wrapper ul li {
  margin-bottom: 25px;
}
.job-details-wrapper ul li:before {
  content: "- ";
}
.job-details-wrapper .left-side {
  width: 65%;
}
.job-details-wrapper .right-side {
  width: 25%;
}
.job-details-wrapper .right-side .skills-list {
  margin-bottom: 50px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 16px;
}
.job-details-wrapper .right-side a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Bold', sans-serif;
  color: #fff;
  background-color: #bf1e2e;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.job-details-wrapper .right-side a:hover {
  background-color: #ea2438;
}
/* #endregion */
/* #region About */
#about {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 280px 0 100px 0;
  background: url(../img/logo-sketch.png) center top no-repeat;
  background-size: cover;
}
#about .inner-wrapper {
  width: 870px;
}
#about h1 {
  color: #bf1e2e;
}
#about .hex {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 34px;
  width: 72px;
  margin: 0 auto;
  background: #fff url(../img/down-arrow-black.svg) center center no-repeat;
  z-index: 1;
  bottom: auto;
  top: -17px;
  z-index: 2;
  background: #ffffff url(../img/down-arrow-black.svg) center 7px no-repeat;
}
#about .hex:before,
#about .hex:after {
  top: -20px;
  border-bottom: 20px solid #fff;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
#about .hex:after {
  bottom: -20px;
  top: auto;
  border-bottom: none;
  border-top: 20px solid #fff;
}
#about .hex.to-top {
  cursor: pointer;
}
/* #endregion */
/* #region Services */
#services {
  color: #fff;
}
#services h1,
#services h3,
#services p {
  text-align: left;
  color: #fff;
}
#services h1 {
  margin-bottom: 15px;
}
#services h3 {
  min-height: 60px;
}
#services p {
  min-height: 78px;
  margin-top: 70px;
}
#services .left {
  position: relative;
  width: 33.33%;
  padding: 115px 3% 170px 6%;
  /*120px*/
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#services .left.mvp {
  background: #2b2b2b;
}
#services .left.mvp img {
  /*bottom: -21px;*/
  bottom: 0;
  right: -5%;
  width: 45%;
}
#services .left.mvp .price-label {
  margin-top: 125px;
}
#services .left.watchos {
  background: #333333;
}
#services .left.watchos img {
  bottom: 0;
  right: -5%;
  width: 48%;
}
#services .left.watchos .price-label {
  margin-top: 125px;
}
#services .left.redesign {
  background: #3b3b3b;
}
#services .left.redesign img {
  bottom: 0;
  right: -5%;
  width: 44%;
}
#services .left.digital {
  background: #444;
}
#services .left.digital img {
  bottom: 0;
  right: -5%;
  width: 52%;
}
#services .left img {
  position: absolute;
}
#services .founder-message {
  display: flex;
}
#services .founder-message p {
  min-height: 0 !important;
}
#services.innovation h3 {
  width: 75%;
  min-height: 40px;
}
#services.innovation .consulting-row {
  display: flex;
  justify-content: space-between;
  padding: 80px 6%;
}
#services.innovation .consulting-row.first {
  background-color: #ececec;
}
#services.innovation .consulting-row .consulting-item {
  width: 22%;
  color: #000;
}
#services.innovation .consulting-row .consulting-item .icon {
  margin-bottom: 15px;
}
#services.innovation .consulting-row .consulting-item .icon.concepting {
  width: 42px;
  height: 45px;
  background: url(../img/concepting.png) 0 0 no-repeat;
}
#services.innovation .consulting-row .consulting-item .icon.specifications {
  width: 34px;
  height: 45px;
  background: url(../img/specifications.png) 0 0 no-repeat;
}
#services.innovation .consulting-row .consulting-item .icon.architecture {
  width: 46px;
  height: 45px;
  background: url(../img/architecture.png) 0 0 no-repeat;
}
#services.innovation .consulting-row .consulting-item .icon.closure {
  width: 45px;
  height: 45px;
  background: url(../img/closure.png) 0 0 no-repeat;
}
#services.innovation .consulting-row .consulting-item .icon.analysis {
  width: 45px;
  height: 45px;
  background: url(../img/analysis.png) 0 0 no-repeat;
}
#services.innovation .consulting-row .consulting-item .icon.advisory {
  width: 45px;
  height: 45px;
  background: url(../img/advisory.png) 0 0 no-repeat;
}
#services.innovation .consulting-row .consulting-item .icon.strategy {
  width: 46px;
  height: 45px;
  background: url(../img/strategy.png) 0 0 no-repeat;
}
#services.innovation .consulting-row .consulting-item .icon.portfolio {
  width: 45px;
  height: 45px;
  background: url(../img/portfolio.png) 0 0 no-repeat;
}
#services.innovation .consulting-row .consulting-item .title {
  min-height: 58px;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Gotham-Black', sans-serif;
}
#services.innovation .consulting-row .consulting-item .text {
  line-height: 24px;
}
#services.innovation .consulting-row .consulting-item .text a {
  color: #e92525;
  text-decoration: underline;
}
#services.innovation .consulting-row .consulting-item .text a:hover {
  text-decoration: none;
}
#services.home-page {
  display: flex;
  flex-wrap: wrap;
}
#services.home-page .left {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-height: 640px;
  padding: 80px 19% 80px 6%;
}
#services.home-page h3 {
  min-height: unset;
}
#services.home-page p {
  margin: 10px 0 30px;
  color: #8e8e8e;
}
#services.home-page .learn-more {
  display: table;
  margin-top: auto;
  text-transform: uppercase;
  font-family: 'Gotham-Bold', sans-serif;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  /*position: relative;
            .custom-btn(180px, #5e5e5e);
            height: 40px;
            margin-top: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            z-index: 1;
            .transition(background-color, .25s);*/
}
#services.home-page .learn-more:hover {
  color: #c20430;
}
#services.hiring-page {
  display: flex;
  flex-wrap: wrap;
}
#services.hiring-page .left {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 50%;
  min-height: 640px;
  padding: 80px 19% 80px 6%;
}
#services.hiring-page .left:nth-child(1) {
  background: url(../img/office-img-1.jpg) center no-repeat;
  background-size: cover;
}
#services.hiring-page .left:nth-child(2) {
  background: url(../img/office-img-2.jpg) center no-repeat;
  background-size: cover;
}
#services.hiring-page .left:nth-child(3) {
  background: url(../img/office-img-3.jpg) center no-repeat;
  background-size: cover;
}
#services.hiring-page .left:nth-child(4) {
  background: url(../img/office-img-4.jpg) center no-repeat;
  background-size: cover;
}
#services.innovation img,
#services.design img,
#services.instant-design img,
#services.webpage img,
#services.about-us img {
  bottom: 0;
  right: 0;
}
#services.innovation img.box-logo,
#services.design img.box-logo,
#services.instant-design img.box-logo,
#services.webpage img.box-logo,
#services.about-us img.box-logo {
  bottom: -115px;
  right: -27px;
  width: 300px;
  padding-top: 120px;
}
#services.innovation .left,
#services.design .left,
#services.instant-design .left,
#services.webpage .left,
#services.about-us .left {
  width: 50%;
  padding-right: 115px;
}
#services.innovation .left.lighter,
#services.design .left.lighter,
#services.instant-design .left.lighter,
#services.webpage .left.lighter,
#services.about-us .left.lighter,
#services.innovation .left.apps,
#services.design .left.apps,
#services.instant-design .left.apps,
#services.webpage .left.apps,
#services.about-us .left.apps {
  background-color: #ececec;
}
#services.innovation .left.darker,
#services.design .left.darker,
#services.instant-design .left.darker,
#services.webpage .left.darker,
#services.about-us .left.darker,
#services.innovation .left.responsive,
#services.design .left.responsive,
#services.instant-design .left.responsive,
#services.webpage .left.responsive,
#services.about-us .left.responsive {
  background-color: #e0e0e0;
}
#services.innovation .left.darker img,
#services.design .left.darker img,
#services.instant-design .left.darker img,
#services.webpage .left.darker img,
#services.about-us .left.darker img {
  bottom: -180px;
  right: 80px;
}
#services.innovation .left.darker img.bulbs,
#services.design .left.darker img.bulbs,
#services.instant-design .left.darker img.bulbs,
#services.webpage .left.darker img.bulbs,
#services.about-us .left.darker img.bulbs {
  bottom: 0;
  right: 0;
}
#services.innovation h1,
#services.design h1,
#services.instant-design h1,
#services.webpage h1,
#services.about-us h1,
#services.innovation h3,
#services.design h3,
#services.instant-design h3,
#services.webpage h3,
#services.about-us h3,
#services.innovation p,
#services.design p,
#services.instant-design p,
#services.webpage p,
#services.about-us p,
#services.innovation .price-label,
#services.design .price-label,
#services.instant-design .price-label,
#services.webpage .price-label,
#services.about-us .price-label {
  color: #040505;
}
#services.innovation .price-label,
#services.design .price-label,
#services.instant-design .price-label,
#services.webpage .price-label,
#services.about-us .price-label {
  margin-top: 30px;
}
#services.innovation .text-content,
#services.design .text-content,
#services.instant-design .text-content,
#services.webpage .text-content,
#services.about-us .text-content {
  min-height: 185px;
}
#services.innovation p,
#services.design p,
#services.instant-design p,
#services.webpage p,
#services.about-us p {
  margin-top: 25px;
}
#services.design {
  position: relative;
}
#services.design .left {
  height: 680px;
  width: 50%;
  overflow: hidden;
}
#services.design .left.apps,
#services.design .left.branding {
  background-color: #ececec;
}
#services.design .left.resp-web,
#services.design .left.presentations {
  background-color: #e0e0e0;
}
#services.design .left h3 {
  min-height: 60px;
}
#services.design .left img.mobile-papers {
  left: 17%;
}
#services.design .left img.iphone {
  bottom: -15%;
  left: 5%;
  right: auto;
}
#services.design .left img.tablet {
  bottom: -12%;
  left: 20%;
}
#services.design .left img.laptop {
  bottom: -43%;
  left: 25%;
}
#services.design .left img.drawings {
  bottom: -27%;
  left: 10%;
}
#services.design .left img.drawings.tablet {
  display: none;
}
#services.design .left img.papers-wardrobic {
  bottom: -28%;
  left: 10%;
  padding-top: 150px;
}
#services.design .left img.drawing-pad {
  bottom: -21%;
}
#services.design .left img.hand {
  bottom: 0;
  left: 12%;
}
#services.design .left img.paper-ruler {
  bottom: -190px;
  right: 10%;
}
#services.design .left img.stopwatch {
  bottom: -30%;
  left: 10%;
}
#services.design .left img.calculator {
  bottom: -224px;
  right: 10%;
}
#services.design .hex {
  bottom: auto;
  top: -17px;
  z-index: 2;
}
#services.design .design-row {
  display: flex;
  justify-content: space-between;
  padding: 80px 6%;
}
#services.design .design-row.first {
  background-color: #ececec;
}
#services.design .design-row .design-item {
  width: 30%;
  color: #000;
}
#services.design .design-row .design-item .icon {
  margin-bottom: 15px;
}
#services.design .design-row .design-item .icon.concepting {
  width: 42px;
  height: 45px;
  background: url(../img/concepting.png) 0 0 no-repeat;
}
#services.design .design-row .design-item .icon.ui {
  width: 46px;
  height: 45px;
  background: url(../img/ui-icon.png) 0 0 no-repeat;
}
#services.design .design-row .design-item .icon.ux {
  width: 48px;
  height: 45px;
  background: url(../img/ux-icon.png) 0 0 no-repeat;
}
#services.design .design-row .design-item .icon.identity {
  width: 39px;
  height: 45px;
  background: url(../img/identity-icon.png) 0 0 no-repeat;
}
#services.design .design-row .design-item .icon.design {
  width: 46px;
  height: 45px;
  background: url(../img/design-icon.png) 0 0 no-repeat;
}
#services.design .design-row .design-item .icon.pixel {
  width: 45px;
  height: 45px;
  background: url(../img/pixel-icon.png) 0 0 no-repeat;
}
#services.design .design-row .design-item .title {
  min-height: 58px;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Gotham-Black', sans-serif;
}
#services.design .design-row .design-item .text {
  line-height: 24px;
}
#services.design .design-row .design-item .text a {
  color: #e92525;
  text-decoration: underline;
}
#services.design .design-row .design-item .text a:hover {
  text-decoration: none;
}
#services.instant-design {
  display: table;
  width: 100%;
}
#services.instant-design h1 {
  margin: 3% 0 2%;
  text-align: center;
}
#services.instant-design .pricing-wrapper {
  display: table;
  width: 835px;
  margin: 0 auto 60px;
}
#services.instant-design .pricing-wrapper .pricing-item {
  float: left;
  width: 252px;
  height: 242px;
  margin: 0 13px 22px;
}
#services.instant-design .pricing-wrapper .pricing-item:nth-child(odd) {
  background: url(../img/pricing-background-1.png) 0 0 no-repeat;
}
#services.instant-design .pricing-wrapper .pricing-item:nth-child(even) {
  background: url(../img/pricing-background-2.png) 0 0 no-repeat;
}
#services.instant-design .pricing-wrapper .pricing-item .title {
  width: 100%;
  margin: 60px 0 15px;
  text-align: center;
  text-transform: uppercase;
  color: #050505;
  font-size: 18px;
  font-family: 'Gotham-Bold';
}
#services.instant-design .pricing-wrapper .pricing-item .title span {
  font-family: 'Gotham-Light';
}
#services.instant-design .pricing-wrapper .pricing-item .hex {
  width: 66px;
  height: 32px;
  margin: 0 auto;
  line-height: 32px;
  font-size: 24px;
}
#services.instant-design .pricing-wrapper .pricing-item .hex:before,
#services.instant-design .pricing-wrapper .pricing-item .hex:after {
  top: -18px;
  border-bottom: 18px solid #bf1e2e;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
}
#services.instant-design .pricing-wrapper .pricing-item .hex:after {
  bottom: -18px;
  top: auto;
  border-bottom: none;
  border-top: 18px solid #bf1e2e;
}
#services.instant-design .pricing-wrapper .pricing-item .request {
  width: 170px;
  margin: 30px auto 0;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid #bf1e2e;
  text-align: center;
  font-family: 'Gotham-Bold';
  color: #bf1e2e;
  cursor: pointer;
}
#services.instant-design .designer-chat {
  display: table;
  margin: 0 auto 120px;
  padding-top: 90px;
  text-align: center;
  font: 36px 'Gotham-Light';
  color: #050505;
  background: url(../img/chat-icon.png) center top no-repeat;
}
#services.webpage {
  position: relative;
}
#services.webpage img.first {
  bottom: -34%;
  left: 170px;
}
#services.webpage img.second {
  bottom: -9%;
  left: 280px;
}
#services.webpage img.third {
  bottom: -11%;
  left: 90px;
}
#services.webpage img.iphone {
  bottom: -15%;
  left: 4%;
  right: auto;
}
#services.webpage img.tablet {
  bottom: -12%;
  left: 19%;
}
#services.webpage img.monitor {
  bottom: -9%;
  right: -33%;
}
#services.webpage .hex {
  bottom: auto;
  top: -17px;
  z-index: 2;
}
#services.webpage .se-row {
  display: flex;
  justify-content: space-between;
  padding: 80px 6%;
}
#services.webpage .se-row.first {
  background-color: #ececec;
}
#services.webpage .se-row .se-item {
  width: 17%;
  color: #000;
}
#services.webpage .se-row .se-item .icon {
  margin-bottom: 15px;
}
#services.webpage .se-row .se-item .icon.api {
  width: 59px;
  height: 45px;
  background: url(../img/api-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.web {
  width: 45px;
  height: 45px;
  background: url(../img/web-icon2.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.responsive {
  width: 46px;
  height: 45px;
  background: url(../img/responsive-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.apps {
  width: 45px;
  height: 45px;
  background: url(../img/apps-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.ar {
  width: 45px;
  height: 45px;
  background: url(../img/ar-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.unity {
  width: 45px;
  height: 45px;
  background: url(../img/unity-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.blockchain {
  width: 45px;
  height: 45px;
  background: url(../img/blockchain-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.ai {
  width: 46px;
  height: 45px;
  background: url(../img/ai-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.iot {
  width: 45px;
  height: 45px;
  background: url(../img/iot-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .icon.vui {
  width: 66px;
  height: 45px;
  background: url(../img/vui-icon.png) 0 0 no-repeat;
}
#services.webpage .se-row .se-item .title {
  min-height: 58px;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Gotham-Black', sans-serif;
}
#services.webpage .se-row .se-item .text {
  line-height: 24px;
}
#services.webpage .se-row .se-item .text a {
  color: #e92525;
  text-decoration: underline;
}
#services.webpage .se-row .se-item .text a:hover {
  text-decoration: none;
}
#services.about-us {
  position: relative;
}
#services.about-us .left {
  padding-bottom: 100px;
}
#services.about-us .left.lighter {
  padding-right: 70px;
}
#services.about-us h3 {
  min-height: 60px;
}
#services.about-us .text-content {
  position: relative;
  z-index: 1;
}
#services.about-us .hex {
  bottom: auto;
  top: -17px;
  z-index: 2;
}
#services .price-label {
  margin-top: 45px;
  font-family: 'Gotham-Light';
  font-size: 12px;
  text-transform: uppercase;
}
#services .price-hex {
  position: relative;
  height: 42px;
  width: 94px;
  margin-left: 0;
  margin-top: 40px;
  line-height: 42px;
  text-align: center;
  font-family: 'Gotham-Black';
  font-size: 36px;
  background-color: #bf1e2e;
  background-image: none;
  cursor: default;
}
#services .price-hex:before,
#services .price-hex:after {
  top: -27px;
  border-bottom: 27px solid #bf1e2e;
  border-left: 47px solid transparent;
  border-right: 47px solid transparent;
}
#services .price-hex:after {
  bottom: -27px;
  top: auto;
  border-bottom: none;
  border-top: 27px solid #bf1e2e;
}
/* #endregion */
/* #region Locations */
#locations {
  position: relative;
}
#locations h1,
#locations h3,
#locations p {
  text-align: left;
}
#locations h1 {
  margin-bottom: 15px;
}
#locations h3 {
  min-height: 100px;
  margin-bottom: 40px;
}
#locations p {
  min-height: 210px;
}
#locations .left {
  position: relative;
  width: 50%;
  padding: 120px 120px 220px 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#locations .left img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#locations .left.lighter {
  background-color: #ececec;
}
#locations .left.darker {
  background-color: #e0e0e0;
}
#locations .hex {
  bottom: auto;
  top: -17px;
  z-index: 2;
}
/* #endregion */
/* #region Map */
#map {
  height: 950px;
  padding: 120px 0;
  background: #191919;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#map h1 {
  margin-bottom: 60px;
}
#map .map-holder {
  position: relative;
  height: 570px;
  width: 1024px;
  margin: 0 auto;
  background: url(../img/world-map.png) center center no-repeat;
  background-size: 100%;
}
#map .map-holder .city-hex {
  position: absolute;
  width: 14px;
  height: 7px;
  background: #fff;
}
#map .map-holder .city-hex .city-name {
  position: absolute;
  left: 14px;
  top: -22px;
  width: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#map .map-holder .city-hex.sf .city-name {
  top: -5px;
}
#map .map-holder .city-hex:before,
#map .map-holder .city-hex:after {
  top: -4px;
  border-bottom: 4px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#map .map-holder .city-hex:after {
  bottom: -4px;
  top: auto;
  border-bottom: none;
  border-top: 4px solid #fff;
}
#map .map-holder .city-hex.belgrade {
  left: 530px;
  top: 225px;
}
#map .map-holder .city-hex.belgrade .city-name {
  max-width: 103px;
}
#map .map-holder .city-hex.london {
  left: 476px;
  top: 197px;
}
#map .map-holder .city-hex.london .city-name {
  max-width: 85px;
}
#map .map-holder .city-hex.sf {
  left: 130px;
  top: 263px;
}
#map .map-holder .city-hex.ny {
  left: 251px;
  top: 248px;
}
#map .map-holder .city-hex.ny .city-name {
  max-width: 106px;
}
#map .map-holder .city-hex.boston {
  left: 264px;
  top: 232px;
}
#map .map-holder .city-hex.boston .city-name {
  max-width: 81px;
}
#map .map-holder .city-hex.dublin {
  left: 450px;
  top: 198px;
}
#map .map-holder .city-hex.dublin .city-name {
  max-width: 71px;
}
#map .map-holder .city-hex.dubai {
  left: 635px;
  top: 300px;
}
#map .map-holder .city-hex.dubai .city-name {
  max-width: 65px;
}
#map .map-holder .city-hex.belgrade,
#map .map-holder .city-hex.london {
  background: #ee1d24;
}
#map .map-holder .city-hex.belgrade:before,
#map .map-holder .city-hex.london:before {
  border-bottom-color: #ee1d24;
}
#map .map-holder .city-hex.belgrade:after,
#map .map-holder .city-hex.london:after {
  border-top-color: #ee1d24;
}
#map .map-holder .city-hex.belgrade .city-name,
#map .map-holder .city-hex.london .city-name {
  border-bottom-color: #ee1d24;
}
#map .map-holder .city-hex.show-city,
#map .map-holder .city-hex:hover {
  width: 20px;
  height: 9px;
  z-index: 1;
}
#map .map-holder .city-hex.show-city:before,
#map .map-holder .city-hex:hover:before,
#map .map-holder .city-hex.show-city:after,
#map .map-holder .city-hex:hover:after {
  top: -6px;
  border-bottom-width: 6px;
  border-left-width: 10px;
  border-right-width: 10px;
}
#map .map-holder .city-hex.show-city:after,
#map .map-holder .city-hex:hover:after {
  bottom: -6px;
  top: auto;
  border-bottom: none;
  border-top-width: 6px;
}
#map .map-holder .city-hex.show-city .city-name,
#map .map-holder .city-hex:hover .city-name {
  padding-left: 18px;
  width: 158px;
}
/* #endregion */
/* #region Development */
#development {
  display: flex;
  position: relative;
}
#development .left,
#development .right {
  width: 50%;
  padding: 140px 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#development .left {
  background: #f6f6f6;
}
#development .left h1,
#development .left h3,
#development .left p {
  text-align: left;
}
#development .right {
  background: #f0f0f0;
}
#development .right h1,
#development .right h3,
#development .right p {
  text-align: right;
}
#development .hex {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 34px;
  width: 72px;
  margin: 0 auto;
  background: #a11927 url(../img/down-arrow-black.svg) center center no-repeat;
  z-index: 1;
  background-image: url(../img/down-arrow.svg);
}
#development .hex:before,
#development .hex:after {
  top: -20px;
  border-bottom: 20px solid #a11927;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
#development .hex:after {
  bottom: -20px;
  top: auto;
  border-bottom: none;
  border-top: 20px solid #a11927;
}
#development .hex.to-top {
  cursor: pointer;
}
/* #endregion */
/* #region Description */
#description {
  position: relative;
  padding: 120px 0;
  background: url(../img/red-background.jpg) center center no-repeat;
  color: #fff;
}
#description .inner-wrapper {
  width: 970px;
}
#description h1 {
  margin-bottom: 35px;
}
#description .hex {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 34px;
  width: 72px;
  margin: 0 auto;
  background: #a11927 url(../img/down-arrow-black.svg) center center no-repeat;
  z-index: 1;
  background-image: url(../img/down-arrow.svg);
}
#description .hex:before,
#description .hex:after {
  top: -20px;
  border-bottom: 20px solid #a11927;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
#description .hex:after {
  bottom: -20px;
  top: auto;
  border-bottom: none;
  border-top: 20px solid #a11927;
}
#description .hex.to-top {
  cursor: pointer;
}
#description.redesign {
  padding-bottom: 70px;
}
#description .makeover {
  display: table;
  width: 80%;
  margin: 60px auto 0;
  padding-left: 10%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#description .makeover .makeover-box {
  float: left;
  width: 33.33%;
  margin-bottom: 60px;
}
#description .makeover .makeover-box h1,
#description .makeover .makeover-box h3,
#description .makeover .makeover-box p {
  text-align: left;
}
#description .makeover .makeover-box h3 {
  width: 60%;
  min-height: 40px;
}
#description .makeover .makeover-box p {
  width: 70%;
}
#description.apps-desc .hex,
#description.design-desc .hex {
  bottom: auto;
  top: -17px;
  z-index: 2;
}
#description.apps-desc h1 {
  margin-bottom: 15px;
}
#description.apps-desc h3 {
  margin-bottom: 45px;
}
#description.about-us {
  padding: 160px 0 180px;
}
#description.about-us h1 {
  margin-bottom: 15px;
}
#description.about-us p {
  width: 70%;
  margin: 25px auto 0;
}
#description.about-us p a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
#description.about-us p a:hover {
  text-decoration: none;
}
#description .makeover-box {
  min-height: 245px;
}
/* #endregion */
/* #region Personnel */
#personnel-wrapper {
  position: relative;
  height: 682px;
  /*padding: 90px 0 0;*/
  overflow: hidden;
}
#personnel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 90px 0 0;
  overflow: hidden;
  background: #bf1e2e url(../img/hexagon-background.png) center center no-repeat;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#personnel.slide-in {
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#personnel h1 {
  margin-bottom: 192px;
}
#personnel .staff-members {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
#personnel .staff-members .staff-info {
  position: absolute;
  top: 200px;
  width: 90%;
  height: 100%;
  display: table;
  margin: 0 auto;
}
#personnel .staff-members .staff-info .person-info {
  position: relative;
  display: inline-block;
  height: 100%;
  float: left;
  width: 16.6%;
  margin: 0 auto;
  cursor: pointer;
  z-index: 4;
}
#personnel .staff-members .staff-info .person-info.hover ~ .person img {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#personnel .staff-members .staff-info .person-info .person-name {
  font-size: 18px;
}
#personnel .staff-members .staff-info .person-info .person-position {
  width: 65%;
  min-height: 32px;
  margin: 10px auto 45px;
  line-height: 18px;
  font-size: 14px;
  color: #000;
}
#personnel .staff-members .person {
  display: inline-block;
  position: relative;
  width: 16.6%;
  z-index: 2;
  -moz-transition: all 50ms ease-in;
  -o-transition: all 50ms ease-in;
  -webkit-transition: all 50ms ease-in;
  transition: all 50ms ease-in;
}
#personnel .staff-members .person img {
  position: relative;
  max-height: 480px;
  margin-bottom: -38px;
  cursor: pointer;
}
#personnel .staff-members .person img:hover {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#personnel .staff-members .person.per-0 {
  z-index: 0;
}
#personnel .staff-members .person.per-0 img {
  /*left: 110px;*/
  max-width: 285px;
}
#personnel .staff-members .person.per-1 {
  z-index: 1;
}
#personnel .staff-members .person.per-1 img {
  bottom: -20px;
  /*left: -18px;*/
}
#personnel .staff-members .person.per-2 {
  z-index: 2;
}
#personnel .staff-members .person.per-2 img {
  bottom: -12px;
  /*left: 20px;*/
}
#personnel .staff-members .person.per-3 {
  z-index: 3;
}
#personnel .staff-members .person.per-3 img {
  left: -26px;
}
#personnel .staff-members .person.per-4 {
  z-index: 1;
}
#personnel .staff-members .person.per-4 img {
  /*left: -70px;*/
  top: 10px;
  max-width: 330px;
}
#personnel .staff-members .person.per-5 {
  z-index: 0;
}
#personnel .staff-members .person.per-5 img {
  left: -14px;
}
.consultants-wrapper {
  height: 721px;
  padding-top: 90px;
  background: #bf1e2e url(../img/hexagon-background.png) center center no-repeat;
}
.consultants-wrapper h1 {
  margin-bottom: 78px;
  color: #fff;
}
.consultants-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .name {
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .title {
  width: 200px;
  height: 32px;
  margin: 0 auto 25px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img {
  margin: 0 auto;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.bojan {
  width: 282px;
  height: 495px;
  background: url(../img/bojan-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.nikola {
  width: 282px;
  height: 495px;
  background: url(../img/nikola-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.milan {
  width: 268px;
  height: 495px;
  background: url(../img/milan-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.dragan {
  width: 296px;
  height: 495px;
  background: url(../img/dragan-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.mladen {
  width: 291px;
  height: 495px;
  background: url(../img/mladen-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.ivan {
  width: 320px;
  height: 495px;
  background: url(../img/ivan-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.aca {
  width: 290px;
  height: 495px;
  background: url(../img/aca-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.goran {
  width: 288px;
  height: 495px;
  background: url(../img/goran-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.zarko {
  width: 268px;
  height: 495px;
  background: url(../img/zarko-img.png) bottom center no-repeat;
}
.consultants-wrapper .swiper-container .swiper-wrapper .swiper-slide .img.petar {
  width: 293px;
  height: 495px;
  background: url(../img/petar-img.png) bottom center no-repeat;
}
/* #endregion */
#innovation-page .header-title {
  width: 600px;
  margin: 0 auto 50px;
}
/* #region Team */
#team-info {
  position: relative;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff url(../img/team-hexagon-background.png) center center no-repeat;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#team-info.slide-in {
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#team-info .selected-member.dragan {
  width: 1223px;
  height: 772px;
  background: url(../img/dragan-sketch.png) 0 0 no-repeat;
}
#team-info .selected-member.goran {
  width: 808px;
  height: 772px;
  background: url(../img/goran-sketch.png) 0 0 no-repeat;
}
#team-info .selected-member.mladen {
  width: 832px;
  height: 772px;
  background: url(../img/mladen-sketch.png) 0 0 no-repeat;
}
#team-info .selected-member.ivan {
  width: 825px;
  height: 772px;
  background: url(../img/ivan-sketch.png) 0 0 no-repeat;
}
#team-info .selected-member.ivana {
  width: 878px;
  height: 772px;
  background: url(../img/ivana-sketch.png) 0 0 no-repeat;
}
#team-info .selected-member.aca {
  width: 985px;
  height: 772px;
  background: url(../img/aca-sketch.png) 0 0 no-repeat;
}
#team-info .info-wrapper {
  position: absolute;
  top: 170px;
  left: 50%;
  width: 50%;
  color: #000;
}
#team-info .info-wrapper .title {
  margin-bottom: 5px;
  font-size: 36px;
  font-family: 'Gotham-Black', sans-serif;
  text-transform: uppercase;
}
#team-info .info-wrapper .job {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#team-info .info-wrapper .text {
  width: 600px;
  margin-bottom: 20px;
  line-height: 24px;
}
#team-info .info-wrapper .team-label {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#team-info .info-wrapper .team-member {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: 'Gotham-Bold', sans-serif;
}
#team-info .close-team {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 31px;
  height: 31px;
  background: url(../img/close-icon.png) 0 0 no-repeat;
  cursor: pointer;
}
/* #endregion */
/* #region Products */
#products {
  position: relative;
}
#products h3 {
  width: 420px;
  margin-top: 36px;
  text-align: left;
}
#products a,
#products .label {
  display: block;
}
#products .label {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
#products a {
  height: 55px;
  margin-bottom: 23px;
  line-height: 53px;
  font-family: 'Gotham-Bold';
  font-size: 14px;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#products a:hover {
  color: #c20430;
}
#products .laptop-img {
  position: absolute;
  left: -6px;
  right: 0;
  top: 46%;
  margin: 0 auto;
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
#products .left,
#products .right {
  width: 50%;
  padding: 139px 108px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#products .left img,
#products .right img {
  height: 44px;
  max-width: 190px;
}
#products .left a.link span,
#products .right a.link span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
#products .left .btn,
#products .right .btn {
  display: inline-block;
  width: 168px;
  height: 51px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Gotham-Bold';
  outline: 0;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
#products .left .btn.app-store,
#products .right .btn.app-store {
  background: #000 url(../img/app-store.svg) center center no-repeat;
  background-size: 75%;
}
#products .left .btn.play-store,
#products .right .btn.play-store {
  background: #000 url(../img/play-store.svg) center center no-repeat;
  background-size: 75%;
}
#products .left .btn:hover,
#products .right .btn:hover {
  background-color: #313131;
}
#products .left .app-store,
#products .right .app-store {
  margin-bottom: 0;
  margin-right: 8px;
  background: #000 url('../img/app-store.svg') center center no-repeat;
  background-size: 80%;
}
#products .left .play-store,
#products .right .play-store {
  margin-bottom: 0;
  background: #000 url('../img/play-store.svg') center center no-repeat;
  background-size: 80%;
}
#products .left {
  padding: 96px 108px;
  /*.btn {
            display: block;
            text-align: center;
            .custom-btn(230px, @light-red);
            .transition(background-color, .25s);

            &:hover {
                background-color: #ea2438;
            }

            &.order-button {
                margin-bottom: 29px;
            }
        }*/
}
#products .left a.link {
  float: left;
  margin-bottom: 10px;
}
#products .left .ciao-logo {
  width: 146px;
  height: 48px;
  background: url(../img/ivan-agency.png) center center no-repeat;
  background-size: cover;
}
#products .left .label {
  margin-top: 0;
}
#products .right {
  padding: 96px 108px 140px;
  text-align: right;
  background: #f7f7f7;
}
#products .right a.link {
  float: right;
}
#products .right h3 {
  clear: right;
  margin-left: auto;
  text-align: right;
}
#products .right .engineers-london-logo {
  float: right;
  width: 176px;
  height: 48px;
  margin-bottom: 36px;
  background: url(../img/engineers-london.png) center center no-repeat;
  background-size: cover;
}
/* #endregion */
/* #region Portfolio */
#chooser {
  position: fixed;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(33, 33, 33, 0.95);
  z-index: 4;
  overflow: auto;
}
#chooser .toggler {
  position: absolute;
  left: -17px;
  right: 0;
  margin: 10px auto 0;
  cursor: pointer;
}
#chooser .toggler span {
  background-color: #fff;
}
#chooser .toggler:hover span {
  background-color: #ae1b2a;
}
#chooser .projects-search {
  /*display: none;*/
  position: relative;
  right: 8px;
  width: 70px;
  /*margin: 140px auto 0 auto;*/
  margin: 100px auto -260px auto;
  overflow: hidden;
  white-space: nowrap;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
#chooser .projects-search .search-projects-icon {
  float: left;
  width: 70px;
  height: 70px;
  background: url('../img/projects-search-icon.png') center center no-repeat;
  cursor: pointer;
}
#chooser .projects-search .search-holder {
  display: inline-block;
  width: 345px;
}
#chooser .projects-search .search-holder .search-projects-input,
#chooser .projects-search .search-holder .search-projects-button {
  float: left;
  height: 28px;
  margin-top: 21px;
  border: none;
}
#chooser .projects-search .search-holder .search-projects-input {
  width: 310px;
  padding: 0 10px 0 10px;
  font-size: 14px;
  font-family: 'Gotham-Book';
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#chooser .projects-search .search-holder .search-projects-button {
  width: 35px;
  background: #bf1e2e url('../img/search-project-button-icon.png') center center no-repeat;
  cursor: pointer;
}
#chooser .projects-search #projects-span {
  display: block;
  height: 19px;
  margin-top: 20px;
  margin-left: 170px;
  color: #bf1e2e;
}
#chooser .projects-search.slide-width {
  width: 435px;
}
#chooser .projects-holder {
  position: relative;
  right: 9px;
  width: 700px;
  margin: 0 auto;
  margin-top: 270px;
  text-align: center;
}
#chooser .projects-holder.reset-margin {
  margin-top: 100px;
  -moz-transition: all linear 0s 1.51s;
  -o-transition: all linear 0s 1.51s;
  -webkit-transition: all linear 0s 1.51s;
  transition: all linear 0s 1.51s;
}
#chooser .projects-holder .project-hex {
  position: relative;
  display: inline-block;
  height: 65px;
  width: 140px;
  margin: 59px 130px 60px 0;
  background: #000 url(../img/portfolio-logos.png) center 7px no-repeat;
  cursor: pointer;
  /*&.sis-proj {
                background-position: center -1266px;

                &:hover {
                    background-position: center -228px;
                }
            }

            &.ff-proj {
                background-position: 30px -943px;
                background-size: 73px;

                &:hover {
                    background-position: 30px -92px;
                }
            }

            &.verso-proj {
                background-position: center -1244px;
                background-size: 75px;

                &:hover {
                    background-position: center -370px;
                }
            }

            &.klowd-proj {
                background-position: center -1601px;

                &:hover {
                    background-position: center -563px;
                }
            }

            &.envite-proj {
                background-position: center -1363px;

                &:hover {
                    background-position: center -325px;
                }
            }

            &.wardrobic-proj {
                background-position: center -1716px;

                &:hover {
                    background-position: center -678px;
                }
            }*/
  /*&.techclack-proj {
                margin-bottom: 60px;
                background: #000 url('../img/techclack-logo.png') center center no-repeat;
                background-size: 85%;

                &:hover {
                    background: #000 url('../img/techclack-logo-opacity.png') center center no-repeat;
                    background-size: 85%;
                }
            }*/
  /*&.gathr-proj {
                margin-bottom: 60px;
                background: #000 url('../img/gathr-menu-logo.png') center -6px no-repeat;
                background-size: 85%;

                &:hover {
                    background: #000 url('../img/gathr-menu-logo.png') center -81px no-repeat;
                    background-size: 85%;
                }
            }*/
  /*&.ff-proj,
            &.envite-proj,
            &.verso-proj,
            &.ciao-proj,
            &.jnr-proj {
                -webkit-animation: zoom 1s;
                -moz-animation: zoom 1s;
                -o-animation: zoom 1s;
                animation: zoom 1s;

                &.reset-animation {
                    -moz-animation: none;
                    -o-animation: none;
                    -webkit-animation: none;
                    animation: none;
                }
            }*/
}
#chooser .projects-holder .project-hex:nth-child(3n+3) {
  margin-right: 0;
}
#chooser .projects-holder .project-hex:before,
#chooser .projects-holder .project-hex:after {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  border-bottom: 40px solid #000;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
}
#chooser .projects-holder .project-hex:after {
  bottom: -40px;
  top: auto;
  border-bottom: none;
  border-top: 40px solid #000;
}
#chooser .projects-holder .project-hex.mcd-proj {
  background-position: center -1031px;
}
#chooser .projects-holder .project-hex.mcd-proj:hover {
  background-position: center 7px;
}
#chooser .projects-holder .project-hex.fresh-proj {
  background-position: center -1548px;
  background-size: 75px;
}
#chooser .projects-holder .project-hex.fresh-proj:hover {
  background-position: center -674px;
  background-size: 75px;
}
#chooser .projects-holder .project-hex.emerge-proj {
  background-position: center -1963px;
}
#chooser .projects-holder .project-hex.emerge-proj:hover {
  background-position: center -925px;
}
#chooser .projects-holder .project-hex.strangelove-proj {
  margin-bottom: 60px;
  background: #000 url('../img/strangelove-logo.png') 31px top no-repeat;
  background-size: 73px;
}
#chooser .projects-holder .project-hex.strangelove-proj:hover {
  background: #000 url('../img/strangelove-logo.png') 31px bottom no-repeat;
  background-size: 73px;
}
#chooser .projects-holder .project-hex.ciao-proj {
  margin-bottom: 60px;
  background: #000 url(../img/ciao-poprtfolio.png) center 2px no-repeat;
  background-size: 40%;
}
#chooser .projects-holder .project-hex.ciao-proj:hover {
  background: #000 url('../img/ciao-poprtfolio.png') center -83px no-repeat;
  background-size: 40%;
}
#chooser .projects-holder .project-hex.jnr-proj {
  margin-bottom: 60px;
  background: #000 url(../img/jnr-porfolop.png) center 0px no-repeat;
  background-size: 80%;
}
#chooser .projects-holder .project-hex.jnr-proj:hover {
  background: #000 url('../img/jnr-porfolop.png') center -77px no-repeat;
  background-size: 80%;
}
@-webkit-keyframes zoom {
  from {
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  to {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes zoom {
  from {
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  to {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes zoom {
  from {
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  to {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  to {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 130px;
  height: 27px;
  margin: 0 auto;
  background: #fff;
  cursor: pointer;
  z-index: 3;
}
#navigation:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -36px;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 36px solid #fff;
}
#navigation .nav,
#navigation .toggler {
  float: left;
  height: 100%;
  position: relative;
}
#navigation .nav {
  width: 45px;
}
#navigation .nav:after {
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  top: 16px;
  margin: 0 auto;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #000;
  border-top: 6px solid transparent;
  z-index: 1;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
#navigation .nav.nav-right:after {
  left: auto;
  right: 24px;
  border-right: none;
  border-left: 9px solid #000;
}
#navigation .nav:hover.nav-left:after {
  border-right-color: #ae1b2a;
}
#navigation .nav:hover.nav-right:after {
  border-left-color: #ae1b2a;
}
.toggler {
  width: 24px;
  margin: 10px 8px 0;
  z-index: 1;
}
.toggler span {
  display: block;
  float: left;
  height: 6px;
  width: 6px;
  margin: 1px;
  border-radius: 50%;
  background: #000;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggler:hover span {
  background: #ae1b2a;
}
/* #endregion */
/* #region Conferences */
#conferences {
  position: relative;
}
#conferences .hex {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 34px;
  width: 72px;
  margin: 0 auto;
  background: #ececec url(../img/down-arrow-black.svg) center center no-repeat;
  z-index: 1;
  bottom: auto;
  top: -17px;
  z-index: 2;
}
#conferences .hex:before,
#conferences .hex:after {
  top: -20px;
  border-bottom: 20px solid #ececec;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
#conferences .hex:after {
  bottom: -20px;
  top: auto;
  border-bottom: none;
  border-top: 20px solid #ececec;
}
#conferences .hex.to-top {
  cursor: pointer;
}
/* #endregion */
/* #region Statistics */
#statistics.about-us {
  z-index: 5;
}
/* #endregion */
/* #region Classes for animations */
.inner-wrapper,
#services h1,
#services h3,
#development h1,
#development h3,
#description h1,
#description h3,
#platforms h1,
#platforms h3,
#case-study h1,
#fonts .heading,
#fonts .font-group,
#colours .heading,
#colours .sample,
#icons .heading,
#icons .icon-group,
#products h3,
#contactus h1,
#personnel h1,
#statistics h1,
#statistics h3,
#map h1,
#locations h1,
#locations h3,
#services h1,
#services h3,
#preview img,
#platforms img,
.laptop-img,
.client-item .img,
.conf .heading,
.conf .date,
#services img,
#statistics img,
#personnel img,
#locations img,
#about img,
.makeover-box,
header h1,
header h3,
header .contact-us,
#nda-form .form-title,
#contact-form .form-title,
#contactus .heading,
#personnel .person-name,
#personnel .person-position,
header p {
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}
#services p,
#development p,
#case-study .section-info,
#case-wrapper .desc,
#colours .desc,
#colours .sub-heading,
#icons .desc,
#description p,
#platforms p,
#locations p,
#services p,
#description p,
.conf .text {
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.hide.hide-top {
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
.hide.hide-left {
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}
.hide.hide-right {
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.hide.hide-bottom {
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.hide.fade-out {
  opacity: 0;
}
.hide.zoom-out {
  opacity: 0;
  -moz-transform: translateY(-50%) scale(0) !important;
  -ms-transform: translateY(-50%) scale(0) !important;
  -o-transform: translateY(-50%) scale(0) !important;
  -webkit-transform: translateY(-50%) scale(0) !important;
  transform: translateY(-50%) scale(0) !important;
}
.hide.image-bottom {
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.hide.image-bottom.drawing-pad,
.hide.image-bottom.papers-wardrobic {
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  -o-transform: translateY(70%);
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.hide.image-right {
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  opacity: 0;
}
.hide.image-left {
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  -o-transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  opacity: 0;
}
.hide.image-top {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.hide.hide-vline {
  height: 0 !important;
}
.hide.hide-hline {
  width: 0 !important;
}
.hide.rotate-in {
  -moz-transform: translateY(0) rotateY(1080deg);
  -ms-transform: translateY(0) rotateY(1080deg);
  -o-transform: translateY(0) rotateY(1080deg);
  -webkit-transform: translateY(0) rotateY(1080deg);
  transform: translateY(0) rotateY(1080deg);
  opacity: 0;
}
.hide.slide-text {
  width: 0 !important;
}
.hide.sample {
  opacity: 0;
}
.hide.sample .color {
  -moz-transform: rotateY(0) !important;
  -ms-transform: rotateY(0) !important;
  -o-transform: rotateY(0) !important;
  -webkit-transform: rotateY(0) !important;
  transform: rotateY(0) !important;
}
header h1.show,
header h3.show,
header .contact-us.show,
header p.show,
header img.show {
  opacity: 1;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* #endregion */
/* #region Firefox specific */
@-moz-document url-prefix() {
  .main-wrapper {
    overflow: hidden;
  }
  #personnel .staff-members .staff-info .person-info {
    height: 600px;
  }
}
/* #endregion */
/* #region IE specific*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .staff-members {
    overflow: hidden;
  }
  .main-wrapper {
    overflow: hidden;
  }
  .hide,
  .hide-bottom,
  .hide-top,
  .hide-left,
  .hide-right {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
/* #endregion */
/* #region IE10 specific */
.ie10 #case-wrapper #colours .left,
.ie10 #case-wrapper #colours .right {
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/* #endregion */
/* #region IE9 specific */
.ie9 #team-info.slide-in {
  left: 0;
  z-index: 6;
}
.ie9 img[src*=".svg"] {
  width: 100%;
}
.ie9 .menu-wrapper.opened #hamburger-btn {
  background: url(../img/hamb-close.png) center center no-repeat;
}
.ie9 .menu-wrapper.opened #hamburger-btn span {
  display: none;
}
/* #endregion */
/*#region JumpNRoll Privacy Policy*/
.jumpnroll-privacy {
  height: calc(100vh - 70px);
  width: 100%;
  padding-top: 70px;
  background: #241711 url(../img/jump-background-second.png) center center no-repeat;
}
.jumpnroll-privacy .jumpNroll-logo {
  height: 118px;
  width: 230px;
  margin: 0 auto;
  background: url(../img/jnr-logo.png) center center no-repeat;
  background-size: cover;
}
.jumpnroll-privacy h1 {
  margin: 40px 0;
  color: #fff;
}
.jumpnroll-privacy .privacy-container {
  width: 90%;
  height: 50vh;
  overflow: auto;
  margin: 0 auto;
  padding-right: 20px;
  color: #fff;
}
.jumpnroll-privacy .privacy-container h3 {
  margin-top: 40px;
  font-size: 20px;
}
.style-scrollbar ::-webkit-scrollbar {
  width: 7px;
}
.style-scrollbar ::-webkit-scrollbar-thumb {
  background-color: #2b7936;
  border-radius: 12px;
}
.style-scrollbar ::-webkit-scrollbar-track {
  background: #e2e4ef;
  border: 1px solid transparent;
  background-clip: content-box;
}
/*#endregion*/