@charset "utf-8";
/*

  Title: ORION

/* Font */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,900');
@import url(https: //fonts.googleapis.com/css?family=Montserrat:400, 700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);


/* General -----------------------------*/
/* Header ------------------------------*/
/* Social ------------------------------*/
/* Scroll style ------------------------*/
/* Preloader ---------------------------*/
/* Menu --------------------------------*/
/* Common Content ----------------------*/
/* Home --------------------------------*/
/* Project -----------------------------*/
/* Contact -----------------------------*/
/* Navigation --------------------------*/
/* Footer ------------------------------*/
/* Parallax Scene ----------------------*/



/* General -----------------------------*/

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    clear: both;
    content: "";
    line-height: 0;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
html,
body {
    height: 100%
}
div.spacer {
    height: 1px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    padding: 20px;
    font-size: 100%
}
a {
    outline: none;
}
a img {
    outline: none;
}
img {
    border: none;
}
.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}
/* Header ------------------------------*/

.logo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 20px;
    padding: 2.8em 2.8em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        position: absolute;
        margin: 10px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .logo {
        margin: 0px;
        padding: 2.0em 2.0em;
        position: absolute;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .logo {
        margin: 0px;
        padding: 2.0em 2.0em;
        position: absolute;
    }
}
.logo a {
    width: 94px;
    height: 19px;
    display: block;
    background: url(../img/shared/logo-light.png) 0 0 no-repeat;
}
.logo.light a {
    background: url(../img/shared/logo-light.png) 0 0 no-repeat;
}
.toggle {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin: 20px;
    padding: 2.8em 2.8em;
    cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .toggle {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 1.6em 1.5em 1.4em 1.5em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        margin: 30px;
        transform: scale(0.8);
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .toggle {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 1.6em 1.5em 1.4em 1.5em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        margin: 5px 15px;
        transform: scale(0.65);
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .toggle {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 1.6em 1.5em 1.4em 1.5em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        margin: 5px 15px;
        transform: scale(0.65);
    }
}
.toggle>div {
    height: 1.65em;
    width: 1.65em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .toggle>div {
        height: auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .toggle>div {
        height: auto;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .toggle>div {
        height: auto;
    }
}
.toggle>div>div {
    width: 100%;
    height: 2px;
    margin: 0 0 .43em 0;
    background-color: #fff;
    transition-duration: .3s;
    transition-delay: 0s, 0s, 0s, 0s;
}
.toggle>div>div:nth-child(3) {
    width: 50%;
    float: right;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .toggle>div>div: nth-child(3) {
        margin: 0;
        width: 100%
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .toggle>div>div: nth-child(3) {
        margin: 0;
        width: 100%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .toggle>div>div: nth-child(3) {
        margin: 0;
        width: 100%
    }
}
.toggle:hover>div>div:nth-child(3) {
    width: 100%
}
.toggle.open>div>div:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.toggle.open>div>div:nth-child(2) {
    opacity: 0;
}
.toggle.open>div>div:nth-child(3) {
    width: 100%;
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.toggle.ligth>div>div {
    background-color: #fff;
}
.overlay {
    z-index: 11;
}
.toggle {
    z-index: 9;
}
.loading {
    z-index: 10;
}
.menu {
    z-index: 8;
}
.logo {
    z-index: 7;
}
.cover {
    z-index: 9;
}
.top {
    z-index: 25;
}
.bottom {
    z-index: 25;
}
.left {
    z-index: 25;
}
.right {
    z-index: 25;
}
.footer {
    z-index: 0;
}
.content {
    z-index: 3;
}
.loader {
    display: none;
}
.loading {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
}
.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
}
.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
}
.left {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background-color: #fff;
}
.right {
    position: fixed;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
        padding: 0;
    }
    .top,
    .bottom,
    .left,
    .right {
        display: none;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    body {
        padding: 0;
    }
    .top,
    .bottom,
    .left,
    .right {
        display: none;
    }
}
.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
.transition {
    display: none;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
}
.transition>div {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.transition.active {
    z-index: 5;
    display: block;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #15181C;
    opacity: .75;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    body {
        padding: 0;
    }
    .top {
        height: 0;
    }
    .bottom {
        height: 0;
    }
    .left {
        height: 0;
    }
    .right {
        height: 0;
    }
    .menu .container>div:nth-child(1) {
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
    .footer {
        border: 0 !important;
    }
}
/* Social ------------------------------*/

.twitter,
.linkedin,
.behance,
.medium {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
}
.light .twitter {
    background-image: url(../img/shared/twitter-light.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/twitter-light.svg");
}
.light .twitter span {
    background-image: url(../img/shared/twitter-dark.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/twitter-dark.svg");
    background-color: #15181C;
    opacity: 0;
}
.light .twitter:hover span {
    opacity: 1;
}
.light .linkedin {
    background-image: url(../img/shared/linkedin-light.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/linkedin-light.svg");
}
.light .linkedin span {
    background-image: url(../img/shared/linkedin-dark.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/linkedin-dark.svg");
    background-color: #15181C;
    opacity: 0;
}
.light .linkedin:hover span {
    opacity: 1;
}
.light .behance {
    background-image: url(../img/shared/behance-light.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/behance-light.svg");
}
.light .behance span {
    background-image: url(../img/shared/behance-dark.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/behance-dark.svg");
    background-color: #15181C;
    opacity: 0;
}
.light .behance:hover span {
    opacity: 1;
}
.light .medium {
    background-image: url(../img/shared/medium-light.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/medium-light.svg");
}
.light .medium span {
    background-image: url(../img/shared/medium-dark.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/medium-dark.svg");
    background-color: #15181C;
    opacity: 0;
}
.light .medium:hover span {
    opacity: 1;
}
/* Scroll style ------------------------*/

.modules.scrollview {
    width: 100%;
    height: 100%
}
.modules.scrollview .module {
    width: 100%;
    height: 100%;
    position: absolute;
}
.modules.scrollview .module .page {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modules.scrollview .module .page .container-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-image: url(../img/shared/fff.png);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modules.scrollview .module .page .container-1 .container-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-image: url(../img/shared/fff.png);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modules.scrollview .module .page .container-1 .container-2 .image {
    width: 100%;
    height: 100%
}
.modules.scrollview .module .page .container-1 .container-2 .image .custom {
    width: 100%;
    height: 100%
}
.modules.scrollview .module .page .container-1 .container-2 .image .custom .img {
    width: 100%;
    height: 100%
}
.modules.scrollview .module .page .container-1 .container-2 .image .custom .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Preloader ---------------------------*/

.Spinner {
    height: 58px;
    left: 50%;
    margin-left: -29px;
    position: absolute;
    top: 50%;
    width: 58px;
    margin-top: -29px;
    animation: container-rotate 1600ms linear infinite;
}
.Spinner-line {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.Spinner-line--1 {
    border-color: #098170;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line--2 {
    border-color: #523D66;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line--3 {
    border-color: #EA425C;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line--4 {
    border-color: #F4AC46;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line-cog {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.Spinner-line-cog-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 200%;
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: none;
}
.Spinner-line-cog-inner--left {
    border-right-color: transparent;
    transform: rotate(129deg);
    animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line-cog-inner--right {
    left: -100%;
    border-left-color: transparent;
    transform: rotate(-129deg);
    animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line-cog-inner--center {
    width: 1000%;
    left: -450%
}
.Spinner-line-ticker {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
@keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}
@keyframes left-spin {
    0% {
        transform: rotate(130deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(130deg);
    }
}
@keyframes right-spin {
    0% {
        transform: rotate(-130deg);
    }
    50% {
        transform: rotate(5deg);
    }
    to {
        transform: rotate(-130deg);
    }
}
@keyframes line-1-fade-in-out {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes line-2-fade-in-out {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}
@keyframes line-3-fade-in-out {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}
@keyframes line-4-fade-in-out {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* Menu --------------------------------*/

.menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    overflow: hidden;
}
.menu a {
    color: white;
}
.menu .container {
    position: relative;
    width: 100%;
    height: 100%
}
.menu .container>div:nth-child(1) {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background-color: #15181C;
    opacity: .95;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .menu .container>div: nth-child(1) {
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .menu .container>div: nth-child(1) {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .menu .container>div: nth-child(1) {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}
.menu .container>div:nth-child(2) {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.menu .container>div:nth-child(2) ul.sections li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0 0 1.25em 0;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .menu .container>div: nth-child(2) ul.sections li {
        font-size: 1em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .menu .container>div: nth-child(2) ul.sections li {
        font-size: 1.5em;
    }
}
.menu .container>div:nth-child(2) ul.sections li:last-child {
    margin: 0 0 2em 0;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .menu .container>div: nth-child(2) ul.sections li:last-child {
        margin-bottom: 1em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .menu .container>div: nth-child(2) ul.sections li:last-child {
        margin: 0 0 1.5em 0;
    }
}
.menu .container>div:nth-child(2) ul.sections li a {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.menu .container>div:nth-child(2) ul.sections li a.out {
    opacity: 0.3;
}
.menu .container>div:nth-child(2) ul.languages li {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .75em;
    letter-spacing: .2em;
    text-transform: uppercase;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .menu .container>div: nth-child(2) ul.languages li {
        font-size: 0.6em;
    }
}
.menu .container>div:nth-child(2) ul.languages li::after {
    content: ' | '
}
.menu .container>div:nth-child(2) ul.languages li:last-child::after {
    content: ''
}
.menu .container>div:nth-child(2) a {
    margin: 0 .5em;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.menu .container>div:nth-child(2) a.out {
    opacity: 0.3;
}
.menu .container>div:nth-child(3) {
    text-align: center;
    position: absolute;
    bottom: 7.5%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .menu .container>div: nth-child(3) {
        bottom: 5%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .menu .container>div: nth-child(3) {
        bottom: 5%
    }
}
.menu .container>div:nth-child(3) a {
    margin: 0 .5em;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.menu .container>div:nth-child(3) a.out {
    opacity: 0.3;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .menu .container>div: nth-child(3) a {
        width: 26px;
        height: 26px;
        background-size: cover;
        margin: 0 .2em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .menu .container>div: nth-child(3) a {
        width: 38px;
        height: 38px;
        background-size: cover;
    }
}
/* Content -----------------------------*/

*,
div,
li,
p,
h1,
h2,
h3,
h4,
h5,
a,
span,
img,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    body>.content {
        margin-bottom: 219px;
    }
}
.content {
    position: relative;
    overflow: hidden;
}
.content.work {
    margin-bottom: 319px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .content.work {
        margin-bottom: 309px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .content.work {
        margin-bottom: 219px;
    }
}
.content.works {
    margin-bottom: 319px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .content.works {
        margin-bottom: 309px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .content.works {
        margin-bottom: 219px;
    }
}
.content .numbers {
    position: fixed;
    top: 50%;
    right: 60px;
    z-index: 10;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .content .numbers {
        display: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .content .numbers {
        right: 15px;
        display: none;
    }
}
.content .numbers li {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6875em;
    padding: 17px 0;
    color: #fff;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased !important;
}
.content .numbers li.active {
    opacity: 1;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .content .numbers li {
        padding: 12px;
    }
}
.content .numbers li a {
    text-decoration: none;
    color: #fff;
}
/* Project -----------------------------*/

.projects .content {
    width: 100%;
    height: auto;
}
.projects .content>ul,
.projects .content .bg {
    position: absolute;
    display: block !important;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    width: 100%;
    height: 1440px;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content>ul,
    .projects .content .bg {
        height: 400px;
    }
}
.projects .content>ul {
    top: 0px;
    background-color: transparent;
}
.projects .content .modules.depth1 {
    z-index: 2;
    background-color: #0f1114;
    padding: 225px 10% 0 10%
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth1 {
        padding: 125px 0 0 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth1 {
        padding: 40px 0 0 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth1 {
        padding: 150px 0 0 0;
    }
}
.projects .content .modules.depth1>div {
    max-width: 1334px;
    margin: auto;
    height: auto;
    *zoom: 1;
}
.projects .content .modules.depth1>div:before,
.projects .content .modules.depth1>div:after {
    display: table;
    clear: both;
    content: "";
    line-height: 0;
}
.projects .content .modules.depth1>div .module {
    width: 50%;
    height: auto;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth1>div .module {
        width: 100%;
        float: none;
    }
}
.projects .content .modules.depth1>div .module.hidden {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
    -moz-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    -o-transform: translate(0, 90px);
    transform: translate(0, 90px);
}
.projects .content .modules.depth1>div .module.header {
    background-color: #15181C;
    color: #fff;
}
.projects .content .modules.depth1>div .module.header>div {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/projects/bg-header.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/projects/bg-header.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 83%
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth1>div .module.header>div {
        background-position: 40%;
        background-size: 70%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth1>div .module.header>div {
        background-position: 50% 50%;
        background-size: 71%
    }
}
.projects .content .modules.depth1>div .module.header>div>div {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left;
}
.projects .content .modules.depth1>div .module.header>div>div h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.25em;
    max-width: 50%;
    margin: auto;
    color: #fff;
}
.modules .about_header h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.25em;
    max-width: 100%;
    margin: auto;
    color: #fff;
    text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth1>div .module.header>div>div h1 {
        font-size: 1.5em;
        line-height: 1.375em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth1>div .module.header>div>div h1 {
        font-size: 1.5em;
        line-height: 1.375em;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth1>div .module.header>div>div h1 {
        font-size: 1.2em;
        line-height: 1.25em;
    }
    .modules .about_header h1 {
        font-size: 1.8em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth1>div .module.header>div>div h1 {
        font-size: 1.25em;
        max-width: 40%
    }
    .modules .about_header h1 {
        font-size: 1.5em;
    }
}
.modules .about_header span {
    text-align: center;
    display: block;
    color: #c4c198;
    margin-top: 2em;
    font-size: 1.4em;
    color: #fff;
}
.modules .about_header {
    padding-bottom: 150px;
    z-index: 1000;
}
.projects .content .modules.depth1>div .module.header>div>div span {
    display: block;
    margin: 2em 0 0 2em;
    color: #c4c198;
}
.projects .content .modules.depth1>div .module.header>div>div span::before,
.modules .about_header span::before {
    content: '';
    display: inline-block;
    width: 2em;
    margin-right: .75em;
    margin-bottom: .25em;
    border-bottom: solid 1px #939EA4;
    opacity: .5;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth1>div .module.header>div>div span,
    .modules .about_header span {
        font-size: 0.85em;
        margin: 2em 0 0 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth1>div .module.header>div>div span,
    .modules .about_header span {
        font-size: 0.85em;
        margin: 2em 0 0 5em;
    }
}
.projects .content .modules.depth1>div .module.project>a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: cyan;
    display: block;
    text-decoration: none;
    background-color: #15181C;
}
.projects .content .modules.depth1>div .module.project>a .img {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    width: 100%;
    opacity: 1;
}
.projects .content .modules.depth1>div .module.project>a .img.over {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.25;
}
.projects .content .modules.depth1>div .module.project>a .background {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #15181C;
    opacity: .75;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.projects .content .modules.depth1>div .module.project>a .info {
    display: none;
    position: relative;
    width: 100%;
    height: 100%
}
.projects .content .modules.depth1>div .module.project>a .info .text {
    position: absolute;
    color: #fff;
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    cursor: pointer;
}
.projects .content .modules.depth1>div .module.project>a .info .text h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 3em;
    max-width: 75%;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth1>div .module.project>a .info .text h1 {
        font-size: 2.2em;
    }
}
.projects .content .modules.depth1>div .module.project>a .info .text h1.over {
    opacity: 1;
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transition: all .6s ease;
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.projects .content .modules.depth1>div .module.project>a .info .text p {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2em;
    font-size: .75em;
    text-transform: uppercase;
    margin: 0 0 2em 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.projects .content .modules.depth1>div .module.project>a .info .text p.over {
    opacity: 1;
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
}
.projects .content .modules.depth1>div .module:nth-child(odd) {
    float: left;
}
.projects .content .modules.depth1>div .module:nth-child(even) {
    float: right;
}
.projects .content .modules.depth2 {
    background: #fff;
}
.projects .content .modules.depth2 .module {
    text-align: center;
}
.projects .content .modules.depth2 .module>div.hidden {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    transform: translate(0, 90px);
    -webkit-transition: opacity .6s .1s, -webkit-transform .6s ease;
    transition: opacity 0.6s 0.1s, transform 0.6s ease;
}
.projects .content .modules.depth2 .module>div.animated {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.projects .content .modules.depth2 .module.header {
    position: relative;
    color: #fff;
    background-color: #15181C;
}
.projects .content .modules.depth2 .module.header>div {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.projects .content .modules.depth2 .module.header>div h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2em;
    font-size: .75em;
    text-transform: uppercase;
    margin: 0 0 .5em 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.header>div h1 {
        font-size: 0.685em;
        line-height: 1.125em;
    }
}
.projects .content .modules.depth2 .module.header>div h2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 4em;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.header>div h2 {
        font-size: 2em;
        line-height: 1.125em;
    }
}
.projects .content .modules.depth2 .module.intro {
    background-color: #fff;
    padding: 10.25em 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro {
        padding: 5.25em 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro {
        padding: 3.5em 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro {
        padding: 3.5em 0;
    }
}
.projects .content .modules.depth2 .module.intro>div {
    max-width: 1100px;
    margin: auto;
    *zoom: 1;
}
.projects .content .modules.depth2 .module.intro>div:before,
.projects .content .modules.depth2 .module.intro>div:after {
    display: table;
    clear: both;
    content: "";
    line-height: 0;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.intro>div {
        max-width: 900px;
        margin: 0 10%
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div {
        max-width: 900px;
        margin: 0 8%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro>div {
        max-width: 900px;
        margin: 0 8%
    }
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(2) {
    float: right;
    width: 75%;
    text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) {
        float: none;
        margin: 0 auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) {
        float: none;
        margin: 0 auto;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) {
        float: none;
        margin: 0 auto;
    }
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(2) span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1em;
    letter-spacing: 0em;
    color: #939EA4;
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(2) span::after {
    content: '';
    display: inline-block;
    width: 2.75em;
    margin-left: .765em;
    margin-bottom: .365em;
    border-bottom: solid 1px #939EA4;
    opacity: .5;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) span {
        font-size: 0.685em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) span {
        font-size: 0.685em;
    }
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(2) h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.1em;
    letter-spacing: 0em;
    color: #24262B;
    margin: .45em 0 .55em 0;
    max-width: 75%
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) h1 {
        font-size: 2em;
        line-height: 1.125em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) h1 {
        font-size: 2em;
        line-height: 1.125em;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) h1 {
        font-size: 1.5em;
        line-height: 1.125em;
        max-width: 100%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) h1 {
        font-size: 1.5em;
        line-height: 1.125em;
        max-width: 100%
    }
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(2) p {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    letter-spacing: 0em;
    line-height: 1.45em;
    color: #24262B;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.3em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.3em;
    }
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(2) a {
    color: #24262B;
    text-decoration: underline;
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(1) {
    float: left;
    width: 25%;
    padding: 3.85em 0 0 0;
    text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) {
        padding: 2.75em 0 0 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) {
        float: none;
        width: 75%;
        padding: 0;
        margin: 0 auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) {
        float: none;
        width: 75%;
        padding: 0;
        margin: 0 auto;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) {
        float: none;
        width: 75%;
        padding: 0;
        margin: 0 auto;
    }
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(1) h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .6875em;
    text-transform: uppercase;
    color: #939EA4;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) h1 {
        display: inline;
        font-size: 0.75em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) h1 {
        display: inline;
        font-size: 0.685em;
    }
}
.projects .content .modules.depth2 .module.intro>div>div:nth-child(1) p {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: .875em;
    letter-spacing: 0em;
    line-height: 1.25em;
    color: #24262B;
    text-transform: uppercase;
    max-width: 75%;
    margin: .825em 0 2.475em 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) p {
        display: inline;
        font-size: 0.75em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) p {
        display: inline;
        font-size: 0.685em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1)>div:nth-child(1) {
        margin-bottom: 0.5em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1)>div:nth-child(1) {
        margin-bottom: 0.5em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1)>div:nth-child(2) {
        margin-bottom: 4em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1)>div:nth-child(2) {
        margin-bottom: 3em;
    }
}
.projects .content .modules.depth2 .module.image-full-width img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
.projects .content .modules.depth2 .module.image-max-width {
    background-color: #15181C;
}
.projects .content .modules.depth2 .module.image-max-width>div {
    max-width: 1334px;
    margin: auto;
}
@media screen and (min-width: 1400px) and (max-width: 1439px) {
    .projects .content .modules.depth2 .module.image-max-width>div {
        margin: 0 10%
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.image-max-width>div {
        margin: 0 10%
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.image-max-width>div {
        margin: 0 8.57%
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.image-max-width>div {
        margin: 0 6%
    }
}
.projects .content .modules.depth2 .module.image-max-width>div img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
.projects .content .modules.depth2 .module.optional-full-width {
    background-color: #fff;
    padding: 5.25em 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.optional-full-width {
        padding: 3.60em 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.optional-full-width {
        padding: 3.125em 0;
    }
}
.projects .content .modules.depth2 .module.optional-full-width>div {
    max-width: 1334px;
    margin: auto;
}
.projects .content .modules.depth2 .module.optional-full-width>div>div {
    max-width: 75%;
    margin: auto;
    padding: 0 2.25em 0 2.25em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.optional-full-width>div>div {
        padding: 0 0;
        max-width: 80%
    }
}
.projects .content .modules.depth2 .module.optional-full-width>div>div span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .85em;
    letter-spacing: 0em;
    color: #939EA4;
}
.projects .content .modules.depth2 .module.optional-full-width>div>div span::after {
    content: '';
    display: block;
    width: 3em;
    margin: auto;
    margin-top: .7em;
    border-bottom: solid 1px #939EA4;
    opacity: .5;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.optional-full-width>div>div span {
        font-size: 0.685em;
    }
}
.projects .content .modules.depth2 .module.optional-full-width>div>div h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.3em;
    letter-spacing: 0em;
    color: #939EA4;
    margin: .8em 0 .6em 0;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.optional-full-width>div>div h1 {
        font-size: 1.5em;
        line-height: 1.125em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.optional-full-width>div>div h1 {
        font-size: 2em;
        line-height: 1.125em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.optional-full-width>div>div h1 {
        font-size: 1.5em;
        line-height: 1.125em;
    }
}
.projects .content .modules.depth2 .module.optional-full-width>div>div p {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0em;
    line-height: 1.625em;
    color: #24262B;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.optional-full-width>div>div p {
        font-size: 0.875em;
        line-height: 1.4em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.optional-full-width>div>div p {
        font-size: 0.875em;
        line-height: 1.4em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.optional-full-width>div>div p {
        font-size: 0.875em;
        line-height: 1.3em;
    }
}
.projects .content .modules.depth2 .module.optional-full-width.light h1,
.projects .content .modules.depth2 .module.optional-full-width.light p {
    color: #fff;
}
.projects .content .modules.depth2 .module.images>div {
    max-width: 1334px;
    margin: auto;
}
@media screen and (min-width: 1400px) and (max-width: 1439px) {
    .projects .content .modules.depth2 .module.images>div {
        margin: 0 10%
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.images>div {
        margin: 0 10%
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.images>div {
        margin: 0 8.57%
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.images>div {
        margin: 0 6%
    }
}
.projects .content .modules.depth2 .module.images>div img {
    height: auto;
    width: 100%;
    display: block;
}
.projects .content .modules.depth2 .module.content-image-left {
    background-color: #15181C;
    color: #15181C;
    padding: 3em 0 3em 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.content-image-left {
        padding: 0;
    }
}
.projects .content .modules.depth2 .module.content-image-left>div {
    max-width: 1334px;
    margin: auto;
    display: table;
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(1) {
    width: 58%;
    display: table-cell;
    vertical-align: middle;
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(1)>div {
    margin-left: -50%
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(1)>div img {
    width: 100%;
    height: auto;
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(2) {
    width: 42%;
    display: table-cell;
    vertical-align: middle;
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(2)>div {
    text-align: left;
    max-width: 80%;
    margin-left: 4.175em;
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(2)>div span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .85em;
    letter-spacing: 0em;
    color: #939EA4;
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(2)>div span::after {
    content: '';
    display: inline-block;
    width: 3em;
    margin-left: .75em;
    margin-bottom: .25em;
    border-bottom: solid 1px #939EA4;
    opacity: .5;
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(2)>div h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.3em;
    letter-spacing: 0em;
    margin: .8em 0 .6em 0;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.content-image-left>div>div: nth-child(2)>div h1 {
        font-size: 2.5em;
        line-height: 1.2em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.content-image-left>div>div: nth-child(2)>div h1 {
        font-size: 2.5em;
        line-height: 1.2em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.content-image-left>div>div: nth-child(2)>div h1 {
        font-size: 1.5em;
        line-height: 1.125em;
    }
}
.projects .content .modules.depth2 .module.content-image-left>div>div:nth-child(2)>div p {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.625em;
    letter-spacing: 0em;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.content-image-left>div>div: nth-child(2)>div p {
        font-size: 1em;
        line-height: 1.5em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.content-image-left>div>div: nth-child(2)>div p {
        font-size: 1em;
        line-height: 1.5em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.content-image-left>div>div: nth-child(2)>div p {
        font-size: 0.875em;
        line-height: 1.3em;
    }
}
.projects .content .modules.depth2 .module.content-image-left.light h1,
.projects .content .modules.depth2 .module.content-image-left.light p {
    color: #fff;
}
.projects .content .modules.depth2 .module.content-image-right {
    background-color: #15181C;
    color: #15181C;
    padding: 3em 0 3em 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.content-image-right {
        padding: 0;
    }
}
.projects .content .modules.depth2 .module.content-image-right>div {
    max-width: 1334px;
    margin: auto;
    display: table;
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(1) {
    width: 42%;
    display: table-cell;
    vertical-align: middle;
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(1)>div {
    text-align: left;
    max-width: 80%
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(1)>div span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .85em;
    letter-spacing: 0em;
    color: #939EA4;
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(1)>div span::after {
    content: '';
    display: inline-block;
    width: 3em;
    margin-left: .75em;
    margin-bottom: .25em;
    border-bottom: solid 1px #939EA4;
    opacity: .5;
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(1)>div h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.3em;
    letter-spacing: 0em;
    margin: .8em 0 .6em 0;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.content-image-right>div>div: nth-child(1)>div h1 {
        font-size: 2.5em;
        line-height: 1.2em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.content-image-right>div>div: nth-child(1)>div h1 {
        font-size: 2.5em;
        line-height: 1.2em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.content-image-right>div>div: nth-child(1)>div h1 {
        font-size: 1.5em;
        line-height: 1.125em;
    }
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(1)>div p {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.625em;
    letter-spacing: 0em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.content-image-right>div>div: nth-child(1)>div p {
        font-size: 1em;
        line-height: 1.5em;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.content-image-right>div>div: nth-child(1)>div p {
        font-size: 0.875em;
        line-height: 1.3em;
    }
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(2) {
    width: 58%;
    display: table-cell;
    vertical-align: middle;
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(2)>div {
    margin-right: -50%
}
.projects .content .modules.depth2 .module.content-image-right>div>div:nth-child(2)>div img {
    width: 100%;
    height: auto;
    display: block;
}
.projects .content .modules.depth2 .module.content-image-right.light h1,
.projects .content .modules.depth2 .module.content-image-right.light p {
    color: #fff;
}
.projects .content .modules.depth2 .module.video-animation {
    background-color: #15181C;
    margin: 0 auto;
}
.projects .content .modules.depth2 .module.video-animation>div {
    max-width: 1112px;
    margin: auto;
    padding: 0em 0 0em 0;
}
@media screen and (min-width: 1400px) and (max-width: 1439px) {
    .projects .content .modules.depth2 .module.video-animation>div {
        margin: 0 10%
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.video-animation>div {
        margin: 0 10%
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.video-animation>div {
        margin: 0 8.57%
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.video-animation>div {
        margin: 0 8.57%
    }
}
.projects .content .modules.depth2 .module.video-animation>div video {
    height: auto;
    width: 100%;
    vertical-align: middle;
    display: block;
}
.projects .content .modules.depth2 .module.video-player {
    background-color: #15181C;
}
.projects .content .modules.depth2 .module.video-player>div {
    max-width: 1112px;
    width: auto;
    height: 800px;
    margin: auto;
    padding: 3em 0 3em 0;
}
@media screen and (min-width: 1400px) and (max-width: 1439px) {
    .projects .content .modules.depth2 .module.video-player>div {
        margin: 0 10%
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .projects .content .modules.depth2 .module.video-player>div {
        margin: 0 10%;
        height: 600px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .projects .content .modules.depth2 .module.video-player>div {
        margin: 0 8.57%
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.video-player>div {
        margin: 0 8%;
        height: 300px;
    }
}
.projects .content .modules.depth2 .module.video-player>div iframe {
    width: 100%;
    height: 100%
}
.projects .content .modules.depth2 .module.light span {
    color: rgba(255, 255, 255, 0.6) !important;
}
.projects .content .modules.depth2 .module.light span:after {
    border-color: rgba(255, 255, 255, 0.6) !important;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.gallery_popup {
    max-width: 650px;
    background: white;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
}
.mfp-content img {
    text-align: center;
    width: 100%
}
.mfp-content h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    padding: 10px 0;
}
.mfp-content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
}
/* home -------------------------------*/

.home .content {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.home .content .modules .module .content {
    background-color: #15181C
}
.home .content .modules .module .content>div {
    color: #fff;
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}
.home .content .modules .module .custom>a {
    position: absolute;
    bottom: 37px;
    left: auto;
    right: 37px;
    margin-left: 0;
    width: 51px;
    height: 51px;
    text-align: center;
    z-index: 9;
    background-image: url(../img/shared/down.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/down.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    opacity: 1
}
.home .content .modules .module .custom>a:hover {
    opacity: 0.3
}
.home .content .modules .module.header .custom>a {
    bottom: 37px;
    left: 50%;
    margin-left: -26px
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module .custom>a {
        bottom: 7px
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module .custom>a {
        bottom: 7px;
        right: 30px;
        margin: 0;
        left: auto
    }
    .home .content .modules .module.header .custom>a {
        bottom: 7px
    }
}
.home .content .modules .module.header .content {
    background-color: transparent
}
.home .content .modules .module.header .content>div {
    position: relative;
    text-align: left;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home .content .modules .module.header .content>div h1 {
    -webkit-transform: translate3d(0px, 60px, 0px);
    -moz-transform: translate3d(0px, 60px, 0px);
    -ms-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate3d(0px, 60px, 0px);
    transform: translate3d(0px, 60px, 0px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.home .content .modules .module.header .content>div.visible,
.projects .modules .about_header .visible {
    opacity: 1
}
.home .content .modules .module.header .content>div.visible h1,
.projects .modules .about_header h1,
.projects .modules .about_header span {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}
.home .content .modules .module.header .content>div h1 {
    font-family: 'Abril Fatface', cursive;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 0em;
    max-width: 50%;
    color: #fff;
    text-rendering: geometricPrecision;
    font-weight: normal;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .home .content .modules .module.header .content>div h1 {
        font-size: 2.5em;
        line-height: 1.2em
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.header .content>div h1 {
        font-size: 2.5em;
        line-height: 1.2em;
        width: 370px
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.header .content>div h1 {
        font-size: 1.7em;
        line-height: 1.125em;
        width: 80%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.header .content>div {
        left: 0;
        padding: 0 10px;
    }
    .home .content .modules .module.header .content>div h1 {
        font-size: 20px;
        line-height: 1.125em;
        max-width: 100%;
        text-align: center;
    }
    .home .content .modules .module.header .content>div h1 span {
        text-align: center;
    }
}
.home .content .modules .module.header .content>div h1 span {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 20px;
    line-height: 1em;
    font-weight: 900;
    text-rendering: geometricPrecision;
    font-family: 'Source Sans Pro', sans-serif;
}
.home .content .modules .module.image-content .content>div {
    height: 100%
}
.home .content .modules .module.image-content .content>div>div:nth-child(1) {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    background: #26447a;
    background-image: -webkit-radial-gradient(2% 96%, #26447a 0%, #1d6c8d 100%);
    background-image: -o-radial-gradient(2% 96%, #26447a 0%, #1d6c8d 100%);
    background-image: -moz-radial-gradient(2% 96%, #26447a 0%, #1d6c8d 100%);
    background-image: -ms-radial-gradient(2% 96%, #26447a 0%, #1d6c8d 100%)
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(1)>div {
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35);
        -moz-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35);
        -ms-transform: translateY(-50%) translateX(-50% translateZ(0)) scale(0.35);
        -o-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35);
        transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35)
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(1)>div {
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35);
        -moz-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35);
        -ms-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35);
        -o-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35);
        transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0.35)
    }
}
.home .content .modules .module.image-content .content img,
.home .content .modules .module.content-image .content img {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -188px;
    margin-top: -190.5px;
}
.home .content .modules .module.image-content .content>div>div:nth-child(2) {
    width: 50%;
    height: 100%;
    float: right
}
.home .content .modules .module.image-content .content>div>div:nth-child(2)>div,
.home .content .modules .module.image-content .content>div>div:nth-child(1)>div,
.home .content .modules .module.content-image .content>div>div:nth-child(1)>div {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left;
    max-width: 60%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(-35%) translateX(-50%);
    -moz-transform: translateY(-35%) translateX(-50%);
    -ms-transform: translateY(-35%) translateX(-50%);
    -o-transform: translateY(-35%) translateX(-50%);
    transform: translateY(-35%) translateX(-50%)
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div {
        max-width: 50%
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div {
        max-width: 80%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div {
        max-width: 80%
    }
}
.home .content .modules .module.image-content .content>div>div:nth-child(2)>div.visible,
.home .content .modules .module.image-content .content>div>div:nth-child(1)>div.visible,
.home .content .modules .module.content-image .content>div>div:nth-child(1)>div.visible {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div {
        -webkit-transform: translateY(0%) translateX(-50%);
        -moz-transform: translateY(0%) translateX(-50%);
        -ms-transform: translateY(0%) translateX(-50%);
        -o-transform: translateY(0%) translateX(-50%);
        transform: translateY(0%) translateX(-50%)
    }
}
.home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(1) {
    color: #74BDBD;
    margin: 0 0 1em 0;
    font-family: 'Montserrat', sans-serif;
    font-size: .875em
}
.home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(1)::after {
    content: '';
    display: inline-block;
    width: 2em;
    margin-left: .5em;
    margin-bottom: .25em;
    border-bottom: solid 1px #74BDBD
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(1) {
        font-size: 0.675em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(1) {
        font-size: 0.685em
    }
}
.home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-weight: bold;
    font-size: 3em;
    margin: 0 0 0.79em 0;
    line-height: 1.15em
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 2.5em;
        line-height: 1.2em
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 2em;
        line-height: 1.125em
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 1.5em;
        line-height: 1.125em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 1.5em;
        line-height: 1.125em
    }
}
.home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) p {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 1.125em;
    line-height: 1.5em
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 1em;
        line-height: 1.5em
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.image-content .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
.home .content .modules .module.content-image .content>div {
    height: 100%
}
.home .content .modules .module.content-image .content>div>div:nth-child(2) {
    width: 50%;
    height: 100%;
    float: right
}
.home .content .modules .module.content-image .content>div>div:nth-child(2)>div {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left;
    max-width: 60%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(-35%) translateX(-50%);
    -moz-transform: translateY(-35%) translateX(-50%);
    -ms-transform: translateY(-35%) translateX(-50%);
    -o-transform: translateY(-35%) translateX(-50%);
    transform: translateY(-35%) translateX(-50%)
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div {
        max-width: 50%
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div {
        max-width: 80%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div {
        max-width: 80%
    }
}
.home .content .modules .module.content-image .content>div>div:nth-child(2)>div.visible {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}
.home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(1) {
    color: #EAC568;
    margin: 0 0 1em 0;
    font-family: 'Montserrat', sans-serif;
    font-size: .875em
}
.home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(1)::after {
    content: '';
    display: inline-block;
    width: 2em;
    margin-left: .5em;
    margin-bottom: .25em;
    border-bottom: solid 1px #EAC568
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(1) {
        font-size: 0.675em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(1) {
        font-size: 0.685em
    }
}
.home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-weight: bold;
    font-size: 3em;
    margin: 0 0 0.79em 0;
    line-height: 1.15em
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 2.5em;
        line-height: 1.2em
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 2em;
        line-height: 1.125em
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 1.5em;
        line-height: 1.125em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 1.5em;
        line-height: 1.125em
    }
}
.home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) p {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 1.125em;
    line-height: 1.5em
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 1em;
        line-height: 1.5em
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.content-image .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
.home .content .modules .module.content-image .content>div>div:nth-child(1) {
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
    background: #EEA95B;
    background: -webkit-radial-gradient(29% 106%, #EAC367 8%, #EEA95B 100%);
    background: -o-radial-gradient(29% 106%, #EAC367 8%, #EEA95B 100%);
    background: -moz-radial-gradient(29% 106%, #EAC367 8%, #EEA95B 100%);
    background: -ms-radial-gradient(29% 106%, #EAC367 8%, #EEA95B 100%)
}
.home .content .modules .module.mixed .content>div {
    height: 100%
}
.home .content .modules .module.mixed .content>div>div:nth-child(1) {
    width: 35%;
    height: 100%;
    float: left;
    background-image: url(../img/about/about-3_landscape.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(1) {
        background-image: url(../img/about/about-3_portrait.jpg)
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(1) {
        background-image: url(../img/about/about-3_portrait.jpg)
    }
}
.home .content .modules .module.mixed .content>div>div:nth-child(2) {
    width: 40%;
    height: 100%;
    float: left;
    background-color: #15181C
}
.home .content .modules .module.mixed .content>div>div:nth-child(2)>div {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left;
    max-width: 60%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(-35%) translateX(-50%);
    -moz-transform: translateY(-35%) translateX(-50%);
    -ms-transform: translateY(-35%) translateX(-50%);
    -o-transform: translateY(-35%) translateX(-50%);
    transform: translateY(-35%) translateX(-50%)
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div {
        max-width: 50%
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div {
        max-width: 80%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div {
        max-width: 80%
    }
}
.home .content .modules .module.mixed .content>div>div:nth-child(2)>div.visible {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}
.home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(1) {
    color: #E27392;
    margin: 0 0 1em 0;
    font-family: 'Montserrat', sans-serif;
    font-size: .875em
}
.home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(1)::after {
    content: '';
    display: inline-block;
    width: 2em;
    margin-left: .5em;
    margin-bottom: .25em;
    border-bottom: solid 1px #E27392
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(1) {
        font-size: 0.685em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(1) {
        font-size: 0.685em
    }
}
.home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-weight: bold;
    font-size: 3em;
    margin: 0 0 0.79em 0;
    line-height: 1.15em
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 2.5em;
        line-height: 1.2em
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 2em;
        line-height: 1.125em
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 1.5em;
        line-height: 1.125em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) h1 {
        font-size: 1.5em;
        line-height: 1.125em
    }
}
.home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) p {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 1.125em;
    line-height: 1.5em
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 1em;
        line-height: 1.5em
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(2)>div>div:nth-child(2) p {
        font-size: 0.875em;
        line-height: 1.4em
    }
}
.home .content .modules .module.mixed .content>div>div:nth-child(3) {
    width: 25%;
    height: 100%;
    float: right;
    background-image: url(../img/about/about-4_landscape.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(3) {
        background-image: url(../img/about/about-4_portrait.jpg)
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.mixed .content>div>div:nth-child(3) {
        background-image: url(../img/about/about-4_portrait.jpg)
    }
}
.home .content .modules .module.mixed .content>div>div:nth-child(4) {
    width: 5%;
    height: 100%;
    float: left;
    background-color: #15181C
}
/* Contact -----------------------------*/

.contact .content {
    width: 100%;
    height: 100%
}
.contact .content .modules {
    width: 100%;
    height: 100%;
    background-color: #15181C;
}
.contact .content .modules .scene,
.contact .content .modules .bg {
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%
}
.contact .content .modules .scene {
    top: 0px;
    background-color: #0f0f13 !important;
}
.contact .content .modules .module {
    position: relative;
}
.contact .content .modules .module.info {
    float: right;
    width: 50%;
    height: 100%;
    background-color: rgba(21, 24, 28, 0.79);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact .content .modules .module.info {
        float: none;
        width: 100%
    }
}
.contact .content .modules .module.info>div {
    position: absolute;
    left: 15%;
    top: 50%;
    max-width: 65%
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact .content .modules .module.info>div {
        max-width: 100%;
        left: 3.6em;
        padding-top: 20px;
        top: 0%;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .contact .content .modules .module.info>div {
        max-width: 80%;
        left: 2em;
        padding-top: 20px;
        top: 0%;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .contact .content .modules .module.info>div {
        max-width: 80%;
        left: 2em;
        padding-top: 20px;
    }
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .contact .content .modules .module.info>div>div: nth-child(1) {
        float: left;
        width: 45%;
        margin-left: 30px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .contact .content .modules .module.info>div>div: nth-child(1) {
        margin-bottom: 35px;
    }
}
.contact .content .modules .module.info>div>div p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.3em;
    letter-spacing: 0em;
    color: #fff;
}
@media screen and (max-height: 790px) {
    .contact .content .modules .module.info>div>div: nth-child(1) p {
        font-size: 1.125em;
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .contact .content .modules .module.info>div>div: nth-child(1) p {
        font-size: 1.125em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact .content .modules .module.info>div>div: nth-child(1) p {
        font-size: 1.125em;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .contact .content .modules .module.info>div>div: nth-child(1) p {
        font-size: 1.125em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .contact .content .modules .module.info>div>div: nth-child(1) p {
        font-size: 1.125em;
    }
}
.contact .content .modules .module.info>div>div:nth-child(1) p a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.contact .content .modules .module.info>div>div:nth-child(1) p:first-child {
    color: #fff;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .contact .content .modules .module.info>div>div: nth-child(2) {
        float: right;
        width: 40%
    }
}
.contact .content .modules .module.info>div>div:nth-child(2) h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .75em;
    letter-spacing: .15em;
    margin-bottom: 1.25em;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .contact .content .modules .module.info>div>div: nth-child(2) h1 {
        font-size: 0.6em;
        margin-bottom: 1em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .contact .content .modules .module.info>div>div: nth-child(2) h1 {
        font-size: 0.7em;
        margin-bottom: 1em;
    }
}
.contact .content .modules .module.info>div>div:nth-child(2) p {
    margin-bottom: 3em;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.3em;
    letter-spacing: 0em;
    color: #5D6572;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .contact .content .modules .module.info>div>div: nth-child(2) p {
        font-size: 1.125em;
        margin-bottom: 35px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .contact .content .modules .module.info>div>div: nth-child(2) p {
        font-size: 1.125em;
        margin-bottom: 35px;
    }
}
.contact .content .modules .module.info>div>div:nth-child(2) a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.module .infoContent h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'Playfair Display';
    font-weight: 700;
}
.module .infoContent h4 {
    font-size: 26px;
    color: #687181;
    font-family: 'Playfair Display';
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 30px;
}
.module .infoContent .social {
    padding-top: 15px;
}
.contact .content .modules .module.info>div .social a {
    color: #fff;
    display: inline-block;
    margin: 0 .5em;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact .content .modules .module.info>div .social a.twitter {
        margin-left: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .contact .content .modules .module.info>div .social a.twitter {
        margin-left: 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .contact .content .modules .module.info>div .social a.twitter {
        margin-left: 0;
    }
    .module .infoContent h3 {
        font-size: 24px;
    }
    .module .infoContent h4 {
        font-size: 20px;
        padding-bottom: 20px;
        padding-top: 15px;
    }
    .contact .content .modules .module.info>div>div p {
        font-size: 1.1em;
    }
}
.contact .content .modules .module.info>div .social a.out {
    opacity: 0.5;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .contact .content .modules .module.info>div .social a {
        width: 32px;
        height: 32px;
        background-size: cover;
        margin: 0 .2em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .contact .content .modules .module.info>div .social a {
        width: 36px;
        height: 36px;
        background-size: cover;
        margin: 0 .4em;
    }
}
/* Navigation --------------------------*/

.navigation {
    overflow: hidden;
    height: 15em;
    text-align: center;
    margin-bottom: 0;
    *zoom: 1;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .navigation {
        height: 13em;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navigation {
        height: 182px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .navigation {
        margin-bottom: 0;
        height: 102px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .navigation {
        margin-bottom: 0;
        height: 102px;
    }
}
.navigation:before,
.navigation:after {
    display: table;
    clear: both;
    content: "";
    line-height: 0;
}
.navigation a {
    text-decoration: none;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.navigation a:hover {
    background-color: #101215;
}
.navigation .prev {
    cursor: pointer;
    height: 100%;
    background-color: #1e1e22;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 37.5%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .75em;
    letter-spacing: .15em;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .navigation .prev {
        font-size: 0.6em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .navigation .prev {
        font-size: 0.6em;
    }
}
.navigation .prev>div {
    line-height: 240px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .navigation .prev>div {
        line-height: 210px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .prev>div {
        line-height: 182px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .navigation .prev>div {
        line-height: 110px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .navigation .prev>div {
        line-height: 110px;
    }
}
.navigation .prev .ico {
    width: 13px;
    height: 9px;
    display: inline-block;
    margin-right: 0.5em;
    background-image: url(../img/shared/prev.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/prev.svg");
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navigation .prev:hover .ico {
    -webkit-transform: translate3d(-5px, 0px, 0px);
    -moz-transform: translate3d(-5px, 0px, 0px);
    -ms-transform: translate3d(-5px, 0px, 0px);
    -o-transform: translate3d(-5px, 0px, 0px);
    transform: translate3d(-5px, 0px, 0px);
}
.navigation .all {
    cursor: pointer;
    height: 100%;
    height: 240px;
    background-color: #232327;
    text-transform: uppercase;
    display: table;
    float: left;
    width: 25%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .75em;
    letter-spacing: .15em;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .navigation .all {
        height: 208px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .all {
        height: 182px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .navigation .all {
        height: 102px;
        font-size: 0.6em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .navigation .all {
        height: 102px;
        font-size: 0.6em;
    }
}
.navigation .all>div {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-backface-visibility: hidden;
}
.navigation .all .ico {
    width: 22px;
    height: 22px;
    display: block;
    margin: auto;
    margin-bottom: 1.5em;
    background-image: url(../img/shared/all.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/all.svg");
    background-repeat: none;
    background-position: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navigation .all:hover .ico {
    background-position: 0 -12px;
}
.navigation .next {
    cursor: pointer;
    height: 100%;
    background-color: #1e1e22;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 37.5%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .75em;
    letter-spacing: .15em;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .navigation .next {
        font-size: 0.6em;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .navigation .next {
        font-size: 0.6em;
    }
}
.navigation .next>div {
    line-height: 240px;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .navigation .next>div {
        line-height: 210px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .next>div {
        line-height: 182px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .navigation .next>div {
        line-height: 110px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .navigation .next>div {
        line-height: 110px;
    }
}
.navigation .next .ico {
    width: 13px;
    height: 9px;
    display: inline-block;
    margin-left: 0.5em;
    background-image: url(../img/shared/next.png) transparent 0 0 no-repeat;
    background-image: none, url("../img/shared/next.svg");
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navigation .next:hover .ico {
    -webkit-transform: translate3d(5px, 0px, 0px);
    -moz-transform: translate3d(5px, 0px, 0px);
    -ms-transform: translate3d(5px, 0px, 0px);
    -o-transform: translate3d(5px, 0px, 0px);
    transform: translate3d(5px, 0px, 0px);
}
.navigation div.prev,
.navigation div.next {
    cursor: default;
}
.navigation div.prev>div,
.navigation div.next>div {
    opacity: 0.12;
    color: #fff;
}
.navigation div.prev:hover .ico,
.navigation div.next:hover .ico {
    -webkit-transform: translate3d(0, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    -o-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .navigation div.prev span,
    .navigation div.next span {
        display: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .navigation a.prev span,
    .navigation a.next span {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.image-content .content>div>div: nth-child(1),
    .home .content .modules .module.content-image .content>div>div:nth-child(1) {
        width: 100%;
        height: 50%;
        float: none;
    }
    .home .content .modules .module.image-content .content>div>div:nth-child(2),
    .home .content .modules .module.content-image .content>div>div:nth-child(2) {
        width: 100%;
        height: 50%;
        float: none;
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(1) {
        width: 100%;
        height: 35%
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(2) {
        width: 100%;
        height: 40%
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(3) {
        width: 100%;
        height: 25%
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) {
        width: auto;
        float: none;
    }
    .projects .content .modules.depth2 .module.intro>div>div:nth-child(2) {
        width: auto;
        float: none;
    }
    .contact .content .modules .module.image {
        display: none;
    }
    .contact .content .modules .module.info {
        width: 100%;
        float: none;
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(1) {
        width: 100%;
        height: 25%
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(2) {
        width: 100%;
        height: 60%
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(3) {
        width: 100%;
        height: 15%
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .projects .content .modules.depth2 .module.intro>div>div: nth-child(1) {
        width: auto;
        float: none;
    }
    .projects .content .modules.depth2 .module.intro>div>div:nth-child(2) {
        width: auto;
        float: none;
    }
    .contact .content .modules .module.image {
        display: none;
    }
    .contact .content .modules .module.info {
        width: 100%;
        float: none;
    }
    .home .content .modules .module.image-content .content>div>div:nth-child(1),
    .home .content .modules .module.content-image .content>div>div:nth-child(1) {
        width: 100%;
        height: 50%;
        float: none;
    }
    .home .content .modules .module.image-content .content>div>div:nth-child(2),
    .home .content .modules .module.content-image .content>div>div:nth-child(2) {
        width: 100%;
        height: 50%;
        float: none;
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(1) {
        width: 100%;
        height: 25%
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(2) {
        width: 100%;
        height: 60%
    }
    .home .content .modules .module.mixed .content>div>div:nth-child(3) {
        width: 100%;
        height: 15%
    }
}
/* Footer ------------------------------*/

.footer {
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1B1B1E;
    border-left: solid 20px #fff;
    border-right: solid 20px #fff;
    border-bottom: solid 20px #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer {
        border: none;
    }
}
.footer .container {
    height: 100%;
    text-align: center;
    position: relative;
}
.footer .container>div:nth-child(1) {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
    height: 310px;
    padding-top: 58px;
    background: url(../img/shared/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .footer .container>div: nth-child(1) {
        height: 220px;
        padding-top: 40px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .footer .container>div: nth-child(1) {
        height: 220px;
        padding-top: 40px;
    }
}
.footer .container>div:nth-child(1)>a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.9375em;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.footer .container>div:nth-child(1)>a:hover {
    color: #69696B;
}
.footer .container>div:nth-child(1) .social {
    width: 100%;
    text-align: center;
    margin: 2.75em 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .content .modules .module.image-content .content > div > div:nth-child(1),
    .home .content .modules .module.content-image .content > div > div:nth-child(1) {
        width: 100%;
        height: 50%;
        float: none;
    }
    .home .content .modules .module.image-content .content img,
    .home .content .modules .module.content-image .content img {
        height: 240px;
        text-align: center;
        margin-right: -146px;
        margin-top: -124.5px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .home .content .modules .module.image-content .content > div > div:nth-child(1),
    .home .content .modules .module.content-image .content > div > div:nth-child(1) {
        overflow: hidden;
        height: 300px;
        width: 100%;
        float: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .footer .container>div: nth-child(1) .social {
        margin: 2em 0 0;
    }
}
.footer .container>div:nth-child(1) .social a {
    margin: 0 .35em;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    width: 46px;
    height: 46px;
    background-size: cover;
}
.footer .container>div:nth-child(1) .social a.out {
    opacity: 0.3;
}
.footer .container>div:nth-child(2) {
    position: absolute;
    width: 100%;
    color: #69696B;
    bottom: 53px;
    letter-spacing: .05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: .625em;
    text-transform: uppercase;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .footer .container>div: nth-child(2) {
        font-size: 0.5em;
        bottom: 25px;
        line-height: 1.3;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .footer .container>div: nth-child(2) {
        font-size: 0.5em;
        bottom: 25px;
        line-height: 1.3;
        padding: 0 5%
    }
}
.projects .footer {
    z-index: 0;
}
.home .footer {
    z-index: 0;
}
.contact .footer {
    display: none;
    z-index: 0;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .footer {
        border-left: none;
        border-right: none;
        border-bottom: none;
        z-index: -1 !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .footer {
        border-left: none;
        border-right: none;
        border-bottom: none;
        z-index: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .home .module.project {
        float: left;
        width: 50%
    }
    body>.content {
        overflow: hidden !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    html {
        overflow: visible !important;
    }
    body>.content {
        height: auto !important;
    }
    body.contact {
        background-color: #15181c;
    }
    body.contact>.content {
        margin-bottom: 0;
        height: 100% !important;
    }
    .content {
        overflow: auto !important;
    }
    .content .modules.scrollview .module {
        position: static;
    }
    .content .modules.scrollview .module .page {
        position: static;
        overflow: auto;
    }
    .content .modules.scrollview .module .page .container-1 {
        position: static;
        overflow: auto;
    }
    .content .modules.scrollview .module .page .container-1 .container-2 {
        position: static;
        overflow: auto;
    }
    .content .modules.scrollview .module .page .container-1 .container-2 .image .custom {
        position: relative;
    }
    .content .modules.scrollview .moduleheader .content {
        height: 100%
    }
    .content .modules.scrollview .module.project .page .container-1 .container-2 .image .custom>a {
        display: none;
    }
    .content .modules.scrollview .module.image-content .page .container-1 .container-2 .image .custom>a {
        display: none;
    }
    .content .modules.scrollview .module.image-content .page .container-1 .container-2 .image .custom .content {
        position: static;
        left: auto;
        top: auto;
    }
    .content .modules.scrollview .module.image-content .page .container-1 .container-2 .image .custom .content>div {
        left: 0;
        top: 50%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .content .modules.scrollview .module.image-content .page .container-1 .container-2 .image .custom .content>div>div:nth-child(1) {
        overflow: hidden;
    }
    .content .modules.scrollview .module.image-content .page .container-1 .container-2 .image .custom .content>div>div:nth-child(1)>div {
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.35);
        -moz-transform: translateY(-50%) translateX(-50%) scale(0.35);
        -ms-transform: translateY(-50%) translateX(-50%) scale(0.35);
        transform: translateY(-50%) translateX(-50%) scale(0.35);
        opacity: 1;
    }
    .content .modules.scrollview .module.image-content .page .container-1 .container-2 .image .custom .content>div>div:nth-child(2)>div {
        left: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        margin: 0 auto;
        padding: 52px 0;
    }
    .content .modules.scrollview .module.content-image .page .container-1 .container-2 .image .custom>a {
        display: none;
    }
    .content .modules.scrollview .module.content-image .page .container-1 .container-2 .image .custom .content {
        position: static;
        left: auto;
        top: auto;
    }
    .content .modules.scrollview .module.content-image .page .container-1 .container-2 .image .custom .content>div {
        left: 0;
        top: 50%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .content .modules.scrollview .module.content-image .page .container-1 .container-2 .image .custom .content>div>div:nth-child(1) {
        overflow: hidden;
    }
    .content .modules.scrollview .module.content-image .page .container-1 .container-2 .image .custom .content>div>div:nth-child(1)>div {
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.35);
        -moz-transform: translateY(-50%) translateX(-50%) scale(0.35);
        -ms-transform: translateY(-50%) translateX(-50%) scale(0.35);
        transform: translateY(-50%) translateX(-50%) scale(0.35);
        opacity: 1;
    }
    .content .modules.scrollview .module.content-image .page .container-1 .container-2 .image .custom .content>div>div:nth-child(2)>div {
        left: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        margin: 0 auto;
        padding: 52px 0;
    }
    .content .modules.scrollview .module.mixed .page .container-1 .container-2 .image .custom>a {
        display: none;
    }
    .content .modules.scrollview .module.mixed .page .container-1 .container-2 .image .custom .content {
        position: static;
        left: auto;
        top: auto;
    }
    .content .modules.scrollview .module.mixed .page .container-1 .container-2 .image .custom .content>div {
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .content .modules.scrollview .module.mixed .page .container-1 .container-2 .image .custom .content>div>div:nth-child(1) {
        height: 160px;
    }
    .content .modules.scrollview .module.mixed .page .container-1 .container-2 .image .custom .content>div>div:nth-child(2)>div {
        left: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        margin: 0 auto;
        padding: 52px 0;
    }
    .content .modules.scrollview .module.mixed .page .container-1 .container-2 .image .custom .content>div>div:nth-child(3) {
        height: 160px;
    }
    .footer {
        clear: both;
    }
}
/* Parallax Scene ----------------------*/

.home_front {
   background-image: url(img/home/header/bg.png); 
   background-size: 100% 100%; 
   background-position: 50% 50%;
   background-repeat: no-repeat; 
   width:100%; 
   height:100%; 
   position:absolute; 
   top:0; 
   left:0; 
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .home_front {
       background-image: url(../img/home/mobile.jpg); 
    }
}

.scene {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #0f0f13;
    width: 100%;
    height: 100%;
}
.layer {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.layer .imatge {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    animation-name: float;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes float {
    0% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(100%, 100%);
    }
}
.layer img {
    width: 100%;
}
/* DUST DELANTE */

#img-1 {
    opacity: 0.8;
    background: url('../img/home/header/dust-delante.png');
    background-repeat: repeat;
    animation-duration: 330s;
    -webkit-animation-direction: normal;
    /* Chrome, Safari, Opera */
    
    animation-direction: normal;
}
/* DUST MEDIO */

#img-2 {
    opacity: 1;
    background: url('../img/home/header/dust-medio.png');
    background-repeat: repeat;
    animation-duration: 555s;
    -webkit-animation-direction: normal;
    /* Chrome, Safari, Opera */
    
    animation-direction: normal;
}
/* FONDO NEGRO ESTRELLAS GRISES */

#img-3 {
    opacity: 1;
    background: url('../img/home/header/bg-dust.png');
    background-repeat: repeat;
    /*animation-duration: 800s;*/
    
    -webkit-animation: 800s ease-in-out infinite;
    -webkit-animation-direction: normal;
    /* Chrome, Safari, Opera */
    
    animation-direction: normal;
}
/* AZUL */

.color1 {
    -webkit-animation: color1 10s ease-in-out infinite;
}
@keyframes color1 {
    0% {
        -webkit-transform: rotate(0) translateY(0);
    }
    25% {
        -webkit-transform: rotate(-3deg) translateY(-25px) translateX(-25px);
    }
    50% {
        -webkit-transform: rotate(-3deg) translateY(-50px) translateX(-60px);
    }
    75% {
        -webkit-transform: rotate(-3deg) translateY(-25px) translateX(-25px);
    }
    100% {
        -webkit-transform: rotate(0) translateY(0);
    }
}
/* LILA */

.colors {
    left: 50% !important;
    top: 50% !important;
}
.color2 {
    -webkit-animation: color2 18s ease-in-out infinite;
}
@keyframes color2 {
    50% {
        -webkit-transform: rotate(8deg) scale(0.7) translateY(30px) translateX(60px);
    }
}
/* ROJO */

.color3 {
    -webkit-animation: color3 6s ease-in-out infinite;
}
@keyframes color3 {
    50% {
        -webkit-transform: rotate(-20deg) translateY(-30px) translateX(45px);
    }
}
/* VERDE */

.color4 {
    -webkit-animation: color4 12s ease-in-out infinite;
}
@keyframes color4 {
    50% {
        -webkit-transform: rotate(8deg) scale(1.2) translateY(10px) translateX(-10px);
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .scene{
        display: none;
    }
}