@charset "UTF-8";
/*
body {
	&::before {
		content: 'f.hd';
		display: block;
		position: fixed;
		font-family: sans-serif;
		bottom: 0;
		left: 0;
		margin: 25px;
		opacity: .9;
		pointer-events: none;
		padding: 10px;
		font-size: 14px;
		color: white;
		background: black;
		z-index: 99999999999;

		@media only screen and (max-width: 1660px) { content: 'xxl'; }
		@media only screen and (max-width: 1360px) { content: 'xl'; }
		@media only screen and (max-width: 1200px) { content: 'lg'; }
		@media only screen and (max-width: 992px) { content: 'md'; }
		@media only screen and (max-width: 767px) { content: 'sm'; }
		@media only screen and (max-width: 575px) { content: 'xs'; }
		@media only screen and (max-width: 420px) { content: 'xxs'; }
		@media only screen and (max-width: 375px) { content: 'xxxs'; }
		@media only screen and (max-width: 330px) { content: 'old'; }
	}
}*/
/*----------------------------------------
------------------------------------------
	## CONTAINER SIZES
------------------------------------------
----------------------------------------*/
.container {
  max-width: 1320px; }
  @media only screen and (max-width: 1360px) {
    .container {
      max-width: 90%; } }
  @media only screen and (max-width: 992px) {
    .container {
      max-width: 95%; } }
  @media only screen and (max-width: 575px) {
    .container {
      max-width: 100%; } }

.container-big {
  max-width: 1600px; }
  @media only screen and (max-width: 1660px) {
    .container-big {
      max-width: 90%; } }
  @media only screen and (max-width: 992px) {
    .container-big {
      max-width: 95%; } }
  @media only screen and (max-width: 575px) {
    .container-big {
      max-width: 100%; } }

/*----------------------------------------
------------------------------------------
	## FONT FAMILIES / WEIGHTS
------------------------------------------
----------------------------------------*/
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/*----------------------------------------
------------------------------------------
	## COLORS
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## FONT SIZES
------------------------------------------
----------------------------------------*/
.text-extreme {
  font-family: "Gotham", sans-serif;
  font-size: 120px;
  line-height: 1.2;
  font-weight: normal; }
  @media only screen and (max-width: 1660px) {
    .text-extreme {
      font-size: 110px; } }
  @media only screen and (max-width: 1360px) {
    .text-extreme {
      font-size: 100px; } }
  @media only screen and (max-width: 1200px) {
    .text-extreme {
      font-size: 90px; } }
  @media only screen and (max-width: 992px) {
    .text-extreme {
      font-size: 70px; } }
  @media only screen and (max-width: 767px) {
    .text-extreme {
      font-size: 60px; } }
  @media only screen and (max-width: 575px) {
    .text-extreme {
      font-size: 50px; } }
  @media only screen and (max-width: 420px) {
    .text-extreme {
      font-size: 46px; } }
  .text-extreme strong, .text-extreme b {
    font-family: inherit;
    font-weight: bold; }

.text-large {
  font-family: "Gotham", sans-serif;
  font-size: 80px;
  line-height: 1.2;
  font-weight: normal; }
  @media only screen and (max-width: 1360px) {
    .text-large {
      font-size: 70px; } }
  @media only screen and (max-width: 1200px) {
    .text-large {
      font-size: 60px; } }
  @media only screen and (max-width: 992px) {
    .text-large {
      font-size: 50px; } }
  @media only screen and (max-width: 767px) {
    .text-large {
      font-size: 40px; } }
  .text-large strong, .text-large b {
    font-family: inherit;
    font-weight: bold; }

.text-bigger {
  font-family: "Gotham", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: normal; }
  @media only screen and (max-width: 1360px) {
    .text-bigger {
      font-size: 50px; } }
  @media only screen and (max-width: 1200px) {
    .text-bigger {
      font-size: 44px; } }
  @media only screen and (max-width: 992px) {
    .text-bigger {
      font-size: 38px; } }
  @media only screen and (max-width: 767px) {
    .text-bigger {
      font-size: 32px; } }
  @media only screen and (max-width: 575px) {
    .text-bigger {
      font-size: 26px; } }
  .text-bigger strong, .text-bigger b {
    font-family: inherit;
    font-weight: bold; }

.text-big {
  font-family: "Gotham", sans-serif;
  font-size: 40px;
  line-height: 1.4;
  font-weight: normal; }
  @media only screen and (max-width: 1200px) {
    .text-big {
      font-size: 36px; } }
  @media only screen and (max-width: 992px) {
    .text-big {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .text-big {
      font-size: 26px; } }
  @media only screen and (max-width: 575px) {
    .text-big {
      font-size: 22px; } }
  .text-big strong, .text-big b {
    font-family: inherit;
    font-weight: bold; }

.text-medium {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  line-height: 2;
  font-weight: normal; }
  @media only screen and (max-width: 1200px) {
    .text-medium {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .text-medium {
      font-size: 18px; } }
  @media only screen and (max-width: 575px) {
    .text-medium {
      font-size: 16px; } }
  .text-medium strong, .text-medium b {
    font-family: inherit;
    font-weight: bold; }

.text-small {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .text-small {
      font-size: 14px; } }
  .text-small strong, .text-small b {
    font-family: inherit;
    font-weight: bold; }

/*----------------------------------------
------------------------------------------
	## BUTTONS
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## GENERAL
------------------------------------------
----------------------------------------*/
ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a, a:hover {
  text-decoration: none; }

*:focus, *:hover, * {
  outline: none; }

.cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.wow {
  visibility: hidden; }

.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .valign > [class^="col-"],
  .valign > [class*=" col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.fancybox-slide > * {
  padding: 0; }

.svg {
  display: inline-block;
  width: 50px;
  height: 50px; }

section {
  position: relative;
  overflow: hidden; }

a {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  outline: none !important; }

img, svg {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  max-width: 100%; }

button {
  outline: none !important;
  border: none;
  background-color: transparent;
  cursor: pointer; }

textarea, input {
  -webkit-appearance: none; }

textarea {
  resize: vertical; }

form label[for="sendContact"],
form label[for="sendNews"] {
  cursor: pointer; }

h1, h2, h3, h4, p {
  margin: 0; }

body.no-scroll {
  overflow: hidden !important; }

br {
  line-height: inherit; }

.block {
  display: inline-block; }

.rellax {
  display: inline-block; }

p, a, h1, h2, h3, li, span, button, br, b, strong {
  font-family: sans-serif; }

/*----------------------------------------
------------------------------------------
	## SAFARI / IPAD / MOBILE ADJUSTMENTS
------------------------------------------
----------------------------------------*/
body.ipad .row > div,
body.safari .row > div {
  margin-left: -2px;
  margin-right: -2px; }

/*----------------------------------------
------------------------------------------
	## FS MENU
------------------------------------------
----------------------------------------*/
#fs-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99; }
  #fs-menu .tex {
    content: "";
    display: block;
    width: 163px;
    height: 297px;
    background: url(../img/texture-box.png) center center;
    position: absolute;
    z-index: 1;
    opacity: .3; }
    #fs-menu .tex.tex-01 {
      top: 50px;
      left: 30px; }
    #fs-menu .tex.tex-02 {
      bottom: 50px;
      right: 30px; }
  #fs-menu .block {
    position: absolute;
    width: 0;
    height: 55%;
    background-color: #4ba8d9; }
    #fs-menu .block.block-01 {
      top: 0;
      right: 0; }
    #fs-menu .block.block-02 {
      bottom: 0;
      left: 0; }
  #fs-menu .close {
    position: absolute;
    z-index: 5;
    display: block;
    width: 50px;
    height: 50px;
    right: 33px;
    top: 30px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
    border-radius: 50%;
    -webkit-transform-origin: center;
            transform-origin: center; }
    #fs-menu .close img,
    #fs-menu .close svg {
      display: block;
      width: 30px;
      height: 30px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute; }
      #fs-menu .close img path,
      #fs-menu .close svg path {
        fill: #fff; }
  #fs-menu .menu {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    #fs-menu .menu li {
      display: block; }
      #fs-menu .menu li a {
        color: #fff;
        font-weight: bold;
        padding: 1vh 30px;
        display: inline-block; }
        #fs-menu .menu li a:before {
          background-color: #fff; }
        #fs-menu .menu li a:hover {
          color: #4ba8d9; }

