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

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

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

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

q,
blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

.animate.fade {
  opacity: 0;
  -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);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s; }

.animate.fade.on {
  opacity: 1; }

.fadeb {
  -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);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
  will-change: transform, opacity;
  transform: translateY(70px); }

.fadeb.on {
  opacity: 1;
  transform: translateY(0); }

.fader {
  -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);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
  will-change: transform, opacity;
  transform: translateX(100px); }

.fader.on {
  opacity: 1;
  transform: translateX(0); }

.fadet {
  -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);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
  will-change: transform, opacity;
  transform: translateY(-70px); }

.fadet.on {
  opacity: 1;
  transform: translateY(0); }

.fadebc {
  -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);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
  will-change: transform, opacity;
  transform: translateY(40px); }

.fadebc.on {
  opacity: 1;
  transform: translateY(0); }

.animate.scale {
  -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);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  opacity: 0;
  will-change: transform, opacity;
  transform: scale(0.1); }

.animate.scale.on {
  opacity: 1;
  transform: scale(1); }

.animate.fadeRight {
  opacity: 0;
  transform: translatex(-100px) translateZ(0);
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease; }

.animate.fadeRight.on {
  opacity: 1;
  transform: translatex(0) translateZ(0); }

.animate.fadeLeft {
  opacity: 0;
  transform: translatex(100px) translateZ(0);
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease; }

.animate.fadeLeft.on {
  opacity: 1;
  transform: translatex(0) translateZ(0); }

.animate.fadeBottom {
  opacity: 0;
  transform: translatey(200px) translateZ(0);
  transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
  -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
  -moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1); }

.animate.fadeBottom.on {
  opacity: 1;
  transform: translatex(0) translateZ(0);
  transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
  -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
  -moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1); }

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?u8kg5n");
  src: url("../fonts/icomoon.eot?u8kg5n#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u8kg5n") format("truetype"), url("../fonts/icomoon.woff?u8kg5n") format("woff"), url("../fonts/icomoon.svg?u8kg5n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pinterest:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\ea90"; }

@font-face {
  font-family: 'BrandonGrotesqueWeb-Regular';
  src: url("../fonts/331311_0_0.eot");
  src: url("../fonts/331311_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/331311_0_0.woff2") format("woff2"), url("../fonts/331311_0_0.woff") format("woff"), url("../fonts/331311_0_0.ttf") format("truetype"); }

::-moz-selection {
  color: #FFFFFF;
  background: #063456; }

::selection {
  color: #FFFFFF;
  background: #063456; }

textarea {
  resize: none; }

img,
a,
br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  background: #313131;
  font-weight: 400;
  font-family: 'BrandonGrotesqueWeb-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

input,
textarea {
  font-family: 'BrandonGrotesqueWeb-Regular', sans-serif; }

a {
  text-decoration: none;
  color: inherit; }

strong {
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; }

.grid {
  width: 1040px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative; }

header {
  height: 80px;
  line-height: 80px;
  z-index: 9;
  position: relative; }
  header .logo {
    width: 110px;
    vertical-align: middle;
    margin-left: 40px; }
  header .toggle-navigation {
    position: absolute;
    right: 40px;
    top: 0;
    color: #ffffff;
    font-size: 12px;
    vertical-align: top;
    cursor: pointer;
    -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);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
    header .toggle-navigation:hover {
      opacity: 0.3; }
    header .toggle-navigation .toggle-button {
      height: 34px;
      width: 34px;
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      header .toggle-navigation .toggle-button span {
        display: block;
        position: absolute;
        height: 1px;
        width: 20px;
        background: #ffffff;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: transform .25s ease-in-out, left .25s ease-in-out;
        -moz-transition: transform .25s ease-in-out, left .25s ease-in-out;
        -o-transition: transform .25s ease-in-out, left .25s ease-in-out;
        transition: transform .25s ease-in-out, left .25s ease-in-out; }
      header .toggle-navigation .toggle-button span:nth-child(1) {
        top: 11px; }
      header .toggle-navigation .toggle-button span:nth-child(2) {
        top: 15px; }
      header .toggle-navigation .toggle-button span:nth-child(3) {
        top: 20px; }
      header .toggle-navigation .toggle-button.open span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      header .toggle-navigation .toggle-button.open span:nth-child(2) {
        opacity: 0;
        left: -60px; }
      header .toggle-navigation .toggle-button.open span:nth-child(3) {
        top: 14px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    header .toggle-navigation.white {
      color: #000000; }
      header .toggle-navigation.white span {
        background: #000000; }

header .toggle-navigation .lang_small {
	color: #fff }

header.c {
  background: rgba(239, 77, 110, 0.97); }

header.cs {
  position: fixed;
  width: 100%; }

.fsec article {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  font-size: 24px;
	padding-left: 30px; }
  .fsec article h3 {
    font-size: 18px;
    margin-bottom: 17px; }
  .fsec article a {
    -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);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  .fsec article a:hover {
    color: #ef3f64; }
  .fsec article.social-icons h3 {
    margin-bottom: 8px; }
  .fsec article.social-icons a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    margin-right: 7px; }
    .fsec article.social-icons a:hover {
      background: #ef3f64; }
    .fsec article.social-icons a i {
      color: #313131;
      font-size: 16px;
      line-height: 32px; }
  .fsec article.social-icons img {
    width: 16px;
    height: auto;
    vertical-align: middle; }

#navigation {
  background: rgba(49, 49, 49, 0.98);
  opacity: 0;
  visibility: hidden;
  -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);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 7; }
  #navigation.active {
    visibility: visible;
    opacity: 1; }
  #navigation ul {
    margin-top: 150px;
    text-align: center;
    margin-bottom: 200px; }
    #navigation ul li {
      width: 160px;
      display: inline-block;
      text-align: left; }
      #navigation ul li a {
        font-size: 18px;
        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);
        -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
        #navigation ul li a:hover {
          color: #ef3f64; }
      #navigation ul li.active a {
        color: #ef3f64; }
      #navigation ul li.has-submenu {
        padding-bottom: 30px;
        position: relative; }
        #navigation ul li.has-submenu a:hover {
          color: #fff; }
        #navigation ul li.has-submenu ul {
          position: absolute;
          margin-top: 50px; }
          #navigation ul li.has-submenu ul li {
            display: block;
            height: 35px;
            -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);
            -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
            -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
            transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
            #navigation ul li.has-submenu ul li:hover {
              transform: translateX(10px); }
            #navigation ul li.has-submenu ul li a {
              display: block; }
      #navigation ul li.has-submenu:after {
        content: '';
        bottom: 0;
        left: 0;
        position: absolute;
        width: 50px;
        background: #ef3f64;
        height: 1px; }
  #navigation .fsec {
    left: 0;
    right: 0;
    margin: auto;
    width: 712px;
    color: #fff; }
    #navigation .fsec article {
      font-size: 16px; }
      #navigation .fsec article h3 {
        font-size: 16px;
        position: relative;
        padding-bottom: 10px; }
        #navigation .fsec article h3:after {
          content: '';
          bottom: 0;
          left: 0;
          position: absolute;
          width: 24px;
          background: #ef3f64;
          height: 1px; }
    #navigation .fsec article.social-icons a {
      height: 24px;
      line-height: 24px;
      width: 24px; }
    #navigation .fsec article.social-icons i {
      color: #313131;
      font-size: 14px;
      line-height: 24px; }
    #navigation .fsec article.social-icons img {
      width: 10px; }

