@charset "UTF-8";
h1 {
  font-size: 50px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../images/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../images/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  opacity: 1;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 0px;
}
.blueimp-gallery > .title {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 20px;
  padding: 25px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 1;
  display: none;
}
.blueimp-gallery > .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  line-height: 80px;
  padding: 0px 0px 0px 25px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 1;
  display: none;
}
.blueimp-gallery > .close {
  top: 0px;
  right: 0px;
  margin: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: auto;
  font-size: 40px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 0px;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../images/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../images/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
input,
textarea {
  border-radius: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1,5;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
  font-family: 'Playfair Display', serif;
}
hr {
  line-height: 0px;
  border: none;
  border-top: 1px solid #fff;
}
a {
  text-decoration: none;
}
header,
nav,
section,
article,
footer,
aside {
  display: block;
}
header {
  float: left;
  width: 100%;
  clear: both;
  border-top: 5px solid #ceac6f;
  border-bottom: 1px solid #ceac6f;
  z-index: 1000;
  position: relative;
}
header .container-1140 {
  position: relative;
  height: 130px;
}
header h1,
header h2 {
  float: left;
  width: 100%;
  height: 130px;
  clear: both;
  text-align: center;
  border-bottom: 1px dotted #ceac6f;
}
header h1 a,
header h2 a {
  display: inline-flex;
  padding: 15px 0px;
}
header h1 a img,
header h2 a img {
  display: inline-flex;
  height: 100px;
  width: auto;
}
header ul.langs {
  list-style: none;
  position: absolute;
  right: 20px;
  top: 55px;
}
header ul.langs li {
  display: inline-flex;
}
header ul.langs li a {
  color: #000;
}
header ul.langs li a.active {
  color: #ceac6f;
}
header nav {
  float: left;
  width: 100%;
  height: 50px;
  clear: both;
  text-align: center;
  z-index: 200;
  position: relative;
}
header nav ul {
  list-style: none;
  text-align: center;
}
header nav ul.mobile {
  display: none;
}
header nav ul.desktop {
  display: block;
}
header nav ul.desktop li {
  display: inline-flex;
}
header nav ul.desktop li a {
  display: block;
  position: relative;
  padding: 0px 10px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
}
header nav ul.desktop li:hover a {
  color: #c31324;
}
header nav ul.desktop li:hover a:after {
  disply: block;
  width: 100%;
  height: 3px;
  background: #c31324;
  position: absolute;
  bottom: -2px;
  left: 0px;
  content: '';
  z-index: 200;
}
header nav ul.desktop li:hover ul {
  display: block;
}
header nav ul.desktop li:hover ul li a {
  color: #000;
}
header nav ul.desktop li:hover ul li a:hover {
  color: #c31324;
}
header nav ul.desktop li svg {
  display: inline-flex;
  fill: #000;
  width: 10px;
  height: 50px;
}
header nav ul.desktop li.active a {
  color: #ceac6f;
}
header nav ul.desktop ul {
  position: absolute;
  left: 0px;
  top: 50px;
  background: #fff;
  width: 100%;
  border-top: 1px solid #ceac6f;
  border-bottom: 1px solid #eee;
  display: none;
  padding-bottom: 20px;
}
header nav ul.desktop ul li a {
  color: #000;
}
header nav ul.desktop ul li a:after {
  display: none;
}
header nav ul.desktop ul li.active a {
  color: #ceac6f !important;
}
header nav ul.langs {
  display: none;
}
header nav ul.langs li a {
  line-height: 50px;
}
header nav ul div.slicknav_nav {
  display: none;
}
header nav.scroll-to-fixed-fixed {
  border-bottom: 1px solid #ceac6f;
  background: #fff;
  height: 51px;
}
header nav.scroll-to-fixed-fixed ul.desktop li a {
  color: #000 !important;
}
header nav.scroll-to-fixed-fixed ul.desktop li.active a {
  color: #ceac6f !important;
}
header nav.scroll-to-fixed-fixed ul.desktop li ul {
  top: 50px!important;
}
header.homepage {
  position: relative;
  top: 185px;
  margin-top: -185px;
  border-bottom-color: transparent;
}
header.homepage ul.desktop li a {
  color: #fff;
}
header.homepage ul.langs li a {
  color: #fff;
}
header.homepage ul.langs li a.active {
  color: #ceac6f;
}
header.homepage:hover {
  background: #fff;
  border-bottom-color: #ceac6f;
}
header.homepage:hover ul.desktop li a {
  color: #000;
}
header.homepage:hover ul.desktop li.active a {
  color: #ceac6f;
}
header.homepage:hover ul.langs li a {
  color: #000;
}
header.homepage:hover ul.langs li a.active {
  color: #ceac6f;
}
main section {
  float: left;
  width: 100%;
  clear: both;
}
main section#homePageCarousel {
  background: #000;
  z-index: 10;
  overflow: hidden;
}
main section#homePageCarousel .swiper-container .swiper-slide {
  display: inline-flex;
  text-align: center;
}
main section#homePageCarousel .swiper-container .swiper-slide img {
  display: inline-flex;
  width: 100%;
}
main section#homePageCarousel .swiper-container .swiper-slide figcaption {
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 25px;
  text-align: center;
}
main section#homePageCarousel .swiper-container .swiper-slide figcaption a {
  float: left;
  displat: block;
  width: 100%;
  clear: both;
  text-align: center;
}
main section#homePageCarousel .swiper-container .swiper-slide figcaption a.cta {
  background: #c31324;
  font-size: 16px;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  transition: 0.25s;
}
main section#homePageCarousel .swiper-container .swiper-slide figcaption a.cta:hover {
  background: #ceac6f;
}
main section#homePageCarousel .swiper-container .swiper-slide figcaption svg {
  fill: #fff;
  width: 50px;
  height: 100px;
}
main section#homePageTestimonials {
  background: #eee;
  padding: 30px 0px;
}
main section#homePageTestimonials article {
  width: 100%;
  clear: both;
}
main section#homePageTestimonials article h3 {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  clear: both;
}
main section#homePageTestimonials article h3:before {
  content: '" ';
  font-weight: bold;
  color: #ceac6f;
}
main section#homePageTestimonials article h3:after {
  content: ' "';
  font-weight: bold;
  color: #ceac6f;
}
main section#homePageTestimonials article p {
  width: 100%;
  text-align: center;
  color: #ceac6f;
  font-size: 20px;
  clear: both;
}
main section#homePageGallery {
  position: relative;
  overflow: hidden;
}
main section#homePageGallery .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
}
main section#homePageGallery .swiper-container .swiper-pagination span {
  display: inline-block;
  margin: 0px 2px;
}
main section#homePageGallery .swiper-container .swiper-pagination span.swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}
main section#homePageGallery .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #c31324;
}
main section#homePageGallery .swiper-container .swiper-button-prev {
  position: absolute;
  left: calc(80% - 70px);
  background: #ceac6f;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
}
main section#homePageGallery .swiper-container .swiper-button-prev:after {
  font-size: 30px;
}
main section#homePageGallery .swiper-container .swiper-button-prev:hover {
  color: #000;
}
main section#homePageGallery .swiper-container .swiper-button-next {
  position: absolute;
  right: calc(20% - 70px);
  background: #c31324;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
}
main section#homePageGallery .swiper-container .swiper-button-next:after {
  font-size: 30px;
}
main section#homePageGallery .swiper-container .swiper-button-next:hover {
  color: #000;
}
main section#homePageGallery figure {
  overflow: hidden;
}
main section#homePageGallery figure img {
  transition: 0.5s;
}
main section#homePageGallery figure:hover img {
  transform: scale(1.05);
}
main section#homePageNumbers {
  padding: 100px 0px;
  background: url('../images/woman.jpg') top center no-repeat;
  background-size: cover;
}
main section#homePageNumbers h2 {
  text-align: center;
  font-size: 60px;
}
main section#homePageNumbers p {
  text-align: center;
}
main section#homePageNumbers div.numbers {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 400px;
}
main section#homePageNumbers div.numbers article {
  float: left;
  width: 360px;
  height: 360px;
  padding: 15px;
  text-align: center;
}
main section#homePageNumbers div.numbers article div.outer {
  width: 330px;
  height: 330px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 30px;
  transition: 1s;
}
main section#homePageNumbers div.numbers article div.outer div.inner {
  width: 270px;
  height: 270px;
  background: #fff;
  border-radius: 100%;
  position: relative;
}
main section#homePageNumbers div.numbers article div.outer div.inner div.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
main section#homePageNumbers div.numbers article div.outer div.inner div.text p:nth-of-type(1) {
  font-size: 18px;
}
main section#homePageNumbers div.numbers article div.outer div.inner div.text p:nth-of-type(2) {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #ceac6f;
  margin: 10px 0px;
}
main section#homePageNumbers div.numbers article div.outer div.inner div.text p:nth-of-type(3) {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
main section#homePageNumbers div.numbers article div.outer div.inner div.text p:nth-of-type(4) {
  font-size: 18px;
}
main section#homePageNumbers div.numbers article div.outer:hover {
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
main section#configurator {
  padding: 30px 0px;
}
main section#career {
  padding: 30px 0px;
}
main section#career h1 {
  text-align: center;
  margin-bottom: 20px;
}
main section#career article {
  float: left;
  width: 100%;
  clear: both;
  padding: 15px 0px;
  position: relative;
}
main section#career article figure {
  float: left;
  width: 25%;
  overflow: hidden;
}
main section#career article figure img {
  float: left;
  width: 100%;
  height: auto;
}
main section#career article div.text {
  float: right;
  width: 80%;
  min-height: 40px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  border-left: 3px solid #ceac6f;
  padding: 30px;
}
main section#career article div.text h2 {
  margin: 0px;
  font-size: 25px;
}
main section#career article div.text h2 a {
  color: #ceac6f;
}
main section#career div.more {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 15px 0px;
  position: relative;
}
main section#career div.more a {
  display: inline-flex;
  padding: 10px 20px;
  background: #c31324;
  color: #fff;
  text-transform: uppercase;
}
main section#map .map {
  height: 50vh;
  min-height: 600px;
}
main section#showrooms {
  padding: 30px 0px;
}
main section#showrooms h1 {
  text-align: center;
  margin-bottom: 20px;
}
main section#showrooms article {
  float: left;
  width: 50%;
  padding: 15px;
  position: relative;
}
main section#showrooms article figure {
  float: left;
  width: 100%;
  clear: both;
}
main section#showrooms article figure img {
  float: left;
  width: 100%;
  height: auto;
}
main section#showrooms article div.text {
  float: left;
  width: 80%;
  min-height: 300px;
  background: #fff;
  margin: -50px 10% 0px 10%;
  padding: 0px 30px;
  border-top: 3px solid #ceac6f;
}
main section#showrooms article div.text h2 {
  margin: 15px 0px;
}
main section#showrooms article div.text h2 a {
  color: #ceac6f;
}
main section#showrooms article:nth-of-type(odd) {
  clear: both;
}
main section#sale {
  padding: 30px 0px;
}
main section#sale h1 {
  text-align: center;
  margin-bottom: 20px;
}
main section#sale article {
  float: left;
  width: calc(100%/3);
  padding: 15px;
  position: relative;
}
main section#sale article figure {
  float: left;
  width: 100%;
}
main section#sale article figure img {
  float: left;
  width: 100%;
  height: auto;
}
main section#sale article div.text {
  float: left;
  width: 90%;
  min-height: 300px;
  background: #fff;
  border-top: 3px solid #ceac6f;
  padding: 30px;
  margin: -50px 5% 0px 5%;
}
main section#sale article div.text h2 {
  margin: 15px 0px;
  font-size: 25px;
}
main section#sale article div.text h2 a {
  color: #ceac6f;
}
main section#sale article:nth-of-type(4n) {
  clear: both;
}
main section#sale div.more {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 15px 0px;
  position: relative;
}
main section#sale div.more a {
  display: inline-flex;
  padding: 10px 20px;
  background: #c31324;
  color: #fff;
  text-transform: uppercase;
}
main section#articles {
  padding: 30px 0px;
}
main section#articles h1 {
  text-align: center;
  margin-bottom: 20px;
}
main section#articles article {
  float: left;
  width: 100%;
  clear: both;
  padding: 15px 0px;
  position: relative;
}
main section#articles article figure {
  float: left;
  width: 60%;
  overflow: hidden;
}
main section#articles article figure img {
  float: left;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