/*----------------------------------------
------------------------------------------
	## TOP MENU
------------------------------------------
----------------------------------------*/
#top-menu {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
  z-index: 5; }
  @media only screen and (max-width: 1660px) {
    #top-menu {
      top: 50px; } }
  @media only screen and (max-width: 992px) {
    #top-menu {
      top: 30px; } }
  @media only screen and (max-width: 575px) {
    #top-menu {
      top: 10px; } }
  #top-menu .left {
    float: left; }
    #top-menu .left li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      z-index: 2; }
      #top-menu .left li.logo a {
        display: inline-block;
        margin-right: 50px; }
        #top-menu .left li.logo a img,
        #top-menu .left li.logo a svg {
          display: block;
          width: 243px;
          height: 92px; }
          @media only screen and (max-width: 767px) {
            #top-menu .left li.logo a img,
            #top-menu .left li.logo a svg {
              width: 200px;
              height: 85px; } }
          @media only screen and (max-width: 575px) {
            #top-menu .left li.logo a img,
            #top-menu .left li.logo a svg {
              width: 150px; } }
      @media only screen and (max-width: 1200px) {
        #top-menu .left li.menu {
          display: none; } }
      #top-menu .left li.menu a,
      #top-menu .left li.menu p {
        color: #666;
        font-weight: bold;
        margin-right: 30px;
        -webkit-transition: .3s;
        transition: .3s; }
        #top-menu .left li.menu a:hover, #top-menu .left li.menu a:focus,
        #top-menu .left li.menu p:hover,
        #top-menu .left li.menu p:focus {
          color: #4ba8d9; }
        #top-menu .left li.menu a:before,
        #top-menu .left li.menu p:before {
          background-color: #4ba8d9; }
      #top-menu .left li.menu p.active {
        color: #4ba8d9; }
        #top-menu .left li.menu p.active:before {
          right: 0; }
      #top-menu .left li.menu .sub {
        position: absolute;
        width: 350px;
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
        padding-top: 10px; }
        #top-menu .left li.menu .sub.active {
          opacity: 1;
          visibility: visible; }
        #top-menu .left li.menu .sub a {
          padding: 12px 15px;
          background: #fafafa;
          line-height: 1.2; }
          #top-menu .left li.menu .sub a:hover {
            color: #fff; }
  #top-menu .right {
    float: right;
    padding-top: 20px; }
    @media only screen and (max-width: 767px) {
      #top-menu .right {
        padding-top: 0; } }
    @media only screen and (max-width: 575px) {
      #top-menu .right {
        padding-top: 15px; } }
    #top-menu .right li {
      display: inline-block;
      vertical-align: middle;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        #top-menu .right li.social {
          display: none; } }
      #top-menu .right li.menu {
        display: inline-block; }
      #top-menu .right li a,
      #top-menu .right li button {
        text-align: center;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: relative;
        background-color: #fff;
        cursor: pointer;
        -webkit-transition: .3s;
        transition: .3s; }
        @media only screen and (max-width: 575px) {
          #top-menu .right li a,
          #top-menu .right li button {
            background-color: #4ba8d9; } }
        #top-menu .right li a:after,
        #top-menu .right li button:after {
          position: absolute;
          z-index: -1;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 90%;
          height: 90%;
          border-radius: 50%;
          opacity: 1;
          background-color: #8cacbe;
          content: "";
          -webkit-transition: .6s;
          transition: .6s; }
        #top-menu .right li a:hover, #top-menu .right li a:focus,
        #top-menu .right li button:hover,
        #top-menu .right li button:focus {
          background-color: #4ba8d9; }
          #top-menu .right li a:hover:after, #top-menu .right li a:focus:after,
          #top-menu .right li button:hover:after,
          #top-menu .right li button:focus:after {
            width: 140%;
            height: 140%;
            opacity: 0; }
          #top-menu .right li a:hover img path,
          #top-menu .right li a:hover svg path, #top-menu .right li a:focus img path,
          #top-menu .right li a:focus svg path,
          #top-menu .right li button:hover img path,
          #top-menu .right li button:hover svg path,
          #top-menu .right li button:focus img path,
          #top-menu .right li button:focus svg path {
            fill: #fff; }
        #top-menu .right li a img,
        #top-menu .right li a svg,
        #top-menu .right li button img,
        #top-menu .right li button svg {
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          width: 20px;
          height: 20px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          #top-menu .right li a img path,
          #top-menu .right li a svg path,
          #top-menu .right li button img path,
          #top-menu .right li button svg path {
            fill: #4ba8d9;
            -webkit-transition: .3s;
            transition: .3s; }
            @media only screen and (max-width: 575px) {
              #top-menu .right li a img path,
              #top-menu .right li a svg path,
              #top-menu .right li button img path,
              #top-menu .right li button svg path {
                fill: #fff; } }

/*----------------------------------------
------------------------------------------
	## FOOTER
------------------------------------------
----------------------------------------*/
#footer {
  margin-top: 170px; }
  @media only screen and (max-width: 1660px) {
    #footer {
      margin-top: 140px; } }
  @media only screen and (max-width: 992px) {
    #footer {
      margin-top: 100px; } }
  @media only screen and (max-width: 575px) {
    #footer {
      margin-top: 50px; } }
  #footer #newsletter .left {
    position: relative;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media only screen and (max-width: 1660px) {
      #footer #newsletter .left {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media only screen and (max-width: 992px) {
      #footer #newsletter .left {
        text-align: center; } }
    #footer #newsletter .left .blue-bg {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 200%;
      height: 100%;
      background-color: #d9e5ec;
      border-bottom-right-radius: 100px;
      z-index: 0; }
      @media only screen and (max-width: 575px) {
        #footer #newsletter .left .blue-bg {
          border-bottom-right-radius: 0; } }
    #footer #newsletter .left .button {
      background-color: #fff;
      padding: 20px 70px;
      line-height: 1;
      color: #444;
      font-weight: bold;
      cursor: pointer;
      display: inline-block;
      position: relative;
      z-index: 2;
      border-radius: 50px;
      margin-right: 100px;
      -webkit-transition: .3s;
      transition: .3s; }
      @media only screen and (max-width: 992px) {
        #footer #newsletter .left .button {
          margin: 0 auto; } }
      #footer #newsletter .left .button:hover, #footer #newsletter .left .button:focus {
        background-color: #4ba8d9;
        color: #fff; }
  #footer #newsletter .right {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/texture-box.png) 30px 0 no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center; }
    @media only screen and (max-width: 1660px) {
      #footer #newsletter .right {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media only screen and (max-width: 575px) {
      #footer #newsletter .right {
        display: block; } }
    #footer #newsletter .right .text-bigger {
      font-weight: bold;
      color: #444;
      display: block;
      margin: 0 auto 30px auto; }
    #footer #newsletter .right form {
      position: relative;
      padding-left: 70px; }
      @media only screen and (max-width: 992px) {
        #footer #newsletter .right form {
          padding-left: 0; } }
      @media only screen and (max-width: 575px) {
        #footer #newsletter .right form {
          display: block;
          width: 100%; } }
      #footer #newsletter .right form .input {
        display: block;
        border: none;
        border-bottom: 1px solid #ccc;
        color: #666;
        padding: 0 5px;
        width: 100%; }
      #footer #newsletter .right form label {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        z-index: 2;
        cursor: pointer; }
        #footer #newsletter .right form label img,
        #footer #newsletter .right form label svg {
          display: block;
          width: 30px;
          height: 30px; }
  #footer #footer-top {
    margin-top: 100px; }
    @media only screen and (max-width: 1660px) {
      #footer #footer-top {
        margin-top: 70px; } }
    @media only screen and (max-width: 767px) {
      #footer #footer-top {
        margin-top: 20px; } }
    #footer #footer-top .left .logo {
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 575px) {
        #footer #footer-top .left .logo {
          position: relative;
          display: block;
          margin: 0 auto;
          top: auto;
          left: auto;
          text-align: center; } }
      #footer #footer-top .left .logo img,
      #footer #footer-top .left .logo svg {
        display: block;
        width: 243px;
        height: 92px; }
        @media only screen and (max-width: 992px) {
          #footer #footer-top .left .logo img,
          #footer #footer-top .left .logo svg {
            width: 220px;
            height: 85px; } }
        @media only screen and (max-width: 575px) {
          #footer #footer-top .left .logo img,
          #footer #footer-top .left .logo svg {
            margin: 0 auto;
            display: block; } }
    #footer #footer-top .left .text-medium {
      color: #444;
      display: inline-block;
      vertical-align: middle;
      padding-left: 280px;
      line-height: 1.4; }
      @media only screen and (max-width: 992px) {
        #footer #footer-top .left .text-medium {
          padding-left: 240px; } }
      @media only screen and (max-width: 575px) {
        #footer #footer-top .left .text-medium {
          padding: 20px 0 0 0;
          text-align: center;
          display: block;
          margin: 0 auto; } }
    #footer #footer-top .right {
      text-align: right;
      padding-top: 20px; }
      @media only screen and (max-width: 992px) {
        #footer #footer-top .right {
          text-align: center;
          padding-top: 70px; } }
      @media only screen and (max-width: 575px) {
        #footer #footer-top .right {
          padding-top: 50px; } }
      #footer #footer-top .right .links li {
        display: inline-block;
        text-align: center;
        margin-left: 50px; }
        @media only screen and (max-width: 992px) {
          #footer #footer-top .right .links li {
            margin: 0 25px; } }
        @media only screen and (max-width: 575px) {
          #footer #footer-top .right .links li {
            margin: 0 20px; } }
        @media only screen and (max-width: 420px) {
          #footer #footer-top .right .links li {
            margin: 0 15px; } }
        #footer #footer-top .right .links li a {
          -webkit-transform: translateY(5px);
                  transform: translateY(5px);
          display: inline-block;
          -webkit-transition: .3s;
          transition: .3s; }
          #footer #footer-top .right .links li a img,
          #footer #footer-top .right .links li a svg {
            display: block;
            width: 20px;
            height: 20px; }
            #footer #footer-top .right .links li a img path,
            #footer #footer-top .right .links li a svg path {
              fill: #8cacbe; }
  #footer #footer-bot {
    margin-top: 70px; }
    @media only screen and (max-width: 1660px) {
      #footer #footer-bot {
        margin-top: 50px; } }
    #footer #footer-bot .wrap {
      padding: 40px 0 70px 0;
      border-top: 1px solid #ccc; }
      @media only screen and (max-width: 1660px) {
        #footer #footer-bot .wrap {
          padding: 30px 0 50px 0; } }
      @media only screen and (max-width: 992px) {
        #footer #footer-bot .wrap {
          text-align: center;
          padding-bottom: 40px; } }
      #footer #footer-bot .wrap p {
        float: left;
        color: #666; }
        @media only screen and (max-width: 992px) {
          #footer #footer-bot .wrap p {
            float: none;
            display: block;
            margin: 0 auto 10px auto; } }
      #footer #footer-bot .wrap a {
        float: right;
        color: #666;
        -webkit-transition: .3s;
        transition: .3s; }
        @media only screen and (max-width: 992px) {
          #footer #footer-bot .wrap a {
            float: none; } }
        #footer #footer-bot .wrap a:hover, #footer #footer-bot .wrap a:focus {
          color: #4ba8d9; }

.popup {
  display: none;
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
  border-radius: 30px;
  background-color: #fff;
  padding: 50px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .popup {
      padding: 40px;
      border-radius: 20px; } }
  @media only screen and (max-width: 575px) {
    .popup {
      padding: 30px; } }
  .popup .text-large {
    color: #4ba8d9;
    font-weight: bold;
    display: block;
    margin: 0 auto; }
  .popup .text-medium {
    color: #666;
    display: block;
    margin: 30px auto 20px auto;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .popup .text-medium {
        margin: 20px auto 10px auto; } }
  .popup .button {
    display: inline-block;
    cursor: pointer;
    background-color: #4ba8d9;
    color: #fff;
    padding: 10px;
    text-transform: lowercase;
    font-weight: bold;
    border-radius: 50px;
    width: 300px;
    max-width: 80%; }

/*----------------------------------------
------------------------------------------
	## BANNER TOP INTERNAL
------------------------------------------
----------------------------------------*/
body.about #banner-top-internal .right-bg {
  background-image: url(../img/top-about.png); }
  @media only screen and (max-width: 575px) {
    body.about #banner-top-internal .right-bg {
      background-image: url(../img/top-about-mob.png); } }

body.carbonated-crystals #banner-top-internal .right-bg {
  background-image: url(../img/top-carbonated-crystals.png); }
  @media only screen and (max-width: 575px) {
    body.carbonated-crystals #banner-top-internal .right-bg {
      background-image: url(../img/top-carbonated-crystals-mob.png); } }

body.team #banner-top-internal .right-bg {
  background-image: url(../img/top-team.png); }
  @media only screen and (max-width: 575px) {
    body.team #banner-top-internal .right-bg {
      background-image: url(../img/top-team-mob.png); } }

body.innovation-center #banner-top-internal .right-bg {
  background-image: url(../img/top-innovation-center.png); }
  @media only screen and (max-width: 575px) {
    body.innovation-center #banner-top-internal .right-bg {
      background-image: url(../img/top-innovation-center-mob.png); } }

body.research-and-development #banner-top-internal .right-bg {
  background-image: url(../img/top-research-and-development.png); }
  @media only screen and (max-width: 575px) {
    body.research-and-development #banner-top-internal .right-bg {
      background-image: url(../img/top-research-and-development-mob.png); } }

body.manufacturing #banner-top-internal .right-bg {
  background-image: url(../img/top-manufacturing.png); }
  @media only screen and (max-width: 575px) {
    body.manufacturing #banner-top-internal .right-bg {
      background-image: url(../img/top-manufacturing-mob.png); } }

body.facility #banner-top-internal .right-bg {
  background-image: url(../img/top-facility.png); }
  @media only screen and (max-width: 575px) {
    body.facility #banner-top-internal .right-bg {
      background-image: url(../img/top-facility-mob.png); } }

body.faq #banner-top-internal .right-bg {
  background-image: url(../img/top-faq.png); }
  @media only screen and (max-width: 575px) {
    body.faq #banner-top-internal .right-bg {
      background-image: url(../img/top-faq-mob.png); } }

body.contact #banner-top-internal .right-bg {
  background-image: url(../img/top-contact.png); }
  @media only screen and (max-width: 575px) {
    body.contact #banner-top-internal .right-bg {
      background-image: url(../img/top-contact-mob.png); } }

