@font-face {
  font-family: 'fontello';
  src: url(/fonts/fontello.eot?c2aac8ad96f304212ba57f5718033718);
  src: url(/fonts/fontello.eot?c2aac8ad96f304212ba57f5718033718#iefix) format('embedded-opentype'),
       url(/fonts/fontello.woff?3a18a45debfb83074fa51a0bad94c82b) format('woff'),
       url(/fonts/fontello.ttf?b88d5965afd93dab5f895abea3c6685e) format('truetype'),
       url(/fonts/fontello.svg?647f0fdb81e1df7c673c3c0ff7a5f568#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?47934465#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-angle-down:before { content: '\e800'; } /* '' */

/*815px*/
a {
  color: #71c9ff;
}
.Light {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.Regular {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.Semibold {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.t_n_r {
  font-family: 'Times New Roman, Arial, Verdana, Sans';
}
.error {
  color: #ff008a;
  text-indent: 10px !important;
}
.success {
  color: #000000;
  text-indent: 10px !important;
}
input .error,
textarea .error {
  border-bottom: 1px solid #ff008a !important;
  color: #000000 !important;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  position: relative;
  left: 0;
  transition: left .3s ease;
  overflow-x: hidden;
}
body.left {
  left: -248px;
}
html,
body {
  height: 100%;
}
.imago-fm {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.imago-fm.show {
  opacity: 1;
}
.imago-fm.show .fm-box {
  right: 0;
}
.imago-fm .fm-box {
  position: absolute;
  right: -248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 248px;
  top: 0;
  bottom: 0;
  background: url('/img/fm-bg.png') center no-repeat;
  background-size: cover;
  transition: right .3s ease;
}
.imago-fm .fm-logo img {
  display: block;
  width: 100%;
  max-width: 132px;
  min-height: 21px;
  margin-top: 15px;
}
.imago-fm .fm-close {
  font-size: 13px;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all .2s ease;
}
.imago-fm .fm-close:hover {
  color: #000000;
  background-color: #FFFFFF;
}
.imago-fm .fm-player {
  text-align: center;
  color: #FFFFFF;
}
.imago-fm .fm-player .fm-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}
.imago-fm .fm-player .fm-song {
  max-width: 166px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300 !important;
  word-break: break-word;
}
.imago-fm .fm-player .fm-play {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 30px 0 50px;
  border-radius: 30px;
  background: #ffffff url('/img/fm-play.svg') 11px center no-repeat;
  background-size: 10px 13px;
}
.imago-fm .fm-player .fm-play.animated:before,
.imago-fm .fm-player .fm-play.animated:after {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition-timing-function: ease-in-out;
}
.imago-fm .fm-player .fm-play:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  opacity: 0.2;
  background-color: #FFFFFF;
}
.imago-fm .fm-player .fm-play:after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  opacity: 0.1;
  background-color: #FFFFFF;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.slides-container .snp:nth-child(1) .reveal-box {
  opacity: 0;
}
.block-revealer__element {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 140px;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
.clear {
  clear: both;
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:before,
.clearfix:after {
  clear: both;
}
img {
  border: 0;
}
#container {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 74px;
}
.clear {
  clear: both;
  display: block;
}
h1 {
  font-size: 80px;
  margin: 0 25px;
  font-weight: 500 !important;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
h2 {
  font-size: 25px;
  margin: 15px 0;
}
h3 {
  margin: 15px 0;
  font-size: 23px;
}
p {
  margin: 0 0 20px;
  font-size: 14px;
}
.left-section {
  float: left;
}
.right-section {
  float: right;
}
a {
  text-decoration: none;
}
.title-sup {
  position: relative;
  top: -47px;
  font-size: 47px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.a-clients {
  text-transform: uppercase;
  color: #676767;
  font-size: 14px;
}
.clients-sup {
  font-size: 9px;
  left: 2px;
  position: relative;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
a:active,
input:active,
button:active,
textarea:active {
  outline: 0;
}
strong,
b {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
/*---------------------------------- form & input -------------------------------------*/
.control-group,
.send-action {
  margin-bottom: 10px;
}
.control-group input[type="text"],
.send-action input[type="text"],
.control-group input[type="email"],
.send-action input[type="email"] {
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 13px 0 0;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  -webkit-appearance: none;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.control-group input[type="text"].error,
.send-action input[type="text"].error,
.control-group input[type="email"].error,
.send-action input[type="email"].error {
  border-bottom: 1px solid #ff008a;
}
.control-group input[type="text"]:focus,
.send-action input[type="text"]:focus,
.control-group input[type="email"]:focus,
.send-action input[type="email"]:focus {
  border: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000000 !important;
  outline: 0;
}
.control-group textarea,
.send-action textarea {
  width: 100%;
  margin: 0;
  min-height: 140px;
  background: url(/images/bg-textarea.png?40fcbd416605ab74fc45471fab1c7e41) repeat left -5px;
  border: 0;
  padding: 0;
  font-size: 18px;
  line-height: 35px;
  resize: none;
  -webkit-appearance: none;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.control-group textarea.error,
.send-action textarea.error {
  background: url(/images/bg-textarea-error.png?9e786fdd0ca29f1754108c17456a8186) repeat left -5px;
}
.control-group textarea:focus,
.send-action textarea:focus {
  background: url(/images/bg-textarea-active.png?fa3a3d778692ef51e7f2f4b7d6778137) repeat left -5px;
  outline: 0;
}
.control-group label,
.send-action label {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 5px;
}
.btn {
  height: 52px;
  padding: 0 25px;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #71c9ff;
  border: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.btn:focus,
.btn::visited {
  border: 0;
}
/*-------------------------------------------------------  HEADER  --------------------------------------*/
.header {
  position: relative;
  padding-top: 14px;
  height: 36px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.header #logo {
  margin: -5px 0 0 25px;
  float: left;
}
.header #logo svg {
  width: 120px;
  display: block;
}
.header > .multilang {
  float: left;
  /*width: 23px;*/
  height: 16px;
  margin: 3px 0 0 94px;
}
.header > .multilang a {
  height: 16px;
  padding: 0 5px;
  margin-right: 20px;
  float: left;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-size: 9px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.header > .multilang a.active {
  color: white;
  background: black;
}
.header .header-right {
  float: right;
}
.header .header-right .nav-menu {
  float: left;
  margin: 3px 0 0 0;
}
.header .header-right .nav-menu > ul {
  margin: 0;
  padding: 0;
}
.header .header-right .nav-menu > ul > li {
  list-style: none;
  float: left;
  margin-right: 25px;
}
.header .header-right .nav-menu > ul > li > a {
  color: #564b4b;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.header .header-right .nav-menu > ul > li .mob-menu,
.header .header-right .nav-menu > ul > li .mob-trigger {
  display: none;
}
.header .header-right .nav-menu > ul > li.active a,
.header .header-right .nav-menu > ul > li:hover a {
  color: #9B9B9B;
}
.header .header-right .multilang {
  display: none;
  float: left;
  /*width: 23px;*/
  height: 16px;
  margin: 3px 25px 0 0;
}
.header .header-right .multilang a {
  /*width: 23px;*/
  height: 16px;
  padding: 0 3px;
  float: left;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-size: 9px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.header .header-right .multilang a.active {
  color: white;
  background: black;
}
.sub-menu {
  background-color: #000000;
  height: 50px;
  padding-right: 15px;
}
.sub-menu ul {
  float: right;
  padding: 0;
  margin: 11px 0 0 0;
}
.sub-menu ul li {
  display: block;
  float: left;
}
.sub-menu ul li a {
  padding: 5px;
  margin: 0 10px 0 5px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.sub-menu ul li a:hover {
  background-color: #666666;
}
.sub-menu ul li.active a {
  background-color: #666666;
}
/*-------------------------------------------------------  FOOTER  --------------------------------------*/
.footer-div {
  background-color: #ffffff;
  width: 100%;
  z-index: 5;
  color: #333333;
  padding: 14px 0;
  position: absolute;
  bottom: 0;
}
.footer-div .copyright {
  float: left;
  margin-left: 26px;
  white-space: nowrap;
}
.footer-div .copyright .copy {
  float: left;
  margin: 2px 15px 0 0;
}
.footer-div .copyright .copy span {
  color: #d8d8d8;
}
.footer-div .fb-like {
  margin: -1px 10px 0 0;
}
.footer-div .footer-contacts {
  float: right;
  margin-right: 25px;
}
.footer-div .footer-contacts div {
  float: left;
  margin: 3px 20px 0 0;
}
.footer-div .footer-contacts .tel {
  float: left;
  margin: 3px 20px 0 0;
  text-decoration: none;
  color: black;
}
.footer-div .footer-contacts .dev {
  float: right;
  margin: 3px 0 0 20px;
  color: black;
}
.footer-div .footer-contacts .dev a {
  color: black;
  text-decoration: underline;
}
.footer-div .footer-contacts .dev a:hover {
  text-decoration: none;
}
.footer-div .footer-contacts .email {
  width: 125px;
  height: 20px;
  margin: 0;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  float: right;
  text-align: center;
  background-color: #000000;
}
/*------------------------------------ font header and footer -----------------------------------*/
#header,
#footer {
  position: absolute !important;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background: #333;
  text-align: center;
  color: #f2f2f2;
  padding: 0 0 0 0;
}
#header {
  top: 0;
  z-index: 10;
}
#footer {
  bottom: 0;
  z-index: 9;
}
/*------------------------ Slide front page -----------------------------*/
#slides {
  position: relative;
  width: 100%;
  height: 100%;
  background: black;
}
#slides .bg-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-width: 100%;
  /*opacity: 0.5;*/
  -o-object-fit: cover;
     object-fit: cover;
  /*&:before {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      content: '';
      opacity: 0.2;
      background-color: black;
    }*/
}
#slides .bg-video .video-section__block {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
#slides .slides-container .snp {
  position: relative;
}
#slides .slides-container .snp .slides-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#slides .slides-container .snp:first-child {
  opacity: 1;
}
#slides .slides-container .snp .title-slide {
  /*width: 490px;*/
  word-wrap: break-word;
  display: table;
  width: 75%;
  height: 100%;
  margin: 0 10% 0 15%;
  z-index: 4 !important;
}
#slides .slides-container .snp .title-slide .title-slide-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}
#slides .slides-container .snp .title-slide span {
  position: relative;
  float: left;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 100px;
  padding: 7px 10px 10px;
  line-height: 0.8;
  clear: both;
}
#slides .slides-container .snp .title-slide .clear {
  height: 0;
  padding: 0;
  display: none;
}
#slides .slides-container .snp img {
  width: 100%;
}
/*--------------------------------------------------------------------*/
#wrap.page-jobs .page-title {
  line-height: 100% !important;
}
.member-portfolios {
  margin-top: 50px;
}
.member-portfolios .author {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 50px 0 20px;
}
.member-portfolios .job-title {
  font-size: 24px;
  line-height: 30px;
}
#wrap {
  margin: 0 auto 50px;
  width: 1200px;
}
#wrap .page-top.branding-page .page-title,
#wrap .page-top.team-page .page-title {
  font-weight: 500;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#wrap .page-top.branding-page .page-title sup,
#wrap .page-top.team-page .page-title sup {
  position: relative;
  top: -47px;
  font-size: 47px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap .page-top.branding-page .page-title .title-row-2,
#wrap .page-top.team-page .page-title .title-row-2 {
  background: none !important;
}
#wrap .page-top.branding-page .page-title span,
#wrap .page-top.team-page .page-title span {
  display: block;
}
#wrap .page-top.branding-page .page-title .clear,
#wrap .page-top.team-page .page-title .clear {
  height: 0;
  padding: 0;
  display: none;
}
#wrap .page-top.branding-page h1 {
  margin-top: -13px !important;
}
#wrap .view-clients .page-title {
  width: 1000px !important;
}
#wrap .page-top {
  margin: 100px auto 100px;
}
#wrap .page-top .page-title {
  font-size: 100px;
  color: #000000;
  width: 380px;
  padding: 0 125px 0 100px;
  float: left;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
}
#wrap .page-top .page-title .title-row-2 {
  background: url(/images/line-through.png?d07dee6fd94f4f5e6120ba4593a08876) repeat-x left center;
}
#wrap .page-top .page-title span {
  display: block;
}
#wrap .page-top h1.tiparituri .title-row-2 {
  margin-left: 13px;
}
#wrap .page-top .block-top {
  width: 590px;
  float: left;
  padding-top: 4px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap .page-top .block-top p {
  font-size: 24px;
  line-height: 33px;
  margin-top: 0;
}
#wrap .page-top .block-top a.btn-check {
  height: 52px;
  padding: 0 25px;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #71c9ff;
  border: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#wrap .page-top .block-top .exp {
  position: relative;
  overflow: hidden;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wrap .page-top .block-top .expand-btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  color: #ccc;
}
#wrap .main-content {
  /*------------------------------- team ------------------------------------*/
}
#wrap .main-content .glossary {
  padding-left: 100px;
}
#wrap .main-content .glossary .clear {
  height: 0;
  display: block;
}
#wrap .main-content .glossary .last-row {
  margin-bottom: 0 !important;
  display: table;
}
#wrap .main-content .glossary .rows {
  min-width: 210px;
  margin: 0 auto 25px;
}
#wrap .main-content .glossary .rows .col {
  float: left;
  width: 207px;
  margin-right: 90px;
  min-height: 200px;
  cursor: context-menu;
}
#wrap .main-content .glossary .rows .col h2,
#wrap .main-content .glossary .rows .col p {
  padding: 0 0 0 10px;
}
#wrap .main-content .glossary .rows .col h2 {
  font-size: 50px;
  color: #f2f2f2;
  margin: 14px 0 10px;
  text-transform: uppercase;
  line-height: 35px;
}
#wrap .main-content .glossary .rows .col p {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap .main-content .glossary .rows .col(2n):hover h2 {
  color: #000000;
}
#wrap .main-content .glossary .rows .col(2n):hover .content {
  width: 207px;
}
#wrap .main-content .glossary .rows .col(2n):hover .content p span {
  color: #ffffff;
  background-color: #ff008a;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
