@charset "UTF-8";
/*
* MELLOW - Mozaïcal Coming Soon Template
* Build Date: November 2016
* Last Update: May 2017
* Author: Madeon08 for ThemeHelite
* Copyright (C) 2016 ThemeHelite
* This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio
*/
/*  TABLE OF CONTENTS
    ---------------------------
    *. @Import & Reset
    *. Preloader styles
    1. Generic styles
    2. Loading screen
    3. Header
    4. Mozaïc
    5. Footer
    6. Particles
    7. Media Queries
*/
/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */
/* custom CSS files */
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(vegas.css);
/* Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700|Raleway:100,300,400,500,700");
/*
* http://meyerweb.com/eric/tools/css/reset/ 
* v2.0 | 20110126
* License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    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;
}

/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    background: #ffffff;
    font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    color: #939da5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0;
    height: 100%;
}
body.split header {
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
body.split header h1 {
    max-width: none;
}
body.split header p {
    color: #939da5;
}
body.split section#global-content {
    position: relative;
    width: 50vw;
    height: auto;
    top: 0;
    left: 50vw;
}
body.split footer {
    width: 50vw;
    position: fixed;
    left: 0;
    bottom: 0;
}
body.boxed {
    padding: 0 10vw;
}
body.boxed header {
    width: 100%;
    max-width: none;
    text-align: center;
    padding: 5vw 0;
}
body.boxed header h1 {
    max-width: none;
    font-size: 5.5rem;
}
body.boxed header p {
    color: #939da5;
}
body.boxed section#global-content .row .square {
    min-height: 20vw;
}
body.boxed section#global-content .row .square .square-content .fa {
    font-size: 7rem;
}
body.boxed section#global-content .row .square .square-content h4 .fa {
    font-size: initial;
}
body.boxed section#global-content .row .square.square-slide {
    height: 20vw !important;
}
body.boxed section#global-content .row .square.square-text {
    max-height: 40vw;
    height: 40vw;
    padding: 3rem;
}
body.boxed section#global-content h1 {
    font-size: 5.5rem;
}
body.boxed section#global-content h2 {
    font-size: 3rem;
}
body.boxed section#global-content h3 {
    font-size: 1.9rem;
}
body.boxed section#global-content h4 {
    font-size: 1.7rem;
    line-height: 1.7;
}
body.boxed section#global-content h5 {
    font-size: 1.5rem;
}
body.boxed section#global-content h6 {
    font-size: 1.2rem;
}
body.boxed section#global-content p {
    font-size: 1.4rem;
}
body.boxed footer {
    width: 100%;
    padding: 8rem 0 2rem;
}

body,
html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}

body,
input,
select,
textarea {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    color: #6534ff;
}
a:hover {
    color: #3800e7;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #ffffff;
}

button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
button:hover,
button:active,
button:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #2b2d35;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

p {
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.9;
    font-weight: 500;
}
p.subtitle {
    margin-bottom: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 1.5rem 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: inherit;
}

h1 {
    font-size: 7rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 2.3rem;
}

h4 {
    font-size: 1.8rem;
    line-height: 1.8;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.2rem;
}

hr {
    border-color: #e2e4ed;
    margin-bottom: 4rem;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

.clear {
    clear: both;
}

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

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

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

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

.no-margin-bottom {
    margin-bottom: 0;
}

.opacity-0 {
    opacity: 0 !important;
    visibility: hidden !important;
}

.opacity-03 {
    opacity: 0.3 !important;
}

.opacity-1 {
    opacity: 1 !important;
    visibility: visible !important;
}

.index-999 {
    z-index: -999 !important;
}

.row-no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.light-btn {
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    background: transparent;
    font-weight: 700;
    padding: 0.7em 2em;
    color: #ffffff;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #efefef;
    display: block;
    margin-top: 1rem;
}
.light-btn:hover {
    background: #ffffff;
    color: #005478;
    border-color: #ffffff;
}
.light-btn:focus,
.light-btn:active {
    background: #ffffff;
    color: #212a34;
}

/* ------------------------------------- */
/* 2. Loading screen ................... */
/* ------------------------------------- */
#loading {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
#loading #preloader {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    width: 100%;
    height: 80px;
    top: 50%;
    left: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
}
#loading #preloader #progstat {
    position: relative;
    top: 70px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #939da5;
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    letter-spacing: 1px;
    text-align: center;
}
#loading #preloader #progress {
    background: #00c3ff;
    /* fallback for old browsers */
    height: 3px;
    background-color: #00c3ff;
    background-image: -webkit-linear-gradient(right, #00c3ff, #ffff1c);
    background-image: linear-gradient(to left, #00c3ff, #ffff1c);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes spin-1 {
    0% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}
@-moz-keyframes spin-1 {
    0% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
}
@keyframes spin-1 {
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes spin-2 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@-moz-keyframes spin-2 {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-180deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}
@keyframes spin-2 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/* ------------------------------------- */
/* 3. Header ........................... */
/* ------------------------------------- */
header {
    color: #000000;
    padding: 8rem 10rem;
    position: relative;
    z-index: 5;
    width: 100vw;
    max-width: 750px;
}
header .logo {
    max-width: 25rem;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
    header .logo {
        max-width: 15rem;
        margin-bottom: 2rem;
    }
}

/* ------------------------------------- */
/* 4. Mozaïc ........................... */
/* ------------------------------------- */
section#global-content {
    background: #ffffff;
    position: relative;
    z-index: 10;
}
section#global-content .row {
    margin: 0;
}
section#global-content .row .square {
    background: #f2f3f7;
    min-height: 25vw;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