#banner-top-internal {
  padding-top: 270px;
  overflow: visible;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1660px) {
    #banner-top-internal {
      padding-top: 200px; } }
  @media only screen and (max-width: 992px) {
    #banner-top-internal {
      margin-bottom: 70px; } }
  @media only screen and (max-width: 575px) {
    #banner-top-internal {
      padding-top: 150px;
      margin-bottom: 50px; } }
  #banner-top-internal .left-bg {
    display: block;
    width: 60%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    height: 100%;
    border-bottom-right-radius: 100px; }
    @media only screen and (max-width: 1660px) {
      #banner-top-internal .left-bg {
        width: 80%; } }
    @media only screen and (max-width: 767px) {
      #banner-top-internal .left-bg {
        width: 70%;
        border-bottom-right-radius: 30px; } }
    @media only screen and (max-width: 420px) {
      #banner-top-internal .left-bg {
        width: 90%; } }
  #banner-top-internal .right-bg {
    position: absolute;
    width: 65%;
    height: 92%;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible; }
    @media only screen and (max-width: 1360px) {
      #banner-top-internal .right-bg {
        width: 60%; } }
    @media only screen and (max-width: 767px) {
      #banner-top-internal .right-bg {
        width: 75%; } }
    @media only screen and (max-width: 575px) {
      #banner-top-internal .right-bg {
        width: 90%; } }
    @media only screen and (max-width: 420px) {
      #banner-top-internal .right-bg {
        width: 80%; } }
  #banner-top-internal .container {
    position: relative;
    z-index: 4;
    padding-bottom: 150px; }
    @media only screen and (max-width: 1660px) {
      #banner-top-internal .container {
        padding-bottom: 130px; } }
    @media only screen and (max-width: 992px) {
      #banner-top-internal .container {
        padding-bottom: 100px; } }
    #banner-top-internal .container .triangles {
      position: absolute;
      bottom: -220px;
      left: -70px; }
      @media only screen and (max-width: 992px) {
        #banner-top-internal .container .triangles {
          display: none; } }
      #banner-top-internal .container .triangles #triangles-01 {
        display: block;
        width: 162px;
        height: 300px;
        opacity: .5; }
    #banner-top-internal .container .line {
      display: block;
      width: 300px;
      height: 3px;
      background-color: #ccc;
      margin-left: 210px; }
      @media only screen and (max-width: 992px) {
        #banner-top-internal .container .line {
          display: none; } }
    #banner-top-internal .container .text-large {
      font-weight: bold;
      color: #666;
      display: block;
      margin: 50px 0 30px 0; }
      @media only screen and (max-width: 1660px) {
        #banner-top-internal .container .text-large {
          margin: 40px 0 20px 0; } }
      @media only screen and (max-width: 992px) {
        #banner-top-internal .container .text-large {
          margin-top: 0; } }
      @media only screen and (max-width: 575px) {
        #banner-top-internal .container .text-large br {
          display: none; } }
      @media only screen and (max-width: 575px) {
        #banner-top-internal .container .text-large .block {
          display: block; } }
    #banner-top-internal .container .text-medium {
      margin-left: 300px;
      text-transform: uppercase;
      letter-spacing: 15px;
      padding-left: 15px;
      color: #ccc; }
      @media only screen and (max-width: 1660px) {
        #banner-top-internal .container .text-medium {
          margin-left: 150px; } }
      @media only screen and (max-width: 992px) {
        #banner-top-internal .container .text-medium {
          margin-left: 0;
          letter-spacing: 10px;
          padding-left: 10px; } }
      @media only screen and (max-width: 767px) {
        #banner-top-internal .container .text-medium {
          letter-spacing: 5px;
          padding-left: 5px; } }

/*----------------------------------------
------------------------------------------
	## PRODUCTS
------------------------------------------
----------------------------------------*/
#products {
  margin-top: 200px;
  overflow: visible; }
  @media only screen and (max-width: 1660px) {
    #products {
      margin-top: 170px; } }
  @media only screen and (max-width: 1200px) {
    #products {
      margin-top: 110px; } }
  @media only screen and (max-width: 767px) {
    #products {
      margin-top: 70px;
      overflow: hidden;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 575px) {
    #products {
      margin-top: 50px; } }
  #products .gray-block {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 500px;
    background-color: #fafafa;
    border-top-right-radius: 100px; }
    @media only screen and (max-width: 992px) {
      #products .gray-block {
        border-top-right-radius: 50px;
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      #products .gray-block {
        width: 100%;
        border-radius: 0;
        height: 100%; } }
  #products .container {
    position: relative;
    z-index: 2; }
    #products .container .top {
      margin-top: -20px; }
      @media only screen and (max-width: 1360px) {
        #products .container .top {
          margin-top: 20px; } }
      @media only screen and (max-width: 992px) {
        #products .container .top {
          margin-top: 40px; } }
      @media only screen and (max-width: 767px) {
        #products .container .top {
          text-align: center;
          margin-top: 30px;
          padding-bottom: 20px; } }
      @media only screen and (max-width: 575px) {
        #products .container .top {
          padding-bottom: 10px; } }
      @media only screen and (max-width: 420px) {
        #products .container .top {
          padding-bottom: 0; } }
      #products .container .top .text-extreme {
        color: #fff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ccc;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px); }
        @media only screen and (max-width: 1360px) {
          #products .container .top .text-extreme {
            -webkit-transform: none;
                    transform: none; } }
        @media only screen and (max-width: 992px) {
          #products .container .top .text-extreme {
            color: #444;
            -webkit-text-stroke-width: 0;
            -webkit-text-stroke-color: transparent; } }
      #products .container .top .text-medium {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        color: #ccc;
        padding: 0 50px; }
        @media only screen and (max-width: 1360px) {
          #products .container .top .text-medium {
            padding: 0;
            display: block; } }
      #products .container .top .line {
        display: inline-block;
        vertical-align: middle;
        width: 200px;
        height: 2px;
        background-color: #eee; }
        @media only screen and (max-width: 1660px) {
          #products .container .top .line {
            width: 100px; } }
        @media only screen and (max-width: 1360px) {
          #products .container .top .line {
            display: none; } }
    #products .container .blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      margin: -30px auto 0 auto; }
      @media only screen and (max-width: 992px) {
        #products .container .blocks {
          display: block;
          margin: 0 auto; } }
      #products .container .blocks .block {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: calc(35% - 20px);
        padding: 70px;
        border-bottom-right-radius: 100px;
        background: #fff url(../img/texture-box.png) right top no-repeat;
        -webkit-box-shadow: 0 0 25px 5px #ccc;
                box-shadow: 0 0 25px 5px #ccc;
        overflow: hidden;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: inherit;
        margin-top: 50px;
        margin-bottom: 50px;
        cursor: pointer;
        -webkit-transition: .6s;
        transition: .6s; }
        @media only screen and (max-width: 1360px) {
          #products .container .blocks .block {
            padding: 50px;
            border-bottom-right-radius: 50px; } }
        @media only screen and (max-width: 992px) {
          #products .container .blocks .block {
            width: 100%;
            display: block;
            height: auto;
            cursor: auto; } }
        @media only screen and (max-width: 767px) {
          #products .container .blocks .block {
            padding: 30px; } }
        @media only screen and (max-width: 575px) {
          #products .container .blocks .block {
            background-image: none;
            border-bottom-right-radius: 0;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px; } }
        #products .container .blocks .block.block-01 {
          margin-right: 20px; }
          @media only screen and (max-width: 992px) {
            #products .container .blocks .block.block-01 {
              margin: 30px auto; } }
          @media only screen and (max-width: 992px) {
            #products .container .blocks .block.block-01 .product {
              left: 5px; } }
          @media only screen and (max-width: 767px) {
            #products .container .blocks .block.block-01 .product {
              left: -10px; } }
        #products .container .blocks .block.block-02 {
          margin-left: 20px; }
          @media only screen and (max-width: 992px) {
            #products .container .blocks .block.block-02 {
              margin: 30px auto; } }
          #products .container .blocks .block.block-02 .product {
            left: -170px; }
            @media only screen and (max-width: 992px) {
              #products .container .blocks .block.block-02 .product {
                left: -200px; } }
          #products .container .blocks .block.block-02.active .product {
            left: -120px; }
            @media only screen and (max-width: 1360px) {
              #products .container .blocks .block.block-02.active .product {
                left: -180px; } }
            @media only screen and (max-width: 1200px) {
              #products .container .blocks .block.block-02.active .product {
                left: -220px; } }
            @media only screen and (max-width: 992px) {
              #products .container .blocks .block.block-02.active .product {
                left: -200px; } }
        #products .container .blocks .block.active {
          width: calc(65% - 20px); }
          @media only screen and (max-width: 992px) {
            #products .container .blocks .block.active {
              width: 100%; } }
          #products .container .blocks .block.active .blue-bg {
            width: 10%;
            background-color: #4ba8d9 !important; }
          #products .container .blocks .block.active .product {
            max-height: 90%;
            left: 20px; }
            @media only screen and (max-width: 1360px) {
              #products .container .blocks .block.active .product {
                left: -50px; } }
            @media only screen and (max-width: 1200px) {
              #products .container .blocks .block.active .product {
                left: -70px; } }
            @media only screen and (max-width: 992px) {
              #products .container .blocks .block.active .product {
                max-height: 80%;
                left: 5px; } }
            @media only screen and (max-width: 767px) {
              #products .container .blocks .block.active .product {
                left: -10px; } }
          #products .container .blocks .block.active .infos .text-big {
            color: #4ba8d9; }
          #products .container .blocks .block.active .infos .text-medium {
            opacity: 1;
            visibility: visible; }
          #products .container .blocks .block.active .infos img,
          #products .container .blocks .block.active .infos svg {
            top: 10px;
            right: 0;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
            #products .container .blocks .block.active .infos img polygon,
            #products .container .blocks .block.active .infos img rect,
            #products .container .blocks .block.active .infos svg polygon,
            #products .container .blocks .block.active .infos svg rect {
              fill: #4ba8d9; }
        #products .container .blocks .block:hover .blue-bg, #products .container .blocks .block:focus .blue-bg {
          background-color: #8cacbe; }
        #products .container .blocks .block:hover .infos .text-big, #products .container .blocks .block:focus .infos .text-big {
          color: #4ba8d9; }
        #products .container .blocks .block:hover .infos img polygon,
        #products .container .blocks .block:hover .infos img rect,
        #products .container .blocks .block:hover .infos svg polygon,
        #products .container .blocks .block:hover .infos svg rect, #products .container .blocks .block:focus .infos img polygon,
        #products .container .blocks .block:focus .infos img rect,
        #products .container .blocks .block:focus .infos svg polygon,
        #products .container .blocks .block:focus .infos svg rect {
          fill: #4ba8d9; }
        #products .container .blocks .block .blue-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 200px;
          background-color: #d9e5ec;
          display: block;
          height: 100%;
          -webkit-transition: .6s;
          transition: .6s; }
          @media only screen and (max-width: 1360px) {
            #products .container .blocks .block .blue-bg {
              width: 150px; } }
          @media only screen and (max-width: 1200px) {
            #products .container .blocks .block .blue-bg {
              width: 120px; } }
          @media only screen and (max-width: 992px) {
            #products .container .blocks .block .blue-bg {
              width: 10%;
              background-color: #4ba8d9 !important; } }
          @media only screen and (max-width: 575px) {
            #products .container .blocks .block .blue-bg {
              width: 100% !important;
              height: 150px; } }
        #products .container .blocks .block .product {
          position: absolute;
          top: 50%;
          left: -70px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 1;
          -webkit-transition: .3s;
          transition: .3s;
          max-height: 80%; }
          @media only screen and (max-width: 575px) {
            #products .container .blocks .block .product {
              position: relative;
              top: auto;
              left: auto !important;
              -webkit-transform: none;
                      transform: none;
              max-height: 200px !important;
              display: block;
              margin: 0 auto;
              text-align: center; } }
        #products .container .blocks .block .infos {
          position: relative;
          z-index: 2;
          padding-left: 200px;
          text-align: left; }
          @media only screen and (max-width: 1360px) {
            #products .container .blocks .block .infos {
              padding-left: 140px; } }
          @media only screen and (max-width: 1200px) {
            #products .container .blocks .block .infos {
              padding-left: 120px; } }
          @media only screen and (max-width: 575px) {
            #products .container .blocks .block .infos {
              padding-left: 0;
              text-align: center;
              padding-top: 20px; } }
          #products .container .blocks .block .infos .text-big {
            font-weight: bold;
            color: #444;
            -webkit-transition: .3s;
            transition: .3s; }
            @media only screen and (max-width: 992px) {
              #products .container .blocks .block .infos .text-big {
                color: #4ba8d9; } }
          #products .container .blocks .block .infos .text-medium {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s;
            transition: .3s;
            color: #666;
            padding: 30px 0;
            max-height: 230px; }
            @media only screen and (max-width: 1660px) {
              #products .container .blocks .block .infos .text-medium {
                max-height: 400px; } }
            @media only screen and (max-width: 992px) {
              #products .container .blocks .block .infos .text-medium {
                max-height: none;
                opacity: 1;
                visibility: visible; } }
            @media only screen and (max-width: 767px) {
              #products .container .blocks .block .infos .text-medium {
                padding: 10px 0; } }
            @media only screen and (max-width: 575px) {
              #products .container .blocks .block .infos .text-medium {
                padding-bottom: 0; } }
          #products .container .blocks .block .infos img,
          #products .container .blocks .block .infos svg {
            display: block;
            width: 35px;
            height: 35px;
            -webkit-transition: .3s;
            transition: .3s;
            position: absolute;
            right: 20%;
            top: 50%; }
            @media only screen and (max-width: 992px) {
              #products .container .blocks .block .infos img,
              #products .container .blocks .block .infos svg {
                display: none; } }
            #products .container .blocks .block .infos img polygon,
            #products .container .blocks .block .infos img rect,
            #products .container .blocks .block .infos svg polygon,
            #products .container .blocks .block .infos svg rect {
              fill: #8cacbe;
              -webkit-transition: .3s;
              transition: .3s; }