#splash {
  height: 550px;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  #splash article {
    z-index: 5;
    position: absolute;
    color: #fff;
    width: 700px;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: auto; }
    #splash article h1 {
      font-size: 41px;
      margin-bottom: 35px; }
    #splash article p {
      padding-left: 50px;
      font-size: 18px;
      line-height: 30px; }
  #splash .big-float {
    font-size: 180px;
    color: #ef3f64;
    position: absolute;
    right: 0;
    top: 20%;
    white-space: nowrap;
    z-index: 3;
    transition: 0.7s ease;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    transform: translateX(100%); }
  #splash .big-float.active {
    transform: translateX(-4%); }
  #splash .scroll-down {
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    font-size: 12px;
    color: #ffffff;
    height: 70px;
    z-index: 3;
    overflow: hidden; }
    #splash .scroll-down:hover i {
      animation: mymove 1.8s infinite; }
    #splash .scroll-down i {
      height: 50px;
      width: 1px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 25px;
      background: #ef3f64; }

@keyframes mymove {
  0% {
    height: 50px;
    top: initial;
    bottom: 0; }
  50% {
    height: 0px;
    top: initial;
    bottom: 0; }
  51% {
    top: 25px;
    bottom: initial; }
  100% {
    height: 50px;
    top: 25px;
    bottom: initial; } }
  #splash .splash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/splash.png");
    background-size: cover;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: 20s normal infinite zoomin ease-in;
    animation: 20s normal infinite zoomin ease-in;
    animation-direction: alternate;
    -webkit-animation-direction: alternate; }
  #splash video {
    position: absolute;
    top: 50%;
    left: 70%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.grid {
  width: 1060px;
  left: 0;
  right: 0;
  margin: auto; }

.leafs {
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  height: 520px;
  margin: auto; }
  .leafs .leaf-01 {
    top: 0;
    height: 50%;
    width: auto;
    position: absolute;
    right: -50px;
    -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);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: rotate(20deg) translateX(100%); }
  .leafs .leaf-02 {
    bottom: 89px;
    height: 50%;
    width: auto;
    position: absolute;
    right: -50px;
    opacity: 0.7;
    -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);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: rotate(-20deg) translateX(100%); }
  .leafs.on .leaf-01,
  .leafs.on .leaf-02 {
    transform: rotate(0) translateX(0); }

.introduction {
  background: #ffffff;
  padding: 150px 0 170px 0;
  position: relative; }
  .introduction .grid {
    overflow: hidden; }
  .introduction h2 {
    font-size: 51px;
    line-height: 58px;
    margin-bottom: 60px;
    max-width: 646px; }
  .introduction article {
    width: 460px;
    float: left;
    padding-right: 80px; }
    .introduction article p {
      font-size: 18px;
      line-height: 23px; }
    .introduction .first {
      margin-bottom: 20px; }
			.introduction article a {
				display: block;
				margin-top: 15px;
				color: #ef3f64;
				font-size: 16px;
				-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);
				-webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
				-moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
				transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
				.introduction article a:after {
					content: '';
					position: absolute;
					height: 23px;
					width: 100px;
					background: url(../images/arrow-right.png) no-repeat;
					background-position: 0 100%;
					background-size: 21px;
					margin-left: 20px;
					top: -2px;
					opacity: 0;
					-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);
					-webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
					-moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
					transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
					transform: translateX(-10px); }
			.introduction article a:hover:after {
				opacity: 1;
				transform: translateX(0); }