main section#articles article div.text {
  float: right;
  width: 50%;
  min-height: 300px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  border-left: 3px solid #ceac6f;
  padding: 30px;
}
main section#articles article div.text h2 {
  margin: 15px 0px;
  font-size: 25px;
}
main section#articles article div.text h2 a {
  color: #ceac6f;
  transition: 0.5s;
}
main section#articles article:nth-of-type(even) figure {
  float: right;
}
main section#articles article:nth-of-type(even) div.text {
  float: left;
  left: 0px;
  right: inherit;
  border: none;
  border-right: 3px solid #ceac6f;
}
main section#articles article:hover figure img {
  transform: scale(1.05);
}
main section#articles article:hover div.text h2 a {
  color: black;
}
main section#articles div.more {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 15px 0px;
  position: relative;
}
main section#articles div.more a {
  display: inline-flex;
  padding: 10px 20px;
  background: #c31324;
  color: #fff;
  text-transform: uppercase;
  transition: 0.25s;
}
main section#articles div.more a:hover {
  background: #ceac6f;
}
main section#article article {
  float: left;
  width: 100%;
  clear: both;
}
main section#article article figure#mainImage {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
main section#article article figure#mainImage img {
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
main section#article article div.text {
  float: left;
  width: 100%;
  clear: both;
  background: #fff;
  margin-top: -150px;
  z-index: 100;
  position: relative;
  padding: 25px 75px;
  border-top: 3px solid #ceac6f;
}
main section#article article div.text figure {
  float: left;
  margin: 30px -150px;
  clear: both;
}
main section#article article div.text figure img {
  float: left;
  width: 100%;
  height: auto;
}
main section#article article div.text h1,
main section#article article div.text h2,
main section#article article div.text h3,
main section#article article div.text h4,
main section#article article div.text h5 {
  float: left;
  width: 100%;
  clear: both;
  margin: 30px 0px;
}
main section#article article div.text p {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 10px;
}
main section#article article div.text p.perex {
  font-size: 22px;
  font-weight: bold;
}
main section#article article div.text blockquote {
  float: left;
  width: 100%;
  clear: both;
  color: #ceac6f;
  font-size: 20px;
  margin-top: 15px;
}
main section#article article div.text ul {
  float: left;
  width: 100%;
  clear: both;
  list-style: square;
  margin: 20px;
  padding: 20px;
}
main section#article article div.text div.responsive {
  width: 100%;
}
main section#article article div.text table {
  margin-bottom: 30px;
  width: 100%;
}
main section#article article div.text table thead tr th {
  background: #ceac6f;
  color: white;
  white-space: nowrap;
  padding: 15px;
}
main section#article article div.text table tbody tr td {
  padding: 5px 15px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}