/*----------------------------------------
------------------------------------------
	## FAQ
------------------------------------------
----------------------------------------*/
#faq {
  margin-top: 120px;
  overflow: visible; }
  @media only screen and (max-width: 1660px) {
    #faq {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    #faq {
      margin-top: 70px; } }
  @media only screen and (max-width: 575px) {
    #faq {
      margin-top: 50px; } }
  #faq .texture {
    position: absolute;
    z-index: 0;
    bottom: -70px;
    right: 0;
    display: block;
    width: 100px;
    height: 90%;
    background: url(../img/texture.jpg) center center repeat; }
    @media only screen and (max-width: 992px) {
      #faq .texture {
        height: 100%; } }
    @media only screen and (max-width: 575px) {
      #faq .texture {
        display: none; } }
  #faq .container {
    position: relative;
    z-index: 2; }
    #faq .container .left .text-bigger {
      font-weight: bold;
      color: #666; }
      @media only screen and (max-width: 575px) {
        #faq .container .left .text-bigger {
          text-align: center; } }
      #faq .container .left .text-bigger .gray {
        color: #444; }
        @media only screen and (max-width: 575px) {
          #faq .container .left .text-bigger .gray {
            color: #4ba8d9; } }
    #faq .container .left .questions {
      padding-top: 70px;
      max-width: 90%; }
      @media only screen and (max-width: 1660px) {
        #faq .container .left .questions {
          max-width: 100%; } }
      @media only screen and (max-width: 575px) {
        #faq .container .left .questions {
          padding-top: 50px; } }
      #faq .container .left .questions .question {
        padding-bottom: 30px;
        margin-bottom: 30px;
        position: relative; }
        #faq .container .left .questions .question:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background-color: #ccc;
          -webkit-transition: .3s;
          transition: .3s; }
        #faq .container .left .questions .question .line {
          position: relative;
          cursor: pointer;
          display: block; }
          #faq .container .left .questions .question .line:hover .text-big, #faq .container .left .questions .question .line:focus .text-big, #faq .container .left .questions .question .line.active .text-big {
            color: #4ba8d9;
            padding-left: 3px; }
          #faq .container .left .questions .question .line:hover img polygon,
          #faq .container .left .questions .question .line:hover img rect,
          #faq .container .left .questions .question .line:hover svg polygon,
          #faq .container .left .questions .question .line:hover svg rect, #faq .container .left .questions .question .line:focus img polygon,
          #faq .container .left .questions .question .line:focus img rect,
          #faq .container .left .questions .question .line:focus svg polygon,
          #faq .container .left .questions .question .line:focus svg rect, #faq .container .left .questions .question .line.active img polygon,
          #faq .container .left .questions .question .line.active img rect,
          #faq .container .left .questions .question .line.active svg polygon,
          #faq .container .left .questions .question .line.active svg rect {
            fill: #4ba8d9; }
            @media only screen and (max-width: 992px) {
              #faq .container .left .questions .question .line:hover img polygon,
              #faq .container .left .questions .question .line:hover img rect,
              #faq .container .left .questions .question .line:hover svg polygon,
              #faq .container .left .questions .question .line:hover svg rect, #faq .container .left .questions .question .line:focus img polygon,
              #faq .container .left .questions .question .line:focus img rect,
              #faq .container .left .questions .question .line:focus svg polygon,
              #faq .container .left .questions .question .line:focus svg rect, #faq .container .left .questions .question .line.active img polygon,
              #faq .container .left .questions .question .line.active img rect,
              #faq .container .left .questions .question .line.active svg polygon,
              #faq .container .left .questions .question .line.active svg rect {
                fill: #444; } }
          #faq .container .left .questions .question .line.active img,
          #faq .container .left .questions .question .line.active svg {
            -webkit-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg); }
          #faq .container .left .questions .question .line .text-big {
            color: #444;
            font-weight: bold;
            -webkit-transition: .3s;
            transition: .3s;
            padding-right: 40px; }
          #faq .container .left .questions .question .line img,
          #faq .container .left .questions .question .line svg {
            position: absolute;
            right: 0;
            top: 60%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            display: block;
            width: 25px;
            height: 25px;
            -webkit-transition: .3s;
            transition: .3s; }
            #faq .container .left .questions .question .line img polygon,
            #faq .container .left .questions .question .line img rect,
            #faq .container .left .questions .question .line svg polygon,
            #faq .container .left .questions .question .line svg rect {
              fill: #8cacbe;
              -webkit-transition: .3s;
              transition: .3s; }
              @media only screen and (max-width: 992px) {
                #faq .container .left .questions .question .line img polygon,
                #faq .container .left .questions .question .line img rect,
                #faq .container .left .questions .question .line svg polygon,
                #faq .container .left .questions .question .line svg rect {
                  fill: #444; } }
        #faq .container .left .questions .question .content {
          display: none;
          padding-top: 20px; }
          #faq .container .left .questions .question .content .text-medium {
            color: #666; }
            @media only screen and (max-width: 992px) {
              #faq .container .left .questions .question .content .text-medium {
                padding-right: 100px; } }
            @media only screen and (max-width: 575px) {
              #faq .container .left .questions .question .content .text-medium {
                padding-right: 10px; } }
    @media only screen and (max-width: 992px) {
      #faq .container .right {
        display: none; } }
    #faq .container .right .image {
      display: block;
      width: 100%;
      height: 600px;
      border-top-left-radius: 100px;
      background: url(../img/faq.jpg) center center no-repeat;
      background-size: cover; }

/*----------------------------------------
------------------------------------------
	## HOME
------------------------------------------
----------------------------------------*/
body.home #banner-top {
  padding-top: 270px;
  overflow: visible; }
  @media only screen and (max-width: 1660px) {
    body.home #banner-top {
      padding-top: 200px; } }
  @media only screen and (max-width: 575px) {
    body.home #banner-top {
      padding-top: 150px; } }
  body.home #banner-top .left-bg {
    display: block;
    width: 60%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    height: 100%;
    border-bottom-right-radius: 100px; }
    @media only screen and (max-width: 1660px) {
      body.home #banner-top .left-bg {
        width: 80%; } }
    @media only screen and (max-width: 767px) {
      body.home #banner-top .left-bg {
        width: 70%;
        border-bottom-right-radius: 30px; } }
  body.home #banner-top .right-bg {
    position: absolute;
    width: 60%;
    height: 92%;
    top: 0;
    right: 0;
    z-index: 2;
    background: transparent url(../img/bg-top.png) left top no-repeat;
    background-size: cover;
    overflow: visible; }
    @media only screen and (max-width: 767px) {
      body.home #banner-top .right-bg {
        width: 75%; } }
    @media only screen and (max-width: 575px) {
      body.home #banner-top .right-bg {
        width: 90%; } }
  body.home #banner-top .container {
    position: relative;
    z-index: 4;
    padding-bottom: 70px; }
    @media only screen and (max-width: 1660px) {
      body.home #banner-top .container {
        padding-bottom: 60px; } }
    body.home #banner-top .container .triangles {
      position: absolute;
      bottom: -180px;
      left: 0; }
      @media only screen and (max-width: 992px) {
        body.home #banner-top .container .triangles {
          display: none; } }
      body.home #banner-top .container .triangles #triangles-01 {
        display: block;
        width: 162px;
        height: 300px; }
    body.home #banner-top .container .line {
      display: block;
      width: 300px;
      height: 3px;
      background-color: #ccc;
      margin-left: 210px; }
      @media only screen and (max-width: 992px) {
        body.home #banner-top .container .line {
          display: none; } }
    body.home #banner-top .container .text-large {
      font-weight: bold;
      color: #666;
      display: block;
      margin: 50px 0 30px 0;
      opacity: 0; }
      @media only screen and (max-width: 1660px) {
        body.home #banner-top .container .text-large {
          margin: 40px 0 20px 0; } }
      @media only screen and (max-width: 992px) {
        body.home #banner-top .container .text-large {
          margin-top: 0; } }
      body.home #banner-top .container .text-large span {
        display: block; }
    body.home #banner-top .container .sub {
      color: #666;
      position: relative;
      z-index: 2;
      display: block;
      margin-bottom: 30px;
      line-height: 1.6; }
    body.home #banner-top .container .blue-button {
      display: inline-block;
      padding: 20px 90px;
      margin-left: -10px;
      background-color: #8cacbe;
      color: #fff;
      font-weight: bold;
      position: relative;
      z-index: 2;
      border-radius: 50px;
      -webkit-transition: .3s;
      transition: .3s;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1200px) {
        body.home #banner-top .container .blue-button {
          padding: 15px 50px; } }
      body.home #banner-top .container .blue-button:hover {
        background-color: #4ba8d9; }
    body.home #banner-top .container .scroll {
      float: right;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        body.home #banner-top .container .scroll {
          float: left;
          text-align: left; } }
      body.home #banner-top .container .scroll .text-small {
        display: inline-block;
        vertical-align: middle;
        color: #666;
        font-weight: bold;
        padding-right: 30px; }
        @media only screen and (max-width: 767px) {
          body.home #banner-top .container .scroll .text-small {
            float: right;
            padding-right: 0;
            padding-left: 20px;
            width: 170px;
            line-height: 1;
            padding-top: 10px; } }
        @media only screen and (max-width: 575px) {
          body.home #banner-top .container .scroll .text-small {
            padding-top: 12px; } }
        @media only screen and (max-width: 767px) {
          body.home #banner-top .container .scroll .text-small br {
            display: none; } }
      body.home #banner-top .container .scroll .bt {
        display: inline-block;
        vertical-align: middle;
        width: 90px;
        height: 90px;
        background-color: #8cacbe;
        position: relative;
        text-align: center;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          body.home #banner-top .container .scroll .bt {
            width: 60px;
            height: 60px;
            float: right; } }
        body.home #banner-top .container .scroll .bt:before {
          background-color: #4ba8d9; }
        body.home #banner-top .container .scroll .bt:hover img.hover,
        body.home #banner-top .container .scroll .bt:hover svg.hover, body.home #banner-top .container .scroll .bt:focus img.hover,
        body.home #banner-top .container .scroll .bt:focus svg.hover {
          top: 50%; }
        body.home #banner-top .container .scroll .bt:hover img.down,
        body.home #banner-top .container .scroll .bt:hover svg.down, body.home #banner-top .container .scroll .bt:focus img.down,
        body.home #banner-top .container .scroll .bt:focus svg.down {
          top: 150%; }
        body.home #banner-top .container .scroll .bt img,
        body.home #banner-top .container .scroll .bt svg {
          display: block;
          width: 40px;
          height: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: .8s;
          transition: .8s; }
          @media only screen and (max-width: 767px) {
            body.home #banner-top .container .scroll .bt img,
            body.home #banner-top .container .scroll .bt svg {
              width: 20px;
              height: 20px; } }
          body.home #banner-top .container .scroll .bt img.hover,
          body.home #banner-top .container .scroll .bt svg.hover {
            top: -50%; }
          body.home #banner-top .container .scroll .bt img rect,
          body.home #banner-top .container .scroll .bt img polygon,
          body.home #banner-top .container .scroll .bt svg rect,
          body.home #banner-top .container .scroll .bt svg polygon {
            fill: #fff; }