section#global-content .row .square.square-entrance {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
section#global-content .row .square.square-video {
    color: #ffffff;
    position: relative;
    background: url("../img/slide-1.jpg");
    background-size: cover;
}
section#global-content .row .square.square-video:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    content: "";
    opacity: 0.4;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
section#global-content .row .square.square-video.hide-video-desc:hover::after {
    opacity: 0;
}
section#global-content .row .square.square-video.hide-video-desc:hover .square-content {
    opacity: 0;
}
section#global-content .row .square.square-video #player-nav {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 10;
}
section#global-content .row .square.square-video #player-nav li {
    display: inline-block;
    background: transparent;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    float: right;
    margin-left: 0.2rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
section#global-content .row .square.square-video #player-nav li:hover a {
    color: #ffffff;
}
section#global-content .row .square.square-video #player-nav li:hover a i {
    color: #b4fb34 !important;
}
section#global-content .row .square.square-video #player-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(50, 58, 69, 0.6);
}
section#global-content .row .square.square-video #player-nav li a:hover {
    background: rgba(50, 58, 69, 0.8);
}
section#global-content .row .square.square-video #player-nav li a i {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section#global-content .row .square.square-color {
    background: #39dfa5;
    /* fallback for old browsers */
    color: #ffffff !important;
    background-color: #39dfa5;
    background-image: -webkit-linear-gradient(-360deg, #39dfa5 0%, #3aacf2 100%);
    background-image: linear-gradient(90deg, #39dfa5 0%, #3aacf2 100%);
}
section#global-content .row .square.square-slide {
    height: 25vw !important;
}
section#global-content .row .square.link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
section#global-content .row .square.link::before,
section#global-content .row .square.link p {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
section#global-content .row .square.link p {
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
    -moz-transform: translate3d(0, 1rem, 0);
    -ms-transform: translate3d(0, 1rem, 0);
    -o-transform: translate3d(0, 1rem, 0);
    transform: translate3d(0, 1rem, 0);
}
section#global-content .row .square.link:hover::before,
section#global-content .row .square.link:hover p {
    opacity: 1;
    -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);
}
section#global-content .row .square.link:hover .square-content {
    -webkit-animation: bounce 1s ease-in;
    -moz-animation: bounce 1s ease-in;
    animation: bounce 1s ease-in;
}
section#global-content .row .square.link.square-twitter {
    background: #00aced !important;
    color: #ffffff !important;
}
section#global-content .row .square.link.square-twitter:before {
    background: -webkit-linear-gradient(#00aced, #006287) top;
    background: linear-gradient(#00aced, #006287) top;
}
section#global-content .row .square.link.square-facebook {
    background: #3b5998 !important;
    color: #ffffff !important;
}
section#global-content .row .square.link.square-facebook:before {
    background: -webkit-linear-gradient(#3b5998, #1e2e4f) top;
    background: linear-gradient(#3b5998, #1e2e4f) top;
}
section#global-content .row .square.link.square-soundcloud {
    background: #ff3a00 !important;
    color: #ffffff !important;
}
section#global-content .row .square.link.square-soundcloud:before {
    background: -webkit-linear-gradient(#ff3a00, #992300) top;
    background: linear-gradient(#ff3a00, #992300) top;
}
section#global-content .row .square.link.square-paypal {
    background: #009cde !important;
    color: #ffffff !important;
}
section#global-content .row .square.link.square-paypal:before {
    background: -webkit-linear-gradient(#009cde, #005478) top;
    background: linear-gradient(#009cde, #005478) top;
}
section#global-content .row .square.link.square-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: #ffffff !important;
}
section#global-content .row .square.link.square-instagram:before {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
section#global-content .row .square.square-team {
    background-size: cover !important;
    background-position: center center !important;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: left;
    color: #ffffff;
    padding: 2em;
}
section#global-content .row .square.square-team:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
    background: -webkit-linear-gradient(#303045, #0000e6) top;
    background: linear-gradient(#303045, #0000e6) top;
}
section#global-content .row .square.square-team p,
section#global-content .row .square.square-team .square-content {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
section#global-content .row .square.square-team p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
    -moz-transform: translate3d(0, 1rem, 0);
    -ms-transform: translate3d(0, 1rem, 0);
    -o-transform: translate3d(0, 1rem, 0);
    transform: translate3d(0, 1rem, 0);
}
section#global-content .row .square.square-team:hover {
    background-position: left center !important;
}
section#global-content .row .square.square-team:hover:before,
section#global-content .row .square.square-team:hover p {
    opacity: 1;
    -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);
}
section#global-content .row .square.square-team:hover .square-content {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
    -moz-transform: translate3d(2rem, 0, 0);
    -ms-transform: translate3d(2rem, 0, 0);
    -o-transform: translate3d(2rem, 0, 0);
    transform: translate3d(2rem, 0, 0);
}
section#global-content .row .square.square-team h4 {
    line-height: 1;
}
section#global-content .row .square.square-team:nth-of-type(1) {
    background: url("../img/member-1.jpg");
    /* 1st team square */
}
section#global-content .row .square.square-team:nth-of-type(2) {
    background: url("../img/member-2.jpg");
    /* 2nd team square */
}
section#global-content .row .square.square-text {
    text-align: left;
    max-height: 50vw;
    height: 50vw;
    display: block;
    padding: 8rem 5rem;
    overflow: hidden;
    overflow-y: scroll;
    color: #ffffff;
    background: #10192f;
    position: relative;
}
section#global-content .row .square.square-text.text-essential {
    max-height: 25vw;
    height: 25vw;
}
section#global-content .row .square.square-text h2 {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 3rem;
}
section#global-content .row .square.square-text h2 span {
    font-weight: 700;
    color: #b4fb34;
    /* fallback for non-webkit browsers */
    background: -webkit-linear-gradient(top left, #39dfa5, #1fbdf2);
    background: linear-gradient(to bottom right, #39dfa5, #1fbdf2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
section#global-content .row .square.square-text p {
    color: #939da5;
}
section#global-content .row .square.square-text p span.text-colored {
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-size: 2.5rem;
    color: #b4fb34;
    /* fallback for non-webkit browsers */
    font-weight: 700;
    background: linear-gradient(to bottom right, #39dfa5, #1fbdf2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
section#global-content .row .square.square-map #map {
    height: 25vw;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    color: #303045 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
section#global-content .row .square.square-map #map .gm-style-iw {
    top: 1rem !important;
}
section#global-content .row .square.square-map #map h6 {
    font-weight: 500;
    color: #303045;
    font-size: 1.4rem;
    margin: 1rem 1rem 0.2rem 0;
    text-align: left;
}
section#global-content .row .square.square-map #map p {
    font-weight: 400;
    color: #303045;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
}
section#global-content .row .square .square-content {
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
section#global-content .row .square .square-content .fa {
    font-size: 8rem;
    margin-bottom: 1.5rem;
}
section#global-content .row .square .square-content .fa.fa-clock-o {
    -webkit-animation: clocky 2s infinite linear;
    -moz-animation: clocky 2s infinite linear;
    animation: clocky 2s infinite linear;
}
section#global-content .row .square .square-content h4 .fa {
    font-size: initial;
    margin-bottom: 0;
}