.four-be {
  min-height: 560px;
  height: 75vh;
  background: url("../images/four-be.jpg") no-repeat;
  background-size: 100%;
  background-position: 0 100%; }
  .four-be .be-01 {
    position: absolute;
    top: 95px;
    width: 232px;
    left: 250px; }
    .four-be .be-01 img {
      width: 100%; }
  .four-be .be-02 {
    position: absolute;
    top: 285px;
    width: 210px;
    left: 0; }
    .four-be .be-02 img {
      width: 100%; }
  .four-be .be-03 {
    position: absolute;
    top: 353px;
    width: 210px;
    left: 0;
    right: 0;
    margin: auto; }
    .four-be .be-03 img {
      width: 100%; }
  .four-be .be-04 {
    position: absolute;
    top: 168px;
    width: 154px;
    left: 700px;
    right: 0;
    margin: auto; }
    .four-be .be-04 img {
      width: 100%; }

.the-four {
  background: #ffffff;
  position: relative; }
  .the-four .four-nav {
    width: 220px;
    z-index: 4;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #ef4d6e;
    overflow: hidden;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease; }
    .the-four .four-nav h2 {
      font-size: 65px;
      color: #ffffff;
      margin-top: 130px;
      white-space: nowrap;
      transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      left: 30px;
      position: absolute; }
      .the-four .four-nav h2 span {
        font-size: 159px;
        margin-bottom: -10px;
        margin-left: -14px;
        vertical-align: bottom;
        display: inline-block; }
    .the-four .four-nav ul {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      margin-left: 15px;
      height: 120px; }
      .the-four .four-nav ul li {
        color: #ffffff;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        cursor: pointer;
        -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);
        -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
        .the-four .four-nav ul li:before {
          content: '';
          width: 6px;
          height: 6px;
          display: inline-block;
          background: transparent;
          border: 1px solid #ffffff;
          border-radius: 50%;
          margin-right: 11px;
          -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);
          -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
          -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
          transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
        .the-four .four-nav ul li:hover {
          opacity: 0.5; }
        .the-four .four-nav ul li.active:before {
          background: #ffffff; }
    .the-four .four-nav:after {
      height: 170px;
      width: 100%;
      background: #f6617f;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      z-index: -1; }
    .the-four .four-nav.collapsed, .the-four .four-nav.on {
      cursor: pointer;
      width: 35px; }
  .the-four .grid {
    overflow: hidden;
    height: 720px;
    width: 1160px; }
  .the-four .lv-01 {
    height: 114px;
    left: 10px;
    top: 200px;
    bottom: auto;
    right: auto; }
    .the-four .lv-01 .leaf-02 {
      bottom: 20px; }
  .the-four .lv-02 {
    height: 300px;
    left: 113px;
    top: 128px;
    bottom: auto;
    right: auto;
    transform: rotate(-180deg); }
    .the-four .lv-02 .leaf-02 {
      bottom: 54px; }
  .the-four article {
    margin-left: 320px;
    margin-top: 234px; }
    .the-four article h2 {
      font-size: 41px;
      line-height: 52px;
      height: 52px;
      color: #ef3f64;
      margin-bottom: 30px;
      display: inline-block;
      overflow: hidden;
      margin-right: 5px; }
      .the-four article h2 strong {
        font-weight: bold; }
      .the-four article h2.swap-titles {
        position: relative;
        width: 200px;
        height: 52px;
        line-height: 52px; }
      .the-four article h2 span {
        -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);
        -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
        -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
        transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
        display: inline-block;
        transform: translateY(41px);
        opacity: 0;
        top: 0;
        position: absolute; }
      .the-four article h2 span.active {
        opacity: 1;
        transform: translateY(0); }
      .the-four article h2 span.pre {
        opacity: 0;
        transform: translateY(-20px); }
    .the-four article .texts {
      margin-left: 249px;
      margin-bottom: 20px;
      width: 352px;
      position: relative; }
      .the-four article .texts p {
        font-size: 18px;
        line-height: 23px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        -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);
        -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transform: translateY(41px); }
      .the-four article .texts p.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
      .the-four article .texts p.pre {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-41px); }
    .the-four article a {
      display: block;
      margin-top: 15px;
      color: #ef3f64;
      font-size: 16px;
      -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);
      -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
      .the-four article a:after {
        content: '';
        position: absolute;
        height: 23px;
        width: 100px;
        background: url(../images/arrow-right.png) no-repeat;
        background-position: 0 100%;
        background-size: 21px;
        margin-left: 20px;
        top: -2px;
        opacity: 0;
        -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);
        -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transform: translateX(-10px); }
    .the-four article a:hover:after {
      opacity: 1;
      transform: translateX(0); }

