/*
 * SMACSS structure starter v2.0
 * Inspired by SMACSS http://smacss.com
 * Author: @hasft
 * Date: 11 July 2013
 *
 *
 * Coding rules : https://github.com/necolas/idiomatic-css
 *
 */
 
 @font-face {
    font-family: "Linotype";
	src: url("/uploads/fonts/LinotypeUnivers-330Light.woff") format("woff"),
	url("/uploads/fonts/LinotypeUnivers-330Light.otf") format("opentype"),
	url("/uploads/fonts/LinotypeUnivers-330Light.svg#filename") format("svg");
}

@font-face {
    font-family: "LinotypeBold";
	src: url("/uploads/fonts/LinotypeBold.woff") format("woff"),
	url("/uploads/fonts/LinotypeBold.otf") format("opentype"),
	url("/uploads/fonts/LinotypeBold.svg#filename") format("svg");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Base */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================

   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   BASE (basicly by author not framework based style)
   ========================================================================== */
/**
 * It is defining the default styling for how that element should look in all occurrences on the page. (global stylesheet but more specfic than normalize.scss)
 */
/* GOLDEN ratio */
.allTrans, a, .link, .menuBox > li a, .menuBox .extMenu li {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.displayForDesktop, .rsCustom .rsGCaption .title ~ p {
  display: none; }
  @media screen and (min-width: 480px) {
    .displayForDesktop, .rsCustom .rsGCaption .title ~ p {
      display: block; } }

.hideForDesktop, .mobNav {
  display: block; }
  @media screen and (min-width: 768px) {
    .hideForDesktop, .mobNav {
      display: none; } }

/* General
----------------------------------------------- */

html, input, textarea {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: rgba(0, 0, 0, 0.5);
  /* Safari */
  color: white; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.5);
  /* Firefox */
  color: white; }

html, input, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-image: -webkit-linear-gradient( #fbb304 0, #fdbd5d 100%);
  background-image: linear-gradient( #fbb304 0, #fdbd5d 100%);
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
}

body {
  font-size: 100%;
  font-family: 'Linotype';
  color: black;
  font-weight: normal; }

/* Headings & labels
----------------------------------------------- */
/* Links
-----------------------------------------*/
a, .link {
  text-decoration: none;
  color:#fff;
  cursor: pointer; }
  a:hover, .link:hover {
    color:#333; }

/* List
-----------------------------------------*/
ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }
  ul.inlineList > li {
    float: left;
    margin-right: 1em;
	color:#fff;
	 }
    ul.inlineList > li:last-child {
      margin-right: 0; }

/* Syntax
-----------------------------------------*/
article {
  font-size: 14px;
  color: black; }
  article p:first-child {
    margin-top: 0; }

/* Browser specific (not valid) styles to make preformatted text wrap */
pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

form.contact {
  margin-top: 2em;
  width: 100%;
}
  form.contact label {
    min-width: 100%;
    display: inline-block; }
  form.contact ul > li {
    margin: 1em 0;
	font-size:12px;
	}
    form.contact ul > li:first-child {
      margin-top: 0; }
  @media screen and (min-width: 768px) {
    form.contact {
      width: auto;
    }
    form.contact label {
      min-width: 131px;
    }
  }
form.contact [type="text"], form.contact textarea{
  width: 100%;
}

  @media screen and (min-width: 941px) {
    form.contact [type="text"], form.contact textarea {
      width: 226px; } }
  form.contact .btn {
    float: right; }
form textarea {
  resize: none;
  border: none;
  width: 153px;
  height: 100px; }
form [type="text"] {
  border: none; }



/* Layout */
.stickyHead {
  background-image: -webkit-linear-gradient( black 40%, #404040);
  background-image: linear-gradient( black 40%, #404040);
  padding: .5em 0;
  width: 100%;
  position: fixed;
  height: 36px;
  left: 0;
  top: 0;
  z-index: 55;
  display: none;
}
  @media screen and (min-width: 300px) {
    .stickyHead {
      display: block;
    }
  }
  .stickyHead .lang {
    font-size: 12px; }
    .stickyHead .lang a {
      font-weight: bold; }

.logo {
  margin: 0; }
  .logo [role="banner"] {
    background: url(../images/2019/09/logo.png) no-repeat 0 0 transparent;
    display: block;
    text-indent: -9999px;
    width: 200px;
    height: 103px;
    background-size: 80%; }

    @media screen and (min-width: 480px) {
    .logo [role="banner"] {
      background-size: contain;
    }
  }
  .logo ~ .sub {
    text-indent: -99999px;
    position: absolute; }

header {
  *zoom: 1;
  padding-bottom: 30px;
  position: relative;
  margin-top:50px;
  margin-bottom: 15px; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%; }
    header .logo:last-child {
      margin-right: 0; }
  header nav {
    display: none;
    font-size: 14px;
    position: relative; }
    @media screen and (min-width: 768px) {
      header {
        margin-top: 3.5em;
      }
      header nav {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 100%;
        display: block;
        padding-top: 2em; }
        header nav:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 769px) {
      header nav {
        float: right;
        display: block;
        margin-right: 4.34783%;
        width: 70%;
        padding-top: 6.2em; }
        header nav:last-child {
          margin-right: 0; } }
    header nav ul {
      display: inline-block;
      float: left; }
      @media screen and (min-width: 769px) {
        header nav ul {
          float: right; } }
      header nav ul li {
        border-right: 1px solid black;
        margin-right: 0 !important;
        padding: 0 .8em; }
        header nav ul li:first-child {
          padding-left: 0; }
        header nav ul li:last-child {
          padding-right: 0;
          border: 0; }
        header nav ul li.active a {
          color: white;
          font-weight: 600; }

  header .inner:before {
    content: "";
    width: 90%;
    max-width: 57.5em;
    display: block;
    height: 15px;
    position: absolute;
    bottom: 0; }
    @media screen and (min-width: 769px) {
      header .inner:before {
        width: 100%; } }
  header .inner:after {
    content: "";
    width: 90%;
    max-width: 57.5em;
    display: block;
    height: 15px;
    background-color: #BE1E2D;
    position: absolute;
    bottom: -15px; }
    @media screen and (min-width: 769px) {
      header .inner:after {
        width: 100%; } }

.mobNav {
  position: relative;
  float: right;
  padding: 7px 0;
  z-index: 99; 
  right: 10px;
}
  .mobNav a, .mobNav .link {
    color: white; }
  .mobNav .navToggleWrap {
    display: inline-block; }
  .mobNav .navToggle {
    padding: 6px;
    position: relative;
    display: block;
    padding-right: 0;
  }
    .mobNav .navToggle span.iconBar {
      display: block;
      height: 6px;
      width: 32px;
      background: black;
      margin-top: 4px; }

.mobMenu {
  position: absolute;
  text-align: center;
  z-index: 9999;
  right: 5%;
  top: 50px;
  display: none;
  }
  @media screen and (min-width: 900px) {
      .mobMenu {
        display: none !important;
      }
  }
  .mobMenu nav {
    display: block;
  }
  .mobMenu nav li {
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 0.25em;
  }
    .mobMenu nav li:first-child {
      margin-top: 0;
    }
    .mobMenu nav li a {
      background: rgba(0,0,0,0.7);
      display: block;
      color: white;
      font-weight: 600;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
      padding: 1em 4em;
    }
  

footer {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  margin-top: 1em;
  padding: .75em 0 1em;
  background-image: -webkit-linear-gradient( #353535, black 80%);
  background-image: linear-gradient( #353535, black 80%); }
  @media screen and (min-width: 768px) {
    footer {
      position: fixed;
    }
  }

  footer nav {
    float: left;
    display: none;
    margin-right: 4.34783%;
    width: 100%;
    font-size: 10px; }
    footer nav:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) {
      footer nav {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 65.21739%; }
        footer nav:last-child {
          margin-right: 0; }
    }
      footer nav ul li {
        border-right: 1px solid #6D6E71;
        padding-right: 1em;
        padding-left: 1em;
        margin-right: .5em !important; }
        footer nav ul li a {
          font-size: 10px; }
        footer nav ul li:last-child {
          border: 0; }
        footer nav ul li:first-child {
          padding-left: 0; }
  footer .contact {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%;
    font-size: 10px; }
    footer .contact:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) {
      footer .contact {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 30.43478%; }
        footer .contact:last-child {
          margin-right: 0; } }
  footer a, footer .link {
    color: #808285; }
  footer .cc {
    display: inline-block;
    font-size: 8px;
    margin-top: .75em;
    color: #6D6E71; }
  footer .ccMobile {
    display: block;
  }
  @media screen and (min-width: 480px) {
   footer .ccMobile {
      display: none;
    } 
  }
  footer .contact {
    color: #6D6E71; }
  footer .ornament {
    width: 100%;
    position: absolute;
    display: block;
    height: 21px;
    background:url(../images/footerornament.png) repeat-x 0 0 transparent;
    bottom: 0;
    left: 0; }
  footer .logoBedRock {
    color: white;
    font-weight: bold; }
    footer .logoBedRock em {
      color: #f7941e;
      font-style: normal; }

nav ul li a {
  font-size: 12px;
  text-transform: uppercase; }

.right {
  float: right; }

.left {
  float: left; }

.content {
  *zoom: 1;
  max-width: 57.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
  /* margin-left: 5%; */
  overflow-x: hidden; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  @media screen and (min-width: 769px) {
    .content {
      width: auto;
      margin-left: auto;
      overflow-x: visible;
      margin-bottom: 5em;
   } }

.inner {
  *zoom: 1;
  max-width: 57.5em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 90%; }
  .inner:before, .inner:after {
    content: " ";
    display: table; }
  .inner:after {
    clear: both; }
  @media screen and (min-width: 769px) {
    .inner {
      width: auto; height: 90px;} }

.gradient {
  height: 90px;
  background-image: -webkit-linear-gradient( #e78921 0, #fbb304 100%);
  background-image: linear-gradient( #e78921 0, #fbb304 100%);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }
@media screen and (min-width: 769px) {
  .gradient {
    top: 36px;
  }
}
aside {
  position: relative; }

.mainContent {
  *zoom: 1;
  position: relative;
  top: 0;
  font-size: 14px; }
  .mainContent:before, .mainContent:after {
    content: " ";
    display: table; }
  .mainContent:after {
    clear: both; }
  .mainContent > * {
    float: left; }
  .mainContent aside {
    float: left;
    display: none;
    margin-right: 4.34783%;
    width: 100%; }
    .mainContent aside:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) {
      .mainContent aside {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 30.43478%; }
        .mainContent aside:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 941px) {
      .mainContent aside {
        width: 255px;
        margin-right: 0; } }
  .mainContent .asideMobile {
    display: block;
    width: 100%;
  }
  .mainContent .asideMobile ul {
    display: block;
    /*background: black;*/
  }

  .mainContent .asideMobile.fiveList li{
    width: 20%;
  }
  .mainContent .asideMobile.twoList li{
    width: 50%;
  }

  .mainContent .asideMobile ul:before, .mainContent .asideMobile ul:after {
    content: " ";
    display: table; }
  .mainContent .asideMobile ul:after {
    clear: both; }
  .mainContent .asideMobile ul > li {
    float: left;
    text-align: center;
   background: black;
   border-right: 1px solid orange;
  }
  .mainContent .asideMobile ul > li:last-child {
    border: none;
  }
  .mainContent .asideMobile ul > li.active, .mainContent .asideMobile ul > li:hover {
    background: grey;

  }
  .mainContent .asideMobile ul > li > a {
    
    padding: 0.5em;
    font-weight: normal;
    color: white;
    display: block;
    font-size: 0.85em;
  }

  @media screen and (min-width: 480px) {
   .mainContent .asideMobile {
    display: none;
  } 
  }
  @media only screen and (max-device-width: 480px) {
      .mainContent .asideMobile ul > li > a {
        height: 55px;
      }
    }
  .mainContent article {
    font-size: 13px;
    line-height: 1.5em;
    float: left;
    display: block;
    padding-top: 1em;
    width: 100%; }
    .mainContent article:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) {
      .mainContent article {
        float: left;
        display: block;
        width: 65.21739%;
        padding-top: 4.34783%; }
        .mainContent article:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 941px) {
      .mainContent article {
        width: 665px;
        padding-left: 20px;
        padding-top: 20px;
        min-height: 250px; } }
    .mainContent article ol {
      padding-left: 1.2em;
      margin-bottom: 1em; }
    .mainContent article ul > li {
      list-style: disc;
      margin-bottom: 0;
      margin-left: 1em; }
      .mainContent article ul > li ul {
        margin-top: 1em; }

.twoCol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em; }

.twoSide .side {
  width: 100%;
  float: left;
  padding: 0;
   }

  @media screen and (min-width: 480px) {
    .twoSide .side {
      width: 50%;
      padding: 0 2em;
    }
  }
  .twoSide .side:nth-child(2n+2) {
    padding-right: 0; }

/* Modules */
.btn {
  background: black;
  color: white;
  border: none;
  height: 21px;
  line-height: 21px; }

/* Themes */
.royalSlider {
  display: none; }

.rsCustom {
  z-index: 3;
  width: 100%;
  margin-bottom: 0;
  background: transparent; }
  .rsCustom.noCaption .rsGCaption {
    display: none; }
  .rsCustom .rsGCaption {
    height: 100%;
    text-align: center;
    line-height: 1.45em;
    right: 0px;
    width: 100%;
    font-size: small;
    display: block;
    background-color: transparent;
    padding-top: 0;
    bottom: -14em;
    }
    .rsCustom .rsGCaption .title ~ p {
      display: block !important;
    }
    @media only screen and (max-device-width: 480px) {
      .rsCustom .rsGCaption {
        bottom: -11em;
      }
    }
    @media screen and (min-width: 480px) {
      .rsCustom .rsGCaption {
      padding-top: 15%;
        bottom: 0;
        opacity: 0.8;
        padding-top: 7%;
        width: 280px;
        background-color: black;
        right: 12%; } }
    @media screen and (min-width: 769px) {
      .rsCustom .rsGCaption {
        font-size: 18px;
        padding-top: 3em; } }
    .rsCustom .rsGCaption .title {
      font-size: xx-large;
      line-height: 1;
      color: white;
      font-weight: normal;
      font-family: 'LinotypeBold';
      margin: 0;}
      @media screen and (min-width: 480px) {
        .rsCustom .rsGCaption .title {
          color: #FBAF33;
          font-size: 50px; } }
      .rsCustom .rsGCaption .title ~ p {
        font-size: 18px;
        margin-top: 1.2em; }
      .rsCustom .rsGCaption p img {
        width: 30% !important;
      }
      @media screen and (min-width: 480px) {
        .rsCustom .rsGCaption p img {
          width: 100% !important;
        } 
      }
  .rsCustom .rsPlayBtnIcon {
    background: url(../images/rs-default.png) no-repeat 0 -32px; }
  .rsCustom .rsBullets {
    background: transparent;
    /* right: 35%; */
    bottom: 1em;
    /* width: initial;  */
  }
    @media screen and (min-width: 480px) {
      .rsCustom .rsBullets {
      bottom: -2em;
        /* right: 190px !important; */
        bottom: 15px; } }
  .rsCustom .rsBullet {
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    margin-right: .5em; }
    .rsCustom .rsBullet:last-child {
      margin-right: 0; }
    .rsCustom .rsBullet span {
      width: 16px;
      height: 16px;
      background-color: #A20909; }
      @media screen and (min-width: 480px) {
        .rsCustom .rsBullet span {
          background-color: #FBB03B; } }
  .rsCustom .rsArrowIcn {
    /* background-color: rgba(0, 0, 0, 0.75); */
    background-color: transparent;
    bottom: 0;
    width: 60px;
    height: 60px;
    /* background-image: url(../images/arrowSlider.png); */
    background-image: url(../images/slider_arrow_yellow.png);
    background-repeat: no-repeat;
    background-position: center !important;
    left: 0; }
  .rsCustom .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(190, 30, 45, 0.8); }
  .rsCustom .rsArrow {
    width: 60px;
    display: none !important;
  }
  @media screen and (min-width: 480px) {
    .rsCustom .rsArrow {
      display: inline-block !important;
    }
  }
  .rsArrowIcn:hover {
    background-color: transparent !important;
  }

  .rsArrowRight .rsArrowIcn {
    left: 10px;
  }

  .rsArrowLeft .rsArrowIcn {
    left: -10px;
  }

  .rsCustom.rsHor .rsArrowLeft .rsArrowIcn {
    /* left: 0; */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .rsCustom.rsHor .rsArrowRight .rsArrowIcn {
    right: 0; }

.label {
  position: absolute;
  right: 0; }
  .label.german {
    right: 90px;
  }
  
  @media screen and (min-width: 480px) {
    .label {
      top: -200%; }
    }
  @media screen and (min-width: 769px) {
    .label {
      top: 0; }
      .label.german {
    right: 90px;
    top: 7px; }
    }

.downloadCatalogue {
  color: white;
  padding: .75em 1em;
  padding-left: 3em;
  padding-right: 1em;
  text-transform: uppercase;
  background: url(../images/anchor.png) no-repeat left 0.75em center black;
  font-size: 11px;
  font-weight: bold;
  margin: 2em 0;
  float: none;
  display: block;
  text-align: left;
  margin-top: 15em;
  }
  @media screen and (min-width: 480px) {
    .downloadCatalogue {
      float: right;
      margin-top: 2em; } }

.lang {
  text-transform: uppercase;
  padding-top: 5px;
  *zoom: 1; }
  .lang:before, .lang:after {
    content: " ";
    display: table; }
  .lang:after {
    clear: both; }
  .lang li {
    border-right: 1px solid #808285;
    padding: 0 .5em;
    margin: 0 !important;
    line-height: 100%;
    line-height: 10px; }
    .lang li:last-child {
      padding-right: 0;
      border: 0; }
  .lang a {
    font-size: 11px;
    color: #808285; }
    .lang a:hover {
      color: white; }

.banner {
  position: relative;
  z-index: 2; }
  .banner img {
    width: 100%;
    height: auto;
    display: block; }
    @media screen and (min-width: 768px) {
    .banner img {
      height: 355px; } }
  .banner .bannerText {
    margin: 0;
    color: white;
    position: relative;
    font-size: smaller;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    bottom: 4px;
    padding: 1em; }
    @media screen and (min-width: 480px) {
      .banner .bannerText {
        background: transparent;
        font-size: 45px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 0;
        text-align: right;
        max-width: 295px; } }

.sideMenuToggle {
  display: block;
  background: black;
  text-align: center;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  height: 48px;
  line-height: 48px;
  z-index: 2;
  width: 100%;
  font-weight: 600; }
  
  .sideMenuToggle .arrows {
    text-indent: -9999px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    bottom: -5px;
    left: 47%; }
  .sideMenuToggle.noArrow .arrows {
    display: none; }


.menuBox {
  width: 100%;
  background: black;
  text-align: center;
  z-index: 1;
  position: absolute;
  padding-bottom: 15px; }
  .menuBox > li {
    line-height: 35px; }
    .menuBox > li a {
      font-size: 14px;
      display: block;
      width: 90%;
      margin-left: 5%;
      max-width: 215px;
      margin: 0 auto;
      border-bottom: 1px solid #757575;
      text-transform: uppercase; }
      .menuBox > li:first-child{
      padding-top:10px;
      	line-height:50px;
      }
    .menuBox > li.active {
      color: white;
      font-weight: 400; }
    .menuBox > li:last-child a {
      border-bottom: 0; }
    .menuBox > li li:first-child {
      background: url(../images/arrowLine.png) no-repeat center top transparent;
      margin-top: .5em;
      padding-top: .5em; }
  .menuBox:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    bottom: -5px;
    left: 47%; }
  .menuBox a {
    color: #757575; }
    .menuBox a:hover {
      color: white;
      font-weight: 600; }
  .menuBox .clicked a {
    border-bottom: 0; }
  .menuBox .clicked ul {
    display: block; }
    .menuBox .clicked ul li {
      opacity: 1; }
  .menuBox .extMenu {
    display: none; }
    .menuBox .extMenu a {
      font-size: 11px; }
    .menuBox .extMenu li {
      opacity: 0; }
    .menuBox.on:after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #fcba42;
      bottom: 0;
    }

.customHr {
  *zoom: 1; }
  .customHr:before, .customHr:after {
    content: " ";
    display: table; }
  .customHr:after {
    clear: both; }

.logoSmall {
  width: auto !important; }

@media screen and (min-width: 941px) {
  .service .mainContent article {
    float: left;
    width: 332.5px; } }

.spec img ~ ul {
  margin-top: 2em; }
.spec ul li {
  margin-bottom: 0 !important; }


@media all and (min-width: 1500px) {
  .content {
    margin-bottom: 12em;
  }
}


/*modernizr*/
.no-cssgradients .gradient{
    background: url(../images/gradient.png) repeat-x 0 0 #fdbd5d;
}
.no-cssgradients footer {
  background: black;
}

.error
{
	font-size:11px;
	color:#fff;
}


#content-right
{
	width:655px;
	float:right;
	font-size:12px;
	margin-top:10px;
	line-height:24px;
}
#content {
	width: 320px;
	float: left;
	margin-right:5px;
}
@media screen and (max-width: 980px) {
	#content-right{
		width:50%;
		padding: 1% 0;
		text-align:left;
	}
	#content {
		width:41%;
		padding: 1% 0;
	}
}
@media screen and (max-width: 768px) {

	#content-right {
		width: auto;
		float: none;
		text-align:left;
	}
	#content {
		width: 765px;
	}
}

.borderBanner
{
	  border-top:2px solid #fff;
}
@media screen and (min-width: 900px) {
    .borderBanner
	{
	border: none;
	} 
}