html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.projects {
  background: #f2f2f2;
}
.projects a {
  text-decoration: none;
}
.projects h1 {
  font-size: 2em;
  margin: 1em 20px;
}
.projects .description p {
  margin: 1em 20px;
}
.projects .content {
  width: 1310px;
  margin: 44px auto 0 auto;
}
.projects .details {
  font-family: "roboto-light";
  font-size: 10px;
  color: #fff;
  margin: 20px 0 0 20px;
  display: none;
}
.projects .details span {
  display: block;
}
.projects .details span.line {
  width: 30px;
  height: 1px;
  margin-top: 5px;
  background: #fff;
}
.projects .details span.date {
  margin-top: 5px;
  font-family: "roboto-medium";
}
.projects .filters-container {
  position: relative;
}
.projects .filters-container:after {
  content: "";
  display: block;
  clear: both;
}
.projects .filters-container .icon {
  background: url("../../img/projectsGrid/filter.svg");
  display: block;
  width: 17px;
  height: 17px;
  float: left;
  margin-left: 20px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.projects .filters-container .more-filters:after {
  content: "";
  display: block;
  clear: both;
}
.projects .filters-container a {
  text-transform: uppercase;
  color: #000;
  font-family: "roboto-regular";
  font-size: 14px;
  text-decoration: none;
  line-height: 17px;
  position: relative;
}
.projects .filters-container a.more-filters {
  position: absolute;
  display: block;
  z-index: 1;
}
.projects .filters-container a .text {
  margin-left: 10px;
  float: left;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.projects .filters-container .filters-type {
  margin-left: 49px;
  z-index: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.projects .filters-container .filters-type li {
  margin-right: 15px;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
}
.projects .filters-container .filters-type li a:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #c1c1c1;
  position: absolute;
  left: 50%;
  bottom: -2px;
  display: block;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.projects .filters-container .filters-type li:hover a:after, .projects .filters-container .filters-type li.active a:after {
  width: 100%;
  left: 0;
}
.projects .filters-container.open .more-filters {
  z-index: 0;
}
.projects .filters-container.open .more-filters .icon {
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.projects .filters-container.open .more-filters .text {
  opacity: 0;
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.projects .filters-container.open .filters-type {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
.projects .filters-container.hidden {
  display: none;
}
.projects .col {
  width: 320px;
  margin-top: 20px;
  display: block;
  float: left;
  margin-right: 10px;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
}
.projects .col.hidden {
  opacity: 0;
}
.projects .col.hidden.col-0 {
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.projects .col.hidden.col-1 {
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}
.projects .col.hidden.col-2 {
  -moz-transform: translateY(450px);
  -ms-transform: translateY(450px);
  -webkit-transform: translateY(450px);
  transform: translateY(450px);
}
.projects .col.hidden.col-3 {
  -moz-transform: translateY(600px);
  -ms-transform: translateY(600px);
  -webkit-transform: translateY(600px);
  transform: translateY(600px);
}
.projects .col.hidden.col-4 {
  -moz-transform: translateY(750px);
  -ms-transform: translateY(750px);
  -webkit-transform: translateY(750px);
  transform: translateY(750px);
}
.projects .col:last-child {
  margin-right: 0;
}
.projects .col .box {
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
  display: block;
  opacity: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(65%);
  filter: grayscale(65%);
}
.projects .col .box:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.projects .col .box.small {
  width: 320px;
  height: 180px;
  max-height: 180px;
}
.projects .col .box.big {
  width: 320px;
  height: 370px;
  max-height: 370px;
}
.projects .col .box.hidden {
  margin: 0;
  max-height: 0;
}
.projects .col .box .edit {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.home {
  height: 100%;
  overflow: hidden;
}
.home .content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 600px 600px;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  opacity: 0.8;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-family: "roboto-light";
  font-size: 15px;
  letter-spacing: 0em;
  z-index: 5;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}
.home .content .triangle.show {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home .content .triangle.show .controls ul li:nth-child(0) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
}
.home .content .triangle.show .controls ul li:nth-child(1) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  opacity: 1;
}
.home .content .triangle.show .controls ul li:nth-child(2) {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  opacity: 1;
}
.home .content .triangle.show .controls ul li:nth-child(3) {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  opacity: 1;
}
.home .content .triangle.show .controls ul li:nth-child(4) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  opacity: 1;
}
.home .content .triangle .project-spec {
  position: absolute;
  bottom: -540px;
  right: 20px;
  width: 360px;
  color: #000;
  text-decoration: none;
}
.home .content .triangle .project-spec h2 {
  font-family: "roboto-medium";
  font-size: 35px;
}
.home .content .triangle .project-spec span.subtitle {
  color: #bd091b;
  text-decoration: none;
  margin-top: 12px;
  display: block;
}
.home .content .triangle .project-spec p {
  text-transform: uppercase;
  margin-top: 14px;
}
.home .content .triangle .project-spec .line {
  width: 85px;
  height: 2px;
  background: #000;
  display: block;
  margin-top: 12px;
}
.home .content .triangle .controls {
  display: block;
  width: 200px;
  height: 28px;
  position: absolute;
  top: 370px;
  right: 306px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.home .content .triangle .controls ul li {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin: 0 2px;
  color: #fff;
  line-height: 28px;
}
.home .content .triangle .controls ul li.count {
  text-align: right;
}
.home .content .triangle .controls ul li.box {
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.home .content .triangle .controls ul li.box:hover {
  background-color: white;
}
.home .content .triangle .controls ul li .next, .home .content .triangle .controls ul li .back {
  display: block;
  width: 100%;
  height: 100%;
}
.home .content .triangle .controls ul li .back {
  background: url("../img/arrow.png") no-repeat;
  background-position: 10px center;
  -moz-transform: rotateZ(-135deg);
  -ms-transform: rotateZ(-135deg);
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
}
.home .content .triangle .controls ul li .next {
  background: url("../img/arrow.png") no-repeat;
  background-position: 10px center;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.home .content .triangle .controls ul li svg {
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 70%;
  margin: 15% 0 0 15%;
  fill: #bd091b;
}
.home .main-container {
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 3;
  display: none;
}
.home .main-container.current {
  display: block;
  z-index: 2;
}
.home .main-container.next {
  display: block;
  z-index: 1;
}
.home .main-container.intro {
  display: block;
}
.home .main-container.intro .background {
  transform-origin: top left;
  position: absolute;
  width: 1366px;
  height: 768px;
}
.home .main-container.intro .background .overlay {
  position: absolute;
  overflow: hidden;
}
.home .main-container.intro .background .overlay video {
  position: absolute;
}
.home .main-container.intro .background .saber {
  width: 138px;
  height: 72px;
  top: 521px;
  left: 200px;
}
.home .main-container.intro .background .xwing {
  width: 1124px;
  height: 632px;
  top: 0px;
  left: 0px;
}
.home .main-container.intro .background .r2d2 {
  display: block;
  background-image: url(../../img/home/r2d2.gif);
  width: 30px;
  height: 16px;
  top: 458px;
  left: 693px;
}
.home .main-container.intro .background .leia {
  width: 173px;
  height: 116px;
  top: 427px;
  left: 517px;
}
.home .main-container.intro .logo {
  position: absolute;
  font-family: "roboto-regular";
  font-size: 13px;
  letter-spacing: 0em;
  width: 180px;
  height: 110px;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -90px;
}
.home .main-container.intro .logo .logo-svg {
  display: block;
  background: url("../img/lumini.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 95px;
}
.home .main-container.intro .logo span {
  display: block;
  text-align: center;
}
.home .main-container.intro .logo span:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  float: left;
  margin-top: 6px;
}
.home .main-container.intro .logo span:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  float: right;
  margin-top: 6px;
}
.home .main-container.intro .instructions {
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
  bottom: 20px;
  left: 0;
  font-family: "roboto-light";
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.home .main-container.intro .instructions .mouse {
  display: block;
  width: 50px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}
.home .main-container.intro .instructions .mouse .mouse-svg {
  display: block;
  background: url("../img/mouse.svg");
  width: 12px;
  height: 22px;
  margin: 7px auto 0 auto;
  position: relative;
}
.home .main-container.intro .instructions .mouse .mouse-svg:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 4px 0px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 22px;
  top: 8px;
}
.home .main-container.intro .instructions .mouse .mouse-svg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0px 4px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 22px;
  top: 8px;
}
.home .intro {
  color: #fff;
}
.home .intro.hidden .logo {
  opacity: 0;
}
.home .intro.hidden .logo .logo-svg-container {
  width: 0;
}
.home .intro.hidden .logo span {
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  opacity: 0;
}
.home .intro.hidden .instructions {
  opacity: 0;
}
.home .intro .logo {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  font-family: "roboto-regular";
  font-size: 13px;
  letter-spacing: 0em;
  width: 180px;
  height: 110px;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -90px;
}
.home .intro .logo .logo-svg-container {
  overflow: hidden;
  width: 180px;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.home .intro .logo .logo-svg {
  margin-left: 16px;
  display: block;
  background: url("../img/logo-lumini.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 180px;
  height: 95px;
}
.home .intro .logo span {
  display: block;
  text-align: center;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.home .intro .logo span:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  float: left;
  margin-top: 6px;
}
.home .intro .logo span:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  float: right;
  margin-top: 6px;
}
.home .intro .instructions {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
  bottom: 20px;
  left: 0;
  font-family: "roboto-light";
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.home .intro .instructions .mouse {
  display: block;
  width: 50px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}
.home .intro .instructions .mouse .mouse-svg {
  display: block;
  background: url("../img/mouse.svg");
  width: 12px;
  height: 22px;
  margin: 7px auto 0 auto;
  position: relative;
}
.home .intro .instructions .mouse .mouse-svg:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 4px 0px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 22px;
  top: 8px;
}
.home .intro .instructions .mouse .mouse-svg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0px 4px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 22px;
  top: 8px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.directors {
  overflow-x: hidden;
  background: #f2f2f2;
}
.directors.hidden .anim {
  opacity: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.directors .anim {
  opacity: 1;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.directors .delay-index-1 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.directors .delay-index-2 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.directors .delay-index-3 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.directors .delay-index-4 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.directors .delay-index-5 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.directors .delay-index-6 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.directors .delay-index-7 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.directors .delay-index-8 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.directors .delay-index-9 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.directors .delay-index-10 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.directors .video-modal {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  z-index: -10;
  opacity: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.directors .video-modal .close-label {
  text-transform: uppercase;
}
.directors .video-modal .video {
  position: relative;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  z-index: 22;
}
.directors .video-modal .video video {
  width: 100%;
  max-width: 815px;
  z-index: 23;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.directors .video-modal .video .progress {
  position: relative;
  display: block;
  width: 100%;
  max-width: 815px;
  margin: 0 auto;
  height: 3px;
}
.directors .video-modal .video .progress span {
  position: absolute;
  display: block;
  width: 0%;
  left: 0;
  top: -3px;
  height: 3px;
  background: #bd091b;
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.25, 0.15, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.25, 0.15, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.25, 0.15, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.25, 0.15, 1);
}
.directors .video-modal .video .play {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  left: 50%;
  top: 50%;
  border: 3px solid #bd091b;
  border-radius: 50%;
  opacity: 1;
  z-index: 24;
  cursor: pointer;
  -moz-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -o-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -webkit-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
}
.directors .video-modal .video .play.hidden {
  opacity: 0;
}
.directors .video-modal .video .play .btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.directors .video-modal .video .play .btn:before, .directors .video-modal .video .play .btn:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 40px;
  display: block;
  top: 20px;
  background: #bd091b;
  opacity: 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.directors .video-modal .video .play .btn:before {
  left: 24px;
}
.directors .video-modal .video .play .btn:after {
  right: 24px;
}
.directors .video-modal .video .play:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 28.8px solid #bd091b;
  margin-top: -24px;
  margin-left: -12px;
  -moz-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -o-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -webkit-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.directors .video-modal .video .play:hover {
  opacity: 1;
}
.directors .video-modal .video .play:hover:after {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.directors .video-modal .video .play:hover .btn:before, .directors .video-modal .video .play:hover .btn:after {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.directors .video-modal .video .play.active:after {
  opacity: 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.directors .video-modal .video .play.active .btn:before, .directors .video-modal .video .play.active .btn:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.directors .video-modal.show {
  z-index: 22;
  opacity: 1;
}
.directors .video-modal.show .video {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.directors .content {
  width: 890px;
  margin: 0 auto;
  text-align: center;
}
.directors .content h2 {
  font-family: "roboto-medium";
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 92px;
}
.directors .content .line {
  display: block;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  background: #000;
  margin: 16px auto 0 auto;
}
.directors .content .text {
  margin-top: 50px;
}
.directors .content .text:after {
  content: "";
  clear: both;
  display: block;
}
.directors .content .text h3 {
  font-family: "roboto-medium";
  font-size: 25px;
  float: left;
  text-transform: uppercase;
}
.directors .content .text .vertical-line {
  width: 1px;
  display: block;
  height: 30px;
  background: #000;
  float: left;
  margin: 0 15px 0 20px;
}
.directors .content .text p {
  font-family: "roboto-light";
  font-size: 14px;
  text-align: left;
  color: #4e4e4e;
}
.directors .content .directors-list {
  margin-top: 30px;
}
.directors .content .directors-list .delay-index-1 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.directors .content .directors-list .delay-index-2 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.directors .content .directors-list .delay-index-3 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 225ms;
  -o-transition-delay: 225ms;
  -webkit-transition-delay: 225ms;
  transition-delay: 225ms;
}
.directors .content .directors-list .delay-index-4 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.directors .content .directors-list .delay-index-5 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 375ms;
  -o-transition-delay: 375ms;
  -webkit-transition-delay: 375ms;
  transition-delay: 375ms;
}
.directors .content .directors-list .delay-index-6 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.directors .content .directors-list .delay-index-7 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 525ms;
  -o-transition-delay: 525ms;
  -webkit-transition-delay: 525ms;
  transition-delay: 525ms;
}
.directors .content .directors-list .delay-index-8 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.directors .content .directors-list .delay-index-9 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 675ms;
  -o-transition-delay: 675ms;
  -webkit-transition-delay: 675ms;
  transition-delay: 675ms;
}
.directors .content .directors-list .delay-index-10 {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.directors .content .directors-list li {
  display: inline-block;
  text-transform: uppercase;
  font-family: "roboto-regular";
  font-size: 15px;
  line-height: 20px;
  opacity: 0.2;
  text-align: left;
  margin: 0 25px 0 25px;
}
.directors .content .directors-list li a {
  text-decoration: none;
  color: #000;
}
.directors .content .directors-list li:hover {
  opacity: 0.5;
}
.directors .content .directors-list li.active {
  opacity: 1;
}
.directors .content .directors-list li .bold {
  display: block;
  font-family: "roboto-bold";
  font-size: 20px;
}
.directors .content .videos {
  width: 888px;
  height: 272px;
  position: relative;
}
.directors .content .videos .videos-container .videos-list {
  width: 100%;
  margin-top: 28px;
  position: relative;
}
.directors .content .videos .videos-container .videos-list:after {
  content: "";
  display: block;
  clear: both;
}
.directors .content .videos .videos-container .videos-list li {
  width: 220px;
  height: 120px;
  background: url("../img/directors/video_image.jpg") no-repeat center center;
  background-size: cover;
  float: left;
  display: table;
  margin: 1px;
  position: relative;
  overflow: hidden;
  -moz-transition: -moz-transform 500ms ease-in;
  -o-transition: -o-transform 500ms ease-in;
  -webkit-transition: -webkit-transform 500ms ease-in;
  transition: transform 500ms ease-in;
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  opacity: 0;
}
.directors .content .videos .videos-container .videos-list li span {
  display: table-cell;
  vertical-align: middle;
  font-family: "roboto-medium";
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 1;
}
.directors .content .videos .videos-container .videos-list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bd091b;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.directors .content .videos .videos-container .videos-list li:hover span {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.directors .content .videos .videos-container .videos-list li:hover:after {
  opacity: 0.7;
}
.directors .content .videos .videos-container .videos-list li.out {
  opacity: 1;
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(0) {
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(1) {
  -moz-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(2) {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(3) {
  -moz-transition-delay: 225ms;
  -o-transition-delay: 225ms;
  -webkit-transition-delay: 225ms;
  transition-delay: 225ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(4) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(5) {
  -moz-transition-delay: 375ms;
  -o-transition-delay: 375ms;
  -webkit-transition-delay: 375ms;
  transition-delay: 375ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(6) {
  -moz-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(7) {
  -moz-transition-delay: 525ms;
  -o-transition-delay: 525ms;
  -webkit-transition-delay: 525ms;
  transition-delay: 525ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(8) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(9) {
  -moz-transition-delay: 675ms;
  -o-transition-delay: 675ms;
  -webkit-transition-delay: 675ms;
  transition-delay: 675ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(10) {
  -moz-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(11) {
  -moz-transition-delay: 825ms;
  -o-transition-delay: 825ms;
  -webkit-transition-delay: 825ms;
  transition-delay: 825ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(12) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(13) {
  -moz-transition-delay: 975ms;
  -o-transition-delay: 975ms;
  -webkit-transition-delay: 975ms;
  transition-delay: 975ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(14) {
  -moz-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  -webkit-transition-delay: 1050ms;
  transition-delay: 1050ms;
}
.directors .content .videos .videos-container .videos-list li.out:nth-child(15) {
  -moz-transition-delay: 1125ms;
  -o-transition-delay: 1125ms;
  -webkit-transition-delay: 1125ms;
  transition-delay: 1125ms;
}
.directors .content .videos .videos-container .videos-list li.in {
  opacity: 1;
  -moz-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  -webkit-transform: translateX(0vw);
  transform: translateX(0vw);
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(0) {
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(1) {
  -moz-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(2) {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(3) {
  -moz-transition-delay: 225ms;
  -o-transition-delay: 225ms;
  -webkit-transition-delay: 225ms;
  transition-delay: 225ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(4) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(5) {
  -moz-transition-delay: 375ms;
  -o-transition-delay: 375ms;
  -webkit-transition-delay: 375ms;
  transition-delay: 375ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(6) {
  -moz-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(7) {
  -moz-transition-delay: 525ms;
  -o-transition-delay: 525ms;
  -webkit-transition-delay: 525ms;
  transition-delay: 525ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(8) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(9) {
  -moz-transition-delay: 675ms;
  -o-transition-delay: 675ms;
  -webkit-transition-delay: 675ms;
  transition-delay: 675ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(10) {
  -moz-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(11) {
  -moz-transition-delay: 825ms;
  -o-transition-delay: 825ms;
  -webkit-transition-delay: 825ms;
  transition-delay: 825ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(12) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(13) {
  -moz-transition-delay: 975ms;
  -o-transition-delay: 975ms;
  -webkit-transition-delay: 975ms;
  transition-delay: 975ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(14) {
  -moz-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  -webkit-transition-delay: 1050ms;
  transition-delay: 1050ms;
}
.directors .content .videos .videos-container .videos-list li.in:nth-child(15) {
  -moz-transition-delay: 1125ms;
  -o-transition-delay: 1125ms;
  -webkit-transition-delay: 1125ms;
  transition-delay: 1125ms;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.project {
  z-index: 21;
  overflow-y: auto;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  -webkit-transition: all 700ms;
  transition: all 700ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.project .delay-index-1 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  opacity: 1;
}
.project .delay-index-2 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
  opacity: 1;
}
.project .delay-index-3 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
  opacity: 1;
}
.project .delay-index-4 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
  opacity: 1;
}
.project .delay-index-5 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
  opacity: 1;
}
.project .delay-index-6 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
  opacity: 1;
}
.project .delay-index-7 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
  opacity: 1;
}
.project .delay-index-8 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms;
  opacity: 1;
}
.project .delay-index-9 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
  opacity: 1;
}
.project .delay-index-10 {
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transition-delay: 3300ms;
  -o-transition-delay: 3300ms;
  -webkit-transition-delay: 3300ms;
  transition-delay: 3300ms;
  opacity: 1;
}
.project.hidden {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.project.hidden .delay-index-1 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-2 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-3 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-4 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-5 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-6 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-7 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-8 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-9 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project.hidden .delay-index-10 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project .container {
  position: relative;
  background: #f2f2f2;
  padding-top: 25px;
  display: block;
}
.project .row {
  display: block;
  margin-top: 40px;
}
.project .row:after {
  content: "";
  display: block;
  clear: both;
}
.project .col2 {
  display: block;
  width: 50%;
  float: left;
  opacity: 1;
}
.project .col2 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.project .col2 img.right {
  margin-left: 10px;
}
.project .col3 {
  display: block;
  width: 33.3333%;
  float: left;
  box-sizing: border-box;
}
.project .content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.project .project-info {
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  font-family: "roboto-light";
  font-size: 20px;
  line-height: 28px;
}
.project .project-info .bold, .project .project-info strong {
  font-family: "roboto-bold";
}
.project .project-info img {
  border: 1px solid white;
}
.project .big-image img {
  max-width: 100%;
  height: auto;
}
.project .video {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
}
.project .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #bd091b;
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.25, 0.15, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.25, 0.15, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.25, 0.15, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.25, 0.15, 1);
}
.project .video video {
  display: block;
  width: 100%;
  position: relative;
}
.project .video .play {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  left: 50%;
  top: 50%;
  border: 3px solid #bd091b;
  border-radius: 50%;
  opacity: 1;
  -moz-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -o-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -webkit-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
}
.project .video .play.hidden {
  opacity: 0;
}
.project .video .play .btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.project .video .play .btn:before, .project .video .play .btn:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 40px;
  display: block;
  top: 20px;
  background: #bd091b;
  opacity: 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.project .video .play .btn:before {
  left: 24px;
}
.project .video .play .btn:after {
  right: 24px;
}
.project .video .play:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 28.8px solid #bd091b;
  margin-top: -24px;
  margin-left: -12px;
  -moz-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -o-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -webkit-transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  transition: all 500ms cubic-bezier(0.5, 0.25, 0.15, 1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.project .video .play:hover {
  opacity: 1;
}
.project .video .play:hover:after {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.project .video .play:hover .btn:before, .project .video .play:hover .btn:after {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.project .video .play.active:after {
  opacity: 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.project .video .play.active .btn:before, .project .video .play.active .btn:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.project .statistics {
  background: #e4e3e3;
  width: 100%;
  height: 286px;
  border-bottom: #c1c1c1;
  position: relative;
  z-index: 1;
}
.project .statistics .content {
  width: 748px;
  height: 115px;
}
.project .statistics .content div {
  display: block;
  float: left;
  width: 33.3333%;
  margin-top: 82px;
}
.project .statistics .content div .uppercase {
  font-family: "roboto-light";
  font-size: 17px;
}
.project .statistics .content div .line {
  display: block;
  height: 1px;
  width: 130px;
  background: #000;
  margin-top: 12px;
}
.project .statistics .content div .value {
  font-family: "roboto-black";
  font-size: 45px;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
.project .statistics .content div .value .big {
  font-size: 110px;
}
.project .statistics .content div .value.letters {
  position: relative;
  display: block;
}
.project .statistics .content div .value.letters .figure {
  overflow: hidden;
  height: 110px;
  display: block;
  position: relative;
}
.project .statistics .content div .value.letters .small-1 {
  position: absolute;
  left: 65px;
  bottom: 7px;
}
.project .statistics .content div .value.letters .small-2 {
  position: absolute;
  left: 110px;
  bottom: 7px;
}
.project .statistics .content div .value.letters .small-3 {
  position: absolute;
  left: 160px;
  bottom: 7px;
}
.project .statistics .content div .value.letters .letter {
  width: 65px;
  word-wrap: break-word;
  position: absolute;
  top: 0;
  -moz-transition: all 300ms cubic-bezier(0.485, 0.45, 0.325, 1.01);
  -o-transition: all 300ms cubic-bezier(0.485, 0.45, 0.325, 1.01);
  -webkit-transition: all 300ms cubic-bezier(0.485, 0.45, 0.325, 1.01);
  transition: all 300ms cubic-bezier(0.485, 0.45, 0.325, 1.01);
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  letter-spacing: 0;
}
.project .statistics .content div .value.letters .letter.letter-1 {
  left: 0;
}
.project .statistics .content div .value.letters .letter.letter-2 {
  left: 50px;
}
.project .statistics .content div .value.letters .letter.letter-3 {
  left: 100px;
}
.project .statistics .content div .value.letters .letter.let-anim-0 {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.project .statistics .content div .value.letters .letter.let-anim-1 {
  -moz-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
}
.project .statistics .content div .value.letters .letter.let-anim-2 {
  -moz-transform: translateY(-220px);
  -ms-transform: translateY(-220px);
  -webkit-transform: translateY(-220px);
  transform: translateY(-220px);
  -moz-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.project .statistics .content div .value.letters .letter.let-anim-3 {
  -moz-transform: translateY(-330px);
  -ms-transform: translateY(-330px);
  -webkit-transform: translateY(-330px);
  transform: translateY(-330px);
  -moz-transition-duration: 1050ms;
  -o-transition-duration: 1050ms;
  -webkit-transition-duration: 1050ms;
  transition-duration: 1050ms;
}
.project .statistics .content div .value.letters .letter.let-anim-4 {
  -moz-transform: translateY(-440px);
  -ms-transform: translateY(-440px);
  -webkit-transform: translateY(-440px);
  transform: translateY(-440px);
  -moz-transition-duration: 1300ms;
  -o-transition-duration: 1300ms;
  -webkit-transition-duration: 1300ms;
  transition-duration: 1300ms;
}
.project .statistics .content div .value.letters .letter.let-anim-5 {
  -moz-transform: translateY(-550px);
  -ms-transform: translateY(-550px);
  -webkit-transform: translateY(-550px);
  transform: translateY(-550px);
  -moz-transition-duration: 1550ms;
  -o-transition-duration: 1550ms;
  -webkit-transition-duration: 1550ms;
  transition-duration: 1550ms;
}
.project .statistics .content div .value.letters .letter.let-anim-6 {
  -moz-transform: translateY(-660px);
  -ms-transform: translateY(-660px);
  -webkit-transform: translateY(-660px);
  transform: translateY(-660px);
  -moz-transition-duration: 1800ms;
  -o-transition-duration: 1800ms;
  -webkit-transition-duration: 1800ms;
  transition-duration: 1800ms;
}
.project .statistics .content div .value.letters .letter.let-anim-7 {
  -moz-transform: translateY(-770px);
  -ms-transform: translateY(-770px);
  -webkit-transform: translateY(-770px);
  transform: translateY(-770px);
  -moz-transition-duration: 2050ms;
  -o-transition-duration: 2050ms;
  -webkit-transition-duration: 2050ms;
  transition-duration: 2050ms;
}
.project .statistics .content div .value.letters .letter.let-anim-8 {
  -moz-transform: translateY(-880px);
  -ms-transform: translateY(-880px);
  -webkit-transform: translateY(-880px);
  transform: translateY(-880px);
  -moz-transition-duration: 2300ms;
  -o-transition-duration: 2300ms;
  -webkit-transition-duration: 2300ms;
  transition-duration: 2300ms;
}
.project .statistics .content div .value.letters .letter.let-anim-9 {
  -moz-transform: translateY(-990px);
  -ms-transform: translateY(-990px);
  -webkit-transform: translateY(-990px);
  transform: translateY(-990px);
  -moz-transition-duration: 2550ms;
  -o-transition-duration: 2550ms;
  -webkit-transition-duration: 2550ms;
  transition-duration: 2550ms;
}
.project .statistics .content div .value.letters .letter.let-anim-10 {
  -moz-transform: translateY(-1100px);
  -ms-transform: translateY(-1100px);
  -webkit-transform: translateY(-1100px);
  transform: translateY(-1100px);
  -moz-transition-duration: 2800ms;
  -o-transition-duration: 2800ms;
  -webkit-transition-duration: 2800ms;
  transition-duration: 2800ms;
}
.project .other-projects {
  width: 100%;
  background: #fff;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.project .other-projects .info {
  color: white;
  font-family: "roboto-light";
  font-size: 10px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
}
.project .other-projects .info .details {
  display: none;
}
.project .other-projects .info .details span {
  display: block;
  margin-left: 25px;
}
.project .other-projects .info .details span:first-child {
  margin-top: 14px;
}
.project .other-projects .info .details .line {
  display: block;
  width: 30px;
  height: 1px;
  background: white;
  margin: 5px 0 5px 25px;
}
.project .other-projects .more {
  font-family: "roboto-bold";
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 70px;
  text-transform: uppercase;
}
.project .other-projects .three-projects {
  display: block;
  width: 920px;
  height: 165px;
  margin: auto;
  position: relative;
}
.project .other-projects .three-projects .col3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 293px;
  height: 100%;
  position: absolute;
}
.project .contact-bg {
  width: 100%;
  height: 220px;
  position: relative;
  display: block;
}
.project .project-contact {
  height: 220px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  text-align: center;
  font-family: "roboto-regular";
  font-size: 15px;
  -webkit-animation: noop 1ms infinite;
}
.project .project-contact .contact-content {
  width: 190px;
  margin: auto;
}
.project .project-contact .uppercase {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.project .project-contact .button {
  display: block;
  text-decoration: none;
  line-height: 32px;
  border: 1px solid #c2c2c2;
  max-width: 190px;
  box-sizing: border-box;
  color: #000;
  margin-top: 20px;
}
.project .project-contact .icon {
  display: block;
  width: 24px;
  height: 20px;
  background: url("../img/contact/contact.svg") no-repeat center center;
  margin: 22px auto 0 auto;
}
.project .project-contact .address {
  font-size: 12px;
  color: #7e7c7c;
  margin-top: 25px;
}
.project .project-contact .phone {
  margin-top: 12px;
  display: block;
}
.project .main-project {
  margin: 0 35px 0 35px;
}
.project .main-project h3 {
  font-family: "roboto-medium";
  font-size: 35px;
  margin-top: 35px;
  margin-bottom: 5px;
}
.project .main-project a {
  color: #bd091b;
  text-decoration: none;
  margin-top: 12px;
  font-size: 15px;
}
.project .main-project p {
  color: #4e4e4e;
}
.project .main-project .line {
  width: 85px;
  height: 2px;
  background: #000;
  display: block;
  margin-top: 10px;
}
.project .main-project .customer {
  margin-top: 38px;
}
.project .main-project .role {
  margin-top: 2px;
}
.project .main-project .link {
  margin-top: 0px;
}
.project .main-project .main-project-client {
  color: #bd091b;
  font-size: 15px;
}
.project .main-project-description {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 90px;
  margin-left: 70px;
  margin-right: 70px;
}
.project .main-project-description p {
  margin: 15px 0;
}
.project .main-project-description img {
  max-width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.project .main-project-description h2, .project .main-project-description h3, .project .main-project-description h4, .project .main-project-description h5, .project .main-project-description h6 {
  font-family: "roboto-bold";
}
.project .main-project-description h2 {
  font-size: 28px;
  margin-top: 70px;
}
.project .main-project-description h3 {
  margin-top: 50px;
  font-size: 18px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "roboto-medium";
  src: url('../fonts/../fonts/roboto-medium-webfont.eot?1631716344') format('embedded-opentype'), url('../fonts/../fonts/roboto-medium-webfont.ttf?1631716344') format('truetype'), url('../fonts/../fonts/roboto-medium-webfont.woff?1631716344') format('woff'), url('../fonts/../fonts/roboto-medium-webfont.woff2?1631716344') format('woff2');
}
@font-face {
  font-family: "roboto-light";
  src: url('../fonts/../fonts/roboto-light-webfont.eot?1631716344') format('embedded-opentype'), url('../fonts/../fonts/roboto-light-webfont.ttf?1631716344') format('truetype'), url('../fonts/../fonts/roboto-light-webfont.woff?1631716344') format('woff'), url('../fonts/../fonts/roboto-light-webfont.woff2?1631716344') format('woff2');
}
@font-face {
  font-family: "roboto-regular";
  src: url('../fonts/../fonts/roboto-regular-webfont.eot?1631716344') format('embedded-opentype'), url('../fonts/../fonts/roboto-regular-webfont.ttf?1631716344') format('truetype'), url('../fonts/../fonts/roboto-regular-webfont.woff?1631716344') format('woff'), url('../fonts/../fonts/roboto-regular-webfont.woff2?1631716344') format('woff2');
}
@font-face {
  font-family: "roboto-bold";
  src: url('../fonts/../fonts/roboto-bold-webfont.eot?1631716344') format('embedded-opentype'), url('../fonts/../fonts/roboto-bold-webfont.ttf?1631716344') format('truetype'), url('../fonts/../fonts/roboto-bold-webfont.woff?1631716344') format('woff'), url('../fonts/../fonts/roboto-bold-webfont.woff2?1631716344') format('woff2');
}
@font-face {
  font-family: "roboto-black";
  src: url('../fonts/../fonts/roboto-black-webfont.eot?1631716344') format('embedded-opentype'), url('../fonts/../fonts/roboto-black-webfont.ttf?1631716344') format('truetype'), url('../fonts/../fonts/roboto-black-webfont.woff?1631716344') format('woff'), url('../fonts/../fonts/roboto-black-webfont.woff2?1631716344') format('woff2');
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
}

*::selection {
  background: #bd091b;
  color: #fff;
}
*::-moz-selection {
  background: #bd091b;
  color: #fff;
}
*:active, *:focus {
  outline-color: #bd091b;
}

#lumini-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none !important;
}

.clickable {
  cursor: pointer;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page strong {
  font-family: "roboto-bold";
}
.page .page-frame .line {
  position: absolute;
  background: #fff;
  z-index: 20;
  display: block;
}
.page .page-frame .top-line {
  width: calc(100% - 40px);
  height: 1px;
  top: 20px;
  left: 20px;
}
.page .page-frame .bottom-line {
  width: calc(100% - 40px);
  height: 1px;
  bottom: 20px;
  left: 20px;
}
.page .page-frame .left-line {
  height: calc(100% - 40px);
  width: 1px;
  top: 20px;
  left: 20px;
}
.page .page-frame .right-line {
  height: calc(100% - 40px);
  width: 1px;
  top: 20px;
  right: 20px;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
body .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #f2f2f2;
  top: 0;
  left: 0;
  display: table;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  overflow: hidden;
}
body .loader.intro {
  z-index: 24;
}
body .loader .content {
  display: table-cell;
  vertical-align: middle;
}
body .loader .logo-house {
  width: 60px;
  height: 120px;
  right: 10px;
  background: url("../img/sprite-loader.svg");
  margin-top: 100px;
  background-repeat: no-repeat;
  background-size: 3000px 120px;
  margin: 0 auto 0 auto;
  opacity: 1;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  -o-transition: -o-transform 0.4s, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
  -moz-transform: scale(0.75) translateY(0);
  -ms-transform: scale(0.75) translateY(0);
  -webkit-transform: scale(0.75) translateY(0);
  transform: scale(0.75) translateY(0);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -18px;
}
body .loader .logo-text {
  width: 0;
  height: 57px;
  background: url("../img/logo-lumini.svg");
  background-repeat: no-repeat;
  background-size: 142px;
  margin: 0 auto 0 auto;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -27.5px;
  left: 35px;
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
body .loader .barContainer {
  width: 180px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 50%;
  margin-top: 42px;
}
body .loader .barContainer .bar {
  height: 2px;
  margin-top: 6px;
  background: #bd091b;
  opacity: 1;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
body .loader.hidden {
  opacity: 0;
}
body .loader.hidden .logo-house {
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
}
body .loader.hidden .bar {
  opacity: 0;
}
body .loader.intro.hidden {
  opacity: 1;
  background-color: transparent;
}
body .loader.intro.hidden .logo .logo-house {
  opacity: 1;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -moz-transform: scale(0.75) translateX(-96px) translateY(0);
  -ms-transform: scale(0.75) translateX(-96px) translateY(0);
  -webkit-transform: scale(0.75) translateX(-96px) translateY(0);
  transform: scale(0.75) translateX(-96px) translateY(0);
}
body .loader.intro.hidden .logo .logo-text {
  opacity: 1;
  width: 142px;
}
body .loader.intro.hidden .logo span {
  opacity: 1;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body .loader.intro.hidden .instructions {
  opacity: 1;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body .loader .logo {
  position: absolute;
  font-family: "roboto-regular";
  font-size: 13px;
  letter-spacing: 0em;
  width: 180px;
  height: 110px;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -90px;
  color: #fff;
}
body .loader .logo .logo-svg {
  display: block;
  background: url("../img/lumini.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 95px;
}
body .loader .logo span {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  opacity: 0;
}
body .loader .logo span:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  float: left;
  margin-top: 6px;
}
body .loader .logo span:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  float: right;
  margin-top: 6px;
}
body .loader .instructions {
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
  bottom: 20px;
  left: 0;
  font-family: "roboto-light";
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  opacity: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
body .loader .instructions .mouse {
  display: block;
  width: 50px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}
body .loader .instructions .mouse .mouse-svg {
  display: block;
  background: url("../img/mouse.svg");
  width: 12px;
  height: 22px;
  margin: 7px auto 0 auto;
  position: relative;
}
body .loader .instructions .mouse .mouse-svg:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 4px 0px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 22px;
  top: 8px;
}
body .loader .instructions .mouse .mouse-svg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0px 4px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 22px;
  top: 8px;
}
body #poly {
  position: absolute;
  top: -10000px;
}
body header.main-nav {
  width: 100%;
  height: 57px;
  background-color: #282828;
  position: relative;
  top: 0;
  left: 0;
  z-index: 30;
}
body header.main-nav .menu-icon {
  width: 56px;
  height: 57px;
  background-color: #bd091b;
  display: block;
  float: left;
  z-index: 12;
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body header.main-nav .menu-icon a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body header.main-nav .menu-icon:hover {
  background-color: #f5374a;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body header.main-nav .menu-icon span {
  display: block;
  height: 4px;
  width: 26px;
  background-color: #fff;
  margin: auto;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body header.main-nav .menu-icon span.top {
  margin-top: 16px;
}
body header.main-nav .menu-icon span.mid {
  margin-top: 6px;
}
body header.main-nav .menu-icon span.bot {
  margin-top: 6px;
}
body header.main-nav .menu-icon.close .top {
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -webkit-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}
body header.main-nav .menu-icon.close .bot {
  -moz-transform: translateY(-10px) rotateZ(-45deg);
  -ms-transform: translateY(-10px) rotateZ(-45deg);
  -webkit-transform: translateY(-10px) rotateZ(-45deg);
  transform: translateY(-10px) rotateZ(-45deg);
}
body header.main-nav .menu-icon.close .mid {
  opacity: 0;
}
body header.main-nav .logo {
  width: 100%;
  height: 57px;
  display: block;
  float: left;
  position: absolute;
  z-index: 11;
}
body header.main-nav .logo .navbar-logo {
  width: 87px;
  height: 57px;
  margin: auto;
  overflow: hidden;
  display: block;
}
body header.main-nav .logo .navbar-logo svg {
  fill: #fff;
  height: 87px;
  position: relative;
  bottom: 10px;
}
body header.main-nav .lang {
  height: 100%;
  float: right;
  font-family: "roboto-light";
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin-right: 16px;
  z-index: 12;
}
body header.main-nav .lang:hover ul li, body header.main-nav .lang.show ul li {
  display: block;
}
body header.main-nav .lang:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  top: 25.5px;
  right: 16px;
}
body header.main-nav .lang:before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 16.5px;
  z-index: 10;
}
body header.main-nav .lang ul {
  height: 100%;
  width: 100px;
  position: relative;
}
body header.main-nav .lang ul li {
  line-height: 57px;
  background: #282828;
  height: 100%;
  width: 100%;
  display: none;
  top: 0;
  color: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body header.main-nav .lang ul li:hover {
  background: #bd091b;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body header.main-nav .lang ul li.active {
  display: block;
}
body header.main-nav .lang ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
body header.main-nav .icons {
  height: 57px;
  float: right;
  z-index: 12;
  margin-right: 20px;
  position: relative;
}
body header.main-nav .icons ul {
  height: 57px;
}
body header.main-nav .icons li {
  display: inline-block;
  vertical-align: middle;
  margin: 16px 3px 0 3px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
body header.main-nav .icons li:hover {
  opacity: 0.6;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body header.main-nav .icons li a {
  display: block;
}
body header.main-nav .icons svg {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  fill: #fff;
}
body header.main-nav.menu-open svg {
  fill: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body .menu {
  width: 100%;
  height: 100%;
  background: rgba(139, 5, 18, 0.9);
  top: 0;
  z-index: 28;
  position: absolute;
  display: table;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
body .menu .content {
  padding-top: 57px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body .menu .content ul li {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
}
body .menu .content ul li.active a, body .menu .content ul li:hover a {
  color: #f66c7a;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body .menu .content ul li a {
  color: white;
  text-decoration: none;
  font-family: "roboto-black";
  font-size: 50px;
  display: block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body .menu .content ul.social {
  margin-top: 37px;
}
body .menu .content ul.social li {
  display: inline-block;
  width: 37px;
  height: 37px;
}
body .menu .content ul.social li:hover a svg {
  fill: #f66c7a;
}
body .menu .content ul.social li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
body .menu .content ul.social li a svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: #fff;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body .menu .content ul.social .twitter {
  margin: 0 5px;
}
body .menu .content .line {
  display: block;
  width: 125px;
  height: 1px;
  background: #fff;
  margin: 24px auto 0 auto;
}
body .menu.show {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body .menu.show ul li {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body .menu.show ul li:nth-child(1) {
  -moz-transition-delay: 575ms;
  -o-transition-delay: 575ms;
  -webkit-transition-delay: 575ms;
  transition-delay: 575ms;
}
body .menu.show ul li:nth-child(2) {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
body .menu.show ul li:nth-child(3) {
  -moz-transition-delay: 425ms;
  -o-transition-delay: 425ms;
  -webkit-transition-delay: 425ms;
  transition-delay: 425ms;
}
body .menu.show ul li:nth-child(4) {
  -moz-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
body .menu.show ul li:nth-child(5) {
  -moz-transition-delay: 275ms;
  -o-transition-delay: 275ms;
  -webkit-transition-delay: 275ms;
  transition-delay: 275ms;
}
body .menu.show ul li:nth-child(6) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
body .wrapper {
  overflow: hidden;
  width: 100%;
  height: calc(100% - 57px);
  position: relative;
}
body .wrapper .small-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 84px 84px;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  position: fixed;
  bottom: 25px;
  right: 25px;
  font-family: "roboto-light";
  font-size: 15px;
  letter-spacing: 0em;
  z-index: 21;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
body .wrapper .small-triangle.project-site .box:nth-child(2) {
  display: block;
}
body .wrapper .small-triangle.project-site .box:nth-child(2) a {
  display: block;
}
body .wrapper .small-triangle.project-site .box:nth-child(2) a svg {
  display: block;
}
body .wrapper .small-triangle.show {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body .wrapper .small-triangle .controls {
  display: block;
  width: 123px;
  height: 38px;
  position: absolute;
  top: 7px;
  right: -5px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
body .wrapper .small-triangle .controls ul li {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  margin: 0 2px;
  color: #fff;
  line-height: 28px;
}
body .wrapper .small-triangle .controls ul li:first-child {
  margin-left: 0;
}
body .wrapper .small-triangle .controls ul li:last-child {
  margin-right: 0;
}
body .wrapper .small-triangle .controls ul li.count {
  text-align: right;
}
body .wrapper .small-triangle .controls ul li.box {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
body .wrapper .small-triangle .controls ul li.box a {
  display: none;
  width: 100%;
  height: 100%;
}
body .wrapper .small-triangle .controls ul li.box.hover {
  display: block;
}
body .wrapper .small-triangle .controls ul li.box.hover a {
  display: block;
}
body .wrapper .small-triangle .controls ul li.box.hover:hover {
  background-color: white;
}
body .wrapper .small-triangle .controls ul li .next, body .wrapper .small-triangle .controls ul li .back {
  display: block;
  width: 100%;
  height: 100%;
}
body .wrapper .small-triangle .controls ul li .back {
  background: url("../img/arrow.png") no-repeat;
  background-position: 14px center;
  -moz-transform: rotateZ(-135deg);
  -ms-transform: rotateZ(-135deg);
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
}
body .wrapper .small-triangle .controls ul li .next {
  background: url("../img/arrow.png") no-repeat;
  background-position: 14px center;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
body .wrapper .small-triangle .controls ul li svg {
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  margin: 8px 0 0 8px;
  display: none;
}
body .wrapper .split-section {
  background: #fff;
  font-family: "roboto-regular";
  overflow-x: hidden;
}
body .wrapper .split-section .delay-index-1 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-2 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-3 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-4 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-5 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-6 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-7 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-8 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-9 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
  opacity: 1;
}
body .wrapper .split-section .delay-index-10 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-delay: 3300ms;
  -o-transition-delay: 3300ms;
  -webkit-transition-delay: 3300ms;
  transition-delay: 3300ms;
  opacity: 1;
}
body .wrapper .split-section.hidden .left {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
body .wrapper .split-section.hidden .left .anim {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
body .wrapper .split-section.hidden .right {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body .wrapper .split-section.hidden .right .anim {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
body .wrapper .split-section .right {
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
}
body .wrapper .split-section .right .anim {
  opacity: 1;
}
body .wrapper .split-section .left {
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
body .wrapper .split-section .left, body .wrapper .split-section .right {
  width: 50%;
  height: 100%;
  display: block;
  float: left;
  position: relative;
}
body .wrapper .split-section .left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
}
body .wrapper .split-section .right {
  background: #f2f2f2;
  display: table;
}
body .wrapper .split-section .right .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15%;
}
body .wrapper .split-section .right .content h3 {
  font-family: "roboto-bold";
  font-size: 25px;
  line-height: 20px;
  text-transform: uppercase;
}
body .wrapper .split-section .right .content .line {
  display: block;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  background: #000;
}
body .wrapper .split-section .right .content p {
  margin-top: 24px;
  font-family: "roboto-light";
  font-size: 15px;
}
body .wrapper .split-section.about-us .left, body .wrapper .split-section.page404 .left, body .wrapper .split-section.jobs .left {
  background-image: url("../img/home/home_lumini.jpg");
}
body .wrapper .split-section.about-us .left .content, body .wrapper .split-section.page404 .left .content, body .wrapper .split-section.jobs .left .content {
  display: table-cell;
  vertical-align: middle;
}
body .wrapper .split-section.about-us .left .content .row, body .wrapper .split-section.page404 .left .content .row, body .wrapper .split-section.jobs .left .content .row {
  display: block;
  text-align: center;
}
body .wrapper .split-section.about-us .left .content .row.margin, body .wrapper .split-section.page404 .left .content .row.margin, body .wrapper .split-section.jobs .left .content .row.margin {
  margin-top: 28px;
}
body .wrapper .split-section.about-us .left .content .row .box, body .wrapper .split-section.page404 .left .content .row .box, body .wrapper .split-section.jobs .left .content .row .box {
  display: inline-block;
}
body .wrapper .split-section.about-us .left .content .row .box:first-child, body .wrapper .split-section.page404 .left .content .row .box:first-child, body .wrapper .split-section.jobs .left .content .row .box:first-child {
  margin-right: 50px;
}
body .wrapper .split-section.about-us .left .content .row .box .name, body .wrapper .split-section.page404 .left .content .row .box .name, body .wrapper .split-section.jobs .left .content .row .box .name {
  display: block;
  font-family: "roboto-light";
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}
body .wrapper .split-section.about-us .left .content .row .box .line, body .wrapper .split-section.page404 .left .content .row .box .line, body .wrapper .split-section.jobs .left .content .row .box .line {
  width: 130px;
  height: 1px;
  display: block;
  background: #fff;
  margin-top: 12px;
}
body .wrapper .split-section.about-us .left .content .row .box .value, body .wrapper .split-section.page404 .left .content .row .box .value, body .wrapper .split-section.jobs .left .content .row .box .value {
  font-family: "roboto-black";
  font-size: 110px;
  letter-spacing: -0.14em;
  color: #bd091b;
  position: relative;
  height: 100px;
  width: 130px;
  display: inline-block;
}
body .wrapper .split-section.about-us .left .content .row .box .value svg, body .wrapper .split-section.page404 .left .content .row .box .value svg, body .wrapper .split-section.jobs .left .content .row .box .value svg {
  fill: #bd091b;
}
body .wrapper .split-section.about-us .left .content .row .box .value.letters, body .wrapper .split-section.page404 .left .content .row .box .value.letters, body .wrapper .split-section.jobs .left .content .row .box .value.letters {
  overflow: hidden;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter, body .wrapper .split-section.page404 .left .content .row .box .value .letter, body .wrapper .split-section.jobs .left .content .row .box .value .letter {
  width: 65px;
  word-wrap: break-word;
  position: absolute;
  top: 0;
  -moz-transition: all 300ms cubic-bezier(0.485, 0.45, 0.325, 1.01);
  -o-transition: all 300ms cubic-bezier(0.485, 0.45, 0.325, 1.01);
  -webkit-transition: all 300ms cubic-bezier(0.485, 0.45, 0.325, 1.01);
  transition: all 300ms cubic-bezier(0.485, 0.45, 0.325, 1.01);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  letter-spacing: 0;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.letter-1, body .wrapper .split-section.page404 .left .content .row .box .value .letter.letter-1, body .wrapper .split-section.jobs .left .content .row .box .value .letter.letter-1 {
  left: 0;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.letter-2, body .wrapper .split-section.page404 .left .content .row .box .value .letter.letter-2, body .wrapper .split-section.jobs .left .content .row .box .value .letter.letter-2 {
  left: 45px;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-0, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-0, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-0 {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-1, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-1, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-1 {
  -moz-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-2, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-2, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-2 {
  -moz-transform: translateY(-220px);
  -ms-transform: translateY(-220px);
  -webkit-transform: translateY(-220px);
  transform: translateY(-220px);
  -moz-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-3, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-3, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-3 {
  -moz-transform: translateY(-330px);
  -ms-transform: translateY(-330px);
  -webkit-transform: translateY(-330px);
  transform: translateY(-330px);
  -moz-transition-duration: 1050ms;
  -o-transition-duration: 1050ms;
  -webkit-transition-duration: 1050ms;
  transition-duration: 1050ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-4, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-4, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-4 {
  -moz-transform: translateY(-440px);
  -ms-transform: translateY(-440px);
  -webkit-transform: translateY(-440px);
  transform: translateY(-440px);
  -moz-transition-duration: 1300ms;
  -o-transition-duration: 1300ms;
  -webkit-transition-duration: 1300ms;
  transition-duration: 1300ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-5, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-5, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-5 {
  -moz-transform: translateY(-550px);
  -ms-transform: translateY(-550px);
  -webkit-transform: translateY(-550px);
  transform: translateY(-550px);
  -moz-transition-duration: 1550ms;
  -o-transition-duration: 1550ms;
  -webkit-transition-duration: 1550ms;
  transition-duration: 1550ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-6, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-6, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-6 {
  -moz-transform: translateY(-660px);
  -ms-transform: translateY(-660px);
  -webkit-transform: translateY(-660px);
  transform: translateY(-660px);
  -moz-transition-duration: 1800ms;
  -o-transition-duration: 1800ms;
  -webkit-transition-duration: 1800ms;
  transition-duration: 1800ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-7, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-7, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-7 {
  -moz-transform: translateY(-770px);
  -ms-transform: translateY(-770px);
  -webkit-transform: translateY(-770px);
  transform: translateY(-770px);
  -moz-transition-duration: 2050ms;
  -o-transition-duration: 2050ms;
  -webkit-transition-duration: 2050ms;
  transition-duration: 2050ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-8, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-8, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-8 {
  -moz-transform: translateY(-880px);
  -ms-transform: translateY(-880px);
  -webkit-transform: translateY(-880px);
  transform: translateY(-880px);
  -moz-transition-duration: 2300ms;
  -o-transition-duration: 2300ms;
  -webkit-transition-duration: 2300ms;
  transition-duration: 2300ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-9, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-9, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-9 {
  -moz-transform: translateY(-990px);
  -ms-transform: translateY(-990px);
  -webkit-transform: translateY(-990px);
  transform: translateY(-990px);
  -moz-transition-duration: 2550ms;
  -o-transition-duration: 2550ms;
  -webkit-transition-duration: 2550ms;
  transition-duration: 2550ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .letter.let-anim-10, body .wrapper .split-section.page404 .left .content .row .box .value .letter.let-anim-10, body .wrapper .split-section.jobs .left .content .row .box .value .letter.let-anim-10 {
  -moz-transform: translateY(-1100px);
  -ms-transform: translateY(-1100px);
  -webkit-transform: translateY(-1100px);
  transform: translateY(-1100px);
  -moz-transition-duration: 2800ms;
  -o-transition-duration: 2800ms;
  -webkit-transition-duration: 2800ms;
  transition-duration: 2800ms;
}
body .wrapper .split-section.about-us .left .content .row .box .value .small, body .wrapper .split-section.page404 .left .content .row .box .value .small, body .wrapper .split-section.jobs .left .content .row .box .value .small {
  font-size: 60px;
}
body .wrapper .split-section.about-us .right a, body .wrapper .split-section.page404 .right a, body .wrapper .split-section.jobs .right a {
  color: #000;
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
body .wrapper .split-section.about-us .right a:hover, body .wrapper .split-section.page404 .right a:hover, body .wrapper .split-section.jobs .right a:hover {
  opacity: 0.8;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body .wrapper .split-section.jobs .left {
  background-image: url("../img/home/home_lumini.jpg");
}
body .wrapper .split-section.page404 p a {
  color: #bd091b;
}
body .wrapper .split-section.page404 .left .content .row .box .line {
  width: 170px;
}
body .wrapper .split-section.page404 .left .content .row .box .value {
  width: 170px;
}
body .wrapper .split-section.page404 .left .content .row .box .value .letter.letter-2 {
  left: 50px;
}
body .wrapper .split-section.page404 .left .content .row .box .value .letter.letter-3 {
  left: 100px;
}
body .wrapper .split-section.team .left .team-images li {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
body .wrapper .split-section.team .left .team-images li.next {
  z-index: 4;
  display: block;
}
body .wrapper .split-section.team .left .team-images li.current {
  z-index: 5;
  display: block;
}
body .wrapper .split-section.team .right .content {
  padding: 0;
}
body .wrapper .split-section.team .right .content h3, body .wrapper .split-section.team .right .content .line {
  margin-left: 15%;
}
body .wrapper .split-section.team .right .team-content {
  width: 70%;
  margin: 65px auto 0 auto;
}
body .wrapper .split-section.team .right .team-content .left-arrow, body .wrapper .split-section.team .right .team-content .right-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 140px;
  z-index: 10;
  cursor: pointer;
}
body .wrapper .split-section.team .right .team-content .left-arrow:before, body .wrapper .split-section.team .right .team-content .left-arrow:after, body .wrapper .split-section.team .right .team-content .right-arrow:before, body .wrapper .split-section.team .right .team-content .right-arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #c1c1c1;
  position: absolute;
  top: 50%;
}
body .wrapper .split-section.team .right .team-content .left-arrow.left-arrow, body .wrapper .split-section.team .right .team-content .right-arrow.left-arrow {
  left: 0;
}
body .wrapper .split-section.team .right .team-content .left-arrow.left-arrow:before, body .wrapper .split-section.team .right .team-content .right-arrow.left-arrow:before {
  -moz-transform: translateY(-3px) rotateZ(-45deg);
  -ms-transform: translateY(-3px) rotateZ(-45deg);
  -webkit-transform: translateY(-3px) rotateZ(-45deg);
  transform: translateY(-3px) rotateZ(-45deg);
}
body .wrapper .split-section.team .right .team-content .left-arrow.left-arrow:after, body .wrapper .split-section.team .right .team-content .right-arrow.left-arrow:after {
  -moz-transform: translateY(3px) rotateZ(45deg);
  -ms-transform: translateY(3px) rotateZ(45deg);
  -webkit-transform: translateY(3px) rotateZ(45deg);
  transform: translateY(3px) rotateZ(45deg);
}
body .wrapper .split-section.team .right .team-content .left-arrow.right-arrow, body .wrapper .split-section.team .right .team-content .right-arrow.right-arrow {
  right: 0;
}
body .wrapper .split-section.team .right .team-content .left-arrow.right-arrow:before, body .wrapper .split-section.team .right .team-content .right-arrow.right-arrow:before {
  -moz-transform: translateY(-3px) rotateZ(45deg);
  -ms-transform: translateY(-3px) rotateZ(45deg);
  -webkit-transform: translateY(-3px) rotateZ(45deg);
  transform: translateY(-3px) rotateZ(45deg);
}
body .wrapper .split-section.team .right .team-content .left-arrow.right-arrow:after, body .wrapper .split-section.team .right .team-content .right-arrow.right-arrow:after {
  -moz-transform: translateY(3px) rotateZ(-45deg);
  -ms-transform: translateY(3px) rotateZ(-45deg);
  -webkit-transform: translateY(3px) rotateZ(-45deg);
  transform: translateY(3px) rotateZ(-45deg);
}
body .wrapper .split-section.team .right .team-content .departments li {
  position: relative;
  overflow: hidden;
}
body .wrapper .split-section.team .right .team-content .department {
  font-family: "roboto-regular";
  font-size: 15px;
  padding: 18px 0 8px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #c1c1c1;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
body .wrapper .split-section.team .right .team-content .department .icon {
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  right: 0;
  bottom: 11.5px;
}
body .wrapper .split-section.team .right .team-content .department .icon span {
  display: block;
  background: #c1c1c1;
  position: absolute;
}
body .wrapper .split-section.team .right .team-content .department .icon span:first-child {
  width: 10px;
  height: 2px;
  margin-top: 4px;
}
body .wrapper .split-section.team .right .team-content .department .icon span:last-child {
  width: 2px;
  height: 10px;
  margin-left: 4px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body .wrapper .split-section.team .right .team-content .people {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  width: calc(100% - 30px);
  margin: auto;
}
body .wrapper .split-section.team .right .team-content .people.left-0 li {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
body .wrapper .split-section.team .right .team-content .people.left-1 li {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
body .wrapper .split-section.team .right .team-content .people.left-2 li {
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
body .wrapper .split-section.team .right .team-content .people.left-3 li {
  -moz-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
body .wrapper .split-section.team .right .team-content .people.left-4 li {
  -moz-transform: translateX(-400%);
  -ms-transform: translateX(-400%);
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}
body .wrapper .split-section.team .right .team-content .people.left-5 li {
  -moz-transform: translateX(-500%);
  -ms-transform: translateX(-500%);
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}
body .wrapper .split-section.team .right .team-content .people.left-6 li {
  -moz-transform: translateX(-600%);
  -ms-transform: translateX(-600%);
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}
body .wrapper .split-section.team .right .team-content .people.left-7 li {
  -moz-transform: translateX(-700%);
  -ms-transform: translateX(-700%);
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%);
}
body .wrapper .split-section.team .right .team-content .people.left-8 li {
  -moz-transform: translateX(-800%);
  -ms-transform: translateX(-800%);
  -webkit-transform: translateX(-800%);
  transform: translateX(-800%);
}
body .wrapper .split-section.team .right .team-content .people.left-9 li {
  -moz-transform: translateX(-900%);
  -ms-transform: translateX(-900%);
  -webkit-transform: translateX(-900%);
  transform: translateX(-900%);
}
body .wrapper .split-section.team .right .team-content .people.left-10 li {
  -moz-transform: translateX(-1000%);
  -ms-transform: translateX(-1000%);
  -webkit-transform: translateX(-1000%);
  transform: translateX(-1000%);
}
body .wrapper .split-section.team .right .team-content .people li {
  display: block;
  width: 33.3333%;
  height: 100%;
  position: absolute;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(0) {
  left: -33.3333%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(1) {
  left: 0%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(2) {
  left: 33.3333%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(3) {
  left: 66.6666%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(4) {
  left: 99.9999%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(5) {
  left: 133.3332%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(6) {
  left: 166.6665%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(7) {
  left: 199.9998%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(8) {
  left: 233.3331%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(9) {
  left: 266.6664%;
}
body .wrapper .split-section.team .right .team-content .people li:nth-child(10) {
  left: 299.9997%;
}
body .wrapper .split-section.team .right .team-content .people li span {
  display: block;
  font-family: "roboto-regular";
  font-size: 14px;
  color: #848484;
  line-height: 14px;
  margin-left: 14px;
}
body .wrapper .split-section.team .right .team-content .people li span.name {
  font-size: 15px;
  color: #000;
  line-height: 18px;
}
body .wrapper .split-section.team .right .team-content .people li .social {
  margin-left: 14px;
}
body .wrapper .split-section.team .right .team-content .people li .social a {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  margin-top: 5px;
  vertical-align: middle;
}
body .wrapper .split-section.team .right .team-content .people li .social .twitter {
  width: 16px;
  height: 13px;
  background-image: url("../img/team/twitter.svg");
  margin-right: 6px;
}
body .wrapper .split-section.team .right .team-content .people li .social .linkedin {
  width: 17px;
  height: 17px;
  background-image: url("../img/team/linkedin.svg");
}
body .wrapper .split-section.team .right .team-content .people li .social .instagram {
  width: 17px;
  height: 17px;
  background-image: url("../img/team/instagram.svg");
}
body .wrapper .split-section.team .right .team-content .show .icon span:last-child {
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
body .wrapper .split-section.team .right .team-content .show .people {
  height: 140px;
  opacity: 1;
}
body .wrapper .split-section.contact .delay-index-1 {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
body .wrapper .split-section.contact .delay-index-2 {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
body .wrapper .split-section.contact .delay-index-3 {
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
body .wrapper .split-section.contact .delay-index-4 {
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
body .wrapper .split-section.contact .delay-index-5 {
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
body .wrapper .split-section.contact .delay-index-6 {
  -moz-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
body .wrapper .split-section.contact .delay-index-7 {
  -moz-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
body .wrapper .split-section.contact .delay-index-8 {
  -moz-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
body .wrapper .split-section.contact .delay-index-9 {
  -moz-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
body .wrapper .split-section.contact .delay-index-10 {
  -moz-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
body .wrapper .split-section.contact .left {
  background: floralwhite;
}
body .wrapper .split-section.contact .left a.img-map {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/map.jpg);
  background-size: cover;
}
body .wrapper .split-section.contact .right .talk .mail {
  width: 102px;
  height: 16px;
  background-image: url(../img/hello.jpg);
  background-repeat: no-repeat;
}
body .wrapper .split-section.contact .right .work .mail {
  width: 90px;
  height: 16px;
  background-image: url(../img/job.jpg);
  background-repeat: no-repeat;
}
body .wrapper .split-section.contact .right .list {
  margin-top: 115px;
  font-size: 15px;
}
body .wrapper .split-section.contact .right .list li {
  padding-left: 50px;
  margin-top: 30px;
}
body .wrapper .split-section.contact .right .list li span {
  text-transform: uppercase;
  display: block;
}
body .wrapper .split-section.contact .right .list li a {
  color: #000;
  opacity: 0.5;
  text-decoration: none;
  margin-top: 18px;
  display: block;
}
body .wrapper .split-section.contact .right .list li a:hover {
  opacity: 0.8;
}
body .wrapper .split-section.contact .right .list .address {
  font-size: 14px;
  color: #7e7c7c;
  margin-top: 30px;
}
body .wrapper .split-section.contact .right .list .phone {
  margin-top: 22px;
}
body .wrapper .split-section.contact .right .list .talk {
  position: relative;
}
body .wrapper .split-section.contact .right .list .talk:before {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url("../img/contact/contact.svg") no-repeat center center;
  position: absolute;
  top: -2px;
  left: 0;
}
body .wrapper .split-section.contact .right .list .work {
  position: relative;
}
body .wrapper .split-section.contact .right .list .work:before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  background: url("../img/contact/job.svg") no-repeat center center;
  position: absolute;
  top: -4px;
  left: 0;
}
body .wrapper .split-section.contact .right .list .place {
  position: relative;
  width: 200px;
}
body .wrapper .split-section.contact .right .list .place:before {
  content: "";
  display: block;
  width: 19px;
  height: 24px;
  background: url("../img/contact/visit.svg") no-repeat center center;
  position: absolute;
  top: -2px;
  left: 0;
}
body .wrapper .split-section.contact .right .line {
  background: #c2c2c2;
  margin-left: 50px;
}
body .wrapper .split-section.contact .right .social-icons {
  margin-left: 50px;
  margin-top: 20px;
}
body .wrapper .split-section.contact .right .social-icons li {
  display: inline-block;
  margin: 0 4px;
}
body .wrapper .split-section.contact .right .social-icons li:hover svg {
  opacity: 0.8;
}
body .wrapper .split-section.contact .right .social-icons li svg {
  opacity: 0.6;
}

.video-container {
  width: 815px;
  position: relative;
  margin: 0 auto;
}
.video-container .close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-family: roboto-regular;
  font-size: 14px;
  line-height: 20px;
  z-index: 24;
}
.video-container .close .close-btn {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  float: right;
}
.video-container .close .close-btn .l1 {
  position: absolute;
  width: 14px;
  height: 1px;
  top: 9px;
  left: 4px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-container .close .close-btn .l2 {
  position: absolute;
  width: 14px;
  height: 1px;
  top: 10px;
  left: 4px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ie body .wrapper .home, .firefox.mac body .wrapper .home {
  overflow: hidden;
}

@media screen and (max-width: 1320px) {
  body .wrapper .projects .content {
    width: 990px;
  }
}
@media screen and (max-width: 1000px) {
  body .wrapper .projects .content {
    width: 670px;
  }
}
@media screen and (max-width: 680px) {
  body .wrapper .projects .content {
    width: 320px;
  }
  body .wrapper .projects .col .box.small, body .wrapper .projects .col .box.big {
    width: 300px;
    margin-left: 10px;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 990px) {
  body .wrapper .directors .content {
    width: 768px;
  }
  body .wrapper .directors .content .videos {
    width: 768px;
  }
  body .wrapper .directors .content .videos .videos-container {
    width: 768px;
  }
  body .wrapper .directors .content .videos .videos-container .videos-list li {
    width: 190px;
    height: 105px;
  }
}
@media screen and (max-width: 930px) {
  body .wrapper .project .row {
    padding: 0 20px;
  }
}
@media screen and (max-width: 815px) {
  .video-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .page .page-frame .line {
    position: fixed;
  }
  .page .page-frame .top-line {
    width: calc(100% - 20px);
    top: 67px;
    left: 10px;
  }
  .page .page-frame .bottom-line {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }
  .page .page-frame .left-line {
    height: calc(100% - 77px);
    top: 67px;
    left: 10px;
  }
  .page .page-frame .right-line {
    height: calc(100% - 77px);
    top: 67px;
    right: 10px;
  }

  body header.main-nav .icons {
    display: none;
  }
  body header.main-nav .lang:before {
    background: none;
  }
  body .wrapper .small-triangle {
    border-width: 0 0 0 0;
    bottom: 10px;
    right: 10px;
  }
  body .wrapper .small-triangle.project-site .controls {
    width: 118px;
  }
  body .wrapper .small-triangle.project-site .controls ul li.box:nth-child(2) {
    display: block;
  }
  body .wrapper .small-triangle.project-site .box:nth-child(2) {
    display: block;
  }
  body .wrapper .small-triangle.project-site .box:nth-child(2) a {
    display: block;
  }
  body .wrapper .small-triangle.project-site .box:nth-child(2) a svg {
    display: block;
  }
  body .wrapper .small-triangle .controls {
    -moz-transform: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial;
    bottom: 0;
    right: 0;
    width: 79px;
    height: 40px;
    top: inherit;
    top: initial;
  }
  body .wrapper .small-triangle .controls ul li svg {
    -moz-transform: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial;
    margin: 6px 0 0 6px;
  }
  body .wrapper .small-triangle .controls ul li.box {
    width: 35px;
    height: 35px;
    background: #fff;
  }
  body .wrapper .small-triangle .controls ul li.box:nth-child(2) {
    display: none;
  }
  body .wrapper .small-triangle .controls ul li .next {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  body .wrapper .small-triangle .controls ul li .back {
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  body .wrapper .home .content .triangle {
    border-width: 0 0 0 0;
    background: rgba(255, 255, 255, 0.8);
    width: calc(100% - 30px);
    height: 130px;
    bottom: -100%;
    right: 5px;
    margin: 10px;
  }
  body .wrapper .home .content .triangle.show {
    border-width: 0 0 0 0;
    bottom: 4px;
  }
  body .wrapper .home .content .triangle .project-spec {
    position: static;
    display: block;
    bottom: 24px;
    left: 0;
    width: 90%;
    margin-left: 10px;
    margin-top: 10px;
  }
  body .wrapper .home .content .triangle .project-spec h2 {
    font-size: 25px;
  }
  body .wrapper .home .content .triangle .project-spec a {
    font-size: 12px;
  }
  body .wrapper .home .content .triangle .project-spec p {
    font-size: 15px;
  }
  body .wrapper .home .content .triangle .controls {
    -moz-transform: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial;
    width: 128px;
    top: -32px;
    right: -2px;
  }
  body .wrapper .home .content .triangle .controls ul li .next {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    background-size: 6px;
  }
  body .wrapper .home .content .triangle .controls ul li .back {
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    background-size: 6px;
  }
  body .wrapper .home .content .triangle .controls ul li svg {
    width: 60%;
    margin: 20% 0 0 20%;
  }
  body .wrapper .project .project-contact {
    margin-bottom: 40px;
  }
  body .wrapper .project .container {
    padding-top: 6px;
  }
  body .wrapper .project .col2, body .wrapper .project .col3 {
    width: 100%;
    display: block;
    float: none;
  }
  body .wrapper .project .col3 {
    height: calc(100vw/1.77);
  }
  body .wrapper .project .row {
    margin-top: 0;
  }
  body .wrapper .project .content {
    width: 98%;
    padding-bottom: 10px;
  }
  body .wrapper .project .content .desktop-hide {
    margin-top: 20px;
  }
  body .wrapper .project .content img {
    width: 100%;
    max-width: 450px;
    margin: 10px auto 0 auto;
  }
  body .wrapper .project .content img.right {
    margin-left: auto;
  }
  body .wrapper .project .content .big-image img {
    width: 90%;
    margin: 0 5%;
    height: auto;
    max-width: 100%;
    max-height: initial;
  }
  body .wrapper .project .main-project {
    padding: 0 12px;
    margin: 0;
  }
  body .wrapper .project .main-project h3 {
    margin-top: 27px;
    font-size: 27px;
  }
  body .wrapper .project .main-project a {
    font-size: 17px;
  }
  body .wrapper .project .main-project .line {
    margin-top: 11px;
  }
  body .wrapper .project .statistics {
    height: inherit;
    height: initial;
  }
  body .wrapper .project .statistics .content {
    height: inherit;
    height: initial;
    width: 100%;
  }
  body .wrapper .project .statistics .content:after {
    content: "";
    display: block;
    clear: both;
  }
  body .wrapper .project .statistics .content .figure-container {
    width: 45%;
    margin-top: 40px;
    padding-left: 24px;
    box-sizing: border-box;
  }
  body .wrapper .project .statistics .content .figure-container:last-child {
    width: 100%;
  }
  body .wrapper .project .statistics .content .figure-container .value {
    font-size: 34px;
  }
  body .wrapper .project .statistics .content .figure-container .value .big {
    font-size: 82.5px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .figure {
    height: 90px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .small-1 {
    bottom: 12px;
    left: 45px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .small-2 {
    bottom: 12px;
    left: 85px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .small-3 {
    bottom: 12px;
    left: 125px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter {
    width: 50px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.letter-1 {
    left: 0;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.letter-2 {
    left: 40px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.letter-3 {
    left: 80px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-0 {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-1 {
    -moz-transform: translateY(-83px);
    -ms-transform: translateY(-83px);
    -webkit-transform: translateY(-83px);
    transform: translateY(-83px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-2 {
    -moz-transform: translateY(-166px);
    -ms-transform: translateY(-166px);
    -webkit-transform: translateY(-166px);
    transform: translateY(-166px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-3 {
    -moz-transform: translateY(-249px);
    -ms-transform: translateY(-249px);
    -webkit-transform: translateY(-249px);
    transform: translateY(-249px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-4 {
    -moz-transform: translateY(-332px);
    -ms-transform: translateY(-332px);
    -webkit-transform: translateY(-332px);
    transform: translateY(-332px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-5 {
    -moz-transform: translateY(-415px);
    -ms-transform: translateY(-415px);
    -webkit-transform: translateY(-415px);
    transform: translateY(-415px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-6 {
    -moz-transform: translateY(-498px);
    -ms-transform: translateY(-498px);
    -webkit-transform: translateY(-498px);
    transform: translateY(-498px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-7 {
    -moz-transform: translateY(-581px);
    -ms-transform: translateY(-581px);
    -webkit-transform: translateY(-581px);
    transform: translateY(-581px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-8 {
    -moz-transform: translateY(-664px);
    -ms-transform: translateY(-664px);
    -webkit-transform: translateY(-664px);
    transform: translateY(-664px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-9 {
    -moz-transform: translateY(-747px);
    -ms-transform: translateY(-747px);
    -webkit-transform: translateY(-747px);
    transform: translateY(-747px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-10 {
    -moz-transform: translateY(-830px);
    -ms-transform: translateY(-830px);
    -webkit-transform: translateY(-830px);
    transform: translateY(-830px);
  }
  body .wrapper .project .other-projects {
    width: 100%;
  }
  body .wrapper .project .other-projects .three-projects {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  body .wrapper .project .other-projects .three-projects .col3 {
    position: relative;
    width: 100%;
    height: calc(100vw/1.77);
    max-width: 450px;
    max-height: calc(450px/1.77);
    margin: auto;
    margin-bottom: 10px;
  }
  body .wrapper .project .other-projects .more {
    font-size: 15px;
  }
  body .wrapper .project .contact .icon {
    margin: 14px auto 0 auto;
  }
  body .wrapper .project .contact .uppercase {
    font-size: 15px;
    margin-top: 8px;
  }
  body .wrapper .project .contact .button {
    margin-top: 8px;
  }
  body .wrapper .project .contact .address {
    font-size: 15px;
    margin-top: 15px;
  }
  body .wrapper .project .contact .phone {
    font-size: 17px;
    margin-top: 12px;
  }
  body .wrapper .project .main-project-description {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  body .wrapper .project .main-project-description img {
    max-width: 100%;
    height: auto;
  }
  body .wrapper .main-container .animation.merveilles .girl {
    margin-left: -600px;
  }
  body .wrapper .main-container .animation.merveilles .canvas {
    margin-left: -150px;
  }
  body .wrapper .main-container.verybadkids {
    background-position-x: 0;
  }
  body .wrapper .main-container.audi {
    background-position-x: -80px;
  }
  body .wrapper .directors .content {
    width: 90%;
    margin: 0 auto;
  }
  body .wrapper .directors .content h2 {
    margin-top: 32px;
    font-size: 25px;
  }
  body .wrapper .directors .content .line {
    margin-top: 12px;
  }
  body .wrapper .directors .content .directors-list .icon {
    background: url("../img/projectsGrid/filter.svg") no-repeat center center;
    background-size: cover;
    float: left;
    display: block;
    width: 22px;
    height: 22px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  body .wrapper .directors .content .directors-list li {
    display: none;
    font-size: 20px;
    margin-left: 32px;
  }
  body .wrapper .directors .content .directors-list li .bold {
    display: inline-block;
    font-size: 20px;
    margin-left: 3px;
  }
  body .wrapper .directors .content .directors-list li.active {
    display: block;
  }
  body .wrapper .directors .content .directors-list.open .icon {
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  body .wrapper .directors .content .directors-list.open li {
    margin-bottom: 10px;
    display: block;
  }
  body .wrapper .directors .content .text {
    margin-top: 32px;
  }
  body .wrapper .directors .content .text h3 {
    float: none;
    text-align: left;
    font-size: 17px;
  }
  body .wrapper .directors .content .text .vertical-line {
    width: 68px;
    height: 1px;
    float: none;
    margin: 12px 0 0 0;
  }
  body .wrapper .directors .content .text p {
    margin-top: 15px;
    font-size: 15px;
    text-align: justify;
    line-height: normal;
  }
  body .wrapper .directors .content .videos {
    width: 100%;
    overflow: inherit;
    overflow: initial;
  }
  body .wrapper .directors .content .videos .videos-container {
    width: 100%;
    padding-bottom: 45px;
  }
  body .wrapper .directors .content .videos .videos-container .videos-list {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 10px;
  }
  body .wrapper .directors .content .videos .videos-container .videos-list.center li, body .wrapper .directors .content .videos .videos-container .videos-list.left li, body .wrapper .directors .content .videos .videos-container .videos-list.right li {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  body .wrapper .directors .content .videos .videos-container .videos-list.left, body .wrapper .directors .content .videos .videos-container .videos-list.right {
    display: none;
  }
  body .wrapper .directors .content .videos .videos-container .videos-list li {
    width: 100%;
    float: none;
    height: calc(100vw / 1.7682926829268293);
    margin-top: 8px;
  }
  body .wrapper .split-section .left {
    width: 100%;
    height: 35%;
  }
  body .wrapper .split-section .right {
    width: 100%;
    height: 65%;
    padding-bottom: 40px;
  }
  body .wrapper .split-section .right .content h3 {
    font-size: 25px;
  }
  body .wrapper .split-section .right .content p {
    font-size: 15px;
    text-align: justify;
  }
  body .wrapper .split-section.about-us .left .content {
    display: none;
  }
  body .wrapper .split-section.about-us .right h3 {
    margin-top: 22px;
  }
  body .wrapper .split-section.about-us .right p {
    margin-bottom: 22px;
  }
  body .wrapper .split-section.contact .right {
    padding-top: 22px;
  }
  body .wrapper .split-section.contact .right .content {
    padding: 0 25px;
  }
  body .wrapper .split-section.contact .right h3 {
    text-align: center;
  }
  body .wrapper .split-section.contact .right .line {
    margin: 14px auto 0 auto;
  }
  body .wrapper .split-section.contact .right .line:first-child {
    background: #000;
  }
  body .wrapper .split-section.contact .right .list {
    margin-top: 24px;
    width: 268px;
    margin: auto;
  }
  body .wrapper .split-section.contact .right .list li {
    padding-left: 42px;
  }
  body .wrapper .split-section.contact .right .list li a {
    font-size: 12px;
  }
  body .wrapper .split-section.contact .right .list li .address {
    font-size: 15px;
  }
  body .wrapper .split-section.contact .right .list li .phone {
    font-size: 12px;
  }
  body .wrapper .split-section.contact .right .social-icons {
    margin-left: 0;
    text-align: center;
    margin: 20px 0 55px 0;
  }
  body .wrapper .split-section.team .right {
    padding-bottom: 55px;
  }
  body .wrapper .split-section.team .right .content h3 {
    margin: 22px 0 0 0;
    text-align: center;
  }
  body .wrapper .split-section.team .right .content .line {
    margin: 12px auto 0 auto;
    width: 68px;
  }
  body .wrapper .split-section.team .right .content .team-content {
    margin-top: 20px;
    width: 90%;
  }
  body .wrapper .split-section.team .right .team-content .department {
    font-size: 18px;
  }
  body .wrapper .split-section.team .right .team-content .left-arrow, body .wrapper .split-section.team .right .team-content .right-arrow {
    display: none;
  }
  body .wrapper .split-section.team .right .team-content .show .people {
    height: auto;
    max-height: 1000px;
  }
  body .wrapper .split-section.team .right .team-content .people {
    max-height: 0;
  }
  body .wrapper .split-section.team .right .team-content .people li {
    left: 0 !important;
    width: 50%;
    float: left;
    position: relative;
  }
  body .wrapper .split-section.team .right .team-content .people li .name {
    text-transform: uppercase;
  }
  body .wrapper .split-section.team .right .team-content .people li span {
    margin-left: 0;
  }
  body .wrapper .split-section.team .right .team-content .people li .social {
    margin-left: 0;
  }

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

  .desktop-hide {
    display: block !important;
  }
}
@media screen and (max-width: 375px) {
  body .menu .content ul li a {
    font-size: 35px;
    line-height: 45px;
  }
  body .wrapper .project .statistics .content .figure-container {
    width: calc(50% - 12px);
    margin-top: 40px;
    padding-left: 12px;
    box-sizing: border-box;
  }
  body .wrapper .project .statistics .content .figure-container:last-child {
    width: 100%;
  }
  body .wrapper .project .statistics .content .figure-container .uppercase {
    font-size: 13px;
  }
  body .wrapper .project .statistics .content .figure-container .value {
    font-size: 34px;
  }
  body .wrapper .project .statistics .content .figure-container .value .big {
    font-size: 40px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .figure {
    height: 40px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .small-1 {
    bottom: 3px;
    left: 25px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .small-2 {
    bottom: 3px;
    left: 50px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .small-3 {
    bottom: 3px;
    left: 75px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter {
    width: 35px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.letter-1 {
    left: 0;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.letter-2 {
    left: 25px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.letter-3 {
    left: 50px;
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-0 {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-1 {
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-2 {
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-3 {
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-4 {
    -moz-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-5 {
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-6 {
    -moz-transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-7 {
    -moz-transform: translateY(-280px);
    -ms-transform: translateY(-280px);
    -webkit-transform: translateY(-280px);
    transform: translateY(-280px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-8 {
    -moz-transform: translateY(-320px);
    -ms-transform: translateY(-320px);
    -webkit-transform: translateY(-320px);
    transform: translateY(-320px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-9 {
    -moz-transform: translateY(-360px);
    -ms-transform: translateY(-360px);
    -webkit-transform: translateY(-360px);
    transform: translateY(-360px);
  }
  body .wrapper .project .statistics .content .figure-container .value.letters .letter.let-anim-10 {
    -moz-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
}
.animated {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.fadeOut {
  opacity: 0;
}

.fadeIn {
  opacity: 1;
}

.firefox.mac, .ie {
  overflow: hidden;
}
.firefox.mac body, .ie body {
  overflow: hidden;
}
.firefox.mac body .loader .content, .ie body .loader .content {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.firefox.mac body .home .changing .main-container, .ie body .home .changing .main-container {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.firefox.mac body .home .changing .main-container.current, .ie body .home .changing .main-container.current {
  opacity: 0;
}
.firefox.mac body .team .left .team-images li, .ie body .team .left .team-images li {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
}
.firefox.mac body .team .left .team-images.changing .current, .ie body .team .left .team-images.changing .current {
  opacity: 0;
}

@keyframes noop {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 0.0001px;
  }
}