#wrap .main-content .glossary .rows .col(2n):hover.col:nth-child(2n+2) span {
  background-color: #71c9ff;
}
#wrap .main-content .glossary .rows .col(2n):hover.col:nth-child(2n+3) span {
  background-color: #000000;
}
#wrap .main-content .glossary .rows .last-col {
  margin-right: 0;
}
#wrap .main-content h2.tiparituri a {
  text-decoration: none;
}
#wrap .main-content h2.tiparituri a .title-row-2 {
  margin-left: 7px;
}
#wrap .main-content .left-section {
  width: 50%;
  /*---------------------------- concatc --------------------------------*/
}
#wrap .main-content .left-section .page-title {
  width: 350px;
  padding: 0 50px 0 100px;
  margin: 0;
  line-height: 90px;
  text-transform: uppercase;
}
#wrap .main-content .left-section .page-title sup {
  position: relative;
  top: -47px;
  font-size: 47px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap .main-content .left-section .page-title span {
  display: block;
}
#wrap .main-content .left-section .page-title .mailto {
  display: block;
  float: left;
  text-transform: lowercase;
  position: relative;
  left: 290px;
  top: -107px;
  line-height: 29px;
  height: 35px;
}
#wrap .main-content .left-section {
  width: 42%;
}
#wrap .main-content .left-section .commercial-col h2 {
  text-transform: uppercase;
  border-bottom: 3px solid #ff008a;
  padding-bottom: 14px;
}
#wrap .main-content .left-section .commercial-col .commercial {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-width: 40%;
  column-width: 40%;
  padding: 0;
}
#wrap .main-content .left-section .commercial-col .commercial li {
  float: none;
  width: 100%;
  list-style: none;
  padding: 11px 0 11px;
  text-transform: uppercase;
  color: #676767;
  font-size: 14px;
}
#wrap .main-content .left-section .commercial-col .commercial li a {
  text-decoration: none;
  padding: 0 7px 0 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #676767;
  font-size: 14px;
}
#wrap .main-content .left-section .commercial-col .commercial li a sup {
  line-height: 9px;
  font-size: 9px;
  left: 2px;
  position: relative;
}
#wrap .main-content .left-section .commercial-col .commercial li a:hover {
  color: #ffffff;
  background-color: #ff008a;
  padding: 0 7px 0 0;
  /*padding: 7px 7px;*/
  margin-left: 0;
}
#wrap .main-content .right-section {
  width: 50%;
  margin-top: 40px;
  /*------------------------------------- contact form ----------------------------------*/
}
#wrap .main-content .right-section .cultural-col {
  width: 40%;
  float: left;
}
#wrap .main-content .right-section .cultural-col h2 {
  text-transform: uppercase;
  border-bottom: 3px solid #000000;
  padding-bottom: 14px;
}
#wrap .main-content .right-section .cultural-col ul {
  padding: 0;
  margin: 0;
}
#wrap .main-content .right-section .cultural-col ul li {
  list-style: none;
  padding: 11px 0 11px;
  text-transform: uppercase;
  color: #676767;
  font-size: 14px;
}
#wrap .main-content .right-section .cultural-col ul li a {
  text-decoration: none;
  padding: 0 7px 0 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #676767;
  font-size: 14px;
}
#wrap .main-content .right-section .cultural-col ul li a sup {
  line-height: 9px;
  font-size: 9px;
  left: 2px;
  position: relative;
}
#wrap .main-content .right-section .cultural-col ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}
#wrap .main-content .right-section .social-col {
  width: 40%;
  float: right;
}
#wrap .main-content .right-section .social-col h2 {
  text-transform: uppercase;
  border-bottom: 3px solid #71c9ff;
  padding-bottom: 14px;
}
#wrap .main-content .right-section .social-col ul {
  padding: 0;
  margin: 0;
}
#wrap .main-content .right-section .social-col ul li {
  list-style: none;
  padding: 11px 0 11px;
  text-transform: uppercase;
  color: #676767;
  font-size: 14px;
}
#wrap .main-content .right-section .social-col ul li a {
  text-decoration: none;
  padding: 0 7px 0 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #676767;
  font-size: 14px;
}
#wrap .main-content .right-section .social-col ul li a sup {
  line-height: 9px;
  font-size: 9px;
  left: 2px;
  position: relative;
}
#wrap .main-content .right-section .social-col ul li a:hover {
  color: #ffffff;
  background-color: #71c9ff;
}
#wrap .main-content .right-section .head-jobs {
  margin-bottom: 30px;
}
#wrap .main-content .right-section .head-jobs h2 {
  text-transform: uppercase;
  border-bottom: 3px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#wrap .main-content .right-section .head-jobs .content-blog {
  font-size: 24px;
  line-height: 33px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap .main-content .right-section .head-jobs .col-1,
#wrap .main-content .right-section .head-jobs .col-2 {
  float: left;
  width: 265px;
  padding-right: 25px;
}
#wrap .main-content .view-team {
  margin-top: 50px;
}
#wrap .main-content .view-team h2 {
  font-size: 16px;
  text-transform: lowercase;
  width: 126px;
  height: 144px;
  float: left;
  margin-right: 10px;
  margin-top: 143px;
}
#wrap .main-content .view-team h2 span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: block;
  padding: 2px 7px;
  margin-bottom: 2px;
  float: right;
}
#wrap .main-content .view-team .member {
  width: 334px;
  height: 200px;
  margin-bottom: 70px;
  float: left;
  padding-top: 40px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}
#wrap .main-content .view-team .member .date-member {
  width: 107px;
  float: left;
  text-align: right;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  text-transform: uppercase;
}
#wrap .main-content .view-team .member .date-member .first-name,
#wrap .main-content .view-team .member .date-member .last-name {
  font-size: 20px;
  line-height: 1;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#wrap .main-content .view-team .member .date-member .function {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 15px;
}
#wrap .main-content .view-team .member .photo {
  width: 285px;
  float: right;
}
#wrap .main-content .view-team .member .photo a {
  text-decoration: none;
}
#wrap .main-content .view-team .member .photo a .hands {
  height: 125px;
  margin-top: 5px;
  position: relative;
  z-index: 55;
}
#wrap .main-content .view-team .member .photo a .hands img {
  width: 285px;
  position: absolute;
  bottom: -46px;
  left: 25px;
}
#wrap .main-content .view-team .member .photo a .efect {
  position: relative;
  overflow: hidden;
  width: 285px;
  height: 178px;
  margin-top: -180px;
}
#wrap .main-content .view-team .member .photo a .efect img {
  transition: margin-top 1s;
  margin-top: 125px;
  height: 178px;
}
#wrap .main-content .view-team .member:hover .photo .efect img {
  margin-top: 0;
}
#wrap .main-content .view-team .member.men .hands {
  position: relative;
  z-index: 55;
}
#wrap .main-content .view-team .member.women .hands {
  position: relative;
  z-index: 55;
}
#wrap .main-content .view-team .member.last-member {
  padding-right: 15px;
}
#wrap .main-content .view-team .member.last-member:before {
  position: absolute;
  z-index: 1000;
  bottom: 60px;
  right: 0;
  content: "";
  width: 11px;
  height: 80px;
}
#wrap .main-content .view-team .administrative-dep {
  padding-top: 30px;
}
#wrap .main-content .view-team .administrative-dep h2 span {
  background-color: #000000;
}
#wrap .main-content .view-team .administrative-dep .member {
  background: url(/images/img-administrative-department.png?a4f92605389abeafb4be1dd09bb16d2a) no-repeat left 159px;
}
#wrap .main-content .view-team .administrative-dep .member.last-member:before {
  background: #ffffff url(/images/img-administrative-department.png?a4f92605389abeafb4be1dd09bb16d2a) no-repeat right bottom;
}
#wrap .main-content .view-team .comercial-dep {
  padding-top: 30px;
}
#wrap .main-content .view-team .comercial-dep h2 span {
  background-color: #71c9ff;
}
#wrap .main-content .view-team .comercial-dep .member {
  background: url(/images/img-comercial-department.png?226260a2c2b5434c975280252c9e6e9e) no-repeat left 159px;
}
#wrap .main-content .view-team .comercial-dep .member.last-member:before {
  background: #ffffff url(/images/img-comercial-department.png?226260a2c2b5434c975280252c9e6e9e) no-repeat right bottom;
}
#wrap .main-content .view-team .creative-dep {
  padding-top: 30px;
}
#wrap .main-content .view-team .creative-dep h2 span {
  background-color: #ff008a;
}
#wrap .main-content .view-team .creative-dep .member {
  background: url(/images/img-creative-department.png?b43d1cfb88a82b9746d461431fd3cf03) no-repeat left 159px;
}
#wrap .main-content .view-team .creative-dep .member:nth-child(5) {
  padding-left: 136px;
}
#wrap .main-content .view-team .creative-dep .member:nth-child(5) .date-member {
  left: 136px;
}
#wrap .main-content .view-team .creative-dep .member.last-member:before {
  background: #ffffff url(/images/img-creative-department.png?b43d1cfb88a82b9746d461431fd3cf03) no-repeat right bottom;
}
#wrap.contacts {
  margin-top: -427px;
}
#wrap.contacts h1 {
  position: relative;
  padding: 0 !important;
  margin: 0 0 270px 100px !important;
}
#wrap.contacts h1 .title-row-1,
#wrap.contacts h1 .title-row-2 {
  background-color: #ffffff;
  margin-bottom: 3px;
  padding: 5px;
  float: left;
  clear: both;
}
#wrap.contacts .left-section {
  width: 50%;
  margin-top: 10px;
}
#wrap.contacts .right-section {
  width: 42%;
}
#wrap.contacts .contacts-pfe {
  float: left;
  width: 50%;
}
#wrap.contacts .contacts-pfe div {
  height: 25px;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#wrap.contacts .contacts-pfe div span {
  margin-right: 10px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.contacts .contacts-pfe div a {
  color: #000000;
  text-decoration: none;
}
#wrap.contacts .contacts-adr {
  float: left;
  width: 50%;
}
#wrap.contacts .contacts-adr p {
  margin: 0;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.contacts .contacts-adr .addres {
  font-size: 18px;
  padding: 0 50px 0 40px;
  background: url(/images/icon-addres.png?747483effca743f589b3d12cc3b7489a) no-repeat left center;
  line-height: 22px;
  min-height: 42px;
  width: 155px;
}
#wrap.contacts .head-jobs {
  margin: 100px 0 30px;
}
#wrap.contacts .head-jobs h2 {
  border-bottom: 3px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#wrap.contacts .head-jobs .content-blog {
  font-size: 24px;
  line-height: 33px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.contacts #contact-form {
  background-color: #ffffff;
  position: relative;
  margin-top: 200px;
  padding: 15px 59px 20px 35px;
}
#wrap.contacts #contact-form h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
#wrap.contacts #contact-form .control-group {
  margin-bottom: 10px;
}
#wrap.contacts #contact-form .control-group input[type="text"],
#wrap.contacts #contact-form .control-group input[type="email"] {
  width: 100%;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.contacts #contact-form .control-group textarea {
  width: 100%;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.contacts #contact-form .send-action {
  margin-top: 20px;
}
#wrap.contacts #contact-form .send-action #captcha-img {
  float: left;
}
#wrap.contacts #contact-form .send-action input[type="text"] {
  width: 80px;
  padding: 0 10px;
  height: 51px;
  font-size: 35px;
  -webkit-appearance: none;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-style: italic;
}
#wrap.contacts #contact-form .send-action .btn {
  float: right;
  -webkit-appearance: none;
}
#wrap.contacts #contact-form .send-action .response {
  clear: both;
  display: block;
  text-align: right;
  margin-top: 15px;
}
#map_canvas {
  width: 100%;
  height: 550px;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
