/*******************************************************************************
******************************* COLOUR VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* FONTS VARIABLES *******************************
*******************************************************************************/
@import url(../../bower_components/bootstrap/dist/css/bootstrap.min.css);
@import url(../../bower_components/slick.js/slick/slick.css);
@import url(../../bower_components/aos/dist/aos.css);
@import url(../../bower_components/fancybox/dist/jquery.fancybox.min.css);
@import url("https://fonts.googleapis.com/css?family=Oswald");
@font-face {
  font-family: 'ornative';
  src: url("../fonts/ornative.eot?lz1abu");
  src: url("../fonts/ornative.eot?lz1abu#iefix") format("embedded-opentype"), url("../fonts/ornative.ttf?lz1abu") format("truetype"), url("../fonts/ornative.woff?lz1abu") format("woff"), url("../fonts/ornative.svg?lz1abu#ornative") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.icon-tick:before {
  content: "\e907"; }

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

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

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

.icon-grid:before {
  content: "\e903"; }

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

.icon-location:before {
  content: "\e905"; }

.icon-slideshow:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e908"; }

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

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

.icons-linkedin:before {
  content: "\e905"; }

/*******************************************************************************
******************************* ZINDEX VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ANIMATION VARIABLES ****************************
*******************************************************************************/
/*******************************************************************************
******************************* COLOUR VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* FONTS VARIABLES *******************************
*******************************************************************************/
@font-face {
  font-family: 'ornative';
  src: url("../fonts/ornative.eot?lz1abu");
  src: url("../fonts/ornative.eot?lz1abu#iefix") format("embedded-opentype"), url("../fonts/ornative.ttf?lz1abu") format("truetype"), url("../fonts/ornative.woff?lz1abu") format("woff"), url("../fonts/ornative.svg?lz1abu#ornative") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.icon-tick:before {
  content: "\e907"; }

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

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

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

.icon-grid:before {
  content: "\e903"; }

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

.icon-location:before {
  content: "\e905"; }

.icon-slideshow:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e908"; }

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

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

.icons-linkedin:before {
  content: "\e905"; }

/*******************************************************************************
******************************* ZINDEX VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ANIMATION VARIABLES ****************************
*******************************************************************************/
body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300; }

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none; }

a {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */ }
  a:hover {
    opacity: 0.5; }

