@charset "UTF-8";
@font-face { font-family: 'NeuzeitSLT-Book'; font-style: normal; font-weight: normal; src: url("../fonts/2E00F7_0_0.eot"); src: url("../fonts/2E00F7_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E00F7_0_0.woff2") format("woff2"), url("../fonts/2E00F7_0_0.woff") format("woff"), url("../fonts/2E00F7_0_0.ttf") format("truetype"); }

@font-face { font-family: 'NeuzeitSLT-BookHeavy'; font-style: normal; font-weight: bold; src: url("../fonts/2E00F7_1_0.eot"); src: url("../fonts/2E00F7_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E00F7_1_0.woff2") format("woff2"), url("../fonts/2E00F7_1_0.woff") format("woff"), url("../fonts/2E00F7_1_0.ttf") format("truetype"); }

@font-face { font-family: 'HelveticaNeueLTStd-Lt'; src: url("../fonts/30F303_0_0.eot"); src: url("../fonts/30F303_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30F303_0_0.woff2") format("woff2"), url("../fonts/30F303_0_0.woff") format("woff"), url("../fonts/30F303_0_0.ttf") format("truetype"); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** 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/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** 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/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** 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 Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
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; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 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/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/* ========================================================================== apure main css requires foundation.css V6 ========================================================================== */
/* ========================================================================== variables ========================================================================== */
.no-pad { padding: 0; }

.clear-both { clear: both; }

.spacer10 { height: 10px; }

.spacer20 { height: 20px; }

.spacer30 { height: 30px; }

.blackline3 { background-color: #000; height: 3px; }

body, html { background: transparent; }

.row { max-width: 62.5rem; }

.xlarge { max-width: 1440px; margin-left: auto; margin-right: auto; }

.button { font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; border-radius: 0; }

.button.primary { background-color: #ad9e94; color: #fefefe; }

.button.primary:hover { background-color: #4b4c4e; color: #fefefe; }

.button.primary:focus { background-color: #ad9e94; color: #fefefe; }

.button.hollow.secondary { border: 1px solid #999999; color: #999999; }

.button.hollow.secondary:hover { border: 1px solid #585858; color: #585858; }

::-webkit-input-placeholder { /* WebKit browsers */ font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ccc; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ccc; opacity: 1; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ccc; opacity: 1; }

:-ms-input-placeholder { /* Internet Explorer 10+ */ font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ccc; }

.light ::-webkit-input-placeholder { /* WebKit browsers */ font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ddd; }

.light :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ddd; opacity: 1; }

.light ::-moz-placeholder { /* Mozilla Firefox 19+ */ font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ddd; opacity: 1; }

.light :-ms-input-placeholder { /* Internet Explorer 10+ */ font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ddd; }

input:focus::-webkit-input-placeholder { color: transparent; }

input:focus:-moz-placeholder { color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder { color: transparent; }

/* IE 10+ */
input.odb { border: 1px solid #000000; height: auto; padding: 4px 4px 2px 4px; background-color: #4b4c4e; color: #fff; }

input[type="text"], input[type="number"], input[type="email"], input[type="password"] { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; height: auto; padding: 4px 4px 6px 10px; background-color: #4b4c4e; color: #fff; border-radius: 0; }

input[type="text"]:focus, input[type="email"]:focus { background-color: #4b4c4e; color: #fff; outline: none; }

select:not(.reset) { background-color: #4b4c4e; color: #eee; border: none; padding: 4px 4px 2px 4px; height: auto; border-radius: 0; }

select:hover { background-color: #666; color: #fff; }

select:focus { outline: 0; }

select option:disabled, select option[disabled], select option[disabled='disabled'] { color: #eee; background: white; }

select:disabled { background-color: #000; color: #000; cursor: default; }

textarea, textarea:focus { background-color: #4b4c4e; color: #fff; border: none; }

input[type="checkbox"] + label span { display: inline-block; border: 2px solid #555; width: 13px; height: 13px; margin: -5px 10px 0 0; vertical-align: middle; cursor: pointer; }

input[type="checkbox"]:checked + label span { background-image: url("../images/icons/prodconf-selected.png"); background-position: center center; background-size: cover; }

input[type="checkbox"] + label { color: #fff; font-size: 13px; margin-left: 0; }

.light input[type="text"], .light input[type="email"], .light input[type="password"] { background-color: #fff; border: 1px solid #eee; color: #999; max-width: 500px; }

input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea { background-color: #4b4c4e; cursor: default; }

/* ========================================================================== TYPEFACE ========================================================================== */
/** detect unstyled elements */
p, li, td, a, h1, h2, h3, h4, h5, h6 { font-family: serif; -webkit-font-smoothing: antialiased; color: #00cc00; }

.no-font { font-size: 0.000001px; }

/** font families and sizes */
.std-typeface p, .std-typeface li, .std-typeface td, .std-typeface ul { font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: normal; color: #4b4c4e; font-size: 12px; line-height: 16px; text-align: left; margin: 0; padding: 0; }

@media (min-width: 640px) { .std-typeface p, .std-typeface li, .std-typeface td, .std-typeface ul { font-size: 16px; line-height: 22px; } }

@media (min-width: 1024px) { .std-typeface p, .std-typeface li, .std-typeface td, .std-typeface ul { font-size: 22px; line-height: 30px; } }

.std-typeface ul { margin-left: 1.25rem; }

.std-typeface p a { color: #ad9e94; font-family: inherit; font-size: inherit; line-height: inherit; }

.std-typeface p a:hover { color: #4b4c4e; }

.std-typeface h1 { color: #585858; font-family: "HelveticaNeueLTStd-Lt"; font-weight: normal; font-size: 30px; line-height: 30px; text-align: left; margin: 0; padding: 0; }

@media (min-width: 640px) { .std-typeface h1 { font-size: 45px; line-height: 45px; } }

@media (min-width: 1024px) { .std-typeface h1 { font-size: 60px; line-height: 60px; } }

.std-typeface h2 { color: #585858; font-family: "HelveticaNeueLTStd-Lt"; font-weight: normal; font-size: 24px; line-height: 24px; text-align: left; margin: 0; padding: 0; }

@media (min-width: 640px) { .std-typeface h2 { font-size: 36px; line-height: 36px; } }

@media (min-width: 1024px) { .std-typeface h2 { font-size: 45px; line-height: 45px; } }

.std-typeface h3 { color: #585858; font-family: "HelveticaNeueLTStd-Lt"; font-weight: normal; font-size: 18px; line-height: 18px; text-align: left; margin: 0; padding: 0; }

@media (min-width: 640px) { .std-typeface h3 { font-size: 27px; line-height: 30px; } }

@media (min-width: 1024px) { .std-typeface h3 { font-size: 35px; line-height: 35px; } }

/** spacings */
.std-spacings p + p, .std-spacings p + ul, .std-spacings ul + p, .std-spacings ul + ul { margin-top: 8px; }

@media (min-width: 640px) { .std-spacings p + p, .std-spacings p + ul, .std-spacings ul + p, .std-spacings ul + ul { margin-top: 11px; } }

@media (min-width: 1024px) { .std-spacings p + p, .std-spacings p + ul, .std-spacings ul + p, .std-spacings ul + ul { margin-top: 15px; } }

.std-spacings h1.top-title { margin-top: 90px; }

.std-spacings h1 + p, .std-spacings h1 + ul { margin-top: 8px; }

@media (min-width: 640px) { .std-spacings h1 + p, .std-spacings h1 + ul { margin-top: 11px; } }

@media (min-width: 1024px) { .std-spacings h1 + p, .std-spacings h1 + ul { margin-top: 15px; } }

.std-spacings h2 + p, .std-spacings h2 + ul { margin-top: 12px; }

@media (min-width: 640px) { .std-spacings h2 + p, .std-spacings h2 + ul { margin-top: 18px; } }

@media (min-width: 1024px) { .std-spacings h2 + p, .std-spacings h2 + ul { margin-top: 22px; } }

.std-spacings h3 + p, .std-spacings h3 + ul { margin-top: 13px; }

@media (min-width: 640px) { .std-spacings h3 + p, .std-spacings h3 + ul { margin-top: 15px; } }

@media (min-width: 1024px) { .std-spacings h3 + p, .std-spacings h3 + ul { margin-top: 18px; } }

.std-spacings p + h2, .std-spacings ul + h2 { margin-top: 12px; }

@media (min-width: 640px) { .std-spacings p + h2, .std-spacings ul + h2 { margin-top: 18px; } }

@media (min-width: 1024px) { .std-spacings p + h2, .std-spacings ul + h2 { margin-top: 22px; } }

.std-spacings p + h3, .std-spacings ul + h3 { margin-top: 13px; }

@media (min-width: 640px) { .std-spacings p + h3, .std-spacings ul + h3 { margin-top: 15px; } }

@media (min-width: 1024px) { .std-spacings p + h3, .std-spacings ul + h3 { margin-top: 18px; } }

.std-spacings h1 + h2, .std-spacings h1 + h3 { margin-top: 15px; }

@media (min-width: 640px) { .std-spacings h1 + h2, .std-spacings h1 + h3 { margin-top: 22px; } }

@media (min-width: 1024px) { .std-spacings h1 + h2, .std-spacings h1 + h3 { margin-top: 30px; } }

/** individual classes */
.angle-link-small { font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #4b4c4e; font-size: 11px !important; }

@media (min-width: 640px) { .angle-link-small { font-size: 13px !important; } }

@media (min-width: 1024px) { .angle-link-small { font-size: 16px !important; } }

.angle-link-medium { font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #4b4c4e; }

.angle-button-small { font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #4b4c4e; font-size: 11px !important; }

@media (min-width: 640px) { .angle-button-small { font-size: 13px !important; } }

@media (min-width: 1024px) { .angle-button-small { font-size: 16px !important; } }

span.color-ci { color: #ad9e94; }

span.color-cta { color: #f36d21; }

p.number-caption { color: #999999; font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 12px; line-height: 12px; text-align: left; }

@media (min-width: 640px) { p.number-caption { font-size: 16px; line-height: 16px; } }

@media (min-width: 1024px) { p.number-caption { font-size: 20px; line-height: 20px; } }

span.std-number { color: #ad9e94; font-size: 20px; line-height: 30px; }

@media (min-width: 640px) { span.std-number { font-size: 25px; line-height: 45px; } }

@media (min-width: 1024px) { span.std-number { font-size: 50px; line-height: 50px; } }

p.cs-caption { color: #4b4c4e; font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 11px; line-height: 11px; text-align: left; margin-top: 15px; margin-bottom: 5px; }

@media (min-width: 640px) { p.cs-caption { font-size: 13px; line-height: 13px; margin-top: 15px; } }

@media (min-width: 1024px) { p.cs-caption { font-size: 16px; line-height: 16px; margin-top: 15px; } }

#top-bar { width: 100%; background-color: #585858; position: absolute; position: fixed; top: 0; left: 0; z-index: 1000; }

#page-index #top-bar { background-color: rgba(88, 88, 88, 0.9); }

@media (min-width: 1024px) { #page-index #top-bar { background-color: rgba(88, 88, 88, 0.85); } }

a.product-icon-link { display: block; margin: 0 auto 20px auto; opacity: 0.8; background-color: transparent; text-align: center; color: #333; font-size: 12px; line-height: 14px; width: 180px; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeShortFromLeft; animation-name: fadeShortFromLeft; }

@media (min-width: 768px) { a.product-icon-link { display: inline-block; margin-bottom: 0; } }

a.product-icon-link:hover { -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s; background-color: transparent; color: #ad9e94; }

.dark-fillstroke { fill: #3E3D40; stroke: #3E3D40; -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s; }

.dark-stroke { fill: none; stroke: #3E3D40; -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s; }

.dark-fill { fill: #3E3D40; stroke: none; -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s; }

a.product-icon-link:hover .dark-stroke { stroke: #ad9e94; }

a.product-icon-link:hover .dark-fill { fill: #ad9e94; }

a.product-icon-link:hover .dark-fillstroke { fill: #ad9e94; stroke: #ad9e94; }

a.product-icon-link img { max-width: 180px; }

a.product-icon-link .product-icon { max-width: 110px; max-width: 90px; margin-bottom: 10px; }

@-webkit-keyframes fadeShortFromLeft { from { opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeShortFromLeft { from { opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.menuzord-menu li { text-transform: uppercase; }

/* ========================================================================== BOTTOM BAR ========================================================================== */
/** lorem ipsum */
#bottom-bar { background-color: #4b4c4e; background-color: #585858; width: 100%; }

#page-index #bottom-bar { position: static; background-color: rgba(88, 88, 88, 0.85); z-index: 1000; }

@media (min-width: 640px) { #page-index #bottom-bar { position: absolute; bottom: 0; } }

.footergrid { padding: 15px 5px 15px 15px; }

.footergrid::after { clear: both; content: ""; display: block; }

@media (min-width: 640px) { .footergrid { padding: 15px 15px 15px 15px; } }

@media (min-width: 1024px) { .footergrid { padding: 15px 60px 15px 60px; } }

.footergrid-left { float: left; }

.footergrid-right { clear: both; float: none; }

@media (min-width: 700px) { .footergrid-right { clear: none; float: right; } }

.footergrid-first { float: left; width: 65px; }

@media (min-width: 700px) { .footergrid-first { width: 100px; } }

.footergrid-second { float: left; width: 80px; }

@media (min-width: 700px) { .footergrid-second { width: 115px; } }

.footergrid-third { float: left; width: 100px; }

@media (min-width: 700px) { .footergrid-third { width: 130px; } }

.bb-typeface p { font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: normal; color: #aaa; font-size: 10px; line-height: 12px; text-align: left; margin: 0; padding: 0; padding-bottom: 10px; }

@media (min-width: 700px) { .bb-typeface p { padding: 0; font-size: 12px; line-height: 26px; } }

.bb-typeface p a { color: #aaa; font-family: inherit; font-size: inherit; line-height: inherit; transition: color 0.5s; }

.bb-typeface p a:hover { color: #ad9e94; }

.bb-social-links { margin-top: 0; padding-top: 10px; }

@media (min-width: 700px) { .bb-social-links { margin-top: 13px; padding-top: 0; } }

.bb-social-links p { text-align: left; }

@media (min-width: 700px) { .bb-social-links p { text-align: right; } }

span.bb-social-link a { color: #333; font-size: 20px; display: inline-block; margin-right: 5px; margin-left: 0; opacity: 0.7; padding-top: 3px; width: 23px; height: 23px; }

@media (min-width: 700px) { span.bb-social-link a { margin-left: 5px; margin-right: 0; } }

span.bb-social-link a:hover { opacity: 1; }

.bb-copyright { margin-top: 12px; }

.bb-copyright p { font-weight: normal; line-height: 12px; }

@media (min-width: 1024px) { body#page-product-overview, body#page-newsletter, body#page-jobs, body#page-dealers { min-height: 100%; display: flex; flex-direction: column; } }

@media (min-width: 1024px) { .wrap-for-sticky-footer { flex: 1; } }

#top-distance { height: 145px; width: 100%; margin: 0; padding: 0; }

/* First lower breakpoint: Use if viewport width ≥ 640 pixels */
@media screen and (max-width: 768px) { #top-distance { height: 80px; margin: 0; padding: 0; } }

h1.woocommerce-products-header__title { margin-bottom: 60px; border-bottom: 1px solid #eee; }

/* royal slider */
/*.royalSlider img { width: 100%; height: auto; margin: 10px auto; }*/
#full-width-slider { width: 100%; color: #000; }

.coloredBlock { padding: 12px; background: rgba(255, 0, 0, 0.6); color: #FFF; width: 200px; left: 20%; top: 5%; }

.infoBlock { position: relative; bottom: 32px; left: 30%; max-width: 50%; padding-bottom: 0; /*background: #FFF;*/ /*background: rgba(255, 255, 255, 0.8);*/ overflow: hidden; padding: 20px; }

.rsABlock.text { top: auto !important; bottom: 32px; left: 51px !important; }

.rsABlock.logo { top: auto !important; bottom: 32px; right: 51px !important; text-align: right; max-width: 100%; }

.photosBy { position: absolute; line-height: 24px; font-size: 12px; background: #FFF; color: #000; padding: 0px 10px; position: absolute; left: 12px; bottom: 12px; top: auto; border-radius: 2px; z-index: 25; }

.photosBy a { color: #000; }

.fullWidth { max-width: 1600px; margin: 0 auto 24px; }

.tp-bullets.simplebullets.round .bullet { width: 7px; height: 7px; }

@media screen and (min-width: 960px) and (min-height: 660px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { /*height: 520px !important;*/ } }

@media screen and (min-width: 960px) and (min-height: 1000px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { /*height: 660px !important;*/ } }

@media screen and (min-width: 0px) and (max-width: 800px) { .royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow { /*height: 300px !important;*/ }
  .infoBlock { padding: 10px; height: auto; max-height: 100%; min-width: 40%; left: 5px; top: 5px; right: auto; font-size: 12px; }
  .infoBlock h3 { font-size: 14px; line-height: 17px; } }

.vjs-default-skin .vjs-big-play-button { left: 0.5em; top: 0.5em; font-size: 3em; display: block; z-index: 2; position: absolute; width: 40px; height: 40px; text-align: center; vertical-align: middle; cursor: pointer; opacity: 1; background-color: #07141e; background-color: rgba(7, 20, 30, 0.7); border: 0.1em solid #3b4249; -webkit-border-radius: 0.8em; -moz-border-radius: 0.8em; border-radius: 50%; -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25); -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

.quform-input { margin-bottom: 10px; }

.quform-errors > .quform-error, .quform-outer-no-js .quform-error { padding: 3px 10px 3px 25px; margin: 0; line-height: 16px; color: #000; font-size: 12px; font-weight: normal; display: inline-block; border: 1px solid #fa8b83; }

.quform-element input[type="text"] { border: 1px solid #000000; }

.quform-has-error input[type="text"] { border: 1px solid #990000; }

.quform-element div.quform-errors-wrap { display: none !important; }

.quform-error-message { margin-bottom: 10px; background: transparent; border: none; color: #aa0000; padding: 0; font-size: 13px; }

.quform-errors > .quform-error, .quform-outer-no-js .quform-error { padding: 0; margin: 0; line-height: 16px; color: #aa0000; font-size: 13px; font-weight: normal; display: inline-block; border: none; background: none; }

.rel-pos { position: relative; }

div.porsche-divider img { max-width: 130px; }

@media (min-width: 640px) { div.porsche-divider img { max-width: 150px; } }

@media (min-width: 1024px) { div.porsche-divider img { max-width: 200px; } }

.tparrows.tp-leftarrow:before { content: "\f104\f104"; }

.tparrows.tp-rightarrow:before { content: "\f105\f105"; }

.tparrows:before { font-family: FontAwesome; font-size: 20px; color: #f36d21; display: block; line-height: 40px; text-align: center; }

.tparrows { background: transparent; }

.tparrows:hover { background: transparent; }