@-webkit-keyframes clocky {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes clocky {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes clocky {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* ------------------------------------- */
/* 5. Footer ........................... */
/* ------------------------------------- */
footer {
    background: transparent;
    color: #000000;
    padding: 8rem 10rem 2rem;
    position: relative;
    z-index: 10;
}
footer p {
    color: #939da5;
    font-size: 1.4rem;
    line-height: 1.6;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    margin-bottom: 2.5rem;
    line-height: 1.6;
}
footer .left-content {
    padding-right: 10rem;
}
footer .right-content #subscribe {
    position: relative;
}
footer .right-content #subscribe p {
    font-weight: 400;
}
footer .right-content #subscribe #notifyMe {
    margin: auto;
    margin-top: 3rem;
}
footer .right-content #subscribe #notifyMe .form-group {
    margin-bottom: 1em;
}
footer .right-content #subscribe #notifyMe .form-group .fa {
    color: #757a86;
    position: absolute;
    text-align: center;
    top: 15px;
    left: 15px;
}
footer .right-content #subscribe #notifyMe .form-group .form-control {
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    text-align: left;
    background: transparent;
    border: 3px solid rgba(147, 157, 165, 0.2);
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
    box-shadow: none;
    height: 5rem;
    font-weight: 400;
    outline: medium none;
    padding: 0 1em;
    width: 30rem;
    float: left;
    margin: 0;
    color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