* {
  outline: none; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

img {
  max-width: 100%;
  height: auto; }

.align--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.height--80 {
  height: 80vh; }

.height--100 {
  height: 100vh; }

@media (min-width: 1200px) {
  .container.container--wider {
    max-width: 1325px; } }

.heading--large {
  font-size: 42px;
  line-height: 1.155; }

.heading--medium {
  font-size: 30px; }

.padding-top--20px {
  padding-top: 20px; }

.padding-top--40px {
  padding-top: 40px; }

.padding-top--60px {
  padding-top: 60px; }

.padding-top--80px {
  padding-top: 80px; }

.padding-top--100px {
  padding-top: 100px; }

.section--heading {
  font-size: 12px;
  color: #c4c4c4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }

.color--white {
  color: #ffffff !important; }
  .color--white .default--link:before {
    background: #ffffff; }
  .color--white .default--link:after {
    background: #ffffff; }

.color--black {
  color: #212121 !important; }

.default--link {
  display: inline-block;
  line-height: 2.5;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative; }
  .default--link:before {
    content: "";
    height: 1px;
    width: 0;
    background: #212121;
    bottom: 0;
    position: absolute;
    left: 0;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 400ms ease;
    /* IE 10+, Fx 29+ */
    transition-delay: 0ms; }
  .default--link:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #212121;
    bottom: 0;
    position: absolute;
    right: 0;
    transition: all 500ms ease;
    transition-delay: 400ms; }
  .default--link:hover:before {
    width: 100%;
    transition-delay: 400ms; }
  .default--link:hover:after {
    width: 0;
    transition-delay: 0ms; }

.contact--section input[type="text"], .contact--section input[type="email"], .contact--section textarea, .contact--section select, .contact--wrap input[type="text"], .contact--wrap input[type="email"], .contact--wrap textarea, .contact--wrap select {
  border: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  border-radius: 0px; }
  .contact--section input[type="text"]::-moz-placeholder, .contact--section input[type="email"]::-moz-placeholder, .contact--section textarea::-moz-placeholder, .contact--section select::-moz-placeholder, .contact--wrap input[type="text"]::-moz-placeholder, .contact--wrap input[type="email"]::-moz-placeholder, .contact--wrap textarea::-moz-placeholder, .contact--wrap select::-moz-placeholder {
    color: #636363; }
  .contact--section input[type="text"]:-ms-input-placeholder, .contact--section input[type="email"]:-ms-input-placeholder, .contact--section textarea:-ms-input-placeholder, .contact--section select:-ms-input-placeholder, .contact--wrap input[type="text"]:-ms-input-placeholder, .contact--wrap input[type="email"]:-ms-input-placeholder, .contact--wrap textarea:-ms-input-placeholder, .contact--wrap select:-ms-input-placeholder {
    color: #636363; }
  .contact--section input[type="text"]::placeholder, .contact--section input[type="email"]::placeholder, .contact--section textarea::placeholder, .contact--section select::placeholder, .contact--wrap input[type="text"]::placeholder, .contact--wrap input[type="email"]::placeholder, .contact--wrap textarea::placeholder, .contact--wrap select::placeholder {
    color: #636363; }

.contact--section .col-lg-6, .contact--section .col-lg-12, .contact--wrap .col-lg-6, .contact--wrap .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px; }

.contact--section select, .contact--wrap select {
  -webkit-appearance: none;
  border-radius: 0px;
  border: none; }

.contact--section textarea, .contact--wrap textarea {
  height: 120px;
  resize: none; }

.contact--section input, .contact--section textarea {
  background: #f1f3f4; }

.contact input, .contact textarea, .contact select {
  background: #ffffff; }

.select-subject .wpcf7-not-valid-tip {
  margin-top: 0px;
  margin-bottom: -10px;
  display: inline-block; }

span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #212529;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 10px; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none; }

div.wpcf7-response-output {
  font-size: 12px;
  margin: 0px;
  padding: 0px; }

div.wpcf7-mail-sent-ok {
  border: none; }

.btn-animation a {
  position: relative; }
  .btn-animation a:hover {
    opacity: 1; }
  .btn-animation a:before, .btn-animation a:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1; }

.btn-animation a:hover {
  color: #ffffff;
  transition-delay: .6s; }

.btn-animation a:hover:before {
  transition-delay: 0s; }

.btn-animation a:hover:after {
  background: #212121;
  transition-delay: .4s; }

/* From Middle */
.from-middle a:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 1px solid #212121;
  border-left: 0;
  border-right: 0; }

.from-middle a:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #212121; }

.from-middle a:hover:before {
  left: 0;
  width: 100%; }

.from-middle a:hover:after {
  top: 0;
  height: 100%; }

.page-template-production .btn-animation a:hover {
  color: #212121;
  transition-delay: .6s; }

.page-template-production .btn-animation a:hover:after {
  background: #ffffff;
  transition-delay: .4s; }

.page-template-production .from-middle a:before {
  border-color: #ffffff; }

.page-template-production .from-middle a:after {
  background: #ffffff; }

.products--button__animation {
  display: inline-block;
  z-index: 1;
  position: relative; }
  .products--button__animation a, .products--button__animation button {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    cursor: pointer;
    color: #ffffff;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 500ms ease;
    /* IE 10+, Fx 29+ */ }
    .products--button__animation a:hover, .products--button__animation button:hover {
      opacity: 1;
      color: #212121;
      transition-delay: .2s; }
      .products--button__animation a:hover:after, .products--button__animation button:hover:after {
        left: 0;
        bottom: 0;
        height: 0%; }
      .products--button__animation a:hover:before, .products--button__animation button:hover:before {
        top: 0;
        height: 100%; }
    .products--button__animation a:before, .products--button__animation a:after, .products--button__animation button:before, .products--button__animation button:after {
      content: '';
      position: absolute;
      transition: inherit;
      z-index: -1; }
    .products--button__animation a:after, .products--button__animation button:after {
      bottom: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      background: #212121; }
    .products--button__animation a:before, .products--button__animation button:before {
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #ffffff;
      border: 1px solid #212121; }
  .products--button__animation button {
    background: none;
    border: none; }
    .products--button__animation button:focus {
      outline: none; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 45px 0px;
  z-index: 101;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */ }
  header ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none; }
    header ul li {
      display: inline-block; }
      header ul li.header--button a {
        border: 1px solid #212121;
        padding: 10px 15px; }
      header ul li.current-menu-item a {
        position: relative;
        padding-bottom: 4px; }
        header ul li.current-menu-item a:after {
          content: "";
          position: absolute;
          bottom: 0px;
          left: 0px;
          height: 1px;
          width: calc(100% - 2px);
          background: #212121; }
      header ul li.current-menu-item.header--button a {
        padding-bottom: 10px; }
        header ul li.current-menu-item.header--button a:after {
          height: 0px; }
        header ul li.current-menu-item.header--button a:hover:after {
          height: 100%; }
      header ul li a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 2px;
        margin-left: 40px; }
  header img {
    max-width: 220px; }
  header.nav-up, header.nav-down {
    background: #ffffff;
    padding: 25px 0px; }

.page-template-production header ul li.header--button a {
  border: 1px solid #ffffff; }

.page-template-production header ul li.current-menu-item a:after {
  background: #ffffff; }

.page-template-production header ul li a {
  color: #ffffff; }

.page-template-contact ul li.current-menu-item.header--button a:after {
  width: 100%; }

footer {
  padding: 100px 0px;
  font-weight: 400;
  font-size: 14px; }
  footer .mobile--footer__landscape, footer .mobile--footer__portrait {
    display: none; }
  footer .footer--logo {
    max-width: 220px; }
  footer ul {
    padding-left: 10px;
    margin-bottom: 0px;
    list-style: none; }
    footer ul li {
      margin-bottom: 5px; }
  footer .newsletter--input input {
    background: none;
    border: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    padding: 0px 0px 10px 0px;
    background-image: url("../images/arrow.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: top 5px right 0px;
    color: #e9e9e9;
    border-radius: 0px; }
    footer .newsletter--input input::-moz-placeholder {
      color: #e9e9e9; }
    footer .newsletter--input input:-ms-input-placeholder {
      color: #e9e9e9; }
    footer .newsletter--input input::placeholder {
      color: #e9e9e9; }

body#tinymce {
  margin: 13px !important; }

.page--top__sections {
  height: 100vh; }

.home--top__slider--section {
  position: relative; }
  .home--top__slider--section .text--wrap {
    display: inline-block;
    text-align: left;
    margin-right: 50px; }

.slick--dots__wrap {
  text-align: right; }
  .slick--dots__wrap .slick-dots {
    padding-left: 0px;
    text-align: right;
    position: relative;
    margin-top: -80px; }
    .slick--dots__wrap .slick-dots li {
      display: inline-block;
      margin-left: 15px; }
      .slick--dots__wrap .slick-dots li button {
        border: 1px solid #212121;
        height: 7px;
        width: 7px;
        outline: 0;
        line-height: 0;
        font-size: 0;
        padding: 4px;
        cursor: pointer;
        background: none;
        border-radius: 50px; }
        .slick--dots__wrap .slick-dots li button:focus {
          outline: none; }
      .slick--dots__wrap .slick-dots li.slick-active button {
        background: #212121; }
  .slick--dots__wrap .slick-arrow {
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    margin-top: -150px;
    background: none;
    border: none;
    padding: 0px;
    margin-right: -5px;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 500ms ease;
    /* IE 10+, Fx 29+ */ }
    .slick--dots__wrap .slick-arrow:hover {
      opacity: 0.5; }
    .slick--dots__wrap .slick-arrow.slick-prev {
      transform: rotate(180deg);
      margin-top: -158.5px;
      margin-right: 10px; }
    .slick--dots__wrap .slick-arrow.slick-disabled {
      opacity: 0.25; }
    .slick--dots__wrap .slick-arrow:focus {
      outline: none; }

.home--mid__section {
  padding: 150px 0px;
  font-size: 25px; }
  .home--mid__section .mid--bottom__section {
    font-size: 16px; }
    .home--mid__section .mid--bottom__section .mid--bottom__section--image {
      height: 70vh; }
    .home--mid__section .mid--bottom__section .text--wrap {
      padding-left: 120px;
      padding-right: 100px; }
      .home--mid__section .mid--bottom__section .text--wrap.home {
        padding-left: 80px;
        padding-right: 140px; }

.new--in__section {
  font-size: 30px;
  position: relative; }
  .new--in__section .slick-arrow {
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    margin-top: -150px;
    background: none;
    border: none;
    padding: 0px;
    margin-right: -5px;
    font-size: 16px;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 500ms ease;
    /* IE 10+, Fx 29+ */ }
    .new--in__section .slick-arrow:hover {
      opacity: 0.5; }
    .new--in__section .slick-arrow.slick-prev {
      transform: rotate(180deg);
      margin-top: -158.5px;
      margin-right: 10px; }
    .new--in__section .slick-arrow.slick-disabled {
      opacity: 0.25; }
    .new--in__section .slick-arrow:focus {
      outline: none; }

.new--in__product--slider .product--wrap {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */ }
  .new--in__product--slider .product--wrap.faded--product {
    opacity: 0.25; }

.bottom--banner {
  height: 80vh; }

.page-template-about .page--top__sections {
  height: 90vh; }
  .page-template-about .page--top__sections .height--100 {
    height: 90vh; }

.page-template-about .home--mid__section {
  padding-top: 10px; }
  .page-template-about .home--mid__section .heading--large {
    font-size: 38px; }
    .page-template-about .home--mid__section .heading--large span {
      font-size: 15px;
      vertical-align: super;
      display: inline-block; }
  .page-template-about .home--mid__section .text--wrap.top--section {
    padding-left: 70px;
    padding-right: 0px; }
  .page-template-about .home--mid__section .text--wrap.bottom--section {
    padding-left: 140px;
    padding-right: 20px; }

.page-template-about .mid--bottom__section--image.image--top {
  height: 80vh; }

.bottom--banner.about {
  color: #ffffff; }
  .bottom--banner.about .default--link {
    border-color: #ffffff; }
    .bottom--banner.about .default--link:before, .bottom--banner.about .default--link:after {
      background: #ffffff; }
  .bottom--banner.about .text--wrap {
    padding-left: 140px; }
    .bottom--banner.about .text--wrap .heading--large {
      font-size: 38px; }

.mid--bottom__section.mobile--version {
  display: none; }

.page-template-production footer {
  display: none; }

.page-template-production .products--button__animation {
  display: none; }

.page-template-production .slide--counter {
  color: #e9e9e9;
  font-size: 18px; }

.page-template-production .slick-next {
  display: none !important; }

.page-template-production .slick-prev {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-left: 100px;
  margin-bottom: 40px;
  line-height: 2.5;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */ }
  .page-template-production .slick-prev:hover {
    opacity: 0.5; }
  .page-template-production .slick-prev.active {
    opacity: 1;
    visibility: visible; }
  .page-template-production .slick-prev .icon-arrow {
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 10px;
    vertical-align: middle;
    font-size: 10px;
    margin-bottom: 4px; }

.page-template-production .slick-disabled {
  opacity: 0;
  pointer-events: none; }

.page-template-production .text--wrap {
  padding-left: 100px;
  padding-right: 80px;
  max-height: 60vh;
  overflow-y: scroll; }
  .page-template-production .text--wrap .heading--large {
    font-size: 34px; }
  .page-template-production .text--wrap .text {
    font-size: 15px; }

.page-template-production .products--button {
  background: #212121;
  border: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 30px;
  cursor: pointer;
  vertical-align: bottom;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */
  display: none;
  border: 1px solid #212121; }
  .page-template-production .products--button:hover {
    color: #212121;
    background: none; }
  .page-template-production .products--button:focus {
    outline: none; }

.page-template-production .last--slide .products--button {
  display: inline-block; }

.page-template-production .last--slide .products--button__animation {
  display: inline-block; }

.page-template-production .last--slide .default--link {
  display: none; }

.page-template-production .default--link.not--active {
  opacity: 0;
  visibility: hidden; }

.page-template-production .production--text__slider .slick-slide {
  visibility: hidden;
  max-height: 0px; }

.page-template-production .production--text__slider .slick-current {
  visibility: visible;
  max-height: 2000px; }

.product--slider__image {
  height: 100vh; }

.production--image__slider .slick-dots {
  padding-left: 0px;
  margin-bottom: 40px;
  margin-right: 0px;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%; }
  .production--image__slider .slick-dots li {
    display: inline-block;
    margin: 0px 10px; }
    .production--image__slider .slick-dots li button {
      border: 1px solid #ffffff;
      height: 7px;
      width: 7px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      padding: 4px;
      cursor: pointer;
      background: none;
      border-radius: 50px; }
      .production--image__slider .slick-dots li button:focus {
        outline: none; }
    .production--image__slider .slick-dots li.slick-active button {
      background: #ffffff; }

.page--top__sections.care {
  position: relative;
  background: #f1f3f4;
  font-weight: 400; }
  .page--top__sections.care .background--image__faded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    filter: grayscale(100%); }
  .page--top__sections.care .heading--large {
    padding-right: 80px;
    font-weight: 300; }
  .page--top__sections.care ul {
    padding-left: 25px;
    margin-bottom: 0px;
    list-style: none; }
    .page--top__sections.care ul li {
      margin-bottom: 5px;
      font-weight: 300; }
      .page--top__sections.care ul li:before {
        font-family: 'ornative';
        content: "\e907";
        margin: 0px 10px 0px -25px; }
  .page--top__sections.care i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 14px; }

.product--wrap {
  margin-bottom: 120px;
  display: block; }
  .product--wrap:hover .default--link:before {
    width: 100%;
    transition-delay: 400ms; }
  .product--wrap:hover .default--link:after {
    width: 0;
    transition-delay: 0ms; }

.product--thumbnail {
  height: 37vh; }

.products--grid__or--slider__link {
  line-height: 2.5;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500; }
  .products--grid__or--slider__link .icon-grid {
    margin-right: 10px; }

.product_item-template-default {
  background: #f1f3f4;
  overflow: hidden; }
  .product_item-template-default .products--page__wrap {
    height: 100vh; }
  .product_item-template-default .product--image__slider {
    height: 100vh; }
  .product_item-template-default .product--slider__image {
    height: 100vh;
    transition: opacity 2000ms ease-in-out !important; }
  .product_item-template-default .height--100 {
    height: 120vh; }
  .product_item-template-default footer {
    display: none; }
  .product_item-template-default .padding-top--20px {
    padding-top: 5px; }
  .product_item-template-default .icon-arrow {
    display: inline-block;
    transform: rotate(180deg);
    vertical-align: middle;
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 2px; }
  .product_item-template-default .back--link {
    line-height: 2.5;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    margin-top: 115px; }
  .product_item-template-default .production--image__slider .slick-dots li button {
    border: 1px solid #212121; }
  .product_item-template-default .production--image__slider .slick-dots li.slick-active button {
    background: #212121; }
  .product_item-template-default .text--wrap {
    padding-left: 100px;
    padding-right: 80px;
    max-height: 80vh;
    overflow-y: scroll;
    padding-top: 40px;
    padding-bottom: 40px; }
    .product_item-template-default .text--wrap .product--description {
      font-size: 14px; }
    .product_item-template-default .text--wrap .heading--large {
      font-size: 34px; }
    .product_item-template-default .text--wrap ul {
      padding-left: 15px;
      margin-bottom: 0px;
      -moz-column-count: 2;
      column-count: 2; }
      .product_item-template-default .text--wrap ul li {
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 14px; }
    .product_item-template-default .text--wrap .products--button__animation {
      margin-right: 30px; }
    .product_item-template-default .text--wrap .color--name span {
      font-weight: 500; }
    .product_item-template-default .text--wrap .color--list ul {
      padding-left: 0px;
      margin-bottom: 0px;
      list-style: none;
      -moz-column-count: initial;
      column-count: initial; }
      .product_item-template-default .text--wrap .color--list ul li {
        display: inline-block;
        margin: 10px 0px 10px 0px;
        vertical-align: middle; }
        .product_item-template-default .text--wrap .color--list ul li img {
          border-radius: 50%;
          padding: 3.5px;
          border: 2px solid rgba(196, 196, 196, 0);
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: all 500ms ease;
          /* IE 10+, Fx 29+ */
          cursor: pointer;
          width: 38px; }
          .product_item-template-default .text--wrap .color--list ul li img:hover {
            opacity: 0.6; }
        .product_item-template-default .text--wrap .color--list ul li.active img {
          border: 2px solid #e9e9e9; }

.fancybox-bg {
  background: #ffffff;
  opacity: 0.8 !important; }

#dimensions {
  padding: 60px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1); }
  #dimensions .heading--medium {
    font-size: 24px; }
  #dimensions .fancybox-close-small {
    margin-right: 20px;
    margin-top: 10px; }
    #dimensions .fancybox-close-small:focus {
      outline: none; }
  #dimensions .icon-exit {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 500ms ease;
    /* IE 10+, Fx 29+ */ }
    #dimensions .icon-exit:hover {
      opacity: 0.5; }
    #dimensions .icon-exit:focus {
      outline: none; }
  #dimensions ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    -moz-column-count: 2;
    column-count: 2; }
    #dimensions ul li {
      margin-bottom: 20px;
      margin-right: 160px; }

.products--page__slider--wrap.slick-initialized {
  height: 60vh;
  margin-top: -40px; }

.products--page__slider--wrap .product--wrap {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */
  transition-delay: 0.2s; }

.products--page__slider--wrap .product--thumbnail {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */
  transition-delay: 0.2s; }

.products--page__slider--wrap .slick-slide .product--wrap {
  margin-top: 7.5vh; }

.products--page__slider--wrap .slick-slide .product--thumbnail {
  height: 30vh;
  opacity: 0.25; }

.products--page__slider--wrap .slick-slide .default--link {
  opacity: 0; }

.products--page__slider--wrap .slick-slide .heading--medium {
  font-size: 20px;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */ }

.products--page__slider--wrap .slick-current .product--wrap {
  margin-top: 0px; }

.products--page__slider--wrap .slick-current .product--thumbnail {
  height: 40vh;
  opacity: 1; }

.products--page__slider--wrap .slick-current .default--link {
  opacity: 1; }

.products--page__slider--wrap .slick-current .heading--medium {
  font-size: 35px; }

.products--page__slider--wrap .slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -50px;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */
  opacity: 1;
  z-index: 10;
  cursor: pointer; }
  .products--page__slider--wrap .slick-arrow:focus {
    outline: none; }
  .products--page__slider--wrap .slick-arrow.slick-prev {
    left: 20px; }
    .products--page__slider--wrap .slick-arrow.slick-prev i {
      display: inline-block;
      transform: rotate(180deg); }
  .products--page__slider--wrap .slick-arrow.slick-next {
    right: 20px; }
    .products--page__slider--wrap .slick-arrow.slick-next i {
      display: inline-block;
      transform: rotate(0deg); }
  .products--page__slider--wrap .slick-arrow.slick-disabled {
    opacity: 0; }
  .products--page__slider--wrap .slick-arrow:hover {
    opacity: 0.5; }

.icon-slideshow {
  margin-right: 10px; }

.slidebar--wrap {
  padding-top: 50px; }

#products--scroll__slidebar {
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -50%);
  height: 5px;
  width: 100%;
  border-radius: 3px; }

#products--scroll__slidebar .handle {
  height: 5px;
  width: 40px;
  background: #212121; }

.slider--wrap {
  width: 100%;
  overflow: hidden; }
  .slider--wrap .slider--wrap__inner .product--wrap {
    text-align: center;
    display: inline-block;
    margin: 0px 15px;
    width: 30vw;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 200ms ease-in-out;
    /* IE 10+, Fx 29+ */ }
    .slider--wrap .slider--wrap__inner .product--wrap .heading--medium, .slider--wrap .slider--wrap__inner .product--wrap .product--thumbnail, .slider--wrap .slider--wrap__inner .product--wrap .default--link {
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: all 500ms ease-in-out;
      /* IE 10+, Fx 29+ */ }
    .slider--wrap .slider--wrap__inner .product--wrap.active {
      opacity: 1; }
      .slider--wrap .slider--wrap__inner .product--wrap.active .default--link {
        opacity: 1; }
    .slider--wrap .slider--wrap__inner .product--wrap.not--active {
      opacity: 0.5; }
      .slider--wrap .slider--wrap__inner .product--wrap.not--active .default--link {
        opacity: 0; }

.page-template-products-slider { }
  .page-template-products-slider footer {
    display: none; }
  .page-template-products-slider body {
    background-color: #000;
    margin: 0;
    font-family: "Oswald", sans-serif; }
  .page-template-products-slider #container {
    display: block;
    position: relative;
    height: 50vh;
    width: 80vw;
    background-color: #111;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 20px auto; }
  .page-template-products-slider #slider {
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 100%; }
  .page-template-products-slider .slide {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    background-color: #c80000;
    border-radius: 10px;
    border: solid 1px #aaa;
    float: left;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 40px;
    color: white;
    background-size: cover;
    background-position: center center; }
  .page-template-products-slider #progress {
    display: block;
    position: relative;
    height: 1px;
    width: 60%;
    background-color: #fff;
    margin: 0 auto; }
  .page-template-products-slider .controls {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 50px 0 0 0; }
  .page-template-products-slider .controls div {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: left;
    text-transform: lowercase;
    background-color: #5923a5;
    margin: 0 20px;
    padding: 5px 20px 10px;
    color: #aaa;
    font-size: 17px;
    font-family: inherit;
    border: none; }
  .page-template-products-slider #scrubber {
    display: block;
    position: relative;
    width: 80vw;
    height: 10px;
    border: solid 1px #aaa;
    margin: 0 auto;
    overflow: hidden; }
  .page-template-products-slider #handle {
    display: block;
    position: relative;
    width: 100px;
    height: 100%;
    background: #5923a5; }

.page-template-stockists header {
  background: #ffffff; }

.page-template-stockists footer {
  display: none; }

.page-template-stockists #stockist-map {
  width: 100%;
  height: 100vh; }
  .page-template-stockists #stockist-map img {
    width: 50px; }

.page-template-stockists .text--wrap {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */ }
  .page-template-stockists .text--wrap.fade--out {
    opacity: 0;
    visibility: hidden; }

.page-template-stockists .stockists--information {
  padding-left: 100px;
  padding-right: 80px; }
  .page-template-stockists .stockists--information .location--name {
    font-size: 24px; }
  .page-template-stockists .stockists--information .location--distance {
    font-size: 14px;
    font-weight: 400; }
  .page-template-stockists .stockists--information .location--address {
    font-size: 14px; }

.stockists--page__wrap {
  height: 100vh; }
  .stockists--page__wrap .whole--map__input--wrap ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .stockists--page__wrap .whole--map__input--wrap ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .stockists--page__wrap .text--wrap {
    padding-left: 100px;
    padding-right: 80px; }
  .stockists--page__wrap .search--wrap {
    position: relative; }
  .stockists--page__wrap input {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    padding-bottom: 10px;
    display: inline-block; }
    .stockists--page__wrap input::-moz-placeholder {
      color: #212121;
      opacity: 0.2; }
    .stockists--page__wrap input:-ms-input-placeholder {
      color: #212121;
      opacity: 0.2; }
    .stockists--page__wrap input::placeholder {
      color: #212121;
      opacity: 0.2; }
  .stockists--page__wrap button {
    background: none;
    border: none;
    display: inline-block;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    vertical-align: middle;
    cursor: pointer;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 500ms ease;
    /* IE 10+, Fx 29+ */ }
    .stockists--page__wrap button:hover {
      opacity: 0.5; }
    .stockists--page__wrap button:focus {
      outline: none; }
    .stockists--page__wrap button i {
      color: #c4c4c4;
      display: inline-block;
      font-size: 12px; }
  .stockists--page__wrap .scroll--for__more--info {
    font-size: 14px;
    font-weight: 400; }

.stockists--map {
  height: 100vh; }

.page--top__sections.contact--wrap {
  background: #f1f3f4;
  font-size: 18px; }

.page--top__sections .social--icons ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  margin-left: -2.5px; }
  .page--top__sections .social--icons ul li {
    display: inline-block; }
    .page--top__sections .social--icons ul li a {
      margin-right: 12px; }
      .page--top__sections .social--icons ul li a i {
        font-size: 20px; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #636363;
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px; }

.select-styled {
  background-color: #ffffff;
  padding: 10px 20px 10px 20px;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */ }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #c4c4c4 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }
  .select-styled:active, .select-styled.active {
    background-color: #ffffff;
    color: #c4c4c4; }
    .select-styled:active:after, .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #c4c4c4 transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #ffffff; }
    .select-options li:hover {
      color: #212121;
      background: #f8f8f8; }
    .select-options li[rel="hide"] {
      display: none; }

@media (max-width: 1025px) {
  .hide--on__mobile {
    display: none; }
  .default--link {
    border-bottom: 1px solid #212121; }
    .default--link:before {
      display: none; }
    .default--link:after {
      display: none; }
  .overlay {
    opacity: 0;
    visibility: hidden;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 500ms ease;
    /* IE 10+, Fx 29+ */ }
    .overlay.active {
      position: fixed;
      height: 100%;
      width: 100%;
      background-color: #ffffff;
      opacity: 0.8;
      z-index: 100;
      visibility: visible; }
  .burger {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: right;
    margin-top: -4px; }
  .burger span:nth-child(1) {
    top: 12px; }
  .burger span:nth-child(2) {
    top: 19px; }
  .burger span:nth-child(3) {
    top: 19px; }
  .burger span:nth-child(4) {
    top: 26px; }
  .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #212121;
    border-radius: 0px;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    transition: all 400ms ease-in-out; }
  .burger.open {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: all 400ms ease-in-out; }
  .burger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
  header {
    max-height: 65px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px 0px;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 500ms ease;
    /* IE 10+, Fx 29+ */ }
    header.mobile--header__active {
      max-height: 2000px !important;
      box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.05); }
    header.nav-up, header.nav-down {
      max-height: 65px;
      padding: 15px 0px; }
    header .text-right {
      text-align: center !important; }
    header ul {
      margin-top: 40px; }
      header ul li {
        display: block;
        margin: 20px 0px;
        text-align: center; }
        header ul li a {
          margin: 0px; }
    header img {
      max-width: 180px; }
  .page-template-home .slick--dots__wrap .slick-arrow {
    margin-right: 5px; }
  .home--top__slider--section {
    height: calc(100vh - 65px); }
    .home--top__slider--section .height--100 {
      height: calc(100vh - 65px); }
    .home--top__slider--section .slide:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)); }
    .home--top__slider--section .text--wrap {
      margin-right: 0px; }
      .home--top__slider--section .text--wrap .heading--large {
        font-size: 42px; }
  .home--mid__section .mid--bottom__section .text--wrap.home {
    padding-left: 0px;
    padding-right: 15px; }
  .new--in__slider--row {
    padding-top: 0px; }
  .page-template-about .page--top__sections {
    height: calc(100vh - 65px); }
    .page-template-about .page--top__sections .height--100 {
      height: calc(100vh - 65px); }
    .page-template-about .page--top__sections:before {
      content: '';
      position: absolute;
      width: 100%;
      height: calc(100vh - 65px);
      background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)); }
  .page-template-about .home--mid__section .mid--bottom__section--image.image--top {
    height: 50vh; }
  .page-template-about .home--mid__section .text--wrap.top--section {
    padding-left: 20px;
    padding-right: 40px; }
  .page-template-about .home--mid__section .text--wrap.bottom--section {
    padding-right: 0px;
    padding-left: 40px; }
  .page-template-about .mid--bottom__section.desktop--version {
    display: none; }
  .page-template-about .mid--bottom__section.mobile--version {
    display: block; }
  .bottom--banner.about .text--wrap {
    padding-left: 40px; }
  .page-template-products .padding-top--100px {
    padding-top: 0px; }
  .page-template-products .products--page__slider--wrap.slick-initialized {
    margin-top: 0px; }
  .product_item-template-default .height--100 {
    height: 100vh; }
  .product_item-template-default .back--link {
    margin-top: 90px;
    margin-left: -30px; }
  .product_item-template-default .text--wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-care .page--top__sections.care {
    height: auto;
    padding: 60px 0px; }
    .page-template-care .page--top__sections.care .height--100 {
      height: auto; }
    .page-template-care .page--top__sections.care .right--text__wrap .padding-top--100px {
      padding-top: 40px; }
    .page-template-care .page--top__sections.care .background--image__faded:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)); }
  .page-template-care .home--mid__section .mid--bottom__section .text--wrap {
    padding-left: 50px;
    padding-right: 0px; }
  .page-template-production header ul li a {
    color: #212121; }
  .page-template-production header ul li.header--button a {
    border-color: #212121; }
  .page-template-production .header--spacing {
    display: none; }
  .page-template-production .text--wrap {
    padding-left: 50px; }
  .page-template-production .slick-prev {
    margin-left: 50px; }
  .page-template-contact .page--top__sections.contact--wrap {
    height: 70vh; }
    .page-template-contact .page--top__sections.contact--wrap .height--100 {
      height: 70vh; }
    .page-template-contact .page--top__sections.contact--wrap .padding-top--80px {
      padding-top: 0px; }
  footer {
    padding: 60px 0px; }
    footer .newsletter--input input::-moz-placeholder {
      color: #212121;
      opacity: 0.5; }
    footer .newsletter--input input:-ms-input-placeholder {
      color: #212121;
      opacity: 0.5; }
    footer .newsletter--input input::placeholder {
      color: #212121;
      opacity: 0.5; }
    footer .footer--logo {
      max-width: 100%; }
    footer .col-12.footer--responsive__no--spacing {
      margin-bottom: 0px; } }

@media (max-width: 768px) {
  .page-template-home .header--spacing {
    display: none; }
  .product_item-template-default .back--link {
    margin-top: 30%; }
  .bottom--banner {
    height: 50vh; }
    .bottom--banner .height--80 {
      height: 50vh; } }

@media (max-width: 768px) {
  .product_item-template-default .header--spacing {
    display: none; }
  .product_item-template-default .height--100 {
    height: calc(100vh - 65px); }
  .product_item-template-default .products--page__wrap {
    height: calc(100vh - 65px); }
  .product_item-template-default .text--wrap {
    padding-left: 40px;
    padding-right: 25px; }
    .product_item-template-default .text--wrap .color--list ul li img {
      width: 34px; }
  .product_item-template-default .back--link {
    margin-top: 15%;
    margin-left: 0px; }
  .product_item-template-default .default--link {
    margin-top: 20px;
    margin-left: 15px; }
  .product_item-template-default #dimensions ul li {
    margin-right: 0px; } }