#wrap.clients {
  margin-top: 110px;
}
#wrap .page-top.team-page {
  float: left;
  width: 43%;
  margin-right: 84px;
}
#wrap .page-top.team-page .page-title {
  float: none;
  margin-bottom: 100px;
}
#wrap .page-top.team-page .block-top {
  float: none;
  width: auto;
  margin-bottom: 30px;
}
#wrap .page-top.team-page .block-top p {
  margin: 0;
}
.team-list .team-member {
  width: 290px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
}
.team-list .team-member .member-img img {
  display: block;
}
.team-list .team-member .member-data {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  font-weight: 300;
}
.team-list .team-member .member-data .first-name {
  font-size: 22px;
  line-height: 23px;
  color: black;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 5px;
}
.team-list .team-member .member-data .function {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  text-transform: lowercase;
  color: black;
  opacity: 0.7;
  text-align: left;
}
/*======================== item ======================================*/
.img-item-top {
  height: 800px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 0 auto 14px;
}
.img-item-top img {
  width: 100%;
}
#img-background {
  height: 800px;
  position: relative;
  width: 100%;
}
#img-background .item-title {
  display: table-cell;
  height: 800px;
  padding-left: 180px;
  vertical-align: middle;
}
#img-background .item-title h1.title-item {
  position: relative;
  padding: 0 !important;
  text-align: left;
}
#img-background .item-title h1.title-item .title-row-1,
#img-background .item-title h1.title-item .title-row-2,
#img-background .item-title h1.title-item .title-row-3 {
  background-color: #ffffff;
  margin-bottom: 2px;
  padding: 3px 10px 10px;
  float: left;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
  clear: both;
}
#wrap.page-jobs {
  margin-top: 110px;
}
#wrap.page-jobs .main-content .left-section,
#wrap.page-jobs .main-content .right-section {
  width: 43%;
}
#wrap.page-jobs .main-content .left-section h3,
#wrap.page-jobs .main-content .right-section h3 {
  font-weight: normal;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.page-jobs .main-content .left-section .col1,
#wrap.page-jobs .main-content .right-section .col1,
#wrap.page-jobs .main-content .left-section .col2,
#wrap.page-jobs .main-content .right-section .col2 {
  width: 44%;
  padding-right: 6%;
  float: left;
  font-size: 14px;
}
#wrap.page-jobs .main-content .left-section .col1 ul,
#wrap.page-jobs .main-content .right-section .col1 ul,
#wrap.page-jobs .main-content .left-section .col2 ul,
#wrap.page-jobs .main-content .right-section .col2 ul {
  margin: 0;
  padding: 0;
  counter-reset: my-badass-counter;
}
#wrap.page-jobs .main-content .left-section .col1 ul li,
#wrap.page-jobs .main-content .right-section .col1 ul li,
#wrap.page-jobs .main-content .left-section .col2 ul li,
#wrap.page-jobs .main-content .right-section .col2 ul li {
  text-transform: none;
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.page-jobs .main-content .left-section .col1 ul li:before,
#wrap.page-jobs .main-content .right-section .col1 ul li:before,
#wrap.page-jobs .main-content .left-section .col2 ul li:before,
#wrap.page-jobs .main-content .right-section .col2 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  padding-right: 12px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#wrap.page-jobs .main-content .left-section .col1 ul li,
#wrap.page-jobs .main-content .right-section .col1 ul li {
  counter-increment: my-badass-counter;
}
#wrap.page-jobs .main-content .left-section .col1 ul li:before,
#wrap.page-jobs .main-content .right-section .col1 ul li:before {
  content: counter(my-badass-counter, upper-latin);
}
#wrap.page-jobs .main-content .left-section .col2 ul li:before,
#wrap.page-jobs .main-content .right-section .col2 ul li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
}
.txt-portfolio {
  display: flex;
}
.txt-portfolio .two-third {
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 0;
  margin-right: 83px;
}
.txt-portfolio .two-third p,
.txt-portfolio .two-third li {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
}
.txt-portfolio .one-third {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.txt-portfolio .one-third p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
}
.txt-portfolio .one-third p a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
}
.txt-portfolio .one-third .fb-like {
  margin-top: 17px;
}
.member-portfolios .portf-cols {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  height: 338px;
}
.member-portfolios .portf-cols:nth-child(4n) {
  margin: 0 0 10px 0;
}
.member-portfolios .author-image {
  position: relative;
  z-index: -1;
  min-height: 338px;
}
#wrap.item-portfolio {
  width: 100%;
}
#wrap.item-portfolio .main-content {
  margin: 0 19px;
}
#wrap.item-portfolio .main-content .portfolio-description {
  width: 100%;
  max-width: 1200px;
  margin: 78px auto 0;
}
#wrap.item-portfolio .main-content .portfolio-description ul,
#wrap.item-portfolio .main-content .portfolio-description ol {
  padding-left: 12px;
  font-size: 14px;
}
#wrap.item-portfolio .main-content .portfolio-description ul li,
#wrap.item-portfolio .main-content .portfolio-description ol li {
  padding-left: 3px;
}
#wrap.item-portfolio .main-content .portfolio-description .portfolio-description-center .txt-portfolio {
  padding: 30px 180px 45px;
}
#wrap.item-portfolio .main-content .portfolio-description .portfolio-description-center .txt-portfolio img {
  max-width: 100%;
  height: auto;
}
#wrap.item-portfolio .main-content .portfolio-description .portfolio-description-left {
  float: left;
  width: 50%;
  padding: 0 7px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
#wrap.item-portfolio .main-content .portfolio-description .portfolio-description-left img {
  width: 100%;
  display: block;
}
#wrap.item-portfolio .main-content .portfolio-description .portfolio-description-right {
  float: right;
  width: 50%;
  padding: 0 7px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
