@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext");
@import url("https://use.typekit.net/qqe5wuf.css");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

.slick-slider *:focus {
  outline: 0; }

p {
  margin: 0; }

.slick-arrow {
  position: absolute;
  z-index: 1;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px; }
  .slick-arrow.slick-next {
    right: 90px;
    background-image: url(../img/arrow-right.png); }
  .slick-arrow.slick-prev {
    left: 90px;
    background-image: url(../img/arrow-left.png); }

.slick-dots {
  text-align: left;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-left: 60px; }
  .slick-dots li {
    padding: 0;
    margin: 0 6px;
    list-style-type: none;
    display: inline-block; }
    .slick-dots li button {
      width: 12px;
      height: 12px;
      background: #D1D1D1;
      padding: 0;
      margin: 0;
      border-radius: 50%;
      font-size: 0;
      border: 0; }
    .slick-dots li.slick-active button {
      background: red; }

body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 80px; } }

.container {
  width: calc(100% - 90px); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: calc(100% - 60px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%; } }

header {
  padding: 19px 0 0 0;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    header .logo img {
      height: 45px; } }
  @media only screen and (max-width: 767px) {
    header .logo img {
      height: 40px; } }
  header .mobile-button {
    display: none;
    font-size: 26px;
    margin-top: 7px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      header .mobile-button {
        display: block;
        float: right; } }
  header .arrow {
    margin-left: 10px;
    font-size: 12px; }
  header .right {
    float: right;
    text-align: right; }
    header .right .top .item {
      font-size: 13px;
      margin-left: 30px;
      display: inline-block;
      color: #000;
      cursor: pointer;
      position: relative;
      transition: color .4s; }
      header .right .top .item .icon {
        margin-right: 10px;
        font-size: 18px;
        position: relative;
        top: 2px; }
      header .right .top .item .arrow {
        margin-left: 10px; }
      header .right .top .item.login .icon {
        color: #E5332A; }
      header .right .top .item.login .abs-box {
        text-align: left;
        width: 350px;
        top: 40px;
        right: -35px; }
        header .right .top .item.login .abs-box .forgot {
          text-align: right;
          display: block; }
        header .right .top .item.login .abs-box .check {
          margin-right: 5px; }
        header .right .top .item.login .abs-box .button:hover {
          background: #000; }
        header .right .top .item.login .abs-box h3, header .right .top .item.login .abs-box .title {
          cursor: default;
          color: #000; }
        header .right .top .item.login .abs-box .title {
          opacity: .5; }
      header .right .top .item.lang .abs-box {
        width: 200px; }
        header .right .top .item.lang .abs-box ul li {
          list-style-type: none;
          text-align: left;
          border-bottom: 1px solid #eee;
          line-height: 40px; }
          header .right .top .item.lang .abs-box ul li a {
            color: #000;
            display: block; }
            header .right .top .item.lang .abs-box ul li a:hover {
              color: #E5332A; }
        @media only screen and (max-width: 767px) {
          header .right .top .item.lang .abs-box {
            position: absolute !important;
            top: 39px;
            width: 250% !important;
            left: -75%;
            z-index: 1;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); }
            header .right .top .item.lang .abs-box.active {
              display: block; } }
      header .right .top .item:hover {
        color: #E5332A; }
      @media only screen and (max-width: 767px) {
        header .right .top .item {
          margin: 0; }
          header .right .top .item.shop {
            margin-bottom: 15px;
            display: block; }
          header .right .top .item.lang {
            margin-left: 15px; } }
    header .right .bottom {
      padding-top: 33px; }
      header .right .bottom .hover-box {
        padding-bottom: 19px; }
      header .right .bottom .item {
        cursor: pointer;
        margin-left: 20px;
        display: inline-block;
        font-weight: 600;
        color: #000;
        line-height: 28px;
        transition: .4s; }
        header .right .bottom .item.corp {
          position: relative; }
          header .right .bottom .item.corp .abs-box {
            width: 300px; }
            header .right .bottom .item.corp .abs-box ul li {
              list-style-type: none;
              text-align: left;
              border-bottom: 1px solid #eee;
              line-height: 50px; }
              header .right .bottom .item.corp .abs-box ul li a {
                color: #000;
                display: block;
                font-size: 14px; }
                header .right .bottom .item.corp .abs-box ul li a:hover {
                  color: #E5332A; }
        header .right .bottom .item.products .abs-box {
          overflow: auto;
          position: fixed;
          left: 0;
          top: 120px;
          width: 100%;
          background: #F5F5E8;
          border-radius: 0;
          box-shadow: none;
          padding: 0;
          max-height: calc(100% - 150px); }
          header .right .bottom .item.products .abs-box:after {
            display: none; }
          header .right .bottom .item.products .abs-box .box {
            margin-bottom: 30px;
            padding: 0 15px;
            color: #000;
            text-align: center;
            display: block; }
            header .right .bottom .item.products .abs-box .box .img {
              padding-bottom: 55%;
              background-position: center;
              background-size: cover;
              margin-bottom: 15px; }
            @media only screen and (max-width: 767px) {
              header .right .bottom .item.products .abs-box .box {
                padding: 0; } }
          @media only screen and (max-width: 767px) {
            header .right .bottom .item.products .abs-box {
              background: #fff;
              padding: 0; }
              header .right .bottom .item.products .abs-box .col-sm-4 {
                padding: 0; }
              header .right .bottom .item.products .abs-box .container {
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
                padding-top: 30px; } }
        header .right .bottom .item:hover {
          color: #E5332A; }
        @media only screen and (max-width: 767px) {
          header .right .bottom .item {
            margin: 0;
            display: block;
            padding: 15px 0; } }
      header .right .bottom .red {
        background: #E5332A;
        color: #fff;
        padding: 0 20px;
        border-radius: 6px; }
        header .right .bottom .red:hover {
          background: #000;
          color: #fff; }
      @media only screen and (max-width: 767px) {
        header .right .bottom {
          margin-top: 20px;
          border-top: 1px solid #eee; } }
    @media only screen and (max-width: 767px) {
      header .right {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background: #fff;
        padding: 30px 15px;
        text-align: center;
        border-top: 1px solid #eee; } }
  @media only screen and (max-width: 767px) {
    header {
      padding: 20px 0; }
      header .abs-box {
        position: static !important;
        width: 100% !important;
        display: none;
        opacity: 1;
        visibility: visible;
        transition: none;
        box-shadow: none;
        padding: 0;
        margin-top: 20px; }
        header .abs-box ul {
          border-top: 1px solid #eee; }
          header .abs-box ul a {
            text-align: center; }
        header .abs-box:after {
          display: none; } }

footer .top {
  text-align: center;
  padding: 60px 0; }
  footer .top img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 40px;
    width: 65px; }
    footer .top img:nth-child(2) {
      width: 120px; }
    footer .top img:nth-child(3) {
      width: 120px; }
    footer .top img:nth-child(4) {
      width: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .top img {
        width: 80px !important; } }
    @media only screen and (max-width: 767px) {
      footer .top img {
        width: 85px !important;
        margin: 15px; } }
  footer .top a:nth-child(2) img {
    width: 120px; }
  footer .top a:nth-child(3) img {
    width: 120px; }
  footer .top a:nth-child(4) img {
    width: 100px; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .top a {
      width: 80px !important; } }
  @media only screen and (max-width: 767px) {
    footer .top a {
      width: 85px !important;
      margin: 15px; } }
footer .bottom {
  background: #040707;
  color: #fff;
  padding: 90px 0;
  font-size: 13px; }
  footer .bottom a {
    color: #fff; }
  footer .bottom .left a {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    transition: .4s; }
    footer .bottom .left a:hover {
      color: #E5332A; }
  footer .bottom .middle .item {
    margin-bottom: 20px;
    display: block;
    transition: .4s;
    cursor: pointer; }
    footer .bottom .middle .item i {
      font-size: 20px;
      margin-right: 15px;
      position: relative;
      top: 2px; }
    footer .bottom .middle .item.ins i {
      border: 2px solid;
      border-radius: 50%;
      width: 38px;
      line-height: 34px;
      text-align: center; }
    footer .bottom .middle .item:hover {
      color: #E5332A; }
    footer .bottom .middle .item:last-child {
      margin-bottom: 0; }
  footer .bottom .middle .red {
    background: #E5332A;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 34px;
    width: 80%; }
    footer .bottom .middle .red:hover {
      background: #fff; }
  @media only screen and (max-width: 767px) {
    footer .bottom .social {
      position: absolute;
      top: 0;
      right: 15px; }
      footer .bottom .social .item {
        margin-bottom: 15px; }
        footer .bottom .social .item i {
          font-size: 18px; } }
  footer .bottom .right a {
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 48%; }
    footer .bottom .right a img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    footer .bottom {
      padding: 45px 0; }
      footer .bottom .col-sm-3 {
        margin-bottom: 30px; }
      footer .bottom .right {
        margin-bottom: 0; } }

@keyframes arrow {
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes arrow {
  100% {
    transform: rotate(360deg); } }
.home .main-slider .container {
  position: relative; }
.home .main-slider .controls {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 1;
  padding-bottom: 28px; }
  .home .main-slider .controls .count {
    display: inline-block;
    vertical-align: middle; }
  .home .main-slider .controls .arrow {
    border: 0;
    background: transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    padding: 0;
    position: relative;
    /*margin: 0 15px;
    background-color: transparent;
    background-image: url(../img/slider-arrow.svg);
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    span{
    	position: absolute;
    	background-image: url(../img/slider-arrow-red.svg);
    	background-repeat: no-repeat;
    	background-size: 16px;
    	width: 32px;
    	height: 32px;
    	z-index: 1;
    	top: 0;
    	left: 0;
    	transition: 4s;
    }
    &.play{
    	span{
    		animation: arrow 4s;
    	}
    }*/ }
    .home .main-slider .controls .arrow i {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 32px;
      line-height: 32px;
      text-align: center;
      font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .home .main-slider .controls {
      position: static;
      text-align: right;
      margin-top: 15px;
      margin-bottom: -15px;
      padding-bottom: 0; } }
.home .main-slider .slider .item {
  height: 700px;
  position: relative; }
  .home .main-slider .slider .item .bg {
    width: calc(100% - 17%);
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center; }
    @media (max-width: 1024px) {
      .home .main-slider .slider .item .bg {
        display: none; } }
  .home .main-slider .slider .item .fg {
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 90px;
    width: calc(100% - 40%); }
  .home .main-slider .slider .item .fg-img {
    position: absolute;
    top: 0;
    right: -60px;
    height: calc(100% - 90px);
    width: auto;
    opacity: 0;
    transition: .5s; }
    .home .main-slider .slider .item .fg-img.play {
      right: 0;
      opacity: 1;
      transition: 1s; }
    @media (max-width: 1024px) {
      .home .main-slider .slider .item .fg-img {
        position: static;
        width: 100%;
        height: auto; } }
.home .main-slider .scroll {
  transform: scale(0.3);
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  text-align: center; }
  .home .main-slider .scroll span {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    opacity: .7; }
  @media (min-width: 768px) and (max-width: 991px) {
    .home .main-slider .scroll {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    .home .main-slider .scroll {
      display: none !important; } }
.home .main-slider .mouse {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  background: #E5332A linear-gradient(transparent 0%, transparent 50%, #E5332A 50%, #E5332A 100%);
  position: relative;
  width: 52px;
  height: 88px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite; }
  .home .main-slider .mouse:before, .home .main-slider .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .home .main-slider .mouse:before {
    width: 46px;
    height: 82px;
    background-color: #fff;
    border-radius: 100px; }
  .home .main-slider .mouse:after {
    background-color: #E5332A;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    animation: trackBallSlide 5s linear infinite; }
@keyframes colorSlide {
  0% {
    background-position: 0% 100%; }
  20% {
    background-position: 0% 0%; }
  21% {
    background-color: #E5332A; }
  29.99% {
    background-color: #E5332A;
    background-position: 0% 0%; }
  30% {
    background-color: #E5332A;
    background-position: 0% 100%; }
  50% {
    background-position: 0% 0%; }
  51% {
    background-color: #E5332A; }
  59% {
    background-color: #E5332A;
    background-position: 0% 0%; }
  60% {
    background-color: #E5332A;
    background-position: 0% 100%; }
  80% {
    background-position: 0% 0%; }
  81% {
    background-color: #E5332A; }
  90%, 100% {
    background-color: #E5332A; } }
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px); } }
@keyframes nudgeMouse {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(8px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(8px); }
  60% {
    transform: translateY(0); }
  80% {
    transform: translateY(8px); }
  90% {
    transform: translateY(0); } }
@keyframes nudgeText {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(2px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(2px); }
  60% {
    transform: translateY(0); }
  80% {
    transform: translateY(2px); }
  90% {
    transform: translateY(0); } }
@keyframes colorText {
  21% {
    color: #E5332A; }
  30% {
    color: #E5332A; }
  51% {
    color: #E5332A; }
  60% {
    color: #E5332A; }
  81% {
    color: #E5332A; }
  90% {
    color: #E5332A; } }
.home .video {
  background-size: cover;
  background-position: center;
  padding-bottom: 45%;
  position: relative;
  margin-top: 60px; }
  .home .video .play {
    position: absolute;
    bottom: 60px;
    right: 60px;
    padding: 10px 30px 10px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    border-radius: 5px; }
    .home .video .play i {
      color: #E5332A;
      font-size: 20px;
      margin-right: 20px;
      position: relative;
      top: 2px; }
    @media only screen and (max-width: 767px) {
      .home .video .play {
        bottom: 15px;
        right: 15px; } }
  @media only screen and (max-width: 767px) {
    .home .video {
      margin-top: 30px; } }
.home .banner .item {
  position: relative; }
.home .banner .item .row {
  position: relative;
  z-index: 1; }
.home .banner .item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center; }
.home .banner {
  margin-top: 60px; }
  .home .banner .item {
    padding: 20% 30px;
    background-position: center;
    background-size: cover; }
    .home .banner .item h2 {
      font-size: 20px;
      line-height: 28px;
      font-family: "europa", sans-serif;
      white-space: pre-line;
      margin: 0;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .home .banner .item h2 {
          font-size: 14px;
          line-height: 22px; } }
    .home .banner .item .row {
      display: flex;
      align-items: center; }
    .home .banner .item img {
      width: 100%;
      margin: 60px 0; }
    .home .banner .item.grey {
      background: #F8F8F8; }
    .home .banner .item.green {
      background: #F8F7F0; }
    @media only screen and (max-width: 767px) {
      .home .banner .item {
        padding: 12% 50% 12% 15px; } }
  @media only screen and (max-width: 767px) {
    .home .banner.reverse .item {
      padding: 8% 15px 20% 40%; } }
  .home .banner.materials .item {
    padding: 0; }
    .home .banner.materials .item img {
      margin: 0; }
  @media only screen and (max-width: 767px) {
    .home .banner {
      margin-top: 30px; } }

.page .container {
  position: relative; }
.page .bg {
  padding-left: 100px;
  padding-bottom: 30px;
  padding-right: 10px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .page .bg {
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page .bg {
      padding-left: 30px; } }
.page .fg {
  padding: 90px;
  min-height: 800px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page .fg {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .page .fg {
      padding: 30px 15px; } }
.page .content {
  white-space: pre-line;
  font-size: 15px; }
  .page .content .map {
    color: #000; }
    .page .content .map img {
      width: 17px;
      margin-right: 10px; }
.page h2 {
  font-size: 22px;
  margin: 0;
  font-family: "europa", sans-serif; }
.page img {
  max-width: 100%; }
.page .img {
  position: absolute;
  bottom: 0;
  left: 0; }
.page .flex {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .page .flex {
      display: block; } }
.page.about .bg {
  background: #C3E2E3;
  padding-bottom: 20px;
  padding-right: 0; }
.page.about .fg {
  background: #F8F5F0;
  padding: 90px 0;
  min-height: 0; }
  @media only screen and (max-width: 767px) {
    .page.about .fg {
      padding: 30px 15px; } }
.page.about .img {
  width: 100%;
  position: relative;
  left: -5%; }
@media only screen and (max-width: 767px) {
  .page.about .col-sm-4 {
    margin-bottom: 30px; } }
.page.map .bg {
  background: #C3E2E3;
  padding: 0; }
.page.map .fg {
  padding: 0;
  min-height: 0; }
  .page.map .fg #map {
    width: 100%;
    height: 700px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .page.map .fg #map {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .page.map .fg #map {
        height: 400px; } }
.page.contact .bg {
  background: #E3E3C3; }
.page.contact .fg {
  background: #F8F0F0; }
.page.gallery .bg {
  background-color: #f5e4e7;
  background-image: url(../img/gallery-shape.png);
  background-position: -5% 85%;
  background-size: 350px;
  background-repeat: no-repeat; }
.page.gallery .fg {
  background: #f7f8f0; }
.page.gallery .box {
  display: block;
  color: #000;
  margin-bottom: 60px; }
  .page.gallery .box .gal-img {
    padding-bottom: 70%;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px; }
  .page.gallery .box span {
    display: block;
    font-family: "europa", sans-serif; }
    .page.gallery .box span.title {
      font-size: 15px;
      margin-bottom: 5px; }
    .page.gallery .box span.date {
      font-size: 11px;
      opacity: .5; }
.page.gallery.detail .intro {
  margin-bottom: 45px; }
  .page.gallery.detail .intro span {
    display: block;
    font-family: "europa", sans-serif; }
    .page.gallery.detail .intro span.title {
      font-size: 18px;
      margin-bottom: 5px; }
    .page.gallery.detail .intro span.date {
      font-size: 14px;
      opacity: .5; }
.page.gallery.detail .box {
  margin-bottom: 30px; }
  .page.gallery.detail .box .gal-img {
    margin: 0; }
.page.certs .bg {
  background-color: #e4f5f2 !important;
  background-image: url(../img/certs-shape.png);
  background-position: -5% 85%;
  background-size: 350px;
  background-repeat: no-repeat; }
.page.certs .fg {
  background: #f1f8f0; }
.page.certs .box {
  display: block;
  color: #000;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 30px; }
  .page.certs .box img {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page.certs .box {
      padding: 0; } }
.page.certs .col-sm-4:nth-of-type(3n+1) {
  clear: left; }
.page.form .bg {
  background: #C3D8E3; }
.page.form .fg {
  background: #F0F4F8; }
.page.form .line {
  border: 1px solid #d8dce0;
  margin: 60px 0; }
.page.form form input, .page.form form textarea, .page.form form button {
  height: 50px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%; }
.page.form form textarea {
  height: 150px;
  padding-top: 20px;
  resize: none; }
.page.form form button {
  background: #E5332A;
  color: #fff;
  width: auto;
  padding: 0 30px;
  margin-bottom: 0;
  float: right;
  transition: .4s; }
  .page.form form button:hover {
    background: #000; }
  @media only screen and (max-width: 767px) {
    .page.form form button {
      position: absolute;
      bottom: 40px;
      right: 30px; } }
@media only screen and (max-width: 767px) {
  .page.form .content {
    margin-bottom: 30px; }
  .page.form .g-recaptcha {
    transform: scale(0.7);
    float: none !important;
    margin-right: 80px !important;
    margin-bottom: 40px; } }
.page.products .img {
  display: none;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1; }
  .page.products .img.top {
    top: 0;
    right: 0; }
  .page.products .img.bottom {
    bottom: 30px;
    left: 80px; }
  .page.products .img.right {
    bottom: 15%;
    right: 0; }
.page.products .pink {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 80%;
  height: 600px;
  background: #FFEDEB; }
.page.products .bg {
  background: #C3E2E3;
  padding-top: 50px;
  padding-right: 20px; }
.page.products .fg {
  background: #fff;
  position: relative;
  z-index: 2; }
.page.products .materials {
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  .page.products .materials img {
    width: 100%; }
.page.products .intro {
  padding: 0 90px;
  padding-bottom: 90px;
  text-align: center; }
  .page.products .intro h2 {
    color: #E5332A;
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      .page.products .intro h2 {
        margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .page.products .intro {
      padding: 0;
      padding-bottom: 45px; } }
.page.products .back {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #000; }
  .page.products .back i {
    width: 36px;
    line-height: 36px;
    background: #E5332A;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 16px;
    transition: .4s; }
  .page.products .back:hover i {
    background: #000; }
  @media only screen and (max-width: 767px) {
    .page.products .back {
      top: 15px;
      left: 15px; } }
.page.products .list .row {
  margin-bottom: 60px; }
  .page.products .list .row:last-child {
    margin-bottom: 0; }
.page.products .list img {
  width: 100%; }
.page.products .list .button {
  background: #F4F2E5;
  color: #3B3B3B;
  width: 80px;
  line-height: 35px;
  text-align: center;
  display: block;
  margin-top: 30px;
  border-radius: 5px;
  font-weight: 600;
  transition: .4s; }
  .page.products .list .button:hover {
    background: #E5332A;
    color: #fff; }
.page.products .list .box {
  border: 1px solid #f1f1f1;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
  margin-bottom: 30px;
  display: block; }
.page.products .list.cat .col-sm-4:nth-of-type(2) .box, .page.products .list.cat .col-sm-4:nth-of-type(5) .box, .page.products .list.cat .col-sm-4:nth-of-type(8) .box {
  margin-left: 10%; }
.page.products .list.cat .col-sm-4:nth-of-type(2) h2, .page.products .list.cat .col-sm-4:nth-of-type(5) h2, .page.products .list.cat .col-sm-4:nth-of-type(8) h2 {
  margin-left: 10%; }
@media only screen and (max-width: 767px) {
  .page.products .list.cat .col-sm-4:nth-of-type(2) .box, .page.products .list.cat .col-sm-4:nth-of-type(5) .box, .page.products .list.cat .col-sm-4:nth-of-type(8) .box {
    margin-left: 0; }
  .page.products .list.cat .col-sm-4:nth-of-type(2) h2, .page.products .list.cat .col-sm-4:nth-of-type(5) h2, .page.products .list.cat .col-sm-4:nth-of-type(8) h2 {
    margin-left: 0; } }
.page.products .list.cat .col-sm-4:nth-of-type(3n) .box {
  margin-left: 20%; }
.page.products .list.cat .col-sm-4:nth-of-type(3n) h2 {
  margin-left: 20%; }
@media only screen and (max-width: 767px) {
  .page.products .list.cat .col-sm-4:nth-of-type(3n) .box {
    margin-left: 0; }
  .page.products .list.cat .col-sm-4:nth-of-type(3n) h2 {
    margin-left: 0; } }
.page.products .list.cat h2 {
  margin-bottom: 45px; }
.page.products .list.cat .box {
  background-color: #fff;
  background-size: 100%;
  width: 80%;
  padding-bottom: 80%; }
  @media only screen and (max-width: 767px) {
    .page.products .list.cat .box {
      width: 100%;
      padding-bottom: 100%; } }
.page.products .buttons {
  margin-top: 45px; }
  .page.products .buttons .button {
    background: #E5332A;
    display: block;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    transition: .4s;
    text-align: center;
    font-size: 13px;
    width: 100%;
    max-width: 250px; }
    @media (max-width: 1410px) {
      .page.products .buttons .button {
        font-size: 11px;
        padding: 0;
        float: none !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page.products .buttons .button {
        font-size: 8px; } }
    @media only screen and (max-width: 767px) {
      .page.products .buttons .button {
        margin-bottom: 15px; } }
    .page.products .buttons .button:hover {
      background: #000; }
  .page.products .buttons .row .col-sm-3:nth-of-type(1) .button {
    float: right; }
  .page.products .buttons .row .col-sm-3:nth-of-type(2) .button {
    float: left;
    background: #f08d0b; }
    .page.products .buttons .row .col-sm-3:nth-of-type(2) .button:hover {
      background: #000; }

button.arrow .ouro {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: none repeat scroll 0 0 #000;
  overflow: hidden; }
button.arrow .ouro:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  height: 28px;
  width: 28px;
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%; }
button.arrow .ouro > span {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden; }
button.arrow .left {
  left: 0; }
button.arrow .right {
  left: 50%; }
button.arrow.play {
  /* v3 */ }
  button.arrow.play .anim {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 #E5332A;
    -webkit-animation: ui-spinner-rotate-left 7s infinite;
    animation: ui-spinner-rotate-left 7s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0; }
  button.arrow.play .left .anim {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  button.arrow.play .right .anim {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0; }
  button.arrow.play .ouro3 .anim {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 8s;
    animation-timing-function: linear; }
  button.arrow.play .ouro3 .right .anim {
    -webkit-animation-name: ui-spinner-rotate-right;
    -webkit-animation-delay: 0;
    -webkit-animation-delay: 4s;
    animation-name: ui-spinner-rotate-right;
    animation-delay: 0;
    animation-delay: 4s; }
@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
.fancybox-skin {
  padding: 0 !important; }

.map-info span, .map-info a {
  display: block;
  color: #000; }
.map-info .name {
  margin-bottom: 10px; }
.map-info a {
  margin-top: 20px; }
  .map-info a:hover {
    text-decoration: underline; }

.abs-box {
  padding: 30px;
  width: 300px;
  position: absolute;
  top: 47px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  right: -20px;
  background: #fff;
  color: #445870;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: .4s; }
  .abs-box .title {
    font-size: 11px;
    color: #90A1B5;
    margin-bottom: 5px; }
  .abs-box .select-lang {
    margin-bottom: 20px; }
  .abs-box .refresh {
    color: #445870;
    text-align: right;
    margin-top: 30px;
    display: block; }
    .abs-box .refresh i {
      color: #E5332A; }
  .abs-box:after {
    content: '';
    top: -10px;
    position: absolute;
    right: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #EFEFEF; }
  .abs-box .form h3 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 30px 0; }
  .abs-box .form .input {
    margin-bottom: 30px;
    position: relative; }
    .abs-box .form .input input {
      height: 40px;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #eee;
      padding-left: 15px; }
      .abs-box .form .input input:focus {
        border-bottom: 2px solid #E5332A; }
    .abs-box .form .input i {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 40px;
      opacity: 0;
      text-align: center;
      margin: 0; }
    .abs-box .form .input.ok .fa-check-circle {
      opacity: 1;
      color: #0AD487; }
    .abs-box .form .input.ok input {
      border-bottom: 2px solid #0AD487; }
  .abs-box .form label {
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    color: #ccc; }
  .abs-box .form .forgot {
    color: #E5332A;
    font-size: 12px; }
  .abs-box .form .button {
    display: block;
    background: #E5332A;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin: 30px 0;
    border-radius: 5px;
    transition: .4s; }
    .abs-box .form .button:hover {
      background: #E5332A; }
  .abs-box .form .signup {
    text-align: center;
    color: #ccc;
    font-size: 12px; }
    .abs-box .form .signup a {
      color: #E5332A; }
  .abs-box.active {
    margin-top: 0;
    opacity: 1;
    visibility: visible; }

.tint {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  transition: .4s; }
  .tint.active {
    visibility: visible;
    opacity: 1; }

/*# sourceMappingURL=style.css.map */