.about-splash {
  height: 300px;
  background: #ef3f64; }
  .about-splash h1 {
    width: 670px;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    padding-top: 130px; }

.services-splash {
  height: 450px;
  background: #ef3f64 url("../images/services-splash.jpg");
  background-size: cover; }
  .services-splash h1 {
    color: #fff;
    font-size: 36px;
    padding-top: 120px;
    padding-bottom: 30px; }
  .services-splash h3 {
		padding-top: 170px;
    width: 670px;
    font-size: 48px;
    line-height: 48px;
    color: #fff; }

.form-splash {
  height: 300px;
  text-align: center;
  background: #ef3f64 url("../images/services-splash.jpg");
  background-size: cover;
  padding-top: 60px; }
  .form-splash img {
    width: 170px;
    display: inline-block;
    padding-bottom: 40px; }
  .form-splash h3 {
    font-size: 36px;
    display: inline-block;
    line-height: 36px;
    color: #fff; }

footer {
  height: 296px;
  background: #313131;
  padding-top: 136px;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  footer .leafs {
    right: auto;
    left: 0; }
    footer .leafs .leaf-02 {
      right: -90px;
      opacity: 1; }
  footer .leafs.on .leaf-01,
  footer .leafs.on .leaf-02 {
    transform: rotate(10deg) translateX(0); }

.about-texts {
  padding: 50px 0 150px 0;
  background: #fff; }
  .about-texts article {
    max-width: 500px; }
    .about-texts article h3 {
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 10px;
      margin-bottom: 10px;
      position: relative; }
      .about-texts article h3:after {
        width: 20px;
        height: 1px;
        background: #ef3f64;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0; }
    .about-texts article p {
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 25px; }
  .about-texts .wp {
    width: 450px;
    position: absolute;
    top: -160px;
    right: 0; }
  .about-texts .lv-01 {
    height: 120px;
    left: auto;
    top: 280px;
    bottom: auto;
    right: 469px; }
    .about-texts .lv-01 .leaf-02 {
      bottom: 20px; }
  .about-texts .lv-02 {
    height: 300px;
    left: auto;
    top: 200px;
    bottom: auto;
    right: 369px;
    transform: rotate(-180deg); }
    .about-texts .lv-02 .leaf-02 {
      bottom: 54px; }

.clients h2, .about h2 {
  font-size: 48px;
  line-height: 56px;
  color: #ef3f64;
  margin-top: 100px; }

.clients .clients-images {
  width: 500px;
  padding: 60px 0 0 0; }
  .clients .clients-images article {
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    display: inline-block;
    margin-bottom: 30px; }
    .clients .clients-images article img {
      max-width: 160px;
      max-height: 60px;
      vertical-align: middle; }

.services {
  background: #fff;
  padding: 189px 0 50px 0;
  position: relative; }
  .services .grid {
    position: relative;
    overflow: hidden; }
  .services .big-float {
    font-size: 190px;
    color: #f9e4e9;
    position: absolute;
    left: 0%;
    top: -7%;
    z-index: 3;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    transform: translateX(-130%); }
  .services .big-float.on {
    transform: translateX(0%); }
  .services article {
    width: 50%;
    float: left;
    padding-right: 100px; }
    .services article h3 {
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 10px;
      margin-bottom: 40px;
      position: relative; }
      .services article h3:after {
        width: 20px;
        height: 1px;
        background: #ef3f64;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0; }
    .services article p {
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 25px; }
    .services article li {
      font-size: 21px;
      line-height: 30px; }
      .services article li:before {
        content: '-';
        color: #ef3f64; }

.cta-b {
  width: 145px;
  border: 0;
  -webkit-apperence: none;
  border-radius: 0;
  text-align: left;
  padding: 0;
  height: 38px;
  cursor: pointer;
  line-height: 41px;
  margin-top: 30px;
  padding-left: 15px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 100;
  text-transform: uppercase;
  background: #322827 url(../images/arrow-right.png) no-repeat;
  background-position: 88% 50%;
  background-size: 15px;
  -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);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  .cta-b:hover {
    background-color: #f8e4e8;
    color: #312827;
    background-position: 94% 50%; }

.footer-title {
  background: #fff;
  padding: 50px 0 50px 0;
  position: relative; }
  .footer-title .lv-01 {
    height: 120px;
    left: auto;
    right: 30px;
    top: 0;
    bottom: auto; }
    .footer-title .lv-01 .leaf-02 {
      bottom: 20px; }
  .footer-title .grid {
    overflow: hidden; }
  .footer-title h3 {
    font-size: 80px;
    color: #ef3f64;
    text-transform: uppercase;
    float: right;
    text-align: right; }

.fourb-splash {
  height: 375px;
  padding-top: 180px;
  background: #fff; }
  .fourb-splash h1 {
    float: left;
    font-size: 85px;
    color: #ef3f64;
    padding-top: 60px;
    font-weight: 700; }
    .fourb-splash h1 span {
      font-weight: 100; }
  .fourb-splash .numbers {
    width: 380px;
    text-align: center;
    float: left;
    position: relative; }
    .fourb-splash .numbers .arr-left,
    .fourb-splash .numbers .arr-right {
      position: absolute;
      bottom: 4px;
      width: 7px;
      height: 12px; }
    .fourb-splash .numbers .arr-left {
      background: url("../images/arr-left.png") no-repeat;
      background-size: 100%;
      left: 110px; }
    .fourb-splash .numbers .arr-right {
      background: url("../images/arr-right.png") no-repeat;
      background-size: 100%;
      right: 110px; }
    .fourb-splash .numbers h2 {
      color: #fed7df;
      font-size: 200px;
      line-height: 120px; }
		.fourb-splash .numbers ul {
			margin-top: 30px; }
    .fourb-splash .numbers li {
      display: inline-block;
      padding: 0 3px; }
      .fourb-splash .numbers li a {
        color: #ef3f64; }
      .fourb-splash .numbers li:hover a {
        color: #ff7693; }
      .fourb-splash .numbers li.active a {
        color: #fed7df; }

.article {
  background: #fff;
  padding-bottom: 130px; }
  .article .grid {
    overflow: hidden; }
  .article .left,
  .article .right {
    width: 50%;
    float: left;
    padding-right: 50px; }
  .article .right {
    padding-top: 50px; }
  .article img {
    width: 100%;
    height: auto; }
  .article p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px; }

.fourb-nav {
  background: #fff;
  padding: 0px 0 60px 0; }
  .fourb-nav a article {
    display: inline-block;
    width: 24%;
    padding-left: 30px; }
    .fourb-nav a article span {
      color: #000; }
    .fourb-nav a article h4 {
      font-size: 20px;
      color: #ef3f64;
      -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);
      -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
      .fourb-nav a article h4:after {
        content: '';
        position: absolute;
        height: 23px;
        width: 100px;
        background: url(../images/arrow-right.png) no-repeat;
        background-position: 0 100%;
        background-size: 21px;
        margin-left: 20px;
        top: -2px;
        opacity: 0;
        -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);
        -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transform: translateX(-10px); }
  .fourb-nav a:hover h4:after {
    opacity: 1;
    transform: translateX(0); }
  .fourb-nav a.active span {
    color: #fed7df; }
  .fourb-nav a.active h4 {
    color: #fed7df; }
    .fourb-nav a.active h4:after {
      opacity: 0;
      transform: translateX(-10px); }

.connect-splash {
  background: #fff;
  height: 345px; }
  .connect-splash h1 {
    width: 670px;
    font-size: 48px;
    line-height: 48px;
    color: #000;
    padding-top: 120px; }

.contact-form {
  background: #ef3f65;
  padding: 60px 0; }
  .contact-form .grid {
    overflow: hidden; }
    .contact-form .grid .cinfo {
      width: 270px;
      float: left; }
      .contact-form .grid .cinfo article {
        vertical-align: top;
        font-size: 20px;
        color: #fff;
        margin-bottom: 25px; }
        .contact-form .grid .cinfo article h3 {
          font-size: 18px; }
        .contact-form .grid .cinfo article a {
          -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);
          -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
          -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
          transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
        .contact-form .grid .cinfo article.social-icons h3 {
          margin-bottom: 8px; }
        .contact-form .grid .cinfo article.social-icons a {
          width: 32px;
          font-size: 20px;
          height: 32px;
          line-height: 32px;
          border-radius: 50%;
          background: #ffffff;
          display: inline-block;
          text-align: center;
          margin-right: 7px; }
          .contact-form .grid .cinfo article.social-icons a i {
            color: #ef3f64;
            line-height: 32px;
            font-size: 18px; }
          .contact-form .grid .cinfo article.social-icons a:hover {
            background: #b73c58; }
        .contact-form .grid .cinfo article.social-icons img {
          -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);
          -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
          -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
          transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
          width: 14px;
          height: auto;
          vertical-align: middle; }
    .contact-form .grid form {
      width: 520px;
      float: left; }
      .contact-form .grid form label {
        display: block;
        color: #fff;
        font-size: 11px;
        margin-bottom: 5px; }
      .contact-form .grid form input[type='text'],
      .contact-form .grid form input[type='email'],
      .contact-form .grid form textarea {
        font-size: 20px;
        width: 100%;
        color: #fff;
        padding: 0 10px;
        margin-bottom: 20px;
        background: #f85476;
        border: 1px solid #ff7693;
        height: 45px;
        line-height: 45px;
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-appearance: none; }
      .contact-form .grid form textarea {
        height: 140px;
        line-height: 1;
        padding-top: 10px; }

header.xhide {
  opacity: 0 !important; }

header.c.xhide {
  background: transparent; }

.pb {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 80px; }

.form-part {
  padding: 50px 0;
  background: #fff; }
  .form-part .grid {
    width: 800px; }
  .form-part h4 {
    font-size: 17px;
    color: #ef3f64;
    margin: 25px 0 15px 0;
    text-transform: uppercase; }
  .form-part h5 {
    font-size: 16px;
    vertical-align: bottom;
    color: #ef3f64;
    line-height: 40px;
    margin-bottom: 20px; }
    .form-part h5:after {
      content: '';
      width: 50px;
      height: 1px;
      vertical-align: bottom;
      background: #f1bfc9;
      display: block; }
    .form-part h5 span {
      color: #ffd8e0;
      margin-right: 10px;
      font-size: 22px;
      vertical-align: bottom; }
  .form-part .row {
    width: 100%;
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */ }
    .form-part .row.shorttext input {
      margin-bottom: 5px !important; }
    .form-part .row.shorttext span {
      font-size: 14px;
			font-style: italic;
			color: #999;
      display: block;
      margin-bottom: 5px;
    }
    .form-part .row .col-80 {
      width: 75%;
      float: left; }
    .form-part .row .col-20 {
      width: 25%;
      padding-left: 30px;
      float: left; }
      .form-part .row .col-20:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
    .form-part .row .cl:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .form-part .row .col3 {
      width: 33.333%;
      float: left;
      margin-bottom: 20px; }
    .form-part .row .col-50 {
      width: 50%;
      float: left; }
      .form-part .row .col-50.f {
        padding-right: 20px; }
      .form-part .row .col-50.l {
        padding-left: 20px; }
    .form-part .row label {
      display: block;
      /*font-size: 12px;*/
      margin-bottom: 5px;
			line-height: 120%; }
		.form-part .help-block {
			color: #ef3f64;
			position: relative;
			/*top: -15px;*/}
    .form-part .row input[type='text'],
    .form-part .row input[type='email'],
    .form-part .row textarea,
    .form-part .row select {
      width: 100%;
      color: #000;
      border-radius: 0;
      -webkit-appearance: none;
      padding: 0 10px;
      margin-bottom: 20px;
      background: #fff8f9;
      border: 1px solid #f1bfc9;
      height: 45px;
			font-size: 1.125em;
			font-family: 'BrandonGrotesqueWeb-Regular', sans-serif; }
    .form-part .row select {
      background: #fff8f9 url(../images/selectbg.jpg) no-repeat;
      background-size: auto 43px;
      background-position: 100% 50%;
      cursor: pointer; }
    .form-part .row textarea {
      height: 140px;
      line-height: 1;
      padding-top: 10px; }
    .form-part .row [type="checkbox"]:not(:checked),
    .form-part .row [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .form-part .row [type="checkbox"]:not(:checked) + label,
    .form-part .row [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 40px;
      vertical-align: middle;
      line-height: 30px;
      cursor: pointer; }
    .form-part .row [type="checkbox"]:not(:checked) + label:before,
    .form-part .row [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      border: 1px solid #f1bfc9;
      background: #fff;
      border-radius: 0;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
    .form-part .row [type="checkbox"]:not(:checked) + label:after,
    .form-part .row [type="checkbox"]:checked + label:after {
      content: '✔';
      position: absolute;
      top: 11px;
      left: 10px;
      font-size: 1.3em;
      line-height: 0.8;
      color: #fff;
      transition: all .2s; }
    .form-part .row [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .form-part .row [type="checkbox"]:checked + label:after {
      opacity: 1;
      transform: scale(1); }
    .form-part .row [type="checkbox"]:checked + label:before {
      background: #ef4d6e; }
    .form-part .row [type="checkbox"]:disabled:not(:checked) + label:before,
    .form-part .row [type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd; }
    .form-part .row [type="checkbox"]:disabled:checked + label:after {
      color: #999; }
    .form-part .row [type="checkbox"]:disabled + label {
      color: #aaa; }
    .form-part .row .selectg {
      width: 200px;
      height: 45px;
      line-height: 43px;
      display: inline-block;
      margin-bottom: 20px; }
      .form-part .row .selectg span {
        display: inline-block;
        width: 70px;
        background: #fff8f9;
        border: 1px solid #f1bfc9;
        border-right: 0;
        float: left;
        text-align: center;
        /*font-size: 11px;*/ }
      .form-part .row .selectg select {
        float: left;
        width: 100px;
        background-color: #ffffff; }

.slick-list {
  margin: 0 50px; }

.slick-next,
.slick-prev {
  height: 38px;
  width: 19px;
  background: url("../images/arr-left.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  font-size: 0; }

.slick-prev {
  background: url("../images/arr-right.png") no-repeat;
  background-size: 100%;
  left: auto;
  right: 0; }

@media only screen and (min-width: 1600px) {
  #splash .big-float {
    font-size: 190px;
    right: 0; }
  #splash article h1 {
    font-size: 60px; }
  #splash article {
    width: 900px; }
  .grid {
    width: 1550px; }
  .introduction h2 {
    font-size: 72px;
    max-width: 820px;
    line-height: 1; }
  .introduction article {
    width: 680px;
    padding-right: 120px; }
  .four-be .be-01 {
    width: 350px;
    top: 147px; }
  .four-be .be-02 {
    width: 310px;
    top: 420px; }
  .four-be .be-03 {
    width: 320px;
    top: 530px; }
  .four-be .be-04 {
    width: 230px;
    top: 250px; }
  .the-four .four-nav {
    width: 330px; }
  .the-four .four-nav h2 span {
    font-size: 250px; }
  .the-four .four-nav h2 {
    font-size: 100px;
    margin-top: 170px; }
  .the-four .four-nav:after {
    height: 250px; }
  .the-four .four-nav ul {
    bottom: auto;
    top: 450px; }
  .the-four .four-nav ul li {
    font-size: 21px;
    height: 40px;
    line-height: 40px; }
  .the-four {
    height: 1080px; }
  .the-four article {
    margin-top: 340px;
    /* margin-left: 420px; */ }
  .the-four .lv-01 {
    /* transform: scale(1.9); */ }
  .the-four article h2 {
    font-size: 60px;
    line-height: 90px;
    height: 90px; }
  .the-four article h2.swap-titles {
    height: 90px;
    width: 280px;
    line-height: 90px; }
  .the-four article .texts p {
    font-size: 21px;
    line-height: 25px; }
  .the-four article .texts {
    width: 420px;
    margin-left: 350px; }
  .connect-splash {
    height: 520px; }
  .form-part .row label {
    font-size: 16px; }
  .contact-form .grid .cinfo article h3 {
    font-size: 21px; }
  .contact-form .grid .cinfo article a {
    font-size: 25px; }
  .contact-form .grid form label {
    font-size: 20px; }
  .fourb-splash .numbers h2 {
    margin-bottom: 22px; }
  .connect-splash h1 {
    font-size: 72px;
    line-height: 1;
    width: 900px; }
  .about-splash {
    height: 460px; }
  .about-splash h1 {
    font-size: 72px;
    line-height: 1;
    width: 900px; }
  .about-texts article {
    max-width: 700px; }
  .services-splash h3 {
    font-size: 72px;
    line-height: 1;
    width: 900px; }
  .services-splash h1 {
    font-size: 42px;
    padding-top: 150px; }
  .services-splash {
    height: 680px; }
  .services .big-float {
    font-size: 290px;
    top: -13%; }
  .fourb-splash {
    height: 560px; }
  .fourb-splash .numbers h2 {
    font-size: 300px;
    line-height: 230px; }
  .fourb-splash .numbers li a {
    font-size: 21px; }
  .fourb-splash .numbers li {
    padding: 0 10px; }
  .fourb-splash .numbers .arr-left {
    left: 40px; }
  .fourb-splash .numbers .arr-right {
    right: 40px; }
  .fourb-splash h1 {
    font-size: 150px;
    padding-top: 139px;
    padding-left: 30px; }
  .services article p,
  .introduction article p,
  .about-texts article p,
  .article p {
    font-size: 21px;
    line-height: 26px; }
  #splash article p {
    font-size: 23px; }
  .fsec article h3 {
    font-size: 21px; }
  .fsec article {
    font-size: 27px; } }

@media only screen and (max-width: 1550px) {
	  #splash .big-float {
    font-size: 160px; }
}

@media only screen and (max-width: 1350px) {
	  #splash .big-float {
    font-size: 130px; }
}

@media only screen and (max-width: 1080px) {
  .contact-form .grid form {
    width: 100%; }
  .services .big-float {
    top: -4%; }
  header .logo {
    margin-left: 20px; }
  header .toggle-navigation {
    right: 15px;
    top: 11px; }
  #splash .big-float {
    display: none; }
  #splash article {
    width: 100%;
    padding: 25px;
    bottom: 25px; }
  #splash article p {
    padding: 0; }
  #splash .scroll-down {
    display: none; }
  #splash article h1 {
    font-size: 44px;
    line-height: 57px; }
  #splash video {
    display: none; }
  #splash .splash {
    background-position: 30%; }
  .leafs {
    height: 150vw;
    top: 30vh; }
  .grid {
    width: 100%; }
  .introduction h2 {
    font-size: 30px;
    line-height: 37px; }
  .introduction .grid {
    padding: 0 25px; }
  section.introduction {
    padding-top: 40px;
    padding-bottom: 40px; }
  .introduction h2 {
    margin-bottom: 30px; }
  .introduction article {
    width: 100%;
    padding: 0; }
  .four-be {
    height: 200px;
    min-height: auto; }
  .four-be article {
    display: none; }
  .the-four .grid {
    width: auto;
    height: auto;
    padding: 25px 45px 25px 25px; }
  .the-four article 2 {
    margin: 0; }
  .the-four article .texts {
    min-height: 300px; }
  .the-four article .texts p {
    /* position: static; */ }
  .the-four .lv-01,
  .the-four .lv-02 {
    display: none; }
  footer {
    height: auto;
    padding: 75px 0; }
  .introduction .grid {
    z-index: 2; }
  .introduction .leafs {
    display: none; }
  footer .leafs .leaf-02 {
    right: -221px;
    transform: rotate(10deg) translateX(0); }
  .the-four .four-nav {
    width: 35px; }
  .the-four .four-nav.on {
    width: 220px !important; }
  .the-four article {
    margin: 0; }
  #navigation ul li {
    display: block;
    width: auto;
    margin-bottom: 15px; }
  ul.submenu {
    display: none; }
  #navigation ul li.has-submenu {
    padding-bottom: 0; }
  #navigation ul li.has-submenu:after {
    display: none; }
  #navigation ul li a {
    font-size: 20px;
    font-weight: 300; }
  #navigation ul {
    padding: 0 25px 0 25px;
    margin: 90px 0 30px 0; }
  #navigation .fsec {
    position: static;
    width: 100%;
    padding: 0 25px; }
  #navigation .fsec article {
    width: 100%;
    margin-bottom: 15px; }
  #navigation .fsec article h3 {
    padding-bottom: 6px;
    margin-bottom: 6px; }
  .about-splash {
    padding: 0 25px; }
  .about-splash h1 {
    width: auto;
    font-size: 30px;
    line-height: 30px; }
  .about-texts .wp {
    width: 41vh;
    top: -90px;
    right: 20px; }
  .about-texts .lv-02 {
    right: auto;
    left: 16vh;
    top: 4%;
    transform: scale(0.5) rotate(180deg); }
  .about-texts .lv-01 {
    left: 8vh;
    right: auto;
    top: 10%;
    transform: scale(0.5); }
  .about-texts article.abarticle {
    max-width: initial;
    /* padding-top: 50vh; */
    padding: 54vh 25px 0 25px; }
  .clients {
    padding: 0 25px; }
  .clients .clients-images {
    width: auto;
    padding-top: 0;
    margin-top: 60px;
    overflow: hidden; }
  .clients .clients-images article {
    left: 0;
    right: 0;
    margin: auto;
    float: none; }
  .clients .clients-images article img {
    left: 0;
    right: 0;
    margin: auto; }
  .clients h2 {
    margin-top: 20px; }
  .about-texts {
    padding-bottom: 20px; }
  .services-splash h1 {
    font-size: 42px; }
  .services-splash h3 {
    font-size: 30px;
    line-height: 30px;
    width: auto; }
  .services-splash {
    padding: 25px;
    background-size: cover;
    background-position: 50% 50%; }
  .services .big-float {
    font-size: 80px;
    left: 22px; }
  .services {
    padding: 70px 25px 0 25px; }
  .services article {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding: 0; }
  .services article h3 {
    font-size: 30px;
    font-weight: 100; }
  .footer-title h3 {
    font-size: 40px;
    margin-right: 50px; }
  .footer-title {
    padding: 0;
    padding-bottom: 30px; }
  .footer-title .leafs.leaf-01,
  .footer-title .leafs.leaf-02 {
    transform: rotate(0) translateX(0); }
  .fader {
    opacity: 1;
    transform: translateX(0); }
  .connect-splash h1 {
    width: auto;
    font-size: 30px;
    line-height: 30px;
    padding-top: 70px; }
  .connect-splash {
    padding: 25px;
    height: auto; }
  .contact-form {
    padding: 40px 25px; }
  .fourb-splash .numbers {
    display: none; }
  .fourb-splash h1 {
    float: none;
    padding-top: 0;
    font-size: 50px; }
  .fourb-splash {
    padding: 120px 25px 30px 25px;
    height: auto; }
  .article {
    padding: 0 25px; }
  .article .left,
  .article .right {
    width: 100%;
    float: none;
    padding: 0; }
  .article .left {
    margin-bottom: 30px; }
  .fourb-nav {
    padding: 60px 30px 40px 0; }
  .fourb-nav a article {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
  .fourb-nav .grid {
    overflow: hidden; }
  .fourb-nav a article span {
    margin-bottom: 7px;
    display: block; }
  .form-splash h3 {
    font-size: 30px;
    line-height: 30px;
    padding: 0 25px; }
  .form-part {
    padding: 50px 25px; }
  .form-part .grid {
    width: 100%; }
  .form-part .row .col-80 {
    width: 60%; }
  .form-part .row .col-20 {
    width: 40%; }
  .form-part .row .col3 {
    width: 50%; }
  .form-part .row .selectg select {
    width: 82px; }
  .form-part .row .selectg {
    width: 49%; }
  .midnightInner,
  .midnightHeader {
    overflow: hidden !important; }
  .the-four .four-nav h2 {
    margin-top: 20px; }
  .the-four .four-nav ul {
    top: 70px; }
  .the-four .four-nav:after {
    background: url(../images/more.png) no-repeat;
    background-size: 24px;
    background-position: 6px 6px; }
  header .toggle-navigation:hover {
    opacity: 1; }
  .article img {
    width: 50%;
    height: auto; }
  .about-texts .lv-01 {
    right: 35vw !important; }
}


@media only screen and (max-width: 760px) {
  .about-texts .lv-02 {
    display: none; }
  .about-texts .lv-01 {
    display: none; }
}


@media only screen and (max-width: 600px) {
	.the-four article .texts {
		margin: 0;
		width: 100%; }
  .article img {
    width: 100%;
    height: auto; }
  .fsec article {
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    margin-bottom: 30px; }
}


@media only screen and (max-width: 450px) {
	.the-four article h2 {
			margin-right: 250px; }
	.the-four article h2.swap-titles {
			position: absolute;
			right: -154px; }
}

@media only screen and (min-width: 440px) and (max-width: 1080px) {
  .about-texts .lv-02 {
    right: 30vw;
    left: auto;
    top: 19%;
    transform: scale(0.5) rotate(180deg); }
  .about-texts .lv-01 {
    left: auto;
    right: 33vw;
    top: 26%;
    transform: scale(0.5); }
  .about-texts article.abarticle {
    padding-top: 0;
    padding-right: 35vw; }
.fadeb {
  opacity: 1;
	transform: none;}
}


@media only screen and (min-width: 760px) and (min-height: 800px) {
  .about-texts .wp {
    width: 25vh;
    top: -120px;
    right: 20px; }
  .about-texts .lv-01 {
    left: auto;
    right: 32vw;
    top: 15%;
    transform: scale(0.5); }
  .about-texts .lv-02 {
    right: 28vw;
    left: auto;
    top: 6%;
    transform: scale(0.5) rotate(180deg); }
  footer .leafs {
    top: 25vh; }
  footer .leafs.on .leaf-02 {
    left: -280px; } }

    
    
    
 .has-error input[type=text], .has-error input[type=email]
  {margin-bottom: 5px !important;}
  .help-block.form-error {margin-bottom: 10px; display: block;}
  
  
 @media only screen and (max-width: 1080px) {
	  #navigation ul li.has-submenu ul  {
	   margin-top: 15px;
	    position: relative;
	  }

			#navigation ul li.has-submenu ul li {
				height: auto;
			}

  #navigation ul {
    margin: 90px 0 10px 0; }
  }