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

html, body {
  height: 100%;
  min-height: 100%; }

textarea {
  resize: vertical; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 16px;
  line-height: 22px;
  font-family: "omnes-pro", sans-serif;
  font-weight: 300; }

.content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  font-weight: 200; }
.content h1 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #969696; }

#header {
  display: block;
  float: left;
  margin-right: 1.9305%;
  width: 100%;
  position: relative;
  margin-top: 22px;
  margin-bottom: 22px; }
  #header:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    #header {
      margin-top: 0;
      padding-bottom: 50px;
      padding-right: 10px; } }
  #header h1 {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    clear: both; }
  #header img {
    float: right;
    width: 150px; }
    @media screen and (max-width: 480px) {
      #header img {
        width: 100px; } }
  #header .language_switch {
    color: #000;
    font-size: 12px;
    float: right;
    margin-bottom: 10px; }
    #header .language_switch a {
      text-decoration: none;
      color: #000; }
      #header .language_switch a:hover {
        text-decoration: underline; }
  @media screen and (max-width: 768px) {
    #header {
      display: block;
      float: left;
      margin-right: 1.9305%;
      width: 100%; }
      #header:last-child {
        margin-right: 0; } }

#nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  float: left;
  margin-right: 1.9305%;
  width: 100%; }
  #nav:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #nav {
      display: block;
      float: left;
      margin-right: 1.9305%;
      width: 100%;
      padding: 0 10px; }
      #nav:last-child {
        margin-right: 0; } }
  #nav ul li {
    position: relative;
    float: left;
    display: block; }
  #nav ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6923;
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
    margin-right: 10px;
    margin-bottom: 0;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #nav ul li a:hover {
      color: #000;
      text-shadow: none; }
  #nav ul .active > a {
    color: #000; }
  #nav ul .current > a {
    text-decoration: underline; }
  #nav ul ul {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 90px; }
    @media screen and (max-width: 768px) {
      #nav ul ul .current > a {
        color: #fff; } }
    #nav ul ul li {
      line-height: 1em;
      display: none; }
      @media screen and (max-width: 768px) {
        #nav ul ul li {
          background-color: rgba(0, 0, 0, 0.8);
          padding: 0 5px;
          margin: 0;
          color: #fff !important; } }
      @media screen and (max-width: 768px) {
        #nav ul ul li a {
          margin: 0;
          color: #fff !important; } }
  #nav .nav--products ul {
    width: 124px; }

a {
  color: #000; }
  a:hover {
    color: #fff; }

.container {
  *zoom: 1;
  max-width: 66em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 10; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (max-width: 480px) {
    .container {
      margin-bottom: 0px; } }

.content {
  display: block;
  float: left;
  margin-right: 1.9305%;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .content {
      display: block;
      float: left;
      margin-right: 1.9305%;
      width: 100%; }
      .content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .content {
      display: block;
      float: left;
      margin-right: 1.9305%;
      width: 100%; }
      .content:last-child {
        margin-right: 0; } }

.content-main {
  background: rgba(0, 0, 0, 0.5);
  padding: 33px;
  overflow: hidden;
  color: #fff; }
  .content-main > p:last-child {
    margin-bottom: 0; }

#form1_contact label {
  width: 100px;
  float: left; }

#form1_contact input[type="text"], #form1_contact input[type="email"] {
  width: 231px; }

#form1_contact .contact-form--submit {
  margin-left: 100px; }

.content-main--product-list {
  padding: 0 0 30px 0;
  background: none; }

.line {
  height: 1px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.language_switch {
  color: #fff;
  font-size: 11px;
  float: right; }
  .language_switch a {
    text-decoration: none;
    color: #fff; }

.overlay-background {
  display: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

.change-page {
  display: block;
  padding: 0px 10px 8px 10px;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 200; }

.change-page__next {
  position: absolute;
  bottom: 0;
  right: 12%; }

.change-page__prev {
  position: absolute;
  bottom: 0;
  left: 0; }

.news--item {
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
  padding-top: 20px; }

.news--item p {
  margin-bottom: 10px; }

.news--item h2 {
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .news--item img {
    width: 90% !important;
    height: auto !important; } }

.product-list {
  list-style: none; }

.product-tile {
  width: 29%;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  position: relative; }
  .product-tile:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .product-tile {
      width: 100%; } }

.product-tile--img {
  width: 100%; }

.product-tile--link {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.product-tile--modal--title {
  padding: 12px 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -40px;
  background: #fff; }

.product-tile--modal .product-tile--img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 30px; }