footer .right-content #subscribe #notifyMe .form-group .form-control:hover,
footer .right-content #subscribe #notifyMe .form-group .form-control:focus {
    box-shadow: none;
    border-color: rgba(147, 157, 165, 0.4);
}
footer .right-content #subscribe #notifyMe .form-group .form-control::-webkit-input-placeholder {
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 300;
    color: #939da5 !important;
}
footer .right-content #subscribe #notifyMe .form-group .form-control::-moz-placeholder {
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 300;
    color: #939da5 !important;
}
footer .right-content #subscribe #notifyMe .form-group .form-control:-moz-placeholder {
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 300;
    color: #939da5 !important;
}
footer .right-content #subscribe #notifyMe .form-group .form-control:-ms-input-placeholder {
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 300;
    color: #939da5 !important;
}
footer .right-content #subscribe #notifyMe .form-group button.submit {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem;
    display: block;
    margin: 0 0 0 0.5rem;
    height: 5rem;
    width: 5rem;
    border: 3px solid #6534ff;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
    background: #6534ff;
    color: #ffffff;
    font-weight: 600;
    width: auto;
    float: left;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
footer .right-content #subscribe #notifyMe .form-group button.submit:hover {
    border-color: #3e01ff;
    background: #3e01ff;
    color: #ffffff;
}
footer .right-content #subscribe .block-message {
    position: absolute;
    top: 8rem;
    width: 100%;
    left: 0;
    padding: 0;
    background: transparent;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
footer .right-content #subscribe .block-message.show-block-error,
footer .right-content #subscribe .block-message.show-block-valid {
    top: 6rem;
    opacity: 1;
    background: transparent;
}
footer .right-content #subscribe .block-message .ion-close {
    color: #ff1d4d;
}
footer .right-content #subscribe .block-message .ion-checkmark {
    color: #00c8aa;
}
footer .right-content #subscribe p.notify-valid {
    color: #939da5;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}
footer .bottom-footer {
    padding-top: 6rem;
    width: 100%;
}
footer .bottom-footer p {
    font-size: 1.2rem;
}

/* ------------------------------------- */
/* 6. Particles ........................ */
/* ------------------------------------- */
canvas {
    position: fixed;
    top: 0;
    left: 0;
}

#particles-js {
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
}

