body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
}

* {
  outline: none;
}

a, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 1.3em;
  line-height: 1.6em;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

.grey {
  background-color: rgba(240, 240, 240, 1) !important;
}

.white {
  background-color: rgba(255, 255, 255, 1);
}

.darkgrey {
  background-color: rgba(51, 51, 51, 1);
}

.black {
  background-color: rgba(0, 0, 0, 1);
}

.red-bg {
  background-color: rgba(190, 44, 44, 1);
}

.red-txt {
  color: rgba(182, 25, 24, 1);
}

.white-txt {
  color: rgba(255, 255, 255, 1) !important;
}

.button, .button a {
  font-size: 16px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #b61918;
  color: #b61918;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button:hover, .button:focus, .button a:hover, .button a:focus {
  background-color: #b61918;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 1);
}

.wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: table;
}

.row {
  margin-bottom: 0px !important;
}

.slider {
  background-color: rgba(255, 255, 255, 1);
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.slider .indicators .indicator-item.active {
  background-color: rgba(182, 25, 24, 1);
}

.zoomin:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.zoomout:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.zoomin, .zoomout {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.center-txt {
  text-align: center;
}

/* *********************************************************************************
NAV - MOBILE
********************************************************************************* */

.title-bar {
  background-color: #000;
  height: 50px;
  padding-top: 0px;
  position: fixed;
  width: 100%;
  z-index: 998;
}

.title-bar-title {
  font-size: 14px;
  padding: 1px 0 0 28px;
  color: #fff;
  vertical-align: text-top;
  display: inline-block;
}

.title-bar-title:hover {
  color: rgba(255, 255, 255, 0.8);
}

.title-bar .bar-logo .small-logo {
  line-height: 50px;
  height: 50px;
  position: fixed;
}

.title-bar .bar-left {
  padding-right: 10px;
  float: left;
  min-height: 1px;
}

.title-bar .bar-logo {
  position: fixed;
  top: 0px;
  left: 50%;
  min-height: 1px;
  text-align: center;
}

#mobile-menu {
  background-color: #000;
  padding: 0;
}

#mobile-menu ul {
  margin-left: 0;
}

#mobile-menu li {
  list-style: none;
  padding: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#mobile-menu a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  display: block;
  line-height: 2;
}

.js-off-canvas-exit {
  z-index: 10000;
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.4);
  cursor: pointer;
  transition: background 0.5s ease;
}