body.home #about-us {
  margin-top: 200px; }
  @media only screen and (max-width: 1660px) {
    body.home #about-us {
      margin-top: 150px; } }
  @media only screen and (max-width: 1200px) {
    body.home #about-us {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    body.home #about-us {
      margin-top: 70px; } }
  @media only screen and (max-width: 575px) {
    body.home #about-us {
      margin-top: 50px; } }
  body.home #about-us .top-row .left .image {
    display: block;
    width: 95%;
    height: 100%;
    background: url(../img/about-us.jpg) center center no-repeat;
    background-size: cover;
    border-top-left-radius: 100px; }
    @media only screen and (max-width: 767px) {
      body.home #about-us .top-row .left .image {
        width: 100%;
        height: 300px;
        border-radius: 0; } }
  body.home #about-us .top-row .right {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      body.home #about-us .top-row .right {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 50px; } }
    body.home #about-us .top-row .right .sub {
      text-transform: uppercase;
      letter-spacing: 10px;
      color: #ccc;
      padding-left: 100px; }
      @media only screen and (max-width: 767px) {
        body.home #about-us .top-row .right .sub {
          letter-spacing: 5px;
          padding-left: 5px; } }
      @media only screen and (max-width: 575px) {
        body.home #about-us .top-row .right .sub {
          letter-spacing: 3px;
          padding-left: 3px; } }
    body.home #about-us .top-row .right .text-bigger {
      display: block;
      margin: 30px 0 30px -100px;
      font-weight: bold;
      color: #444; }
      @media only screen and (max-width: 767px) {
        body.home #about-us .top-row .right .text-bigger {
          margin: 10px auto; } }
      @media only screen and (max-width: 575px) {
        body.home #about-us .top-row .right .text-bigger {
          margin-top: 0; } }
    body.home #about-us .top-row .right .text-big {
      display: block;
      margin-bottom: 30px;
      font-weight: bold;
      color: #666; }
      @media only screen and (max-width: 767px) {
        body.home #about-us .top-row .right .text-big {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 575px) {
        body.home #about-us .top-row .right .text-big {
          margin-top: 0; } }
    body.home #about-us .top-row .right .text {
      color: #666;
      display: block;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        body.home #about-us .top-row .right .text {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 575px) {
        body.home #about-us .top-row .right .text {
          margin-bottom: 20px; } }
    body.home #about-us .top-row .right .link {
      color: #8cacbe;
      font-weight: bold;
      text-transform: lowercase; }
      body.home #about-us .top-row .right .link:before {
        height: 2px;
        background-color: #8cacbe; }
  body.home #about-us .bottom-row {
    margin-top: 150px; }
    @media only screen and (max-width: 1200px) {
      body.home #about-us .bottom-row {
        margin-top: 100px; } }
    @media only screen and (max-width: 767px) {
      body.home #about-us .bottom-row {
        margin-top: 0; } }
    body.home #about-us .bottom-row .left {
      position: relative;
      overflow: hidden; }
      body.home #about-us .bottom-row .left .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/pop.jpg) center left no-repeat;
        background-size: cover;
        border-bottom-right-radius: 100px; }
        @media only screen and (max-width: 1200px) {
          body.home #about-us .bottom-row .left .image {
            border-bottom-right-radius: 50px; } }
        @media only screen and (max-width: 767px) {
          body.home #about-us .bottom-row .left .image {
            position: relative;
            top: auto;
            left: auto;
            height: 350px;
            background-position: center center;
            border-bottom-right-radius: 0; } }
        @media only screen and (max-width: 575px) {
          body.home #about-us .bottom-row .left .image {
            height: 300px; } }
    body.home #about-us .bottom-row .right {
      padding-top: 50px;
      padding-bottom: 40px;
      position: relative;
      z-index: 3; }
      @media only screen and (max-width: 1200px) {
        body.home #about-us .bottom-row .right {
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        body.home #about-us .bottom-row .right {
          padding-top: 30px;
          padding-bottom: 0;
          text-align: center; } }
      body.home #about-us .bottom-row .right .text-big {
        font-weight: bold;
        color: #444; }
      body.home #about-us .bottom-row .right .title {
        color: #666;
        font-weight: bold;
        display: block;
        margin: 10px 0 40px 0; }
        @media only screen and (max-width: 1200px) {
          body.home #about-us .bottom-row .right .title {
            margin-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
          body.home #about-us .bottom-row .right .title {
            margin-bottom: 20px; } }
      body.home #about-us .bottom-row .right .text {
        color: #666;
        padding-right: 30px; }
        @media only screen and (max-width: 767px) {
          body.home #about-us .bottom-row .right .text {
            padding-right: 0; } }
      body.home #about-us .bottom-row .right .text-bigger {
        position: relative;
        color: #fff;
        font-weight: bold;
        line-height: 1;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ccc;
        display: block;
        margin: 50px 0 30px 0; }
        @media only screen and (max-width: 1200px) {
          body.home #about-us .bottom-row .right .text-bigger {
            margin: 30px 0; } }
        @media only screen and (max-width: 767px) {
          body.home #about-us .bottom-row .right .text-bigger {
            -webkit-text-stroke-width: 0;
            -webkit-text-stroke-color: transparent;
            color: #4ba8d9;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 767px) {
          body.home #about-us .bottom-row .right .text-bigger br {
            display: none; } }
      body.home #about-us .bottom-row .right .sub {
        float: right;
        width: 300px;
        color: #8cacbe;
        font-weight: bold;
        line-height: 1.6;
        margin-right: 50px; }
        @media only screen and (max-width: 1200px) {
          body.home #about-us .bottom-row .right .sub {
            margin-right: 0;
            float: none;
            width: 100%;
            padding-right: 30px; } }
        @media only screen and (max-width: 767px) {
          body.home #about-us .bottom-row .right .sub {
            padding-right: 0; } }

body.home #fda {
  margin-top: 100px;
  overflow: visible; }
  @media only screen and (max-width: 1660px) {
    body.home #fda {
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) {
    body.home #fda {
      margin-top: 50px; } }
  body.home #fda .container {
    position: relative;
    z-index: 2; }
    body.home #fda .container .left {
      position: relative; }
      @media only screen and (max-width: 992px) {
        body.home #fda .container .left {
          margin-bottom: 30px; } }
      body.home #fda .container .left .blue-block {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        background-color: #8cacbe;
        width: 200%;
        height: 100%;
        border-bottom-right-radius: 100px; }
        @media only screen and (max-width: 992px) {
          body.home #fda .container .left .blue-block {
            width: 100%;
            border-bottom-right-radius: 0; } }
      body.home #fda .container .left #triangles-02 {
        position: absolute;
        bottom: -50px;
        left: -100px;
        width: 440px;
        height: 315px; }
        @media only screen and (max-width: 992px) {
          body.home #fda .container .left #triangles-02 {
            display: none; } }
        body.home #fda .container .left #triangles-02 path {
          fill: #d9e5ec; }
      body.home #fda .container .left h2 {
        display: block;
        margin: 90px 0;
        float: right;
        position: relative;
        z-index: 2;
        color: #fff;
        font-weight: bold;
        padding-right: 50px; }
        @media only screen and (max-width: 992px) {
          body.home #fda .container .left h2 {
            float: none;
            margin: 20px auto;
            text-align: center;
            padding: 0; } }
    body.home #fda .container .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 992px) {
        body.home #fda .container .right {
          display: block;
          text-align: center; } }
      body.home #fda .container .right p {
        color: #666;
        display: block;
        margin-bottom: 20px;
        padding-left: 40px; }
        @media only screen and (max-width: 992px) {
          body.home #fda .container .right p {
            padding-left: 0;
            text-align: center;
            margin-bottom: 10px; } }
      body.home #fda .container .right .link {
        color: #8cacbe;
        font-weight: bold;
        text-transform: lowercase;
        margin-left: 40px; }
        @media only screen and (max-width: 992px) {
          body.home #fda .container .right .link {
            margin: 0 auto;
            text-align: center; } }
        body.home #fda .container .right .link:before {
          height: 2px;
          background-color: #8cacbe; }

body.home #innovation {
  margin-top: 200px; }
  @media only screen and (max-width: 1660px) {
    body.home #innovation {
      margin-top: 150px; } }
  @media only screen and (max-width: 1200px) {
    body.home #innovation {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    body.home #innovation {
      margin-top: 70px; } }
  @media only screen and (max-width: 575px) {
    body.home #innovation {
      margin-top: 50px; } }
  body.home #innovation .left .image {
    display: block;
    width: 95%;
    height: 70%;
    background: url(../img/blue.jpg) center center no-repeat;
    background-size: cover;
    border-top-left-radius: 100px; }
    @media only screen and (max-width: 1200px) {
      body.home #innovation .left .image {
        height: 80%; } }
    @media only screen and (max-width: 767px) {
      body.home #innovation .left .image {
        width: 100%;
        height: 300px;
        border-radius: 0; } }
  body.home #innovation .right {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 1200px) {
      body.home #innovation .right {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      body.home #innovation .right {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 50px; } }
    body.home #innovation .right .text-bigger {
      display: block;
      margin-bottom: 30px;
      font-weight: bold;
      color: #444; }
      @media only screen and (max-width: 1200px) {
        body.home #innovation .right .text-bigger {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 767px) {
        body.home #innovation .right .text-bigger {
          margin: 0 auto 10px auto; } }
    body.home #innovation .right .text-big {
      display: block;
      margin-bottom: 30px;
      font-weight: bold;
      color: #666; }
      @media only screen and (max-width: 1200px) {
        body.home #innovation .right .text-big {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 575px) {
        body.home #innovation .right .text-big {
          margin-top: 0; } }
    body.home #innovation .right .text {
      color: #666;
      display: block;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1200px) {
        body.home #innovation .right .text {
          margin-bottom: 20px; } }
    body.home #innovation .right .link {
      color: #8cacbe;
      font-weight: bold;
      text-transform: lowercase; }
      body.home #innovation .right .link:before {
        height: 2px;
        background-color: #8cacbe; }