main section#article article div.text table tbody tr td:first-child {
  text-align: left;
  min-width: 300px;
}
main section#article article div.text table tbody tr td:last-child {
  border-right: none;
}
main section#article article div.text table tbody tr td img {
  width: 20px;
  height: auto;
}
main section#article article div.text table tbody tr:first-child td {
  padding-top: 15px;
}
main section#beds article {
  float: left;
  width: 100%;
  clear: both;
  padding: 30px 0px;
}
main section#beds article figure {
  float: left;
  width: 100%;
  clear: both;
}
main section#beds article figure img {
  float: left;
  width: 100%;
  height: auto;
}
main section#beds article div.text {
  float: left;
  clear: both;
  width: 70%;
  margin: 0px 15%;
  background: #fff;
  padding: 30px;
  margin-top: -80px;
  border-top: 3px solid #ceac6f;
  position: relative;
}
main section#beds article div.text h2 {
  text-align: center;
  line-height: 50px;
  font-size: 45px;
}
main section#beds article div.text h2 a {
  color: #000;
}
main section#beds article div.text p {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ceac6f;
}
main section#bed article {
  float: left;
  width: 100%;
  clear: both;
  z-index: 10;
}
main section#bed article figure {
  float: left;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  clear: both;
  position: relative;
  overflow: hidden;
  background: #eee;
}
main section#bed article figure img {
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
}
main section#bed article div.text {
  float: left;
  clear: both;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 30px;
  margin-top: -80px;
  border-top: 3px solid #ceac6f;
  z-index: 100;
  position: relative;
}
main section#bed article div.text h1 {
  text-align: center;
  line-height: 50px;
  font-size: 45px;
}
main section#bed article div.text h1 span {
  clear: both;
  display: block;
  color: #ceac6f;
  font-size: 30px;
}
main section#bed article div.text p.perex {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0px;
}
main section#bed article div.text p {
  line-height: inherit;
  font-size: inherit;
}
main section#structure {
  padding: 30px 0px;
  min-height: 500px;
}
main section#structure div.header {
  margin-bottom: 50px;
}
main section#structure div.header ul {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #ceac6f;
  position: relative;
}
main section#structure div.header ul li {
  display: inline-flex;
}
main section#structure div.header ul li a {
  display: block;
  padding: 10px 20px;
  margin-bottom: -2px;
  color: black;
  text-transform: uppercase;
}
main section#structure div.header ul li a.active {
  border-bottom: 3px solid #c31324;
}
main section#structure div.header ul li a:hover {
  color: #c31324;
}
main section#structure div.steel,
main section#structure div.rubber {
  float: left;
  width: 100%;
  clear: both;
}
main section#structure div.steel article,
main section#structure div.rubber article {
  float: left;
  width: calc(100% / 3);
  min-height: 300px;
  position: relative;
}
main section#structure div.steel article figure,
main section#structure div.rubber article figure {
  float: left;
  width: 40%;
  position: absolute;
  transform: translate(0px, -50%);
  top: 50%;
}
main section#structure div.steel article figure img,
main section#structure div.rubber article figure img {
  float: left;
  width: 100%;
  height: auto;
}
main section#structure div.steel article div.text,
main section#structure div.rubber article div.text {
  float: right;
  width: 60%;
  padding: 0px 15px;
}
main section#structure div.steel article div.text h3,
main section#structure div.rubber article div.text h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
main section#structure div.steel article div.text ul,
main section#structure div.rubber article div.text ul {
  list-style: square;
  marign: 0px 20px;
  padding: 0px 20px;
}
main section#structure div.steel {
  display: block;
}
main section#structure div.rubber {
  display: none;
}
main section#structuremore {
  padding: 0px 0px 30px 0px;
}
main section#structuremore div.text p {
  text-align: center;
}
main section#structuremore div.more {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 15px 0px;
  position: relative;
}
main section#structuremore div.more a {
  display: inline-flex;
  padding: 10px 20px;
  background: #c31324;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
}
main section#structuremore div.more a:hover {
  background: #ceac6f;
}
main section#materials {
  padding: 30px 0px;
}
main section#materials h1 {
  text-align: center;
  margin-bottom: 20px;
}
main section#materials article {
  float: left;
  width: 100%;
  clear: both;
  padding: 15px 0px;
  position: relative;
}
main section#materials article figure {
  float: left;
  width: 60%;
}
main section#materials article figure img {
  float: left;
  width: 100%;
  height: auto;
}
main section#materials article div.text {
  float: right;
  width: 50%;
  min-height: 300px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  border-left: 3px solid #ceac6f;
  padding: 30px;
}
main section#materials article div.text h2 {
  margin: 15px 0px;
}
main section#materials article div.text h2 a {
  color: #ceac6f;
}
main section#materials article:nth-of-type(even) figure {
  float: right;
}
main section#materials article:nth-of-type(even) div.text {
  float: left;
  left: 0px;
  right: inherit;
  border: none;
  border-right: 3px solid #ceac6f;
}
main section#faq {
  padding: 30px 0px;
}
main section#faq h1 {
  text-align: center;
  margin-bottom: 20px;
}
main section#faq article {
  float: left;
  width: 100%;
  clear: both;
}
main section#faq article h2 {
  width: 100%;
  margin-top: 10px;
  padding: 15px 25px 15px 25px;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  border-left: 2px solid #ceac6f;
}
main section#faq article h2.ui-state-active {
  border-left-color: #c31324;
  color: #c31324;
}
main section#faq article h2:hover {
  color: #ceac6f;
}
main section#faq article div {
  width: 100%;
  margin-bottom: 10px;
  padding: 0px 0px 15px 25px;
}
main section#faq article div p {
  padding: 5px 0px;
}
main section#faq article div.ui-accordion-content-active {
  border-left: 2px solid #c31324;
}
main section#accessories {
  padding: 30px 0px;
}
main section#accessories h1 {
  text-align: center;
  margin-bottom: 20px;
}
main section#accessories article {
  float: left;
  width: calc(100% / 3);
  padding: 15px;
}
main section#accessories article figure {
  float: left;
  width: 100%;
  clear: both;
}
main section#accessories article figure a {
  float: left;
  width: 100%;
  display: block;
}
main section#accessories article figure a img {
  float: left;
  width: 100%;
  height: auto;
}
main section#accessories article div.text {
  float: left;
  width: 100%;
  clear: both;
}
main section#accessories article div.text h2 {
  text-align: center;
}
main section#accessories article div.text h2 a {
  color: #ceac6f;
}
main section#accessories article:nth-of-type(4n) {
  clear: both;
}
main section#formular {
  padding: 30px 0px;
  display: none;
}
main section#formular.newsletter {
  background: #000;
}
main section#formular.newsletter div.header h2,
main section#formular.newsletter div.header h3 {
  color: #fff;
}
main section#formular.newsletter div.header p {
  color: #fff;
}
main section#formular.contact {
  background: #eee;
}
main section#formular.sale div.fui-i {
  padding: 0px 30px;
}
main section#formular div.fui-field {
  margin-bottom: 15px;
}
main section#formular div.header {
  margin-bottom: 30px;
}
main section#formular div.header h2,
main section#formular div.header h3 {
  text-align: center;
}
main section#formular div.header p {
  text-align: center;
}
main section#formular button[type="submit"] {
  border-radius: 0px;
  background: #c31324;
  border: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
}
main section#newsletter {
  padding: 30px 0px 50px 0px;
  background: #000;
  text-align: center;
}
main section#newsletter h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
main section#newsletter p {
  text-align: center;
  color: #fff;
}
main section#newsletter form {
  text-align: center;
  padding: 15px 0px 0px 0px;
}
main section#newsletter form input[type="text"] {
  line-height: 50px;
  height: 50px;
  border: none;
  padding: 0px 15px;
  width: 35%;
}
main section#newsletter form input[type="submit"] {
  line-height: 50px;
  height: 50px;
  border: none;
  padding: 0px 15px;
  width: 15%;
  background: #c31324;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