#wrap.item-portfolio .main-content .portfolio-description .portfolio-description-right .txt-portfolio {
  padding: 27px 200px 0 100px;
}
#wrap.item-portfolio .main-content .portfolio-description .portfolio-description-right .txt-portfolio a {
  color: #000000;
  text-decoration: underline;
}
#wrap.item-portfolio .main-content .grid-cols {
  width: 50%;
  float: left;
  margin-bottom: 14px;
  overflow: hidden;
  margin-right: 0;
}
#wrap.item-portfolio .main-content .grid-cols .container-grid-cols {
  float: right;
  margin: 0 7px;
}
#wrap.item-portfolio .main-content .grid-cols .container-grid-cols img {
  float: right;
}
#wrap.item-portfolio .main-content .grid-cols .block-item {
  height: 338px;
  padding: 0 105px 0 100px;
  margin: 0 0 0 0;
}
#wrap.item-portfolio .main-content .grid-cols .block-item h3 {
  margin-top: 0;
  font-size: 21px;
  line-height: 30px;
  padding: 40px 0 30px;
  width: 85%;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.item-portfolio .main-content .grid-cols .block-item p {
  margin: 10px 0;
  font-size: 14px;
  width: 65%;
  line-height: 21px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#wrap.item-portfolio .main-content .grid-cols img {
  height: 395px;
}
#wrap.item-portfolio .main-content .grid-cols.grid-cols-even {
  /*margin-right: 10px;*/
}
#wrap.item-portfolio .main-content .grid-cols.gird-col-2 {
  float: right;
  width: 50%;
  height: 395px;
}
#wrap.item-portfolio .main-content .grid-cols.grid-cols-odd .container-grid-cols {
  float: right;
}
#wrap.item-portfolio .main-content .grid-cols.grid-cols-odd .container-grid-cols img {
  float: right;
}
#wrap.item-portfolio .main-content .grid-cols.grid-cols-odd:first-child .container-grid-cols {
  float: right;
}
#wrap.item-portfolio .main-content .grid-cols.grid-cols-odd:first-child .container-grid-cols img {
  float: right;
}
#wrap.item-portfolio .main-content .grid-cols.first.grid-cols-odd .container-grid-cols {
  float: right;
  margin: 0 7px;
}
#wrap.item-portfolio .main-content .grid-cols.first.grid-cols-odd .container-grid-cols img {
  float: right;
}
#wrap.item-portfolio .main-content .grid-cols.grid-cols-odd:first-child .container-grid-cols {
  float: right;
}
#wrap.item-portfolio .full-img {
  max-height: 795px;
  overflow: hidden;
  margin-bottom: 10px;
}
#wrap.item-portfolio .full-img .container-full {
  margin: 0;
  overflow: hidden;
  text-align: center;
}
#wrap.item-portfolio .full-img:last-child {
  margin-bottom: 0;
}
.bottom {
  background: #000000;
  color: #ffffff;
  width: 100%;
  padding: 40px 0 60px;
}
.bottom p {
  margin: 0;
  font-size: 24px;
  width: 610px;
  margin: auto;
}
/*----------------------------------------------------------------------------------------------------*/
.portfolio-photos-container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 68px auto 0;
}
.portfolio-photos-container .portfolio-photos .portfolio-item {
  margin-left: -5px;
  margin-right: -5px;
}
.portfolio-photos-container .portfolio-photos .portfolio-item.add-padding .portfolio-image-block,
.portfolio-photos-container .portfolio-photos .portfolio-item.add-padding .portfolio-text-block {
  margin-bottom: 10px;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block {
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-25,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-25 {
  width: 25%;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-33,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-33 {
  width: 33%;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-50,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-50 {
  width: 50%;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-66,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-66 {
  width: 66%;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-75,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-75 {
  width: 75%;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-100,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-100 {
  width: 100%;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block img,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block img {
  width: 100%;
  display: block;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block {
  font-size: 15px;
  line-height: 20px;
  padding: 5% 5% 40px;
  box-sizing: border-box;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block p {
  margin-bottom: 10px;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block p:last-child {
  margin-bottom: 0;
}
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block h2,
.portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block h3 {
  line-height: 30px;
}
.portfolio-photos-container .portfolio-photos .portfolio-photos-item.item-half {
  display: flex;
}
.portfolio-photos-container .portfolio-photos .portfolio-photos-item.item-half .portfolio-img-block {
  width: 50%;
}
.portfolio-photos-container .portfolio-photos .portfolio-photos-item.item-half .portfolio-text-block {
  display: block;
  width: 50%;
}
.portfolio-photos-container .portfolio-photos .portfolio-photos-item .portfolio-img-block {
  width: 100%;
  margin-bottom: 10px;
}
.portfolio-photos-container .portfolio-photos .portfolio-photos-item .portfolio-img-block img {
  width: 100%;
  display: block;
}
.portfolio-photos-container .portfolio-photos .portfolio-photos-item .portfolio-text-block .text {
  font-family: 'Proxima Nova';
  font-size: 15px;
  line-height: 20px;
  padding: 100px 100px 0 105px;
}
.portfolio-photos-container .portfolio-photos .row.last {
  margin-bottom: 0 !important;
}
/*------------------------------------------------------- NEW ---------------------*/
.trigger-block {
  display: none;
  float: right;
  position: relative;
  z-index: 10003;
  padding: 18px 20px;
  margin: -14px 0 0 0;
  width: 20px;
  height: 14px;
  cursor: pointer;
}
.trigger-block .menu-trigger {
  text-decoration: none;
  position: relative;
  width: 20px;
  height: 14px;
  display: block;
}
.trigger-block .menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  background-color: #444444;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.3s;
}
.trigger-block .menu-trigger span:before,
.trigger-block .menu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: '';
  transition: transform 0.3s;
}
.trigger-block .menu-trigger span:before {
  transform: translateY(-190%);
}
.trigger-block .menu-trigger span:after {
  transform: translateY(190%);
}
.trigger-block.menu-is-open .menu-trigger span {
  background-color: transparent;
}
.trigger-block.menu-is-open .menu-trigger span:before {
  transform: translateY(0) rotate(135deg);
}
.trigger-block.menu-is-open .menu-trigger span:after {
  transform: translateY(0) rotate(225deg);
}
.fb-like {
  float: left;
  height: 21px;
  width: 86px !important;
  overflow: hidden;
}
.video {
  height: 780px;
  position: relative;
  margin: 0 7px;
}
.player {
  width: 740px;
  height: 420px;
  margin: auto;
  top: 125px;
  position: relative;
}
.brand-rows,
.portf-rows {
  margin-bottom: 10px;
}
.brand-rows .brand-cols,
.portf-rows .brand-cols,
.brand-rows .portf-cols,
.portf-rows .portf-cols {
  position: relative;
}
.brand-rows .brand-cols a,
.portf-rows .brand-cols a,
.brand-rows .portf-cols a,
.portf-rows .portf-cols a {
  display: block;
  position: relative;
}
.brand-rows .brand-cols a img,
.portf-rows .brand-cols a img,
.brand-rows .portf-cols a img,
.portf-rows .portf-cols a img {
  display: block;
}
.brand-rows .brand-cols a .title-and-company,
.portf-rows .brand-cols a .title-and-company,
.brand-rows .portf-cols a .title-and-company,
.portf-rows .portf-cols a .title-and-company {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  background: url(/images/title-brand.png?e27b167dfc23697ceaa3a145f30c5fbb) repeat left top;
}
.brand-rows .brand-cols a .title-and-company .word-wrap,
.portf-rows .brand-cols a .title-and-company .word-wrap,
.brand-rows .portf-cols a .title-and-company .word-wrap,
.portf-rows .portf-cols a .title-and-company .word-wrap {
  position: absolute;
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
}
.brand-rows .brand-cols a .title-and-company .word-wrap .title-brand,
.portf-rows .brand-cols a .title-and-company .word-wrap .title-brand,
.brand-rows .portf-cols a .title-and-company .word-wrap .title-brand,
.portf-rows .portf-cols a .title-and-company .word-wrap .title-brand {
  color: #000;
}
.brand-rows .brand-cols a .title-and-company .word-wrap .title-brand span,
.portf-rows .brand-cols a .title-and-company .word-wrap .title-brand span,
.brand-rows .portf-cols a .title-and-company .word-wrap .title-brand span,
.portf-rows .portf-cols a .title-and-company .word-wrap .title-brand span {
  padding: 0 4px 1px;
  margin-bottom: 1px;
  display: inline-block;
  background: #ffffff;
}
.brand-rows .brand-cols a .title-and-company .word-wrap .title-brand span.clear,
.portf-rows .brand-cols a .title-and-company .word-wrap .title-brand span.clear,
.brand-rows .portf-cols a .title-and-company .word-wrap .title-brand span.clear,
.portf-rows .portf-cols a .title-and-company .word-wrap .title-brand span.clear {
  height: 0;
  padding: 0;
  display: block;
}
.brand-rows .brand-cols a .title-and-company .word-wrap .company,
.portf-rows .brand-cols a .title-and-company .word-wrap .company,
.brand-rows .portf-cols a .title-and-company .word-wrap .company,
.portf-rows .portf-cols a .title-and-company .word-wrap .company {
  color: #fff;
}
.brand-rows .brand-cols a .title-and-company .word-wrap .company span,
.portf-rows .brand-cols a .title-and-company .word-wrap .company span,
.brand-rows .portf-cols a .title-and-company .word-wrap .company span,
.portf-rows .portf-cols a .title-and-company .word-wrap .company span {
  padding: 0 4px 1px;
  margin-bottom: 1px;
  float: left;
  background: #000000;
}
.brand-rows .brand-cols:hover .title-and-company,
.portf-rows .brand-cols:hover .title-and-company,
.brand-rows .portf-cols:hover .title-and-company,
.portf-rows .portf-cols:hover .title-and-company {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.brand-rows .brand-cols a .title-and-company .word-wrap {
  position: absolute;
  left: 15%;
  top: 50%;
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.portf-rows {
  margin-bottom: 10px;
}
.portf-rows.portf-even .portf-cols,
.portf-rows.portf-even .portf-cols-m {
  float: left;
  margin-right: 10px;
}
.portf-rows.portf-odd .portf-cols,
.portf-rows.portf-odd .portf-cols-m {
  float: right;
  margin-left: 10px;
}
.portf-rows.portf-odd .portf-cols:first-child,
.portf-rows.portf-odd .portf-cols-m:first-child {
  margin-right: 2px;
}
.portf-rows .portf-cols,
.portf-rows .portf-cols-m {
  width: 292px;
}
.portf-rows .portf-cols:last-child,
.portf-rows .portf-cols-m:last-child {
  margin: 0;
}
.portf-rows .portf-cols a .title-and-company .word-wrap,
.portf-rows .portf-cols-m a .title-and-company .word-wrap {
  left: 8%;
  top: 40px;
}
.portf-rows .portf-cols.short-description,
.portf-rows .portf-cols-m.short-description {
  height: 338px;
}
.portf-rows .portf-cols.short-description h2,
.portf-rows .portf-cols-m.short-description h2 {
  font-size: 50px;
  line-height: 43px;
  font-weight: 400;
  margin: 35px 0 70px 20px;
  text-transform: uppercase;
}
.portf-rows .portf-cols.short-description h2 a,
.portf-rows .portf-cols-m.short-description h2 a {
  color: #000;
  text-decoration: none;
}
.portf-rows .portf-cols.short-description h2 a:hover,
.portf-rows .portf-cols-m.short-description h2 a:hover {
  color: #000000;
}
.portf-rows .portf-cols.short-description h2 a span,
.portf-rows .portf-cols-m.short-description h2 a span {
  display: block;
}
.portf-rows .portf-cols.short-description h2 a sup,
.portf-rows .portf-cols-m.short-description h2 a sup {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 25px;
  left: 4px;
  position: relative;
  top: -10px;
}
.portf-rows .portf-cols.short-description p,
.portf-rows .portf-cols-m.short-description p {
  color: #676767;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  padding: 0 30px 0 20px;
}
.portf-rows .portf-cols-m .portf-colls {
  float: left;
  height: 162px;
  width: 139px;
}
.portf-rows .portf-cols-m .portf-colls.portf-coll-1 {
  margin: 0 10px 14px 0;
}
.portf-rows .portf-cols-m .portf-colls.portf-coll-2 {
  margin: 0 0 11px 0;
}
.portf-rows .portf-cols-m .portf-colls.portf-coll-3 {
  margin: 0 10px 0 0;
}
.portf-rows .portf-cols-m .portf-colls a {
  display: block;
  position: relative;
}
.portf-rows .portf-cols-m .portf-colls a .tb-cell {
  width: 139px;
  height: 162px;
  display: table-cell;
  vertical-align: middle;
}
.portf-rows .portf-cols-m .portf-colls a .tb-cell img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
}
.portf-rows .portf-cols-m .portf-colls a .title-and-company {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  background: url(/images/title-brand.png?e27b167dfc23697ceaa3a145f30c5fbb) repeat left top;
}
.portf-rows .portf-cols-m .portf-colls a .title-and-company .word-wrap {
  position: absolute;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
}
.portf-rows .portf-cols-m .portf-colls a .title-and-company .word-wrap .title-brand {
  color: #000;
  background: #ffffff;
}
.portf-rows .portf-cols-m .portf-colls a .title-and-company .word-wrap .title-brand span {
  padding: 0 4px 1px;
  margin-bottom: 1px;
  display: inline-block;
  background: #ffffff;
}
.portf-rows .portf-cols-m .portf-colls a .title-and-company .word-wrap .title-brand span.clear {
  height: 0;
  padding: 0;
  display: block;
}
.portf-rows .portf-cols-m .portf-colls a .title-and-company .word-wrap .company {
  color: #fff;
  background: #000000;
}
.portf-rows .portf-cols-m .portf-colls a .title-and-company .word-wrap .company span {
  padding: 0 4px 1px;
  margin-bottom: 1px;
  float: left;
  background: #000000;
}
.portf-rows .portf-cols-m .portf-colls:hover .title-and-company {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.brand-rows .brand-cols {
  margin-bottom: 10px;
}
.brand-rows .brand-cols:nth-of-type(8n+1),
.brand-rows .brand-cols:nth-of-type(8n+3),
.brand-rows .brand-cols:nth-of-type(8n+4) {
  float: left;
}
.brand-rows .brand-cols:nth-of-type(8n+2) {
  float: right;
}
.brand-rows .brand-cols:nth-of-type(8n+5),
.brand-rows .brand-cols:nth-of-type(8n+7),
.brand-rows .brand-cols:nth-of-type(8n+8) {
  float: right;
}
.brand-rows .brand-cols:nth-of-type(8n+6) {
  float: left;
}
.brand-rows .brand-cols:nth-of-type(8n+1) {
  margin-right: 10px;
}
.brand-rows .brand-cols:nth-of-type(8n+3) {
  margin-right: 10px;
}
.brand-rows .brand-cols:nth-of-type(8n+4) {
  margin-right: 10px;
}
.brand-rows .brand-cols:nth-of-type(8n+5) {
  margin-left: 10px;
}
.brand-rows .brand-cols:nth-of-type(8n+7) {
  margin-left: 10px;
}
.brand-rows .brand-cols:nth-of-type(8n+8) {
  margin-left: 10px;
}
.brand-rows .brand-cols.small {
  float: left;
}
.brand-rows .brand-cols.small:nth-of-type(8n+2),
.brand-rows .brand-cols.small:nth-of-type(8n+6) {
  margin-right: 10px;
}
.brand-rows .brand-cols.small:nth-of-type(8n+3),
.brand-rows .brand-cols.small:nth-of-type(8n+7) {
  margin-right: 0;
  margin-left: 0;
}
.brand-rows .brand-cols.medium {
  float: left;
}
.brand-rows .brand-cols.medium:nth-of-type(8n+5) {
  margin-left: 0;
  margin-right: 10px;
}
.brand-rows .brand-cols a .title-and-company .word-wrap {
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.instagram,
.youtube,
.facebook {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: -1px;
}
.instagram {
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjMzMyA4LjVhMi43MyAyLjczIDAgMCAwLS44My0yLjAwMyAyLjczIDIuNzMgMCAwIDAtMi4wMDMtLjgzIDIuNzMgMi43MyAwIDAgMC0yLjAwMy44MyAyLjczIDIuNzMgMCAwIDAtLjgzIDIuMDAzYzAgLjc4Mi4yNzYgMS40NS44MyAyLjAwM2EyLjczIDIuNzMgMCAwIDAgMi4wMDMuODMgMi43MyAyLjczIDAgMCAwIDIuMDAzLS44MyAyLjczIDIuNzMgMCAwIDAgLjgzLTIuMDAzem0xLjUyOCAwYzAgMS4yMS0uNDI1IDIuMjQtMS4yNzMgMy4wODgtLjg0OS44NDgtMS44NzggMS4yNzMtMy4wODggMS4yNzMtMS4yMSAwLTIuMjQtLjQyNS0zLjA4OC0xLjI3M0M0LjU2NCAxMC43MzkgNC4xNCA5LjcxIDQuMTQgOC41YzAtMS4yMS40MjUtMi4yNCAxLjI3My0zLjA4OEM2LjI2MSA0LjU2NCA3LjI5IDQuMTQgOC41IDQuMTRjMS4yMSAwIDIuMjQuNDI1IDMuMDg4IDEuMjczLjg0OC44NDkgMS4yNzMgMS44NzggMS4yNzMgMy4wODh6bTEuMTk1LTQuNTM4YzAgLjI4LS4xLjUyLS4yOTkuNzJhLjk4Ljk4IDAgMCAxLS43Mi4yOTguOTguOTggMCAwIDEtLjcxOS0uMjk4Ljk4Ljk4IDAgMCAxLS4yOTgtLjcyYzAtLjI4LjEtLjUyLjI5OC0uNzJhLjk4Ljk4IDAgMCAxIC43Mi0uMjk4Yy4yOCAwIC41Mi4xLjcyLjI5OS4xOTguMi4yOTguNDM5LjI5OC43MnpNOC41IDEuNTI3bC0uODQ3LS4wMDVhNjAuMDQxIDYwLjA0MSAwIDAgMC0xLjE2NyAwYy0uMjY2LjAwMy0uNjIyLjAxNS0xLjA2OC4wMzNhOC43NyA4Ljc3IDAgMCAwLTEuMTQuMTEgNC40MzggNC40MzggMCAwIDAtLjc5Mi4yMDUgMi44NzEgMi44NzEgMCAwIDAtLjk3NC42NDJjLS4yOC4yOC0uNDk0LjYwNS0uNjQyLjk3NC0uMDguMjE0LS4xNDkuNDc4LS4yMDQuNzkyYTguNzcgOC43NyAwIDAgMC0uMTExIDEuMTRjLS4wMTguNDQ2LS4wMy44MDItLjAzMyAxLjA2OC0uMDA0LjI2NS0uMDA0LjY1NSAwIDEuMTY3bC4wMDUuODQ3LS4wMDUuODQ3Yy0uMDA0LjUxMi0uMDA0LjkwMiAwIDEuMTY3LjAwMy4yNjYuMDE1LjYyMi4wMzMgMS4wNjguMDE4LjQ0Ny4wNTUuODI3LjExIDEuMTQuMDU2LjMxNC4xMjQuNTc4LjIwNS43OTIuMTQ4LjM2OS4zNjIuNjkzLjY0Mi45NzQuMjguMjguNjA1LjQ5NC45NzQuNjQyLjIxNC4wOC40NzguMTQ5Ljc5Mi4yMDRhOC43NyA4Ljc3IDAgMCAwIDEuMTQuMTExYy40NDYuMDE4LjgwMi4wMyAxLjA2OC4wMzMuMjY1LjAwNC42NTUuMDA0IDEuMTY3IDBsLjg0Ny0uMDA1Ljg0Ny4wMDVjLjUxMi4wMDQuOTAyLjAwNCAxLjE2NyAwIC4yNjYtLjAwMy42MjItLjAxNSAxLjA2OC0uMDMzYTguNzcgOC43NyAwIDAgMCAxLjE0LS4xMWMuMzE0LS4wNTYuNTc4LS4xMjQuNzkyLS4yMDUuMzY5LS4xNDguNjkzLS4zNjIuOTc0LS42NDIuMjgtLjI4LjQ5NC0uNjA1LjY0Mi0uOTc0LjA4LS4yMTQuMTQ5LS40NzguMjA0LS43OTJhOC43NyA4Ljc3IDAgMCAwIC4xMTEtMS4xNGMuMDE4LS40NDYuMDMtLjgwMi4wMzMtMS4wNjguMDA0LS4yNjUuMDA0LS42NTUgMC0xLjE2N2EyOTUuMDMgMjk1LjAzIDAgMCAxLS4wMDUtLjg0N2wuMDA1LS44NDdjLjAwNC0uNTEyLjAwNC0uOTAyIDAtMS4xNjdhNDEuMDAyIDQxLjAwMiAwIDAgMC0uMDMzLTEuMDY4IDguNzcgOC43NyAwIDAgMC0uMTEtMS4xNCA0LjQzOCA0LjQzOCAwIDAgMC0uMjA1LS43OTIgMi44NzEgMi44NzEgMCAwIDAtLjY0Mi0uOTc0IDIuODcxIDIuODcxIDAgMCAwLS45NzQtLjY0MiA0LjQzOCA0LjQzOCAwIDAgMC0uNzkyLS4yMDQgOC43NyA4Ljc3IDAgMCAwLTEuMTQtLjExMWMtLjQ0Ni0uMDE4LS44MDItLjAzLTEuMDY4LS4wMzNhNjAuMDQxIDYwLjA0MSAwIDAgMC0xLjE2NyAwbC0uODQ3LjAwNXpNMTcgOC41YzAgMS42OS0uMDE4IDIuODYtLjA1NSAzLjUwOC0uMDc0IDEuNTM1LS41MzIgMi43MjMtMS4zNzMgMy41NjQtLjg0Ljg0MS0yLjAyOSAxLjI5OS0zLjU2NCAxLjM3My0uNjQ5LjAzNy0xLjgxOC4wNTUtMy41MDguMDU1cy0yLjg2LS4wMTgtMy41MDgtLjA1NWMtMS41MzUtLjA3NC0yLjcyMy0uNTMyLTMuNTY0LTEuMzczLS44NDEtLjg0LTEuMjk5LTIuMDI5LTEuMzczLTMuNTY0Qy4wMTggMTEuMzYgMCAxMC4xOSAwIDguNXMuMDE4LTIuODYuMDU1LTMuNTA4Qy4xMyAzLjQ1Ny41ODcgMi4yNjkgMS40MjggMS40MjggMi4yNjguNTg3IDMuNDU3LjEyOSA0Ljk5Mi4wNTUgNS42NC4wMTggNi44MSAwIDguNSAwczIuODYuMDE4IDMuNTA4LjA1NWMxLjUzNS4wNzQgMi43MjMuNTMyIDMuNTY0IDEuMzczLjg0MS44NCAxLjI5OSAyLjAyOSAxLjM3MyAzLjU2NEMxNi45ODIgNS42NCAxNyA2LjgxIDE3IDguNXoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 17px;
}
.youtube {
  width: 23px;
  margin-top: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMTI2IDEwLjk0Nmw2LjIxMS0zLjE3NUw5LjEyNiA0LjU2djYuMzg3ek0xMS41IDBjMS40MzcgMCAyLjgyNi4wMTkgNC4xNjUuMDU3YTgzLjcxIDgzLjcxIDAgMCAxIDIuOTQ1LjEybC45MzcuMDUyYy4wMDkgMCAuMDgxLjAwNi4yMTguMDE5LjEzNy4wMTIuMjM1LjAyNS4yOTUuMDM4bC4zMDIuMDU3Yy4xNDEuMDI1LjI2My4wNi4zNjYuMTAxLjEwMi4wNDMuMjIyLjA5OC4zNi4xNjYuMTM2LjA2Ny4yNjkuMTUuMzk3LjI0N2EzLjAzMiAzLjAzMiAwIDAgMSAuNTcxLjU3MmMuMDgxLjEwNS4yMDUuMzUzLjM3Mi43NDIuMTY3LjM5LjI4LjgxNy4zNCAxLjI4My4wNjkuNTQyLjEyMiAxLjEyLjE2IDEuNzMzLjA0LjYxNC4wNjMgMS4wOTQuMDcxIDEuNDQydjIuMjM0YTI2LjYwNCAyNi42MDQgMCAwIDEtLjIzIDMuNjgzYy0uMDYuNDY2LS4xNjcuODg3LS4zMjIgMS4yNjQtLjE1NC4zNzYtLjI5LjYzNy0uNDEuNzhsLS4xOC4yMTZjLS4xMi4xMjctLjI0NC4yNC0uMzcyLjMzN2EyLjE2NyAyLjE2NyAwIDAgMS0uMzk4LjI0MSA5LjI0OCA5LjI0OCAwIDAgMS0uMzYuMTU5IDEuODAyIDEuODAyIDAgMCAxLS4zNjUuMTAxIDIwLjIzIDIwLjIzIDAgMCAwLS4zMDguMDU4IDcuOTI4IDcuOTI4IDAgMCAxLS41MDcuMDU3Yy0yLjE0OC4xNi00LjgzLjI0MS04LjA0Ny4yNDEtMS43NzEtLjAxNy0zLjMxLS4wNDQtNC42MTQtLjA4My0xLjMwNS0uMDM4LTIuMTYyLS4wNy0yLjU3My0uMDk1bC0uNjI5LS4wNS0uNDYyLS4wNTFhNi4xNTEgNi4xNTEgMCAwIDEtLjctLjEyNyAzLjk2NyAzLjk2NyAwIDAgMS0uNjU0LS4yNjcgMi40MzMgMi40MzMgMCAwIDEtLjkyNC0uNzU2Yy0uMDgxLS4xMDUtLjIwNS0uMzUzLS4zNzItLjc0MmE0Ljc5NSA0Ljc5NSAwIDAgMS0uMzQtMS4yODMgMjcuNjkzIDI3LjY5MyAwIDAgMS0uMTYtMS43MzNBNDAuMzYgNDAuMzYgMCAwIDEgMCA5LjM3VjcuMTM3YTI2LjYwNCAyNi42MDQgMCAwIDEgLjIzLTMuNjgzYy4wNi0uNDY2LjE2Ny0uODg3LjMyMi0xLjI2NC4xNTQtLjM3Ni4yOS0uNjM3LjQxLS43OGwuMTgtLjIxNmMuMTItLjEyNy4yNDQtLjI0LjM3Mi0uMzM3LjEyOC0uMDk3LjI2MS0uMTguMzk4LS4yNDcuMTM3LS4wNjguMjU3LS4xMjMuMzYtLjE2Ni4xMDItLjA0Mi4yMjQtLjA3Ni4zNjUtLjEwMUwyLjk0LjI4NkMzIC4yNzMgMy4wOTguMjYgMy4yMzUuMjQ4bC4yMTgtLjAyQzUuNjAxLjA3NyA4LjI4MyAwIDExLjUgMHoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 23px 16px;
}
.facebook {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDJ2MTNhMiAyIDAgMCAxLTIgMmgtMy4yODh2LTYuNTg1aDIuMjExbC4zMzMtMi41NjhoLTIuNTQ0VjYuMjA5YzAtLjQxMy4wODctLjcyMy4yNjEtLjkzLjE3NC0uMjA2LjUxMy0uMzEgMS4wMTctLjMxbDEuMzU1LS4wMVYyLjY2NmMtLjQ2Ni0uMDY2LTEuMTI2LS4xLTEuOTc3LS4xLTEuMDA3IDAtMS44MTMuMjk2LTIuNDE2Ljg4Ni0uNjA0LjU5LS45MDYgMS40MjQtLjkwNiAyLjUwMXYxLjg5M0g2LjgyNXYyLjU2OGgyLjIyMVYxN0gyYTIgMiAwIDAgMS0yLTJWMmEyIDIgMCAwIDEgMi0yaDEzYTIgMiAwIDAgMSAyIDJ6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 17px;
  margin-right: 10px;
}
.page-error,
.page-error body {
  padding: 0;
  height: 100%;
  min-height: 325px;
}
.page-error body {
  text-align: center;
  background-color: $grey_f3;
}
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.7);
}
.cover-container {
  margin: 50px auto;
  width: 400px;
  padding: 0 20px;
  text-align: left;
}
.cover-container .logo-404 {
  display: inline-block;
  margin: 0 auto 30px;
}
.cover-container .logo-404 img {
  display: block;
}
.cover-container h1 {
  clear: both;
  display: inline-block;
  line-height: 1em;
  font-weight: 400;
  margin: 0 0 3px;
  padding: 5px 15px;
  text-transform: uppercase;
  background-color: #fff;
}
.cover-container h2 {
  clear: both;
  display: inline-block;
  margin: 0 0 25px;
  padding: 10px 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  background-color: #fff;
}
.cover-container h3 {
  font-size: 24px;
  line-height: 33px;
  color: white;
  font-weight: 400;
}
.cover-container h3 a {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 440px) {
  .cover-container {
    width: 100%;
    box-sizing: border-box;
  }
}
/*__________________________________________________________________________              */
/*__________________________________________________________________________ Media        */
/*__________________________________________________________________________              */
@media screen and (max-width: 1217px) {
  #slides .slides-container .snp .title-slide span {
    padding: 0 !important;
    margin-bottom: 4px;
  }
  #slides .slides-container .snp .title-slide .title-row-1 .block-revealer__content,
  #slides .slides-container .snp .title-slide .title-row-2 .block-revealer__content,
  #slides .slides-container .snp .title-slide .title-row-3 .block-revealer__content,
  #slides .slides-container .snp .title-slide .title-row-4 .block-revealer__content {
    padding: 0 !important;
  }
  #slides .slides-container .snp .title-slide .block-revealer__element {
    top: 0;
    height: 19px;
  }
  #container {
    padding-bottom: 145px;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block {
    padding: 5% 5% 20px;
  }
  .header #logo {
    margin-left: 20px;
  }
  .header > .multilang {
    display: none;
  }
  .header .trigger-block {
    display: block;
  }
  .header .header-right {
    position: absolute;
    z-index: 100;
    top: 51px;
    left: 0;
    right: 0;
    width: auto;
    display: none;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
  }
  .header .header-right .nav-menu {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  .header .header-right .nav-menu > ul li {
    float: none;
    margin: 0;
    display: block;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
  }
  .header .header-right .nav-menu > ul li a {
    font-size: 15px;
    padding: 14px 0;
    display: block;
  }
  .header .header-right .nav-menu > ul li .mob-menu {
    padding: 0;
  }
  .header .header-right .nav-menu > ul li .mob-menu li {
    background-color: #000000;
    border: none;
    border-top: 1px solid #666666;
  }
  .header .header-right .nav-menu > ul li .mob-menu li a {
    color: #fff;
    text-transform: uppercase;
  }
  .header .header-right .nav-menu > ul li .mob-menu li.active {
    background-color: #666666;
  }
  .header .header-right .nav-menu > ul li .mob-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 50px;
    bottom: 0;
  }
  .header .header-right .nav-menu > ul li .mob-trigger i[class^="icon-"] {
    font-size: 20px;
    line-height: 20px;
    color: #564b4b;
  }
  .header .header-right .nav-menu > ul li .mob-trigger i[class^="icon-"]:before {
    margin: 0;
  }
  .header .header-right .nav-menu:before {
    display: none;
  }
  .header .header-right .multilang {
    float: none;
    display: block;
    margin: 12px auto;
    height: auto;
  }
  .header .header-right .multilang a {
    float: none;
    font-size: 15px;
    display: inline-block;
    height: auto;
    font-weight: 400;
    padding: 2px 3px;
    margin: 0 10px;
  }
  .sub-menu {
    display: none;
  }
  #slides .slides-container .snp .title-slide div,
  #slides .slides-container .snp .title-slide span {
    font-size: 35px;
    padding: 10px;
  }
  #wrap {
    width: 100%;
  }
  #wrap .main-content {
    padding: 0 20px;
  }
  #wrap.clients,
  #wrap.page-jobs {
    margin: 0 auto 30px;
  }
  #wrap.page-jobs .main-content .left-section h1.page-title {
    margin-bottom: 40px;
  }
  #wrap .main-content .left-section,
  #wrap .main-content .right-section {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  #wrap .main-content .left-section .social-col,
  #wrap .main-content .right-section .social-col,
  #wrap .main-content .left-section .cultural-col,
  #wrap .main-content .right-section .cultural-col {
    width: 46%;
  }
  #wrap .main-content .left-section .social-col h2,
  #wrap .main-content .right-section .social-col h2,
  #wrap .main-content .left-section .cultural-col h2,
  #wrap .main-content .right-section .cultural-col h2 {
    font-size: 20px;
  }
  #wrap .main-content .left-section .commercial-col ul.commercial li,
  #wrap .main-content .right-section .commercial-col ul.commercial li {
    padding: 5px 0;
  }
  #wrap .main-content .left-section .commercial-col h2,
  #wrap .main-content .right-section .commercial-col h2 {
    font-size: 20px;
  }
  #wrap .main-content .left-section .head-jobs,
  #wrap .main-content .right-section .head-jobs {
    margin: 0 0 30px;
  }
  #wrap .main-content .left-section .head-jobs h2,
  #wrap .main-content .right-section .head-jobs h2 {
    font-size: 20px;
  }
  #wrap .main-content .left-section .col1 ul li,
  #wrap .main-content .right-section .col1 ul li,
  #wrap .main-content .left-section .col2 ul li,
  #wrap .main-content .right-section .col2 ul li {
    position: relative;
    padding-left: 20px;
  }
  #wrap .main-content .left-section .col1 ul li:before,
  #wrap .main-content .right-section .col1 ul li:before,
  #wrap .main-content .left-section .col2 ul li:before,
  #wrap .main-content .right-section .col2 ul li:before {
    margin: 0 !important;
    position: absolute;
    left: 0;
  }
  #wrap .main-content .left-section,
  #wrap .page-top.branding-page,
  #wrap .page-top.team-page {
    margin: 40px 0 0;
  }
  #wrap .main-content .left-section h1.page-title,
  #wrap .page-top.branding-page h1.page-title,
  #wrap .page-top.team-page h1.page-title {
    width: auto !important;
    float: none;
    padding: 0;
    font-size: 50px;
    line-height: 45px;
    margin: 0 0 30px -3px;
  }
  #wrap .main-content .left-section h1.page-title sup,
  #wrap .page-top.branding-page h1.page-title sup,
  #wrap .page-top.team-page h1.page-title sup {
    font-size: 30px;
    top: -19px;
  }
  #wrap .main-content .left-section h1.page-title .mailto,
  #wrap .page-top.branding-page h1.page-title .mailto,
  #wrap .page-top.team-page h1.page-title .mailto {
    top: 20px;
    left: 0;
    float: none;
    display: inline-block;
  }
  #wrap .page-top {
    padding: 0 20px;
  }
  #wrap .page-top .block-top {
    width: 100%;
  }
  #wrap .page-top .block-top p {
    font-size: 16px;
    line-height: 22px;
  }
  #wrap .main-content {
    clear: both;
  }
  #wrap.item-portfolio .main-content .portfolio-description .portfolio-description-right .txt-portfolio {
    padding: 27px 50px 0;
  }
  #wrap.contacts h1 {
    margin: 0 0 300px 100px !important;
  }
  .brand-rows .brand-cols {
    margin-bottom: 1%;
  }
  .brand-rows .brand-cols a img {
    width: 100% !important;
    height: auto !important;
  }
  .brand-rows .brand-cols:nth-of-type(8n+1),
  .brand-rows .brand-cols:nth-of-type(8n+2),
  .brand-rows .brand-cols:nth-of-type(8n+5),
  .brand-rows .brand-cols:nth-of-type(8n+6) {
    width: 49.5%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+3),
  .brand-rows .brand-cols:nth-of-type(8n+4),
  .brand-rows .brand-cols:nth-of-type(8n+7),
  .brand-rows .brand-cols:nth-of-type(8n+8) {
    width: 24.25%;
  }
  .brand-rows .brand-cols.small {
    width: 24.25% !important;
  }
  .brand-rows .brand-cols.small:nth-of-type(8n+2),
  .brand-rows .brand-cols.small:nth-of-type(8n+6) {
    margin-right: 1%;
  }
  .brand-rows .brand-cols.small:nth-of-type(8n+3),
  .brand-rows .brand-cols.small:nth-of-type(8n+7) {
    margin-right: 0;
    margin-left: 0;
  }
  .brand-rows .brand-cols.medium:nth-of-type(8n+5) {
    margin-left: 0;
    margin-right: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+1) {
    margin-right: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+3) {
    margin-right: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+4) {
    margin-right: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+5) {
    margin-left: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+7) {
    margin-left: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+8) {
    margin-left: 1%;
  }
  .page-protfolio {
    width: 936px !important;
  }
  .page-team {
    width: 940px !important;
  }
  #wrap .page-top.team-page {
    width: auto;
  }
  .portf-rows.portf-even .portf-cols:last-child,
  .portf-rows.portf-even .portf-cols-m:last-child {
    display: none;
  }
  .portf-rows.portf-even .portf-cols:nth-child(3),
  .portf-rows.portf-even .portf-cols-m:nth-child(3) {
    margin-right: 0;
  }
  .portf-rows.portf-odd .portf-cols:last-child,
  .portf-rows.portf-odd .portf-cols-m:last-child {
    display: none;
  }
  .portf-rows.portf-odd .portf-cols:first-child,
  .portf-rows.portf-odd .portf-cols-m:first-child {
    margin-right: 0;
  }
  .portf-rows.portf-odd .portf-cols:nth-child(3),
  .portf-rows.portf-odd .portf-cols-m:nth-child(3) {
    margin-left: 0;
  }
  #wrap .main-content .view-team .administrative-dep .member:nth-child(4),
  #wrap .main-content .view-team .comercial-dep .member:nth-child(4),
  #wrap .main-content .view-team .creative-dep .member:nth-child(4),
  #wrap .main-content .view-team .administrative-dep .member:nth-child(6),
  #wrap .main-content .view-team .comercial-dep .member:nth-child(6),
  #wrap .main-content .view-team .creative-dep .member:nth-child(6) {
    padding-left: 136px;
  }
  #wrap .main-content .view-team .administrative-dep .member:nth-child(4) .date-member,
  #wrap .main-content .view-team .comercial-dep .member:nth-child(4) .date-member,
  #wrap .main-content .view-team .creative-dep .member:nth-child(4) .date-member,
  #wrap .main-content .view-team .administrative-dep .member:nth-child(6) .date-member,
  #wrap .main-content .view-team .comercial-dep .member:nth-child(6) .date-member,
  #wrap .main-content .view-team .creative-dep .member:nth-child(6) .date-member {
    left: 136px;
  }
  #wrap .main-content .view-team .administrative-dep .member:nth-child(5),
  #wrap .main-content .view-team .comercial-dep .member:nth-child(5),
  #wrap .main-content .view-team .creative-dep .member:nth-child(5) {
    padding-left: 0;
  }
  #wrap .main-content .view-team .administrative-dep .member:nth-child(5) .date-member,
  #wrap .main-content .view-team .comercial-dep .member:nth-child(5) .date-member,
  #wrap .main-content .view-team .creative-dep .member:nth-child(5) .date-member {
    left: 0;
  }
  .member-portfolios .portf-cols:nth-child(3n) {
    margin: 0 0 10px 0;
  }
  .member-portfolios .portf-cols:nth-child(4n) {
    margin: 0 10px 10px 0;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block {
    float: none;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-25,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-25,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-33,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-33,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-50,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-50,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-66,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-66,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-75,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-75,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-image-block.width-100,
  .portfolio-photos-container .portfolio-photos .portfolio-item .portfolio-text-block.width-100 {
    width: 100%;
  }
  .txt-portfolio {
    flex-direction: column;
  }
  .txt-portfolio .two-third {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    margin-right: 0;
  }
  .txt-portfolio .one-third {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
  #wrap.item-portfolio .main-content {
    width: auto;
    margin: 0;
  }
  #wrap.item-portfolio .main-content .portfolio-description .portfolio-description-left {
    float: none;
    width: 100%;
    padding: 0;
  }
  #wrap.item-portfolio .main-content .portfolio-description .portfolio-description-right {
    float: none;
    width: 100%;
    padding: 0;
  }
  #wrap.item-portfolio .main-content .portfolio-description .portfolio-description-right .txt-portfolio {
    padding: 0 0 20px;
  }
  .img-item-top,
  #img-background,
  #img-background .item-title {
    height: 400px;
  }
  #img-background .item-title {
    padding: 0;
    margin: 0;
  }
  #img-background .item-title h1.title-item {
    font-size: 35px;
  }
  #img-background .item-title h1.title-item .title-row-1,
  #img-background .item-title h1.title-item .title-row-2,
  #img-background .item-title h1.title-item .title-row-3 {
    padding: 3px 10px 5px;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-photos-item {
    width: 100%;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-photos-item.item-half {
    flex-direction: column;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-photos-item.item-half .portfolio-img-block {
    width: 100%;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-photos-item.item-half .portfolio-text-block {
    width: 100%;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-photos-item.item-half .portfolio-text-block .text {
    padding: 50px 0;
  }
  .brand-rows .brand-cols {
    margin-bottom: 1%;
  }
  .brand-rows .brand-cols a .title-and-company .word-wrap {
    font-size: 22px;
  }
  .brand-rows .brand-cols a img {
    width: 100% !important;
    height: auto !important;
  }
  .brand-rows .brand-cols:nth-of-type(8n+1),
  .brand-rows .brand-cols:nth-of-type(8n+2),
  .brand-rows .brand-cols:nth-of-type(8n+5),
  .brand-rows .brand-cols:nth-of-type(8n+6),
  .brand-rows .brand-cols:nth-of-type(8n+3),
  .brand-rows .brand-cols:nth-of-type(8n+4),
  .brand-rows .brand-cols:nth-of-type(8n+7),
  .brand-rows .brand-cols:nth-of-type(8n+8) {
    width: 49.5%;
    float: left;
  }
  .brand-rows .brand-cols.small {
    width: 49.5% !important;
  }
  .brand-rows .brand-cols:nth-of-type(8n+1) {
    margin-right: 0;
  }
  .brand-rows .brand-cols:nth-of-type(8n+2) {
    margin-right: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+3) {
    margin-right: 0;
  }
  .brand-rows .brand-cols:nth-of-type(8n+4) {
    margin-right: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+5) {
    margin-left: 0;
  }
  .brand-rows .brand-cols:nth-of-type(8n+6) {
    margin-left: 0;
    margin-right: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+7) {
    margin-left: 0;
  }
  .brand-rows .brand-cols:nth-of-type(8n+8) {
    margin-left: 0;
    margin-right: 1%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+5),
  .brand-rows .brand-cols:nth-of-type(8n+1) {
    overflow: hidden;
  }
  .brand-rows .brand-cols:nth-of-type(8n+5) img,
  .brand-rows .brand-cols:nth-of-type(8n+1) img {
    position: relative;
    width: 203.5% !important;
    left: -50%;
  }
  .brand-rows .brand-cols:first-child {
    width: 100% !important;
  }
  .brand-rows .brand-cols:first-child img {
    position: relative;
    width: 100% !important;
    left: 0;
  }
  #wrap .main-content .view-team .member .photo a .efect img {
    margin: 0;
  }
}
@media screen and (max-width: 950px) {
  .header #logo img {
    width: 71px;
    margin-top: 5px;
  }
  .page-protfolio {
    width: auto !important;
  }
  .page-team {
    width: 640px !important;
  }
  .portf-rows {
    margin-bottom: 0;
  }
  .portf-rows.portf-even .portf-cols,
  .portf-rows.portf-even .portf-cols-m {
    float: left;
    margin-right: 0;
  }
  .portf-rows.portf-even .portf-cols:nth-child(even),
  .portf-rows.portf-even .portf-cols-m:nth-child(even) {
    padding-left: 5px;
  }
  .portf-rows.portf-even .portf-cols:nth-child(odd),
  .portf-rows.portf-even .portf-cols-m:nth-child(odd) {
    padding-right: 5px;
  }
  .portf-rows.portf-odd .portf-cols,
  .portf-rows.portf-odd .portf-cols-m {
    float: right;
    margin-left: 0;
  }
  .portf-rows.portf-odd .portf-cols:first-child,
  .portf-rows.portf-odd .portf-cols-m:first-child {
    margin-right: 0;
  }
  .portf-rows.portf-odd .portf-cols:nth-child(even),
  .portf-rows.portf-odd .portf-cols-m:nth-child(even) {
    padding-right: 5px;
  }
  .portf-rows.portf-odd .portf-cols:nth-child(odd),
  .portf-rows.portf-odd .portf-cols-m:nth-child(odd) {
    padding-left: 5px;
  }
  .portf-rows .portf-cols,
  .portf-rows .portf-cols-m {
    width: 50%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .portf-rows .portf-cols.short-description,
  .portf-rows .portf-cols-m.short-description {
    height: auto;
  }
  .portf-rows .portf-cols.short-description h2,
  .portf-rows .portf-cols-m.short-description h2 {
    font-size: 36px;
    line-height: 30px;
    margin: 25px 0 25px 10px;
  }
  .portf-rows .portf-cols.short-description h2 a sup,
  .portf-rows .portf-cols-m.short-description h2 a sup {
    top: -14px;
  }
  .portf-rows .portf-cols.short-description p,
  .portf-rows .portf-cols-m.short-description p {
    margin-bottom: 0;
    padding: 0;
  }
  .portf-rows .portf-cols:last-child,
  .portf-rows .portf-cols-m:last-child {
    margin: 0;
    display: block !important;
  }
  .portf-rows .portf-cols a img,
  .portf-rows .portf-cols-m a img {
    width: 100%;
  }
  .portf-rows .portf-cols .title-and-company,
  .portf-rows .portf-cols-m .title-and-company {
    display: none;
  }
  .portf-rows .portf-cols-m .portf-colls {
    float: left;
    width: 50%;
    height: auto;
    box-sizing: border-box;
  }
  .portf-rows .portf-cols-m .portf-colls.portf-coll-1,
  .portf-rows .portf-cols-m .portf-colls.portf-coll-3 {
    padding-right: 5px;
    margin: 0;
  }
  .portf-rows .portf-cols-m .portf-colls.portf-coll-2,
  .portf-rows .portf-cols-m .portf-colls.portf-coll-4 {
    padding-left: 5px;
    margin: 0;
  }
  .portf-rows .portf-cols-m .portf-colls a {
    display: block;
    position: relative;
  }
  .portf-rows .portf-cols-m .portf-colls a .tb-cell {
    width: 100%;
    height: 100%;
  }
  .portf-rows .portf-cols-m .portf-colls a .title-and-company .word-wrap {
    font-size: 13px;
    line-height: 1.3;
  }
  .member-portfolios .portf-rows .portf-cols {
    margin-right: 2%;
    width: 49%;
    height: auto;
  }
  .member-portfolios .portf-rows .portf-cols:nth-child(2n) {
    margin-right: 0;
  }
  .member-portfolios .portf-rows .portf-col-4 .author,
  .member-portfolios .portf-rows .portf-col-4 .job-title {
    padding: 0 20px;
  }
  .member-portfolios .portf-rows .author-image {
    width: 100%;
    min-height: auto;
  }
  .other-portfolios .portf-cols {
    margin-right: 0 !important;
  }
  .other-portfolios .short-description h2 {
    margin: 25px 0 !important;
  }
  #wrap .main-content h2.tiparituri a .title-row-2 {
    margin-left: 5px;
  }
  #wrap .main-content .view-team .administrative-dep .member:nth-child(4),
  #wrap .main-content .view-team .comercial-dep .member:nth-child(4),
  #wrap .main-content .view-team .creative-dep .member:nth-child(4),
  #wrap .main-content .view-team .administrative-dep .member:nth-child(6),
  #wrap .main-content .view-team .comercial-dep .member:nth-child(6),
  #wrap .main-content .view-team .creative-dep .member:nth-child(6) {
    padding-left: 0;
  }
  #wrap .main-content .view-team .administrative-dep .member:nth-child(4) .date-member,
  #wrap .main-content .view-team .comercial-dep .member:nth-child(4) .date-member,
  #wrap .main-content .view-team .creative-dep .member:nth-child(4) .date-member,
  #wrap .main-content .view-team .administrative-dep .member:nth-child(6) .date-member,
  #wrap .main-content .view-team .comercial-dep .member:nth-child(6) .date-member,
  #wrap .main-content .view-team .creative-dep .member:nth-child(6) .date-member {
    left: 0;
  }
  #wrap .main-content .view-team .administrative-dep .member:nth-child(3),
  #wrap .main-content .view-team .comercial-dep .member:nth-child(3),
  #wrap .main-content .view-team .creative-dep .member:nth-child(3),
  #wrap .main-content .view-team .administrative-dep .member:nth-child(5),
  #wrap .main-content .view-team .comercial-dep .member:nth-child(5),
  #wrap .main-content .view-team .creative-dep .member:nth-child(5),
  #wrap .main-content .view-team .administrative-dep .member:nth-child(7),
  #wrap .main-content .view-team .comercial-dep .member:nth-child(7),
  #wrap .main-content .view-team .creative-dep .member:nth-child(7) {
    padding-left: 136px;
  }
  #wrap .main-content .view-team .administrative-dep .member:nth-child(3) .date-member,
  #wrap .main-content .view-team .comercial-dep .member:nth-child(3) .date-member,
  #wrap .main-content .view-team .creative-dep .member:nth-child(3) .date-member,
  #wrap .main-content .view-team .administrative-dep .member:nth-child(5) .date-member,
  #wrap .main-content .view-team .comercial-dep .member:nth-child(5) .date-member,
  #wrap .main-content .view-team .creative-dep .member:nth-child(5) .date-member,
  #wrap .main-content .view-team .administrative-dep .member:nth-child(7) .date-member,
  #wrap .main-content .view-team .comercial-dep .member:nth-child(7) .date-member,
  #wrap .main-content .view-team .creative-dep .member:nth-child(7) .date-member {
    left: 136px;
  }
  .brand-rows .brand-cols a .title-and-company,
  .brand-rows .portf-cols a .title-and-company {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #wrap .main-content .view-team {
    margin: 0;
  }
  #wrap .main-content .view-team .administrative-dep,
  #wrap .main-content .view-team .comercial-dep,
  #wrap .main-content .view-team .creative-dep {
    position: relative;
  }
  #wrap .main-content .view-team .administrative-dep h2,
  #wrap .main-content .view-team .comercial-dep h2,
  #wrap .main-content .view-team .creative-dep h2 {
    margin: 112px 0 0;
    width: 50%;
    height: 70px;
    font-size: 15px;
  }
  #wrap .main-content .view-team .administrative-dep h2 span,
  #wrap .main-content .view-team .comercial-dep h2 span,
  #wrap .main-content .view-team .creative-dep h2 span {
    margin-right: 5px;
    float: right;
    clear: both;
  }
  #wrap .main-content .view-team .administrative-dep .member,
  #wrap .main-content .view-team .comercial-dep .member,
  #wrap .main-content .view-team .creative-dep .member {
    width: 50%;
    height: 170px;
    margin-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #wrap .main-content .view-team .administrative-dep .member .date-member,
  #wrap .main-content .view-team .comercial-dep .member .date-member,
  #wrap .main-content .view-team .creative-dep .member .date-member {
    text-align: left;
    left: auto !important;
    right: 0;
    top: 157px;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    text-align: right;
  }
  #wrap .main-content .view-team .administrative-dep .member .date-member .first-name,
  #wrap .main-content .view-team .comercial-dep .member .date-member .first-name,
  #wrap .main-content .view-team .creative-dep .member .date-member .first-name,
  #wrap .main-content .view-team .administrative-dep .member .date-member .last-name,
  #wrap .main-content .view-team .comercial-dep .member .date-member .last-name,
  #wrap .main-content .view-team .creative-dep .member .date-member .last-name {
    font-size: 12px;
  }
  #wrap .main-content .view-team .administrative-dep .member .date-member .function,
  #wrap .main-content .view-team .comercial-dep .member .date-member .function,
  #wrap .main-content .view-team .creative-dep .member .date-member .function {
    display: block;
    font-size: 10px;
    margin-top: 5px;
  }
  #wrap .main-content .view-team .administrative-dep .member .date-member .first-name,
  #wrap .main-content .view-team .comercial-dep .member .date-member .first-name,
  #wrap .main-content .view-team .creative-dep .member .date-member .first-name,
  #wrap .main-content .view-team .administrative-dep .member .date-member .last-name,
  #wrap .main-content .view-team .comercial-dep .member .date-member .last-name,
  #wrap .main-content .view-team .creative-dep .member .date-member .last-name {
    display: inline-block;
  }
  #wrap .main-content .view-team .administrative-dep .member .photo,
  #wrap .main-content .view-team .comercial-dep .member .photo,
  #wrap .main-content .view-team .creative-dep .member .photo {
    margin-right: -25px;
  }
  #wrap .main-content .view-team .member .photo a .efect img {
    margin: 23px 0 0 60px !important;
    width: 200px !important;
    height: auto !important;
  }
  #wrap .main-content .view-team .member .photo a .hands img {
    margin: 0;
    bottom: 0;
    left: 84px;
    width: 190px !important;
    height: auto !important;
  }
  #wrap .main-content .view-team .administrative-dep .member {
    background: url(/images/img-administrative-department.png?a4f92605389abeafb4be1dd09bb16d2a) no-repeat left 129px;
  }
  #wrap .main-content .view-team .comercial-dep .member {
    background: url(/images/img-comercial-department.png?226260a2c2b5434c975280252c9e6e9e) no-repeat left 129px;
  }
  #wrap .main-content .view-team .creative-dep .member {
    background: url(/images/img-creative-department.png?b43d1cfb88a82b9746d461431fd3cf03) no-repeat left 129px;
  }
}
@media screen and (max-width: 825px) {
  .video {
    background: none !important;
    height: auto;
  }
  .player {
    top: 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .footer-div .fb-like,
  .footer-div .copy,
  .footer-div .adresa,
  .footer-div .dev {
    display: none;
  }
  .footer-div .copyright {
    margin-left: 20px;
    margin-top: 3px;
  }
  .footer-div .footer-contacts {
    margin-right: 20px;
  }
  .footer-div .footer-contacts {
    margin: 3px 15px 0 0;
  }
  .footer-div .footer-contacts .tel {
    margin: 3px 15px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .page-team {
    width: auto !important;
  }
  .team-list .team-member {
    margin: 0 auto 10px;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 580px) {
  #wrap .main-content .left-section h1.page-title,
  #wrap .page-top.branding-page h1.page-title,
  #wrap .page-top.team-page h1.page-title {
    font-size: 34px;
  }
  .member-portfolios .author {
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
  }
  .member-portfolios .job-title {
    font-size: 16px;
    line-height: 16px;
  }
  .member-portfolios .author,
  .member-portfolios .job-title {
    padding: 0 !important;
    word-wrap: break-word;
  }
  #wrap {
    margin: 0 auto 20px;
  }
  .portf-rows {
    margin-bottom: 0;
  }
  .portf-rows .portf-cols.short-description,
  .portf-rows .portf-cols-m.short-description {
    display: table;
  }
  .portf-rows .portf-cols.short-description h2,
  .portf-rows .portf-cols-m.short-description h2 {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding-left: 10px;
    font-size: 26px;
    line-height: 23px;
  }
  .portf-rows .portf-cols.short-description h2 a sup,
  .portf-rows .portf-cols-m.short-description h2 a sup {
    font-size: 12px;
    font-weight: 300;
    top: -10px;
  }
  .portf-rows .portf-cols.short-description p,
  .portf-rows .portf-cols-m.short-description p {
    display: none;
  }
  #img-background .item-title h1.title-item {
    font-size: 24px;
  }
  #img-background .item-title h1.title-item .title-row-1,
  #img-background .item-title h1.title-item .title-row-2,
  #img-background .item-title h1.title-item .title-row-3,
  #img-background .item-title h1.title-item .title-row-4 {
    padding: 4px 10px !important;
  }
  #slides .slides-container .snp .title-slide span {
    padding: 0;
    margin-bottom: 4px;
  }
  #slides .slides-container .snp .title-slide .title-row-1 .block-revealer__content,
  #slides .slides-container .snp .title-slide .title-row-2 .block-revealer__content,
  #slides .slides-container .snp .title-slide .title-row-3 .block-revealer__content,
  #slides .slides-container .snp .title-slide .title-row-4 .block-revealer__content {
    padding: 0 !important;
  }
  #slides .slides-container .snp .title-slide .block-revealer__element {
    top: 0;
    height: 19px;
  }
  #map_canvas {
    height: 355px;
  }
  #wrap.contacts h1 {
    width: 100% !important;
    margin: 120px 0 150px !important;
  }
  #wrap.contacts .contacts-pfe,
  #wrap.contacts .contacts-adr {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #wrap.contacts #contact-form {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #wrap .main-content section.left-section .commercial-col ul.commercial,
  #wrap .main-content section.right-section .commercial-col ul.commercial {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-width: 45%;
    column-width: 45%;
    padding: 0;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-photos-item {
    width: 100% !important;
  }
  .portfolio-photos-container .portfolio-photos .portfolio-photos-item .portfolio-img-block {
    margin: 0;
  }
  .brand-rows .brand-cols {
    margin-bottom: 3%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+1),
  .brand-rows .brand-cols:nth-of-type(8n+2),
  .brand-rows .brand-cols:nth-of-type(8n+5),
  .brand-rows .brand-cols:nth-of-type(8n+6),
  .brand-rows .brand-cols:nth-of-type(8n+3),
  .brand-rows .brand-cols:nth-of-type(8n+4),
  .brand-rows .brand-cols:nth-of-type(8n+7),
  .brand-rows .brand-cols:nth-of-type(8n+8) {
    width: 48.5%;
    float: left;
  }
  .brand-rows .brand-cols.small {
    width: 48.5% !important;
  }
  .brand-rows .brand-cols.small:nth-of-type(8n+2),
  .brand-rows .brand-cols.small:nth-of-type(8n+6) {
    margin-right: 3%;
  }
  .brand-rows .brand-cols.medium:nth-of-type(8n+5) {
    margin-left: 0;
    margin-right: 3%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+1) {
    margin-right: 0;
  }
  .brand-rows .brand-cols:nth-of-type(8n+2) {
    margin-right: 3%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+3) {
    margin-right: 0;
  }
  .brand-rows .brand-cols:nth-of-type(8n+4) {
    margin-right: 3%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+5) {
    margin-left: 0;
  }
  .brand-rows .brand-cols:nth-of-type(8n+6) {
    margin-left: 0;
    margin-right: 3%;
  }
  .brand-rows .brand-cols:nth-of-type(8n+7) {
    margin-left: 0;
  }
  .brand-rows .brand-cols:nth-of-type(8n+8) {
    margin-left: 0;
    margin-right: 3%;
  }
  #wrap.page-jobs .main-content .left-section .col1,
  #wrap.page-jobs .main-content .right-section .col1,
  #wrap.page-jobs .main-content .left-section .col2,
  #wrap.page-jobs .main-content .right-section .col2 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  .footer-div .instagram,
  .footer-div .youtube {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .member-portfolios .author {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  #wrap.contacts .send-action {
    text-align: center;
  }
  #wrap.contacts .send-action #captcha-img {
    float: none !important;
    display: inline-block;
    margin-bottom: -13px;
  }
  #wrap.contacts .send-action input[type="text"] {
    display: inline-block;
    margin-bottom: 15px;
  }
  #wrap.contacts .send-action .btn {
    float: none !important;
    display: inline-block;
    margin-bottom: 0;
  }
  #wrap.contacts .send-action .response {
    text-align: center !important;
  }
}
@media screen and (max-height: 480px) {
  #slides {
    min-height: 400px;
  }
}
/*----------------------------------------------------------------------------*/
/*fonts include*/
/*---------------------------------------------------------------------------------------
                UBUNTU
----------------------------------------------------------------------------------------*/
/**/

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
  display: none;
}
.slides-navigation a.next {
  right: 0;
  display: none;
}

.slides-pagination {
  /*position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;*/
	position: fixed;
	z-index: 3;
  text-align: center;
  width: 10px;
	top: 50%;
	right: 20px;
  transform: translateY(-50%);
}
.slides-pagination a {
  border-radius: 8px;
  width: 8px;
  height: 8px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #ffffff;
  opacity: 0.3;
  /*box-shadow: 1px 1px 0px #888888;*/
  transition: opacity 0.3s;
}
.slides-pagination a:last-child {
  margin: 0;
}
.slides-pagination a.current {
  opacity: 1;
}