body.home #products {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    body.home #products {
      margin-top: 20px; } }
  @media only screen and (max-width: 575px) {
    body.home #products {
      margin-top: 0; } }

/*----------------------------------------
------------------------------------------
	## ABOUT
------------------------------------------
----------------------------------------*/
body.about #content .top-row .top h2 {
  color: #4ba8d9;
  font-weight: bold;
  display: block;
  margin-bottom: 30px; }

body.about #content .top-row .left p {
  color: #666;
  padding-right: 50px; }
  @media only screen and (max-width: 992px) {
    body.about #content .top-row .left p {
      padding-right: 0;
      padding-bottom: 40px; } }

body.about #content .top-row .right p {
  color: #666; }

body.about #content .bottom-row .top {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative; }
  @media only screen and (max-width: 1360px) {
    body.about #content .bottom-row .top {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (max-width: 1200px) {
    body.about #content .bottom-row .top {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    body.about #content .bottom-row .top {
      padding-top: 50px;
      padding-bottom: 50px; } }
  body.about #content .bottom-row .top img,
  body.about #content .bottom-row .top svg {
    position: absolute;
    top: 70px;
    right: 100px;
    width: 210px;
    height: 115px;
    pointer-events: none; }
    @media only screen and (max-width: 1360px) {
      body.about #content .bottom-row .top img,
      body.about #content .bottom-row .top svg {
        right: 0;
        top: 30px; } }
    @media only screen and (max-width: 1200px) {
      body.about #content .bottom-row .top img,
      body.about #content .bottom-row .top svg {
        top: 70px; } }
    @media only screen and (max-width: 575px) {
      body.about #content .bottom-row .top img,
      body.about #content .bottom-row .top svg {
        display: none; } }
  body.about #content .bottom-row .top .text-big {
    display: block;
    font-weight: bold;
    color: #ccc;
    line-height: 1;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      body.about #content .bottom-row .top .text-big {
        margin-bottom: 10px; } }
  body.about #content .bottom-row .top .text-extreme {
    font-weight: bold;
    color: #444;
    line-height: .8;
    font-size: 7vw;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      body.about #content .bottom-row .top .text-extreme {
        font-size: 60px; } }
    @media only screen and (max-width: 575px) {
      body.about #content .bottom-row .top .text-extreme {
        font-size: 50px; } }
    @media only screen and (max-width: 420px) {
      body.about #content .bottom-row .top .text-extreme {
        font-size: 46px; } }
    body.about #content .bottom-row .top .text-extreme .blue {
      color: #4ba8d9; }

body.about #content .bottom-row .left {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.about #content .bottom-row .left {
      height: 400px;
      margin: 0 20px 30px 20px;
      display: block; } }
  @media only screen and (max-width: 575px) {
    body.about #content .bottom-row .left {
      height: 300px; } }
  @media only screen and (max-width: 767px) {
    body.about #content .bottom-row .left video {
      position: absolute;
      height: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  body.about #content .bottom-row .left .image {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      body.about #content .bottom-row .left .image {
        position: relative;
        left: auto;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        height: auto;
        margin-bottom: 40px; } }

body.about #content .bottom-row .right {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1360px) {
    body.about #content .bottom-row .right {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    body.about #content .bottom-row .right {
      padding-bottom: 0; } }
  body.about #content .bottom-row .right img,
  body.about #content .bottom-row .right svg {
    position: absolute;
    bottom: 20px;
    left: 50px;
    width: 210px;
    height: 115px;
    pointer-events: none; }
    @media only screen and (max-width: 1360px) {
      body.about #content .bottom-row .right img,
      body.about #content .bottom-row .right svg {
        left: 0;
        bottom: 0; } }
    @media only screen and (max-width: 767px) {
      body.about #content .bottom-row .right img,
      body.about #content .bottom-row .right svg {
        display: none; } }
  body.about #content .bottom-row .right .text-medium {
    color: #666;
    display: block;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    padding-right: 50px; }
    @media only screen and (max-width: 767px) {
      body.about #content .bottom-row .right .text-medium {
        padding-right: 0;
        margin-bottom: 0; } }
  body.about #content .bottom-row .right .text-extreme {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ccc;
    font-weight: bold;
    position: relative;
    z-index: 2;
    line-height: .9; }
    @media only screen and (max-width: 767px) {
      body.about #content .bottom-row .right .text-extreme {
        position: absolute;
        top: -170px;
        left: 40px;
        text-align: left;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 575px) {
      body.about #content .bottom-row .right .text-extreme {
        top: -150px; } }
    @media only screen and (max-width: 330px) {
      body.about #content .bottom-row .right .text-extreme {
        left: 30px;
        top: -140px; } }
    body.about #content .bottom-row .right .text-extreme span {
      float: right;
      margin-right: -100px; }
      @media only screen and (max-width: 767px) {
        body.about #content .bottom-row .right .text-extreme span {
          float: none;
          margin: 0;
          display: block; } }

/*----------------------------------------
------------------------------------------
	## FACILITY
------------------------------------------
----------------------------------------*/
body.facility #content {
  overflow: visible; }
  body.facility #content .top-row .left p {
    color: #666;
    padding-right: 50px; }
    @media only screen and (max-width: 1360px) {
      body.facility #content .top-row .left p {
        padding-right: 10px; } }
    @media only screen and (max-width: 992px) {
      body.facility #content .top-row .left p {
        padding-right: 0;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 575px) {
      body.facility #content .top-row .left p {
        padding-bottom: 10px; } }
  body.facility #content .top-row .right {
    text-align: right;
    position: relative;
    padding-top: 20px; }
    @media only screen and (max-width: 992px) {
      body.facility #content .top-row .right {
        text-align: left;
        padding-top: 0; } }
    body.facility #content .top-row .right img,
    body.facility #content .top-row .right svg {
      display: block;
      width: 250px;
      height: auto;
      position: absolute;
      top: -90px;
      right: 15px;
      z-index: -1; }
      @media only screen and (max-width: 992px) {
        body.facility #content .top-row .right img,
        body.facility #content .top-row .right svg {
          top: 50px; } }
      @media only screen and (max-width: 575px) {
        body.facility #content .top-row .right img,
        body.facility #content .top-row .right svg {
          opacity: .3; } }
    body.facility #content .top-row .right .sub {
      color: #666;
      display: block;
      margin-top: 20px;
      margin-bottom: 10px;
      padding-right: 3px; }
    body.facility #content .top-row .right .text {
      color: #666;
      font-weight: bold;
      line-height: 1.4; }
    body.facility #content .top-row .right .link {
      color: #4ba8d9;
      font-weight: bold;
      line-height: 1.4; }
      body.facility #content .top-row .right .link:before {
        height: 2px;
        background-color: #4ba8d9; }
  body.facility #content .bottom-row {
    text-align: right;
    padding-top: 100px; }
    @media only screen and (max-width: 992px) {
      body.facility #content .bottom-row {
        padding-top: 70px; } }
    @media only screen and (max-width: 767px) {
      body.facility #content .bottom-row {
        padding-top: 50px; } }
    body.facility #content .bottom-row img {
      display: block;
      position: relative;
      margin: 0 auto; }
    body.facility #content .bottom-row .text-extreme {
      font-weight: bold;
      color: #fff;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ccc;
      line-height: .8;
      font-size: 7vw;
      position: absolute;
      bottom: -50px;
      right: 0;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        body.facility #content .bottom-row .text-extreme {
          font-size: 60px;
          bottom: auto;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          line-height: 1; } }
      @media only screen and (max-width: 575px) {
        body.facility #content .bottom-row .text-extreme {
          font-size: 36px;
          display: block;
          margin: 0 auto 30px auto;
          text-align: left;
          -webkit-transform: none;
                  transform: none;
          position: relative;
          top: auto;
          right: auto;
          color: #4ba8d9;
          -webkit-text-stroke-width: 0;
          -webkit-text-stroke-color: transparent; } }
      @media only screen and (max-width: 420px) {
        body.facility #content .bottom-row .text-extreme {
          font-size: 32px; } }
      @media only screen and (max-width: 575px) {
        body.facility #content .bottom-row .text-extreme br {
          display: none; } }

/*----------------------------------------
------------------------------------------
	## TEAM
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## CARBONATED CRYSTALS
------------------------------------------
----------------------------------------*/
body.carbonated-crystals #content .top-row .left p {
  color: #666;
  padding-right: 50px; }
  @media only screen and (max-width: 992px) {
    body.carbonated-crystals #content .top-row .left p {
      padding-right: 0;
      padding-bottom: 40px; } }

body.carbonated-crystals #content .top-row .right p {
  color: #666; }

body.carbonated-crystals #content .bottom-row {
  padding-top: 100px; }
  @media only screen and (max-width: 992px) {
    body.carbonated-crystals #content .bottom-row {
      padding-top: 60px; } }
  @media only screen and (max-width: 575px) {
    body.carbonated-crystals #content .bottom-row {
      padding-top: 30px; } }
  body.carbonated-crystals #content .bottom-row .left {
    position: relative;
    z-index: 2; }
    body.carbonated-crystals #content .bottom-row .left svg {
      position: absolute;
      top: -80px;
      right: 0;
      width: 210px;
      z-index: 3;
      height: 115px;
      pointer-events: none; }
      @media only screen and (max-width: 992px) {
        body.carbonated-crystals #content .bottom-row .left svg {
          top: -50px; } }
      @media only screen and (max-width: 575px) {
        body.carbonated-crystals #content .bottom-row .left svg {
          display: none; } }
    body.carbonated-crystals #content .bottom-row .left .image {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 95%;
      height: 100%;
      border-top-right-radius: 100px;
      background: url(../img/carbonated-crystals.jpg) center center no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 992px) {
        body.carbonated-crystals #content .bottom-row .left .image {
          position: relative;
          left: auto;
          -webkit-transform: none;
                  transform: none;
          width: 100%;
          height: 400px;
          border-top-right-radius: 50px;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .bottom-row .left .image {
          height: 300px; } }
      @media only screen and (max-width: 575px) {
        body.carbonated-crystals #content .bottom-row .left .image {
          height: 250px;
          border-top-right-radius: 30px;
          margin-bottom: 30px; } }
  body.carbonated-crystals #content .bottom-row .right {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 1360px) {
      body.carbonated-crystals #content .bottom-row .right {
        padding-top: 0; } }
    @media only screen and (max-width: 767px) {
      body.carbonated-crystals #content .bottom-row .right {
        padding-bottom: 0; } }
    body.carbonated-crystals #content .bottom-row .right .block {
      position: absolute;
      z-index: 0;
      display: block;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background-color: #fafafa;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }
      @media only screen and (max-width: 992px) {
        body.carbonated-crystals #content .bottom-row .right .block {
          display: none; } }
    body.carbonated-crystals #content .bottom-row .right .text-big {
      color: #444;
      display: block;
      margin-bottom: 20px;
      position: relative;
      z-index: 2;
      font-weight: bold;
      padding-left: 50px; }
      @media only screen and (max-width: 992px) {
        body.carbonated-crystals #content .bottom-row .right .text-big {
          padding-left: 0; } }
    body.carbonated-crystals #content .bottom-row .right .text-medium {
      color: #666;
      display: block;
      position: relative;
      z-index: 2;
      padding-right: 50px;
      padding-left: 50px;
      margin-bottom: 70px; }
      @media only screen and (max-width: 992px) {
        body.carbonated-crystals #content .bottom-row .right .text-medium {
          padding-left: 0;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .bottom-row .right .text-medium {
          padding-right: 0;
          margin-bottom: 50px; } }

