@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  height: 100%;
  background: url('../img/bg-body.jpg') no-repeat center fixed;
  font-size: 16px;
  font-family: 'Roboto', 'Tahoma', sans-serif;
  color: #000000;
}
div#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -260px 0;
}
div#footer,
div#footer-pusher {
  height: 260px;
}
div.inner {
  max-width: 1140px;
  min-width: 1040px;
  margin: auto;
}
/* generic */
div.cleanser {
  float: none;
  clear: both;
}
div.rich-text {
  text-align: justify;
  line-height: 1.6;
}
div.rich-text p:not(:last-of-type) {
  margin-bottom: 0.8em;
}
div.rich-text img {
  max-width: 100%;
}
/* div#pre-header */
div#pre-header {
  color: #ffffff;
  padding: 0.4em 0;
}
div#pre-header div.language-selection {
  float: right;
}
div#pre-header div.language-selection a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  border-left: 1px solid #ffffff;
  padding: 0 0.3em;
}
div#pre-header div.language-selection a:first-of-type {
  border-left: none;
}
div#pre-header div.language-selection a.active,
div#pre-header div.language-selection a:hover {
  color: #cccccc;
}
div#pre-header div.language-selection a:hover {
  transition: color 0.3s ease;
}
/* div#header */
div#header {
  width: 100%;
  background-color: #ffffff;
}
div#header div.inner {
  display: table;
  width: 100%;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 4px;
}
div#header div.inner:before {
  display: block;
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #878786;
}
div#header div.inner:after {
  display: block;
  content: " ";
  position: absolute;
  z-index: 3;
  left: 220px;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #db4d37;
}
div#header div.inner > * {
  display: table-cell;
  vertical-align: middle;
}
div#header a.logo {
  width: 260px;
  padding: 0.5em 0;
}
div#header a.logo img {
  display: block;
  width: 100%;
}
div#header div#nav-menu {
  float: right;
}
div#header div#nav-menu:after {
  display: block;
  content: " ";
  float: none;
  clear: both;
}
div#header div#nav-menu div.nav-menu-item {
  position: relative;
  float: left;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #878786;
}
div#header div#nav-menu div.nav-menu-item:last-of-type {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
div#header div#nav-menu div.nav-menu-item > a {
  display: block;
  color: #6d6d6b;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
div#header div#nav-menu div.nav-menu-item.active > a,
div#header div#nav-menu div.nav-menu-item > a:hover {
  color: #db4d37;
}
div#header div#nav-menu div.nav-menu-item > a:hover {
  transition: color 0.3s ease;
}
div#header div#nav-menu div.nav-menu-item div.sub-menu {
  display: none;
  position: absolute;
  z-index: 9;
  left: 0;
  background-color: #cccccc;
  min-width: 140px;
}
div#header div#nav-menu div.nav-menu-item:hover div.sub-menu {
  display: block;
}
div#header div#nav-menu div.nav-menu-item:hover > a {
  border-bottom: 3px solid #000000;
}
div#header div#nav-menu div.nav-menu-item div.sub-menu div.sub-menu-item > a {
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
  color: #000000;
  font-size: 0.8em;
}
div#header div#nav-menu div.nav-menu-item div.sub-menu div.sub-menu-item > a:hover {
  background-color: #db4d37;
  color: #ffffff;
}
/* div#container */
div#container {
  min-height: 400px;
}
div#container div#main-slider div.slide {
  position: relative;
  width: 100%;
}
div#container div#main-slider div.slide div.inner {
  position: relative;
  height: 100%;
}
div#container div#main-slider div.slide div.slide-content {
  margin-top: 1em;
  margin-bottom: 4em;
}
div#container div#main-slider div.slide div.slide-content p.slide-title {
  font-size: 3.4em;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  padding: 0.1em 0.2em;
  text-align: right;
  color: #ffffff;
}
div#container div#main-slider div.slide div.slide-content p.slide-title img {
  display: block;
  max-width: 400px;
}
div#container div#main-slider div.slide div.slide-content div.slide-context {
  padding: 0.8em 1.2em;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.8em;
  line-height: 1.6;
}
div#container div#page {
  background-color: #ffffff;
  padding: 1.5em;
}
div#container div#page div.page-top {
  border: 8px solid #878786;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