.masthead {
  height: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.masthead.active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.nav-btn {
  font-size: 32px;
  font-size: 2rem;
  border: 0;
  color: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  height: 1.5em;
  padding-top: 6px;
  padding-right: 30px;
  padding-bottom: 6px;
  padding-left: 6px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.nav-btn span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 42px;
}

.menu-icon {
  position: absolute;
  left: 12px;
  cursor: pointer;
  top: 12px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.logo {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  border-bottom: 0;
}

.logo img {
  max-height: 45px;
}

.off-canvas-wrapper {
  background: #000;
}

/* *********************************************************************************
NAV DESKTOP
********************************************************************************* */

.nav-desktop {
  background-color: #000;
  height: 43px;
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: all 0.5s linear;
}

.nav-desktop.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.site-logo {
  position: absolute;
  top: 0px;
  line-height: 50px;
  height: 50px;
}

.menu>li>a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 42px;
  height: 41px;
  padding: 0 10px;
  font-size: 14px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.sticky.is-stuck {
  position: fixed;
  z-index: 99;
}

.nav-bar {
  width: 100%;
  z-index: 10;
  padding: 0 2em;
  transition: height .25s ease;
  height: 2.7em;
  background-color: #000;
}

.nav-bar.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*  .nav-bar .nav-bar-right, .nav-bar .nav-bar-left {
      transition: padding-top .25s ease;  */

}

.nav-bar.shrink {
  height: 3em;
}

.nav-bar.shrink .nav-bar-right, .nav-bar.shrink .nav-bar-left {
  padding-top: 0em;
}

.nav-bar .dropdown.menu li {
  float: left;
}

.nav-bar .dropdown.menu .is-dropdown-submenu {
  border: none;
  background-color: #222
}

@media (max-width: 639px) {
  .nav-bar {
    display: none;
  }
}

.table-of-contents a:hover {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  padding-left: 10px;
  border-left: 0px solid transparent;
}

.table-of-contents a.active {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  height: 41px;
  padding-left: 10px;
  border-left: 0px solid transparent;
  border-bottom: 2px solid rgba(182, 25, 24, 1);
}

.section {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

/* *********************************************************************************
HERO
********************************************************************************* */

.hero {
  background: url("../img/hero01.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.hero .intro {
  padding: 1rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 2px rgba(0, 0, 0, .35);
}

.hero h1 {
  color: #fff;
  font-size: 2.0rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.hero h2, .hero h3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.hero p {
  color: #fff;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.063em) {
  .hero h1 {
    text-align: center;
    font-size: 4.5rem;
  }
  .hero p {
    text-align: center;
    font-size: 1.4em;
  }
}

.hero .center {
  position: absolute;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  top: 100%;
}

.hero span {
  display: block;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 6px;
}

.unu {
  margin-top: 6px;
}

.unu, .doi, .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

.mouse {
  height: 24px;
  width: 20px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
  vertical-align: baseline;
  text-align: center;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  border-radius: 2px;
  position: relative;
}

.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/* *********************************************************************************
MAIN
********************************************************************************* */

.main {
  padding: 40px 0px;
  max-width: 100%;
}

@media only screen and (min-width: 40.063em) {
  .main {
    padding: 60px 40px;
  }
  .manuals {
    padding-top: 0px;
  }
}

.main .row {
  max-width: 1200px;
  margin-bottom: 0px !important;
}

.main h1 {
  text-align: center;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 0.75em;
}

.main p {
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.5);
}

.main a {
  color: rgba(182, 25, 24, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration none;
}

@media only screen and (min-width: 40.063em) {
  .main h1 {
    text-align: left;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 400;
  }
  .main p {
    font-size: 1.2em;
    padding: 0;
    text-align: left;
  }
}

/* *********************************************************************************
FRENCH MANUALS PAGE
********************************************************************************* */

table thead, table tbody, table tfoot {
  border: 0;
  background-color: #f1f1f1;
}

table tbody tr:nth-child(2n) {
  background-color: white;
}

table tbody tr:hover {
  background-color: #D9D9D9;
}

table thead {
  background: white;
  color: #0a0a0a;
}

.col1 {
  width: 60%;
}

.col2 {
  width: 20%;
}

.col3 {
  width: 20%;
}

.button.primary {
  background: #B61918;
  font-weight: bold;
}

.button.primary:hover, .button.primary:focus {
  background-color: #9C1515;
  color: #fff;
}

input[type="search"] {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 15px;
  border-radius: 3px;
}

.black-txt a {
  color: #222;
  text-decoration: none;
}

.manuals h1 {
  text-align: left;
  padding: 0;
}

.manuals h4 {
  margin-bottom: 30px;
}

.manuals p {
  text-align: left;
  padding: 0;
  margin-bottom: 1.3rem;
}

.manuals {
  padding-top: 80px;
}

/* *********************************************************************************
CATEGORY
********************************************************************************* */

.category-card {
  padding: 1.5rem 0.6rem 0 0.6rem;
  margin: 1rem 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  text-align: center;
}

.category-card:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.category-card h5 {
  font-size: 1em;
}

.cat-title {
  height: 44px;
}

.cat-img {
  padding: 0px 20px 20px 20px;
}

@media only screen and (min-width: 768px) {
  .category-card {
    padding: 1.5rem 0.6rem 0.5rem 0.6rem;
  }
  .category-card h5 {
    font-size: 1.2em;
    line-height: 1em;
  }
}

@media screen and (max-width: 39.9375em) {
  .category-card {
    padding: 1.5rem 0.6rem 1.5rem 0.6rem;
    margin: 1rem 0 0 0;
  }
  .category-card h5 {
    font-size: 1.5em;
    line-height: 1em;
  }
}

/* *********************************************************************************
ORBIT CAROUSEL
********************************************************************************* */

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0rem;
  margin-bottom: 0;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
}

.orbit-bullets button {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.orbit-previous {
  border-radius: 0 50% 50% 0;
}

.orbit-next {
  border-radius: 50% 0 0 50%;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 1);
}

/* *********************************************************************************
QUALITY / CAROUSEL
********************************************************************************* */

.quality {
  max-width: 100%;
}

.quality .orbit-container {
  position: relative;
  max-height: 800px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.quality .orbit-caption {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.quality .orbit-caption h1 {
  position: relative;
  padding: 0 7rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center color: #fefefe;
  font-size: 3.5em;
  line-height: 2.5em;
  font-weight: 500;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.quality .orbit-caption p {
  position: relative;
  padding: 0 7rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fefefe;
  font-size: 1.5em;
  font-weight: 400;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.quality .orbit-previous, .quality .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 2rem;
  border-radius: 0px;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
}

@media screen and (max-width: 39.9375em) {
  .quality .orbit-caption {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: transparent;
  }
  .quality .orbit-caption h1 {
    font-size: 2em;
    top: 15%;
    padding: 0 2rem;
    font-weight: 500;
    margin-bottom: 0px !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  }
  .quality .orbit-caption p {
    font-size: 1em;
    top: 23%;
    padding: 0 2rem;
    font-weight: 400;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  }
  .quality .orbit-previous, .quality .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 1rem;
    border-radius: 0px;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
  }
}

.quality .orbit-bullets {
  display: none;
}

.quality .orbit-previous:hover, .quality .orbit-next:hover {
  color: rgba(182, 25, 24, 1);
  background-color: transparent;
}

.wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.business {
  padding-bottom: 5%;
}

.business a:hover {
  text-decoration: underline;
}

.partner-img {
  padding: 60px 10%;
}

@media screen and (max-width: 39.9375em) {
  .business {
    padding-bottom: 8%;
  }
  .partner-img {
    padding: 30px 0;
  }
  .desktop-only {
    display: none;
  }
}

@media screen and (min-width: 39.9375em) {
  .mobil-only {
    display: none;
  }
}

/* *********************************************************************************
FOOTER
********************************************************************************* */

footer {
  padding: 20px 0 0 0;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 1);
}

footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

footer a {
  color: rgba(182, 25, 24, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer a:hover {
  color: rgba(182, 25, 24, 1);
}

@media only screen and (min-width: 40.063em) {
  footer {
    padding: 60px 0 20px 0;
  }
}

footer .row {
  max-width: 1200px;
}

.subfooter {
  padding: 10px 0;
  max-width: 100%;
  background-color: rgba(20, 20, 20, 1);
}

.subfooter p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-bottom: 0px !important;
}

.subfooter a {
  color: rgba(182, 25, 24, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subfooter a:hover {
  color: rgba(182, 25, 24, 1);
  text-decoration: underline;
}

.copy, .impressum {
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .subfooter {
    padding: 10px 0;
  }
  .copy {
    text-align: left;
  }
  .impressum {
    text-align: right;
  }
}

.subfooter .row {
  max-width: 1200px;
}

.reveal p {
  font-size: 14px;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 40px !important;
  }
}