body.carbonated-crystals #content .press-row {
  padding: 100px 0; }
  @media only screen and (max-width: 1200px) {
    body.carbonated-crystals #content .press-row {
      padding: 70px 0 60px 0; } }
  @media only screen and (max-width: 992px) {
    body.carbonated-crystals #content .press-row {
      padding: 0 0 40px 0; } }
  body.carbonated-crystals #content .press-row .left {
    position: relative;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      body.carbonated-crystals #content .press-row .left {
        text-align: center; } }
    body.carbonated-crystals #content .press-row .left .blue-bg {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 200%;
      height: 100%;
      background-color: #d9e5ec;
      border-bottom-right-radius: 100px;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .press-row .left .blue-bg {
          border-bottom-right-radius: 0;
          right: auto;
          left: -30px;
          width: calc(100% + 60px); } }
    body.carbonated-crystals #content .press-row .left p {
      position: relative;
      display: block;
      margin: 50px 0;
      color: #fff;
      font-weight: bold;
      z-index: 2;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .press-row .left p {
          margin: 40px 0; } }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .press-row .left p br {
          display: none; } }
  body.carbonated-crystals #content .press-row .right {
    padding-bottom: 20px;
    padding-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media only screen and (max-width: 992px) {
      body.carbonated-crystals #content .press-row .right {
        padding-left: 50px; } }
    @media only screen and (max-width: 767px) {
      body.carbonated-crystals #content .press-row .right {
        display: block;
        padding-left: 15px;
        padding-bottom: 0; } }
    body.carbonated-crystals #content .press-row .right .text-big {
      font-weight: bold;
      color: #444;
      display: block;
      margin: 0 auto 30px auto; }
      @media only screen and (max-width: 992px) {
        body.carbonated-crystals #content .press-row .right .text-big {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .press-row .right .text-big {
          text-align: center;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .press-row .right .text-big br {
          display: none; } }
    body.carbonated-crystals #content .press-row .right .line {
      display: block;
      width: 130%;
      height: 1px;
      background-color: #d9e5ec; }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .press-row .right .line {
          display: none; } }

body.carbonated-crystals #content .press-list .line {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 30px 0 30px 30px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.carbonated-crystals #content .press-list .line {
      padding: 20px; } }
  @media only screen and (max-width: 575px) {
    body.carbonated-crystals #content .press-list .line {
      padding: 10px; } }
  body.carbonated-crystals #content .press-list .line:before {
    background-color: #4ba8d9; }
  body.carbonated-crystals #content .press-list .line:hover .date {
    color: #fff; }
  body.carbonated-crystals #content .press-list .line:hover .title {
    color: #fff; }
  body.carbonated-crystals #content .press-list .line:hover .right .text-medium {
    color: #fff; }
  body.carbonated-crystals #content .press-list .line:hover .right img rect,
  body.carbonated-crystals #content .press-list .line:hover .right img polygon,
  body.carbonated-crystals #content .press-list .line:hover .right svg rect,
  body.carbonated-crystals #content .press-list .line:hover .right svg polygon {
    fill: #fff; }
  body.carbonated-crystals #content .press-list .line .date {
    display: block;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    padding-left: 2px;
    font-size: 14px;
    padding-right: 200px; }
    @media only screen and (max-width: 992px) {
      body.carbonated-crystals #content .press-list .line .date {
        padding-right: 150px; } }
    @media only screen and (max-width: 767px) {
      body.carbonated-crystals #content .press-list .line .date {
        padding-right: 0;
        letter-spacing: 1px; } }
  body.carbonated-crystals #content .press-list .line .title {
    color: #666;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 200px; }
    @media only screen and (max-width: 992px) {
      body.carbonated-crystals #content .press-list .line .title {
        padding-right: 150px; } }
    @media only screen and (max-width: 767px) {
      body.carbonated-crystals #content .press-list .line .title {
        padding-right: 0; } }
  body.carbonated-crystals #content .press-list .line .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      body.carbonated-crystals #content .press-list .line .right {
        position: relative;
        top: auto;
        -webkit-transform: none;
                transform: none;
        right: auto;
        text-align: left;
        margin-top: 10px;
        display: block; } }
    @media only screen and (max-width: 575px) {
      body.carbonated-crystals #content .press-list .line .right {
        margin-top: 5px; } }
    body.carbonated-crystals #content .press-list .line .right .text-medium {
      display: inline-block;
      vertical-align: middle;
      color: #8cacbe;
      font-weight: bold;
      text-transform: lowercase;
      margin-right: 10px;
      -webkit-transition: .3s;
      transition: .3s; }
      @media only screen and (max-width: 992px) {
        body.carbonated-crystals #content .press-list .line .right .text-medium {
          display: block;
          margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        body.carbonated-crystals #content .press-list .line .right .text-medium {
          display: inline-block;
          margin-right: 10px; } }
    body.carbonated-crystals #content .press-list .line .right img,
    body.carbonated-crystals #content .press-list .line .right svg {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px; }
      @media only screen and (max-width: 992px) {
        body.carbonated-crystals #content .press-list .line .right img,
        body.carbonated-crystals #content .press-list .line .right svg {
          width: 25px;
          height: 25px; } }
      body.carbonated-crystals #content .press-list .line .right img rect,
      body.carbonated-crystals #content .press-list .line .right img polygon,
      body.carbonated-crystals #content .press-list .line .right svg rect,
      body.carbonated-crystals #content .press-list .line .right svg polygon {
        -webkit-transition: .3s;
        transition: .3s; }

/*----------------------------------------
------------------------------------------
	## INNOVATION CENTER
------------------------------------------
----------------------------------------*/
body.innovation-center #content .innovation-row {
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    body.innovation-center #content .innovation-row {
      padding-bottom: 70px; } }
  @media only screen and (max-width: 575px) {
    body.innovation-center #content .innovation-row {
      padding-bottom: 50px; } }
  body.innovation-center #content .innovation-row .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 767px) {
      body.innovation-center #content .innovation-row .left {
        display: block; } }
    body.innovation-center #content .innovation-row .left h2 {
      color: #666;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        body.innovation-center #content .innovation-row .left h2 br {
          display: none; } }
    body.innovation-center #content .innovation-row .left p {
      color: #ccc;
      display: block;
      font-weight: bold;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        body.innovation-center #content .innovation-row .left p {
          margin-top: 5px;
          margin-bottom: 30px; } }
  body.innovation-center #content .innovation-row .right .text-medium span {
    display: block;
    color: #666;
    line-height: 2;
    padding-left: 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      body.innovation-center #content .innovation-row .right .text-medium span {
        background-color: #4ba8d9;
        margin-bottom: 2px;
        padding: 10px;
        color: #fff; } }
    body.innovation-center #content .innovation-row .right .text-medium span:before {
      content: "•";
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 767px) {
        body.innovation-center #content .innovation-row .right .text-medium span:before {
          display: none;
          content: none; } }

body.innovation-center #content .crystal-row .top {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    body.innovation-center #content .crystal-row .top {
      text-align: left; } }
  body.innovation-center #content .crystal-row .top .sub {
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #ccc; }
    @media only screen and (max-width: 992px) {
      body.innovation-center #content .crystal-row .top .sub {
        letter-spacing: 5px; } }
    @media only screen and (max-width: 575px) {
      body.innovation-center #content .crystal-row .top .sub {
        letter-spacing: 1px; } }
  body.innovation-center #content .crystal-row .top .title {
    display: block;
    margin: 20px 0 70px 0;
    color: #666;
    font-weight: bold; }
    @media only screen and (max-width: 992px) {
      body.innovation-center #content .crystal-row .top .title {
        margin-top: 10px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      body.innovation-center #content .crystal-row .top .title {
        margin-bottom: 0; } }
    @media only screen and (max-width: 575px) {
      body.innovation-center #content .crystal-row .top .title {
        margin-top: 5px; } }

@media only screen and (max-width: 992px) {
  body.innovation-center #content .crystal-row .bottom {
    padding-top: 40px; } }

@media only screen and (max-width: 575px) {
  body.innovation-center #content .crystal-row .bottom {
    padding-top: 30px; } }

body.innovation-center #content .crystal-row .bottom .desc {
  color: #666; }

body.innovation-center #content .crystal-row .bottom .more {
  display: block;
  padding: 50px;
  background-color: #d9e5ec;
  line-height: 2;
  color: #444; }
  @media only screen and (max-width: 992px) {
    body.innovation-center #content .crystal-row .bottom .more {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    body.innovation-center #content .crystal-row .bottom .more {
      margin-top: 30px; } }
  @media only screen and (max-width: 575px) {
    body.innovation-center #content .crystal-row .bottom .more {
      padding: 20px; } }
  body.innovation-center #content .crystal-row .bottom .more strong {
    display: block;
    margin-bottom: 20px; }

body.innovation-center #content .packaging-row {
  padding-bottom: 20px; }
  body.innovation-center #content .packaging-row .top {
    margin-top: 150px;
    margin-bottom: 100px; }
    @media only screen and (max-width: 1360px) {
      body.innovation-center #content .packaging-row .top {
        margin-top: 110px;
        margin-bottom: 90px; } }
    @media only screen and (max-width: 992px) {
      body.innovation-center #content .packaging-row .top {
        margin-top: 90px;
        margin-bottom: 80px; } }
    @media only screen and (max-width: 575px) {
      body.innovation-center #content .packaging-row .top {
        margin-top: 40px;
        margin-bottom: 40px; } }
    body.innovation-center #content .packaging-row .top h2 {
      font-weight: bold;
      color: #444;
      position: relative; }
      body.innovation-center #content .packaging-row .top h2:after {
        content: "Packaging";
        position: absolute;
        top: -50px;
        left: 150px;
        color: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ccc; }
        @media only screen and (max-width: 992px) {
          body.innovation-center #content .packaging-row .top h2:after {
            top: -30px; } }
        @media only screen and (max-width: 575px) {
          body.innovation-center #content .packaging-row .top h2:after {
            content: none; } }
  body.innovation-center #content .packaging-row .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 992px) {
      body.innovation-center #content .packaging-row .left {
        display: block;
        padding-top: 40px; } }
    body.innovation-center #content .packaging-row .left .text-bigger {
      font-weight: bold;
      color: #666; }
    body.innovation-center #content .packaging-row .left .text-medium {
      display: block;
      margin-top: 30px;
      color: #666;
      padding-right: 50px; }
      @media only screen and (max-width: 992px) {
        body.innovation-center #content .packaging-row .left .text-medium {
          padding-right: 0; } }
      @media only screen and (max-width: 575px) {
        body.innovation-center #content .packaging-row .left .text-medium {
          margin-top: 10px; } }
  body.innovation-center #content .packaging-row .right .block {
    display: block;
    background-color: #fff;
    padding: 100px 50px;
    text-align: center;
    border-bottom-right-radius: 100px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    position: relative; }
    @media only screen and (max-width: 992px) {
      body.innovation-center #content .packaging-row .right .block {
        padding: 50px; } }
    @media only screen and (max-width: 575px) {
      body.innovation-center #content .packaging-row .right .block {
        padding: 30px;
        border-bottom-right-radius: 50px; } }
    body.innovation-center #content .packaging-row .right .block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-color: #d9e5ec;
      width: 35%;
      height: 100%; }
      @media only screen and (max-width: 992px) {
        body.innovation-center #content .packaging-row .right .block:before {
          width: 50%; } }
    body.innovation-center #content .packaging-row .right .block img {
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 992px) {
        body.innovation-center #content .packaging-row .right .block img.sachet {
          width: 250px; } }
      @media only screen and (max-width: 575px) {
        body.innovation-center #content .packaging-row .right .block img.sachet {
          width: 200px; } }
      @media only screen and (max-width: 992px) {
        body.innovation-center #content .packaging-row .right .block img.vial {
          width: 150px; } }
      @media only screen and (max-width: 575px) {
        body.innovation-center #content .packaging-row .right .block img.vial {
          width: 100px; } }
  body.innovation-center #content .packaging-row .space {
    display: block;
    width: 100%;
    height: 100px; }
    @media only screen and (max-width: 992px) {
      body.innovation-center #content .packaging-row .space {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      body.innovation-center #content .packaging-row .space {
        height: 50px; } }
    @media only screen and (max-width: 575px) {
      body.innovation-center #content .packaging-row .space {
        height: 40px; } }