div#container div#page.page-contact div.page-top div#map {
  height: 400px;
}
div#container div#page.page-contact div.page-top div#map div.map-popup {
  overflow: hidden;
  line-height: 140%;
}
div#container div#page.page-contact div.page-top div#map div.map-popup img.logo {
  max-width: 160px;
  display: block;
}
div#container div#page div.page-top div.top-image img {
  display: block;
  width: 100%;
}
div#container div#page div.page-top div.top-slider div.top-slide img {
  display: block;
  width: 100%;
}
div#container div#page div.page-body {
  position: relative;
  padding: 4.5em 1em 1em 1em;
  border: 4px solid #db4d37;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 200px;
  margin-top: 3em;
}
div#container div#page div.page-body.topless {
  margin-top: 1em;
}
div#container div#page div.page-body:before {
  display: block;
  content: " ";
  position: absolute;
  top: -20px;
  left: -4px;
  width: 4px;
  height: 20px;
  background-color: #db4d37;
}
div#container div#page div.page-body div.page-title-wrapper {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}
div#container div#page div.page-body div.page-title-wrapper:after {
  display: block;
  float: none;
  clear: both;
}
div#container div#page div.page-body div.page-title-wrapper div.page-title-left {
  float: left;
}
div#container div#page div.page-body div.page-title-wrapper div.page-title-left div.page-icon {
  width: 90px;
  padding: 0 0.8em;
  background-color: #ffffff;
}
div#container div#page div.page-body div.page-title-wrapper div.page-title-left div.page-icon img {
  display: block;
  width: 100%;
}
div#container div#page div.page-body div.page-title-wrapper div.page-title-right p.category-title {
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 0.8em 0.2em 0;
  background-color: #ffffff;
  color: #db4d37;
}
div#container div#page div.page-body div.page-title-wrapper div.page-title-right div.category-menu a.category-menu-item {
  display: inline-block;
  margin-right: 0.4em;
  padding-right: 0.5em;
  border-right: 1px solid #878786;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.9em;
  font-weight: bold;
}
div#container div#page div.page-body div.page-title-wrapper div.page-title-right div.category-menu a.category-menu-item:last-of-type {
  border-right: 0;
  margin-right: 0;
}
div#container div#page div.page-body div.page-title-wrapper div.page-title-right div.category-menu a.category-menu-item:hover,
div#container div#page div.page-body div.page-title-wrapper div.page-title-right div.category-menu a.category-menu-item.active {
  color: #db4d37;
}
div#container div#page.page-applications div.application-examples {
  margin-top: 1em;
}
div#container div#page.page-applications div.application-examples:after {
  display: block;
  content: " ";
  float: none;
  clear: both;
}
div#container div#page.page-applications div.application-examples div.application-example {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 0.8em;
  background-color: #cccccc;
  transition: all 0.5s ease;
}
@media all and (max-width: 768px) {
  div#container div#page.page-applications div.application-examples div.application-example {
    width: 49%;
  }
}
div#container div#page.page-applications div.application-examples div.application-example:nth-of-type(3n) {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  div#container div#page.page-applications div.application-examples div.application-example:nth-of-type(3n) {
    margin-right: 2%;
  }
}
@media all and (max-width: 768px) {
  div#container div#page.page-applications div.application-examples div.application-example:nth-of-type(2n) {
    margin-right: 0;
  }
}
div#container div#page.page-applications div.application-examples div.application-example div.application-example-image img {
  display: block;
  width: 100%;
}
div#container div#page.page-applications div.application-examples div.application-example div.application-example-info {
  padding-top: 0.6em;
  text-align: center;
}
div#container div#page.page-applications div.application-examples div.application-example div.application-example-info p.application-example-title {
  font-weight: bold;
}
div#container div#page a {
  color: #db4d37;
  text-decoration: none;
}
div#container div#page a:hover {
  color: #db4d37;
  transition: color 0.5s ease;
}
/* div#page.page-corporate */
div#container div#page.page-corporate div.job-ads {
  margin-top: 1em;
}
div#container div#page.page-corporate div.job-ads div.job-ad {
  margin-bottom: 0.5em;
}
div#container div#page.page-corporate div.job-ads div.job-ad p.job-ad-title {
  font-size: 1.2em;
  color: #db4d37;
}
div#container div#page.page-corporate div.job-ads div.job-ad p.job-ad-title a:hover {
  color: #000000;
}
div#container div#page.page-corporate div.job-ads div.job-ad p.job-ad-date {
  margin-top: 0.3em;
  font-size: 0.85em;
}
div#container div#page.page-corporate div.job-ads div.job-ad div.job-ad-context {
  margin-top: 0.8em;
}
/* div#page.page-products */
div#container div#page.page-products div.product-categories {
  margin-bottom: 1em;
}
div#container div#page.page-products div.product-categories:after {
  display: block;
  content: " ";
  float: none;
  clear: both;
}
div#container div#page.page-products div.product-categories a {
  display: block;
  float: left;
  color: inherit;
  border-right: 1px solid #878786;
  margin-right: 0.3em;
  padding-right: 0.3em;
}
div#container div#page.page-products div.product-categories a:last-of-type {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
div#container div#page.page-products div.product-categories a:hover,
div#container div#page.page-products div.product-categories a.active {
  color: #db4d37;
}
div#container div#page.page-products div.products:after {
  display: block;
  content: " ";
  float: none;
  clear: both;
}
div#container div#page.page-products div.products div.product {
  position: relative;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 1em;
  background-color: #dadada;
  color: #878786;
}
@media all and (max-width: 768px) {
  div#container div#page.page-products div.products div.product {
    width: 49%;
  }
}
@media all and (max-width: 480px) {
  div#container div#page.page-products div.products div.product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
}
div#container div#page.page-products div.products div.product:nth-of-type(4n) {
  margin-right: 0;
}
@media all and (max-width: 768px) and (min-width: 480px) {
  div#container div#page.page-products div.products div.product:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media all and (max-width: 768px) {
  div#container div#page.page-products div.products div.product:nth-of-type(2n) {
    margin-right: 0;
  }
}
div#container div#page.page-products div.products div.product div.product-ribbon-wrapper {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 50%;
  height: 40%;
  overflow: hidden;
}
div#container div#page.page-products div.products div.product div.product-ribbon-wrapper div.product-ribbon {
  display: block;
  position: absolute;
  bottom: 100%;
  left: -64px;
  top: -17px;
  color: #ffffff;
  width: 160px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  font-size: 0.8em;
  padding: 0 1em;
}
div#container div#page.page-products div.products div.product div.product-ribbon-wrapper div.product-ribbon:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid transparent;
}
div#container div#page.page-products div.products div.product div.product-ribbon-wrapper div.product-ribbon:after {
  display: block;
  content: " ";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 0;
}
div#container div#page.page-products div.products div.product a.product-image {
  display: block;
}
div#container div#page.page-products div.products div.product a.product-image img {
  display: block;
  width: 100%;
}
div#container div#page.page-products div.products div.product div.product-info {
  position: relative;
  margin-top: 0.5em;
}
div#container div#page.page-products div.products div.product div.product-info:after {
  display: block;
  position: absolute;
  content: " ";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #db4d37 transparent;
}
div#container div#page.page-products div.products div.product div.product-info p.product-title {
  font-size: 1.3em;
  margin-bottom: 0.2em;
}
div#container div#page.page-products div.products div.product div.product-info p.product-links a {
  color: inherit;
}
div#container div#page.page-products div.products div.product div.product-info p.product-links a:hover {
  color: #db4d37;
}
div#container div#page.page-products div.single-product p.product-title {
  font-size: 1.6em;
  color: #db4d37;
  font-weight: bold;
}
div#container div#page.page-products div.single-product div.product-files-wrapper {
  margin-top: 0.5em;
  font-size: 0.9em;
}
div#container div#page.page-products div.single-product div.product-files-wrapper a.product-file {
  display: inline-block;
  margin-right: 0.8em;
}
div#container div#page.page-products div.single-product div.product-files-wrapper a.product-file:hover {
  color: #000000;
}
div#container div#page.page-products div.single-product div.product-description-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
div#container div#page.page-products div.single-product div.product-specs-wrapper p.product-specs-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #db4d37;
  border-bottom: 2px solid #db4d37;
}
div#container div#page.page-products div.single-product div.product-specs-wrapper table.product-specs {
  width: 100%;
  border-left: 2px solid #db4d37;
  border-collapse: collapse;
}
div#container div#page.page-products div.single-product div.product-specs-wrapper table.product-specs td {
  padding: 0.3em 0;
}
div#container div#page.page-products div.single-product div.product-specs-wrapper table.product-specs td.legend {
  position: relative;
  width: 20%;
  padding-right: 0.5em;
}
@media all and (max-width: 768px) {
  div#container div#page.page-products div.single-product div.product-specs-wrapper table.product-specs td.legend {
    width: 40%;
  }
}
div#container div#page.page-products div.single-product div.product-specs-wrapper table.product-specs td.legend span {
  display: block;
  padding-left: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}