/* ------------------------------------- */
/* 7. Media Queries .................... */
/* ------------------------------------- */
/* Notebook devices @media only screen and (max-width: 1199px) */
@media only screen and (max-width: 1199px) {
    section#global-content .row .square {
        min-height: 50vh;
        min-width: 50vw;
    }
    section#global-content .row .square.square-text {
        width: 100vw;
        height: auto;
        max-height: none;
    }
    section#global-content .row .square.square-text.text-essential {
        max-height: none;
        height: auto;
    }
    section#global-content .row .square.square-map #map {
        height: 50vh;
    }

    footer {
        padding: 8rem 7rem 2rem;
    }
    footer .left-content {
        padding-right: 1.5rem;
        padding-bottom: 3rem;
    }
    footer .right-content {
        padding-left: 1.5rem;
        padding-bottom: 5rem;
    }

    body.split section#global-content .row .square.square-text {
        width: 50vw;
    }
    body.split footer,
    body.split header {
        padding: 4rem;
    }

    body.boxed {
        padding: 0 10vw;
    }
    body.boxed section#global-content .row .square {
        min-height: 40vw;
        min-width: 40vw;
    }
    body.boxed section#global-content .row .square .square-content .fa {
        font-size: 8rem;
    }
    body.boxed section#global-content .row .square .square-content h4 .fa {
        font-size: initial;
    }
    body.boxed section#global-content .row .square.square-text {
        width: 100%;
        padding: 8rem 5rem;
        height: auto;
        max-height: none;
    }
    body.boxed section#global-content .row .square.square-map {
        min-height: 50vh;
    }
    body.boxed section#global-content .row .square.square-map #map {
        height: 50vh;
    }
    body.boxed section#global-content h1 {
        font-size: 7rem;
    }
    body.boxed section#global-content h2 {
        font-size: 3.5rem;
    }
    body.boxed section#global-content h3 {
        font-size: 2.3rem;
    }
    body.boxed section#global-content h4 {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    body.boxed section#global-content h5 {
        font-size: 1.6rem;
    }
    body.boxed section#global-content h6 {
        font-size: 1.2rem;
    }
    body.boxed section#global-content p {
        font-size: 1.6rem;
    }
}
/* Medium Devices, Desktops @media only screen and (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
    body.split header,
    body.split footer {
        position: relative;
        height: auto;
        width: 100vw;
    }
    body.split section#global-content {
        left: 0;
        width: 100vw;
    }
    body.split section#global-content .row .square.square-text {
        width: 50vw;
        height: 100vh;
    }
    body.split footer,
    body.split header {
        padding: 4rem;
    }
}
/* Small Devices, Tablets @media only screen and (max-width: 768px) */
@media only screen and (max-width: 768px) {
    section#global-content .row .square {
        min-height: 50vw;
        min-width: 50vw;
    }
    section#global-content .row .square.square-map #map {
        height: 50vw;
    }

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

    body.split section#global-content .row .square {
        height: 50vh;
        width: 100vw;
    }
    body.split section#global-content .row .square.square-text {
        width: 100vw;
        height: 100vh;
    }
    body.split section#global-content .row .square.square-map {
        height: 70vh;
    }
    body.split section#global-content .row .square.square-map #map {
        height: 70vh;
    }
    body.split footer,
    body.split header {
        padding: 4rem;
    }
}
/* Extra Small Devices, Phones @media only screen and (max-width: 480px) */
@media only screen and (max-width: 480px) {
    header {
        padding: 3rem;
    }

    h1 {
        font-size: 4rem;
    }

    body.boxed {
        padding: 0;
    }
    body.boxed header,
    body.boxed footer {
        padding: 3rem;
    }
    body.boxed header h1,
    body.boxed footer h1 {
        font-size: 4rem;
    }
    body.boxed section#global-content .row .square {
        min-height: 50vh;
        min-width: 100vw;
        width: 100vw;
    }
    body.boxed section#global-content .row .square.square-text {
        padding: 3rem;
    }
    body.boxed section#global-content .row .square.square-map {
        height: 100vh;
    }
    body.boxed section#global-content .row .square.square-map #map {
        height: 100vh;
    }

    section#global-content .row .square {
        min-height: 50vh;
        min-width: 100vw;
        width: 100vw;
    }
    section#global-content .row .square.square-text {
        padding: 3rem;
    }
    section#global-content .row .square.square-map {
        height: 100vh;
    }
    section#global-content .row .square.square-map #map {
        height: 100vh;
    }

    footer {
        padding: 3rem;
    }
    footer .right-content #subscribe #notifyMe .form-group .form-control {
        margin: 0 0 1rem;
        width: 100%;
    }
    footer .right-content #subscribe #notifyMe .form-group button.submit {
        float: none;
        margin: 0 auto;
        display: block;
    }
    footer .right-content #subscribe .block-message {
        top: 14rem;
    }
    footer .right-content #subscribe .block-message.show-block-error {
        top: 12rem;
    }
    footer .right-content #subscribe .block-message.show-block-valid {
        top: 12rem;
    }
}
/* Only for tablet in landscape mode @media only screen and (max-device-width: 1024px) and (orientation: landscape) */
/* Only for phone in landscape mode @media screen and (max-device-width: 667px) and (orientation: landscape) */
@media screen and (max-device-width: 667px) and (orientation: landscape) {
    header {
        padding: 3rem;
    }

    h1 {
        font-size: 4rem;
    }

    section#global-content .row .square {
        min-height: 100vh;
        min-width: 100vw;
        width: 100vw;
    }
    section#global-content .row .square.square-text {
        padding: 3rem;
    }
    section#global-content .row .square.square-map {
        height: 100vh;
    }
    section#global-content .row .square.square-map #map {
        height: 100vh;
    }

    footer {
        padding: 3rem;
    }
}