@media (max-width: 760px) {
  .container.container--wider {
    max-width: initial; }
  .page-template-home .header--spacing {
    display: block; }
  .home--top__slider--section .text--wrap .heading--large {
    font-size: 32px; }
  .home--mid__section .mid--bottom__section .text--wrap.home {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px; }
  .bottom--banner {
    height: auto;
    padding: 60px 0px; }
    .bottom--banner .height--80 {
      height: auto; }
  .new--in__slider--row {
    margin-top: 40px; }
  .new--in__product--slider .slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -75px;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: all 500ms ease;
    /* IE 10+, Fx 29+ */
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    font-size: 16px; }
    .new--in__product--slider .slick-arrow:focus {
      outline: none; }
    .new--in__product--slider .slick-arrow.slick-prev {
      left: 20px; }
      .new--in__product--slider .slick-arrow.slick-prev i {
        display: inline-block;
        transform: rotate(180deg); }
    .new--in__product--slider .slick-arrow.slick-next {
      right: 20px; }
      .new--in__product--slider .slick-arrow.slick-next i {
        display: inline-block;
        transform: rotate(0deg); }
    .new--in__product--slider .slick-arrow.slick-disabled {
      opacity: 0; }
    .new--in__product--slider .slick-arrow:hover {
      opacity: 0.5; }
  .page-template-about .page--top__sections {
    height: calc(100vh - 65px); }
    .page-template-about .page--top__sections .height--100 {
      height: calc(100vh - 65px); }
    .page-template-about .page--top__sections .heading--large {
      font-size: 34px; }
  .page-template-about .home--mid__section .text--wrap.top--section {
    padding: 0px 15px; }
  .page-template-about .home--mid__section .text--wrap.bottom--section {
    margin-bottom: 40px;
    padding: 0px 15px; }
  .page-template-about .home--mid__section .mid--bottom__section .mid--bottom__section--image {
    margin-left: 15px !important;
    margin-bottom: 40px; }
    .page-template-about .home--mid__section .mid--bottom__section .mid--bottom__section--image.image--top {
      margin-left: 0px !important;
      margin-bottom: 40px; }
  .page-template-about .padding-top--60px {
    padding-top: 10px; }
  .page-template-about .padding-top--100px {
    padding-top: 0px; }
  .mid--bottom__section.image--top {
    margin-bottom: 40px; }
  .mid--bottom__section .text--wrap .bottom--section {
    margin-bottom: 40px; }
  .bottom--banner.about .text--wrap {
    padding-left: 15px; }
  .page-template-products .products--page__slider--wrap.slick-initialized {
    height: 70vh; }
  .page-template-products .products--page__slider--wrap .slick-current .heading--medium {
    font-size: 30px; }
  .page-template-products .grid .product--wrap {
    margin-bottom: 40px; }
    .page-template-products .grid .product--wrap .heading--medium {
      line-height: 1.2; }
    .page-template-products .grid .product--wrap .padding-top--20px {
      padding-top: 10px; }
  .product_item-template-default {
    overflow: initial; }
    .product_item-template-default .header--spacing {
      display: block; }
    .product_item-template-default .back--link {
      margin-top: 15px;
      margin-left: 0px;
      z-index: 1; }
    .product_item-template-default .text--wrap {
      padding: 60px 15px;
      overflow: initial;
      max-height: initial; }
    .product_item-template-default .default--link {
      margin-top: 20px; }
    .product_item-template-default #dimensions {
      padding: 20px; }
      .product_item-template-default #dimensions ul li {
        margin: 8px 0px;
        font-size: 14px; }
      .product_item-template-default #dimensions .fancybox-close-small {
        margin: 0px; }
  .page-template-care .page--top__sections.care .right--text__wrap .padding-top--100px {
    padding-top: 0px; }
  .page-template-care .home--mid__section {
    padding: 60px 0px; }
    .page-template-care .home--mid__section .mid--bottom__section .text--wrap {
      padding: 0px 15px;
      padding-bottom: 40px; }
    .page-template-care .home--mid__section .mid--bottom__section .mid--bottom__section--image {
      margin-left: 15px !important; }
  .page-template-care .contact--section {
    padding: 0px 15px; }
  .page-template-production .header--spacing {
    display: block; }
  .page-template-production .text--wrap {
    padding: 0px 15px;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: initial;
    max-height: initial; }
  .page-template-production .product--slider__image {
    height: 70vh; }
  .page-template-production .products--page__wrap {
    position: relative; }
    .page-template-production .products--page__wrap .slick-prev {
      display: none; }
  .page-template-contact .page--top__sections.contact--wrap {
    padding: 40px 0px;
    height: auto; }
    .page-template-contact .page--top__sections.contact--wrap .height--100 {
      height: auto; }
    .page-template-contact .page--top__sections.contact--wrap .padding-top--80px {
      padding-top: 80px; }
    .page-template-contact .page--top__sections.contact--wrap .heading--large {
      margin-bottom: 20px; }
    .page-template-contact .page--top__sections.contact--wrap form {
      margin: 0px 10px; }
  footer {
    padding: 60px 0px; }
    footer .padding-top--20px {
      padding-top: 10px; }
    footer .footer--desktop {
      display: none; }
    footer .mobile--footer__portrait {
      display: block; }
      footer .mobile--footer__portrait .social--link__list {
        margin-bottom: 10px; }
        footer .mobile--footer__portrait .social--link__list li {
          display: inline-block;
          margin-bottom: 0px; }
          footer .mobile--footer__portrait .social--link__list li a {
            font-size: 14px;
            margin: 0px 10px; }
    footer .footer--logo {
      max-width: 180px;
      margin-left: 10px; }
    footer .col-12 {
      text-align: center !important;
      margin-bottom: 20px; }
    footer .newsletter--input {
      margin: 0px 20px; } }