div#container div#page.page-products div.single-product div.product-specs-wrapper table.product-specs td.legend span:after {
  position: absolute;
  content: " ";
  left: 0;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #db4d37;
}
div#container div#page.page-products div.single-product div.product-specs-wrapper table.product-specs tr:last-of-type td.legend:before {
  position: absolute;
  content: " ";
  left: -2px;
  top: 50%;
  margin-top: 2px;
  width: 2px;
  bottom: 0;
  background-color: #ffffff;
}
div#container div#page.page-news_and_events div.events div.event {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #878786;
}
div#container div#page.page-news_and_events div.events div.event:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
div#container div#page.page-news_and_events div.events div.event p.event-title {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  color: #db4d37;
}
div#container div#page.page-news_and_events div.events div.event p.event-title:hover a {
  color: #000000;
}
div#container div#page.page-news_and_events div.events div.event p.event-details {
  margin-bottom: 1em;
  font-size: 0.9em;
}
div#container div#page.page-news_and_events div.events div.event div.event-content:after {
  display: block;
  content: " ";
  float: none;
  clear: both;
}
div#container div#page.page-news_and_events div.events div.event div.event-content div.event-image {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 1em;
  border: 2px solid #cccccc;
  box-shadow: 0 8px 10px -6px #000000;
}
div#container div#page.page-news_and_events div.events div.event div.event-content div.event-image img {
  display: block;
  width: 100%;
}
div#container div#page.page-news_and_events div.press-news:after {
  display: block;
  content: " ";
  float: none;
  clear: both;
}
div#container div#page.page-news_and_events div.press-news div.single-press-news {
  float: left;
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #db4d37;
  transition: outline-width 0.2s ease;
  outline-width: 0;
}
@media all and (max-width: 768px) {
  div#container div#page.page-news_and_events div.press-news div.single-press-news {
    width: 49%;
  }
}
@media all and (max-width: 480px) {
  div#container div#page.page-news_and_events div.press-news div.single-press-news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
}
div#container div#page.page-news_and_events div.press-news div.single-press-news:nth-of-type(4n) {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  div#container div#page.page-news_and_events div.press-news div.single-press-news:nth-of-type(2n) {
    margin-right: 0;
  }
}
div#container div#page.page-news_and_events div.press-news div.single-press-news:hover {
  outline: 4px solid #db4d37;
}
div#container div#page.page-news_and_events div.press-news div.single-press-news a.single-press-news-image {
  display: block;
}
div#container div#page.page-news_and_events div.press-news div.single-press-news a.single-press-news-image img {
  display: block;
  width: 100%;
}
div#container div#page.page-news_and_events div.press-news div.single-press-news div.single-press-news-info {
  width: 100%;
  background-color: #db4d37;
  color: #ffffff;
  padding: 0.5em 1em;
  text-align: center;
}
div#container div#page.page-news_and_events div.press-news div.single-press-news div.single-press-news-info p.single-press-news-source {
  font-size: 1.1em;
  font-weight: bold;
}
div#container div#page.page-news_and_events div.press-news div.single-press-news div.single-press-news-info p.single-press-news-date {
  font-size: 0.9em;
}
/* div#footer */
div#footer {
  padding: 0.8em 0 0 0;
  background-color: #db4d37;
  border-top: 6px solid #ffffff;
  color: #ffffff;
  overflow: hidden;
}
div#footer div.footer-nav {
  display: table;
  width: 100%;
}
div#footer div.footer-nav > * {
  display: table-cell;
}
div#footer div.footer-nav div.footer-nav-block p.footer-nav-block-title {
  padding-bottom: 2px;
  font-weight: bold;
  border-bottom: 1px solid #B13E2C;
  padding-left: 0.4em;
}
div#footer div.footer-nav div.footer-nav-block:first-of-type p.footer-nav-block-title {
  padding-left: 0;
}
div#footer div.footer-nav div.footer-nav-block div.footer-nav-block-content {
  padding: 0.4em 0.4em 0 0.4em;
  border-left: 1px solid #B13E2C;
  min-height: 300px;
  font-size: 0.9em;
}
div#footer div.footer-nav div.footer-nav-block div.footer-nav-block-content p:not(:last-of-type) {
  margin-bottom: 1em;
}
div#footer div.footer-nav div.footer-nav-block:first-of-type div.footer-nav-block-content {
  border-left: none;
  padding-left: 0;
}
div#footer div.footer-nav div.footer-nav-block div.footer-nav-block-content a.footer-nav-item {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.6;
}
div#footer div.footer-nav div.footer-nav-block div.footer-nav-block-content a.footer-nav-item:hover {
  text-shadow: 0 0 1px #ffffff;
}
div#footer div.social-media-links {
  margin-top: 0.5em;
}
div#footer div.social-media-links a {
  color: #ffffff;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-top: 1px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 12px;
  opacity: 0.8;
}
div#footer div.social-media-links a:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}