/*----------------------------------------
------------------------------------------
	## RESEARCH & DEVELOPMENT
------------------------------------------
----------------------------------------*/
body.research-and-development #content .research-row .left {
  position: relative; }
  body.research-and-development #content .research-row .left .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: url(../img/red.jpg) center center no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 992px) {
      body.research-and-development #content .research-row .left .image {
        position: relative;
        width: 100%;
        height: 400px; } }
    @media only screen and (max-width: 575px) {
      body.research-and-development #content .research-row .left .image {
        height: 300px; } }

body.research-and-development #content .research-row .right {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1360px) {
    body.research-and-development #content .research-row .right {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 992px) {
    body.research-and-development #content .research-row .right {
      padding-top: 40px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 575px) {
    body.research-and-development #content .research-row .right {
      padding-top: 30px; } }
  body.research-and-development #content .research-row .right .text-medium {
    color: #666; }

body.research-and-development #content .process-row .top {
  margin-top: 150px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1360px) {
    body.research-and-development #content .process-row .top {
      margin-top: 110px; } }
  @media only screen and (max-width: 992px) {
    body.research-and-development #content .process-row .top {
      margin-top: 90px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 575px) {
    body.research-and-development #content .process-row .top {
      margin-top: 40px;
      margin-bottom: 20px; } }
  body.research-and-development #content .process-row .top h2 {
    font-weight: bold;
    color: #444;
    position: relative; }
    body.research-and-development #content .process-row .top h2:after {
      content: "R&D Process";
      position: absolute;
      top: -50px;
      left: 150px;
      color: transparent;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ccc; }
      @media only screen and (max-width: 992px) {
        body.research-and-development #content .process-row .top h2:after {
          top: -30px; } }
      @media only screen and (max-width: 575px) {
        body.research-and-development #content .process-row .top h2:after {
          content: none; } }

body.research-and-development #content .process-row .left {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1360px) {
    body.research-and-development #content .process-row .left {
      padding-top: 40px; } }
  @media only screen and (max-width: 992px) {
    body.research-and-development #content .process-row .left {
      padding-bottom: 0; } }
  body.research-and-development #content .process-row .left .list span {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #444;
    font-weight: bold; }
    @media only screen and (max-width: 575px) {
      body.research-and-development #content .process-row .left .list span {
        padding-left: 15px; } }
    body.research-and-development #content .process-row .left .list span:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "•"; }
  body.research-and-development #content .process-row .left .block {
    display: block;
    background-color: #fafafa;
    padding: 50px;
    margin-top: 50px; }
    @media only screen and (max-width: 1360px) {
      body.research-and-development #content .process-row .left .block {
        margin-top: 30px;
        padding: 30px; } }
    @media only screen and (max-width: 575px) {
      body.research-and-development #content .process-row .left .block {
        padding: 20px;
        margin-top: 20px; } }
    body.research-and-development #content .process-row .left .block .text-medium {
      color: #444; }

body.research-and-development #content .process-row .right {
  position: relative; }
  body.research-and-development #content .process-row .right .image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 90%;
    background: url(../img/red-process.jpg) center center no-repeat;
    background-size: cover;
    border-top-right-radius: 100px; }
    @media only screen and (max-width: 992px) {
      body.research-and-development #content .process-row .right .image {
        position: relative;
        width: 100%;
        height: 400px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 50px; } }
    @media only screen and (max-width: 575px) {
      body.research-and-development #content .process-row .right .image {
        height: 300px; } }

/*----------------------------------------
------------------------------------------
	## MANUFACTURING
------------------------------------------
----------------------------------------*/
body.manufacturing #content .manufacturing-row .left {
  position: relative; }
  body.manufacturing #content .manufacturing-row .left .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: url(../img/manufacturing.jpg) center center no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 992px) {
      body.manufacturing #content .manufacturing-row .left .image {
        position: relative;
        width: 100%;
        height: 400px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 50px; } }
    @media only screen and (max-width: 575px) {
      body.manufacturing #content .manufacturing-row .left .image {
        height: 300px; } }

body.manufacturing #content .manufacturing-row .right {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 575px) {
    body.manufacturing #content .manufacturing-row .right {
      padding-bottom: 30px;
      padding-top: 30px; } }
  body.manufacturing #content .manufacturing-row .right .text-medium {
    color: #666; }

/*----------------------------------------
------------------------------------------
	## FAQ
------------------------------------------
----------------------------------------*/
body.faq #content .questions .question {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }
  body.faq #content .questions .question:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s; }
  body.faq #content .questions .question .line {
    position: relative;
    cursor: pointer;
    display: block;
    padding-right: 100px; }
    @media only screen and (max-width: 992px) {
      body.faq #content .questions .question .line {
        padding-right: 50px; } }
    @media only screen and (max-width: 767px) {
      body.faq #content .questions .question .line {
        padding-right: 0; } }
    body.faq #content .questions .question .line:hover .text-big, body.faq #content .questions .question .line:focus .text-big, body.faq #content .questions .question .line.active .text-big {
      color: #4ba8d9;
      padding-left: 3px; }
    body.faq #content .questions .question .line:hover img polygon,
    body.faq #content .questions .question .line:hover img rect,
    body.faq #content .questions .question .line:hover svg polygon,
    body.faq #content .questions .question .line:hover svg rect, body.faq #content .questions .question .line:focus img polygon,
    body.faq #content .questions .question .line:focus img rect,
    body.faq #content .questions .question .line:focus svg polygon,
    body.faq #content .questions .question .line:focus svg rect, body.faq #content .questions .question .line.active img polygon,
    body.faq #content .questions .question .line.active img rect,
    body.faq #content .questions .question .line.active svg polygon,
    body.faq #content .questions .question .line.active svg rect {
      fill: #4ba8d9; }
      @media only screen and (max-width: 992px) {
        body.faq #content .questions .question .line:hover img polygon,
        body.faq #content .questions .question .line:hover img rect,
        body.faq #content .questions .question .line:hover svg polygon,
        body.faq #content .questions .question .line:hover svg rect, body.faq #content .questions .question .line:focus img polygon,
        body.faq #content .questions .question .line:focus img rect,
        body.faq #content .questions .question .line:focus svg polygon,
        body.faq #content .questions .question .line:focus svg rect, body.faq #content .questions .question .line.active img polygon,
        body.faq #content .questions .question .line.active img rect,
        body.faq #content .questions .question .line.active svg polygon,
        body.faq #content .questions .question .line.active svg rect {
          fill: #444; } }
    body.faq #content .questions .question .line.active img,
    body.faq #content .questions .question .line.active svg {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    body.faq #content .questions .question .line .text-big {
      color: #444;
      font-weight: bold;
      -webkit-transition: .3s;
      transition: .3s;
      padding-right: 40px; }
    body.faq #content .questions .question .line img,
    body.faq #content .questions .question .line svg {
      position: absolute;
      right: 0;
      top: 60%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 25px;
      height: 25px;
      -webkit-transition: .3s;
      transition: .3s; }
      body.faq #content .questions .question .line img polygon,
      body.faq #content .questions .question .line img rect,
      body.faq #content .questions .question .line svg polygon,
      body.faq #content .questions .question .line svg rect {
        fill: #8cacbe;
        -webkit-transition: .3s;
        transition: .3s; }
        @media only screen and (max-width: 992px) {
          body.faq #content .questions .question .line img polygon,
          body.faq #content .questions .question .line img rect,
          body.faq #content .questions .question .line svg polygon,
          body.faq #content .questions .question .line svg rect {
            fill: #444; } }
  body.faq #content .questions .question .content {
    display: none;
    padding-top: 20px; }
    body.faq #content .questions .question .content .text-medium {
      color: #666; }
      @media only screen and (max-width: 992px) {
        body.faq #content .questions .question .content .text-medium {
          padding-right: 100px; } }
      @media only screen and (max-width: 575px) {
        body.faq #content .questions .question .content .text-medium {
          padding-right: 10px; } }

/*----------------------------------------
------------------------------------------
	## CONTACT
------------------------------------------
----------------------------------------*/
body.contact #content .left {
  position: relative; }
  body.contact #content .left img,
  body.contact #content .left svg {
    position: absolute;
    right: 200px;
    bottom: 50px;
    display: block;
    width: 110px;
    height: 200px; }
    @media only screen and (max-width: 1660px) {
      body.contact #content .left img,
      body.contact #content .left svg {
        right: 100px; } }
    @media only screen and (max-width: 1360px) {
      body.contact #content .left img,
      body.contact #content .left svg {
        right: 20px; } }
    @media only screen and (max-width: 1200px) {
      body.contact #content .left img,
      body.contact #content .left svg {
        display: none; } }
    @media only screen and (max-width: 767px) {
      body.contact #content .left img,
      body.contact #content .left svg {
        display: block;
        right: 15px;
        bottom: 0;
        width: 70px;
        height: 150px; } }
  body.contact #content .left .text {
    color: #666; }
  body.contact #content .left .text-big {
    color: #444;
    font-weight: bold;
    display: block;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      body.contact #content .left .text-big br {
        display: none; } }
  body.contact #content .left .link {
    color: #4ba8d9;
    font-weight: bold; }
    body.contact #content .left .link:before {
      background-color: #4ba8d9; }
  body.contact #content .left .infos {
    color: #ccc;
    display: block;
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      body.contact #content .left .infos {
        margin-top: 30px; } }
    body.contact #content .left .infos a.mail {
      font-weight: bold;
      color: #4ba8d9; }
      body.contact #content .left .infos a.mail:before {
        background-color: #4ba8d9; }
    body.contact #content .left .infos a.tel {
      margin-left: 50px;
      color: #666; }
      @media only screen and (max-width: 1360px) {
        body.contact #content .left .infos a.tel {
          margin-left: 30px; } }
      @media only screen and (max-width: 420px) {
        body.contact #content .left .infos a.tel {
          margin-left: 0;
          display: block; } }

@media only screen and (max-width: 767px) {
  body.contact #content .right {
    padding-top: 50px; } }

@media only screen and (max-width: 420px) {
  body.contact #content .right {
    padding-top: 40px; } }

body.contact #content .right form .input {
  display: block;
  padding: 20px 30px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  color: #666;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
          box-shadow: inset 0 0 0 1px #ccc;
  border: none; }
  body.contact #content .right form .input.textarea {
    resize: vertical;
    min-height: 100px; }

body.contact #content .right form label {
  float: right;
  font-weight: bold;
  color: #4ba8d9;
  cursor: pointer; }
  @media only screen and (max-width: 420px) {
    body.contact #content .right form label {
      float: none;
      text-align: center;
      display: block;
      margin: 0 auto;
      width: 100%;
      padding: 20px 0;
      background-color: #4ba8d9;
      color: #fff;
      border-radius: 50px;
      -webkit-transition: .3s;
      transition: .3s;
      text-transform: uppercase; } }
  @media only screen and (max-width: 420px) {
    body.contact #content .right form label:hover, body.contact #content .right form label:focus {
      background-color: #8cacbe; } }
  body.contact #content .right form label:before {
    background-color: #4ba8d9; }