main div.pagination {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 30px;
}
main div.pagination ul {
  list-style: none;
  display: inline-flex;
}
main div.pagination ul li {
  display: inline-flex;
}
main div.pagination ul li a {
  float: left;
  display: block;
  background: #fff;
  padding: 15px;
  border-bottom: 2px solid #ceac6f;
  color: black;
}
main div.pagination ul li a:hover {
  color: #c31324;
  border-bottom-color: #c31324;
}
main div.pagination ul li span {
  float: left;
  display: block;
  background: #fff;
  padding: 15px;
  border-bottom: 2px solid #c31324;
  font-weight: bold;
}
footer {
  float: left;
  width: 100%;
  clear: both;
  padding: 30px 0px;
}
footer ul {
  list-style: none;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slicknav_menu {
  display: none;
  width: 100%;
  height: 0px;
  position: relative;
}
.slicknav_menu .slicknav_btn {
  float: left;
  height: 50px;
  cursor: pointer;
  margin-left: 10px;
}
.slicknav_menu .slicknav_btn .slicknav_menutxt {
  float: right;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #ceac6f;
}
.slicknav_menu .slicknav_btn .slicknav_icon {
  float: left;
  display: block;
  height: 50px;
  width: 50px;
  position: relative;
}
.slicknav_menu .slicknav_btn .slicknav_icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -2px;
}
.slicknav_menu .slicknav_btn .slicknav_icon span,
.slicknav_menu .slicknav_btn .slicknav_icon span:before,
.slicknav_menu .slicknav_btn .slicknav_icon span:after {
  cursor: pointer;
  height: 4px;
  width: 20px;
  border-radius: 0px;
  background: #ceac6f;
  position: absolute;
  display: block;
  content: '';
  transition: all 150ms ease-in-out;
}
.slicknav_menu .slicknav_btn .slicknav_icon span:before {
  top: -9px;
  width: 30px;
}
.slicknav_menu .slicknav_btn .slicknav_icon span:after {
  bottom: -9px;
  width: 25px;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span {
  background-color: transparent;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:before,
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:after {
  top: 0px;
  width: 30px;
  background-color: black;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_menutxt {
  color: black;
}
.slicknav_menu .slicknav_btn.slicknav_open:hover .slicknav_icon span {
  background-color: transparent;
}
.slicknav_menu .slicknav_btn.slicknav_open:hover .slicknav_icon span:before,
.slicknav_menu .slicknav_btn.slicknav_open:hover .slicknav_icon span:after {
  top: 0px;
  width: 30px;
  background-color: black;
}
.slicknav_menu .slicknav_btn:hover .slicknav_icon span {
  width: 30px;
  background: black;
}
.slicknav_menu .slicknav_btn:hover .slicknav_icon span:before {
  width: 30px;
  background: black;
}
.slicknav_menu .slicknav_btn:hover .slicknav_icon span:after {
  width: 30px;
  background: black;
}
.slicknav_menu .slicknav_btn:hover .slicknav_menutxt {
  color: black;
}
.slicknav_menu .slicknav_nav {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  top: 50px;
  background: #fff;
  border-top: 1px solid #ceac6f;
  padding: 20px 20px;
}
.slicknav_menu .slicknav_nav li {
  width: 100%;
  clear: both;
  text-align: left;
  border-top: 1px dotted #ceac6f;
}
.slicknav_menu .slicknav_nav li a {
  display: block;
  color: #ceac6f;
  text-transform: uppercase;
  padding: 5px 0px;
  line-height: 25px;
}
.slicknav_menu .slicknav_nav li a:hover {
  color: #c31324;
}
.slicknav_menu .slicknav_nav li:nth-child(1) {
  border: none;
}
.slicknav_menu .slicknav_nav li.active a {
  color: black;
}
.slicknav_menu .slicknav_nav li.slicknav_parent a {
  display: flex;
  width: 100%;
}
.slicknav_menu .slicknav_nav li.slicknav_parent a a {
  padding: 0px;
}
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_collapsed a span {
  color: black;
  position: relative;
  width: 25px;
  height: 25px;
}
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_collapsed a span:before,
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_collapsed a span:after {
  content: "";
  position: absolute;
  background: #ceac6f;
}
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_collapsed a span:before {
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 3px;
  transform: translateX(-50%);
}
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_collapsed a span:after {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 3px;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_open a span {
  color: black;
  position: relative;
  width: 25px;
  height: 25px;
}
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_open a span:after {
  content: "";
  position: absolute;
  background: #ceac6f;
}
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_open a span:after {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 3px;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul {
  padding: 0px 0px 10px 0px;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul li {
  border: none;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul li a {
  text-transform: inherit;
  padding: 3px 0px;
  color: #000;
  line-height: inherit;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}
.container-full {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}
.container-1440 {
  width: 1440px;
  margin: 0px auto;
  text-align: left;
}
.container-1140 {
  width: 1140px;
  margin: 0px auto;
  text-align: left;
}
/*  Mobile (Portrait) ================================================== */
@media only screen and (max-width: 1140px) {
  .container {
    width: 100%;
  }
  .container-1440 {
    width: 100%;
  }
  .container-1140 {
    width: 100%;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  header.homepage {
    top: 0px;
    margin-top: 0px;
  }
  header.homepage ul.langs li a {
    color: #000;
  }
  header ul.langs {
    display: none;
  }
  header nav ul.desktop {
    display: none;
  }
  header nav ul.langs {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  header nav div.slicknav_menu {
    display: block;
  }
  main section#homePageCarousel {
    width: 100%;
    clear: both;
  }
  main section#homePageCarousel .swiper-container .swiper-slide figcaption svg {
    width: 25px;
    height: 50px;
  }
  main section#homePageTestimonials {
    padding: 20px;
  }
  main section#homePageNumbers {
    padding: 250px 0px 20px 0px;
    width: 100%;
    background-size: 100% auto;
  }
  main section#homePageNumbers h2 {
    font-size: 30px;
  }
  main section#homePageNumbers p {
    margin-bottom: 20px;
  }
  main section#homePageNumbers div.numbers {
    margin-top: auto;
    width: 100%;
    clear: both;
  }
  main section#homePageNumbers div.numbers article {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    text-align: center;
  }
  main section#homePageNumbers div.numbers article div.outer {
    float: none;
    width: 250px;
    height: 250px;
    padding: 20px;
    margin: 0px auto;
    background: rgba(227, 227, 227, 0.5);
    border: 1px solid #e3e3e3;
  }
  main section#homePageNumbers div.numbers article div.outer div.inner {
    width: 210px;
    height: 210px;
    background: #e3e3e3;
  }
  main section#homePageNumbers div.numbers article div.outer div.inner div.text p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
  main section#homePageNumbers div.numbers article div.outer div.inner div.text p:nth-of-type(2) {
    font-size: 40px;
    line-height: 40px;
    margin: 5px 0px;
  }
  main section#homePageNumbers div.numbers article div.outer div.inner div.text p:nth-of-type(3) {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  main section#homePageNumbers div.numbers article div.outer div.inner div.text p:nth-of-type(4) {
    font-size: 16px;
  }
  main section#formular {
    padding: 20px;
  }
  main section#formular .fui-field {
    width: 100%;
    clear: both;
    flex: inherit;
  }
  main section#formular .fui-btn-container {
    padding-top: inherit;
  }
  main section#formular .fui-submit {
    width: 100%;
    flex: inherit;
  }
  main section#beds article {
    padding: inherit;
  }
  main section#beds article div.text {
    float: left;
    clear: both;
    width: 80%;
    margin: 0px 10%;
    background: #fff;
    padding: 20px;
    margin-top: -60px;
  }
  main section#beds article div.text h2 {
    text-align: center;
    line-height: 40px;
    font-size: 35px;
  }
  main section#beds article div.text h2 a {
    color: #000;
  }
  main section#beds article div.text p {
    line-height: 40px;
    font-size: 20px;
  }
  main section#bed article {
    float: left;
    width: 100%;
    clear: both;
    z-index: 10;
  }
  main section#bed article figure {
    height: inherit;
    min-height: inherit;
    position: inherit;
    overflow: inherit;
  }
  main section#bed article figure img {
    float: left;
    position: inherit;
    transform: inherit;
    top: inherit;
    left: inherit;
    z-index: 10;
  }
  main section#bed article div.text {
    padding: 30px;
    margin-top: inherit;
  }
  main section#bed article div.text h1 {
    line-height: 50px;
    font-size: 45px;
  }
  main section#bed article div.text h1 span {
    font-size: 30px;
  }
  main section#structure {
    padding: 30px 0px;
    min-height: inherit;
  }
  main section#structure div.header {
    margin: 0px 20px 50px 20px;
  }
  main section#structure div.header ul {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  main section#structure div.header ul li {
    flex: 1;
    display: inherit;
  }
  main section#structure div.header ul li a {
    display: block;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: -2px;
  }
  main section#structure div.steel,
  main section#structure div.rubber {
    float: left;
    width: 100%;
    clear: both;
  }
  main section#structure div.steel article,
  main section#structure div.rubber article {
    width: 100%;
    min-height: inherit;
    position: relative;
    padding-bottom: 20px;
  }
  main section#structure div.steel article figure,
  main section#structure div.rubber article figure {
    float: left;
    width: 50%;
    position: inherit;
    transform: inherit;
    top: inherit;
  }
  main section#structure div.steel article figure img,
  main section#structure div.rubber article figure img {
    float: left;
    width: 100%;
    height: auto;
  }
  main section#structure div.steel article div.text,
  main section#structure div.rubber article div.text {
    float: left;
    width: 50%;
    padding: 0px 15px;
  }
  main section#structure div.steel {
    display: block;
  }
  main section#structure div.rubber {
    display: none;
  }
  main section#articles {
    padding: 20px;
  }
  main section#articles article {
    padding: 0px;
  }
  main section#articles article figure {
    width: 100%;
    clear: both;
  }
  main section#articles article div.text {
    float: left;
    width: 100%;
    min-height: auto;
    position: inherit;
    right: 0px;
    top: 0px;
    transform: inherit;
    border: none;
    padding: 20px 0px;
  }
  main section#articles article:nth-of-type(even) figure {
    float: left;
  }
  main section#articles article:nth-of-type(even) div.text {
    float: left;
    border: none;
  }
  main section#article article figure#mainImage {
    position: inherit;
    height: auto;
    overflow: inherit;
  }
  main section#article article figure#mainImage img {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  main section#article article div.text {
    margin-top: 0px;
    padding: 30px;
  }
  main section#article article div.text h1,
  main section#article article div.text h2 {
    margin: 0px;
  }
  main section#article article div.text figure {
    float: left;
    margin: 15px -30px;
    clear: both;
  }
  main section#article article div.text div.responsive {
    overflow-x: scroll;
  }
  main section#showrooms {
    padding: 20px;
  }
  main section#showrooms article {
    float: left;
    width: 100%;
    position: relative;
    padding: inherit;
  }
  main section#showrooms article div.text {
    width: 100%;
    min-height: inherit;
    margin: inherit;
    padding: inherit;
    padding-bottom: 20px;
  }
  main section#sale {
    padding: 20px;
  }
  main section#sale article {
    width: 100%;
    padding: inherit;
  }
  main section#sale article div.text {
    width: 100%;
    min-height: inherit;
    padding: 20px 0px;
    margin: inherit;
  }
  main section#sale article div.text h2 {
    margin: 15px 0px;
    font-size: 25px;
  }
  main section#accessories {
    padding: 20px;
  }
  main section#accessories article {
    float: left;
    width: 50%;
    padding: inherit;
  }
  main section#career {
    padding: 20px;
  }
  main section#career article {
    padding: 0px 0px 20px 0px;
    clear: both;
  }
  main section#career article figure {
    float: left;
    width: 25%;
    display: none;
  }
  main section#career article figure img {
    float: left;
    width: 100%;
    height: auto;
  }
  main section#career article div.text {
    float: left;
    width: 100%;
    min-height: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
    background: #fff;
    padding: 0px;
    border: inherit;
  }
  main section#materials {
    padding: 20px;
  }
  main section#materials h1 {
    margin-bottom: 20px;
  }
  main section#materials article {
    padding: inherit;
  }
  main section#materials article figure {
    width: 100%;
  }
  main section#materials article div.text {
    float: left;
    width: 100%;
    min-height: inherit;
    position: inherit;
    right: inherit;
    top: inherit%;
    transform: inherit;
    border-left: inherit;
    padding: 0px 0px 20px 0px;
  }
  main section#materials article div.text h2 {
    margin: 15px 0px;
  }
  main section#materials article:nth-of-type(even) figure {
    float: left;
  }
  main section#materials article:nth-of-type(even) div.text {
    float: left;
    left: inherit;
    right: inherit;
    border: none;
    border-right: inherit;
  }
  main section#faq {
    padding: 20px;
  }
}