@media (max-width: 480px) {
  header .container.container--wider {
    max-width: 540px; }
  .page-template-production .product--slider__image {
    height: 50vh; }
  footer ul {
    padding-left: 0px; }
  footer .mobile--footer .social--link__list li a {
    font-size: 20px;
    margin: 0px 10px; } }

@media (max-width: 1025px) and (orientation: landscape) {
  footer .footer--desktop {
    display: block; }
  footer .mobile--footer__landscape {
    display: none; }
  footer .mobile--footer__portrait {
    display: none; } }

@media (max-width: 820px) and (orientation: landscape) {
  footer .footer--desktop {
    display: none; }
  footer .mobile--footer__landscape {
    display: block; }
    footer .mobile--footer__landscape .col-12 {
      text-align: left !important; }
    footer .mobile--footer__landscape .newsletter--input {
      margin-left: 0px; }
    footer .mobile--footer__landscape .social--link__list {
      padding-top: 10px; }
      footer .mobile--footer__landscape .social--link__list li {
        display: inline-block;
        margin-left: 2px;
        margin-right: 10px; }
        footer .mobile--footer__landscape .social--link__list li i {
          font-size: 18px; }
  footer .mobile--footer__portrait {
    display: none; } }

@media (max-width: 568px) and (orientation: landscape) {
  footer .mobile--footer__landscape .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  footer .mobile--footer__landscape .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  footer .mobile--footer__landscape .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; } }

@media (max-width: 1025px) and (orientation: portrait) {
  footer .footer--desktop {
    display: block; }
  footer .mobile--footer__landscape {
    display: none; }
  footer .mobile--footer__portrait {
    display: none; } }

@media (max-width: 768px) and (orientation: portrait) {
  footer ul {
    padding-left: 0px; }
  footer .footer--desktop {
    display: none; }
  footer .mobile--footer__landscape {
    display: block; }
    footer .mobile--footer__landscape .social--link__list li {
      display: inline-block;
      margin-left: 0px;
      margin-right: 20px; }
  footer .mobile--footer__portrait {
    display: none; } }

@media (max-width: 720px) and (orientation: portrait) {
  footer .footer--desktop {
    display: none; }
  footer .mobile--footer__landscape {
    display: none; }
  footer .mobile--footer__portrait {
    display: block; } }
