@charset "UTF-8";
/* Scss Document */
/*! 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% !important;
  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; }

/* Variables */
/* Slick Carousel Variables */
@-webkit-keyframes opac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes opac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes opac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes opac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BMW Type Global Pro';
  src: url("../fonts/bmwtypenexttt-bold-webfont.eot");
  src: url("../fonts/bmwtypenexttt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bmwtypenexttt-bold-webfont.woff2") format("woff2"), url("../fonts/bmwtypenexttt-bold-webfont.woff") format("woff"), url("../fonts/bmwtypenexttt-bold-webfont.svg#bmwtypenexttt_boldbold") format("svg");
  font-style: normal;
  font-weight: bold;
  /* IE9 Compat Modes */
  /* Legacy iOS */ }
@font-face {
  font-family: 'BMW Type Global Pro';
  src: url("../fonts/bmwtypenexttt-light-webfont.eot");
  src: url("../fonts/bmwtypenexttt-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bmwtypenexttt-light-webfont.woff2") format("woff2"), url("../fonts/bmwtypenexttt-light-webfont.woff") format("woff"), url("../fonts/bmwtypenexttt-light-webfont.svg#bmwtypenextttlight") format("svg");
  font-style: normal;
  font-weight: light;
  /* IE9 Compat Modes */
  /* Legacy iOS */ }
@font-face {
  font-family: 'BMW Type Global Pro Regular';
  src: url("../fonts/bmwtypenexttt-regular-webfont.eot");
  src: url("../fonts/bmwtypenexttt-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bmwtypenexttt-regular-webfont.woff2") format("woff2"), url("../fonts/bmwtypenexttt-regular-webfont.woff") format("woff"), url("../fonts/bmwtypenexttt-regular-webfont.svg#bmwtypenextttregular") format("svg");
  font-style: normal;
  font-weight: normal;
  /* IE9 Compat Modes */
  /* Legacy iOS */ }
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

sub {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

ol, ul {
  list-style: none; }

html {
  color: #fff; }
  html a {
    color: #fff; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

@media screen and (min-width: 800px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 860px) {
  html {
    font-size: 18px; } }
@media screen and (min-width: 920px) {
  html {
    font-size: 20px; } }
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px; } }
*, *:before, *:after {
  box-sizing: inherit; }

img {
  width: 100%;
  height: auto; }

body {
  background: #212121;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'alternateGothic'; }

/* ==========================================================================
   Imports
   ========================================================================== */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 240px;
  padding: 8px;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Arial, Helvetica,  sans-serif; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.is-today .pika-button {
  color: #1c69d4;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #1c69d4;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff !important;
  background: #5492e8;
  box-shadow: none !important;
  border-radius: 3px !important; }

/* =GENERAL */
.sprite {
  background-image: url(../img/bmw_sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px; }

.wrapper {
  margin: auto; }

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

body {
  background: #F0EFE7;
  margin: 0;
  padding: 0;
  font: 15px   'BMW Type Global Pro', Arial, Helvetica, sans-serif;
  color: #4E443C; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'BMW Type Global Pro', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-rendering: optimizelegibility; }

h1 {
  color: #4E443C;
  font-size: 36px; }

h2, h2 a {
  color: #000; }

h3, h3 a {
  color: #0388A6; }

a {
  color: #0388A6;
  transition: color .4s ease;
  /*i just moved this from anchor*/ }
  a:hover {
    transition: color .4s ease;
    /*i just moved this from anchor*/ }

strong {
  font-weight: normal;
  font-family: 'BMW Type Global Pro Regular', 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif; }

pre {
  border: 1px solid #000;
  overflow-x: auto;
  background: #222;
  color: #fff;
  text-shadow: none; }

.desktop {
  display: block; }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

.tablet {
  display: none; }
  @media only screen and (max-width: 768px) {
    .tablet {
      display: block; }
      .tablet .sidecontact {
        float: left;
        width: 85%; }
        .tablet .sidecontact a {
          color: #3467cd; } }

.container {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  clear: both; }

.container-outside {
  border: none; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix {
  /* Make this mixin available with a CSS class */ }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

main {
  padding-top: 1.5em; }

main, footer {
  clear: both; }

/* =BUTTONS */
.btn-link {
  color: #1c69d4;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  border: none; }

.btn-expand {
  cursor: pointer;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 230px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px  'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  position: relative; }

.btn-expand span {
  display: block; }

.btn-expand:hover {
  background-color: #0653B6; }

.btn-expand:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 3px;
  right: 4px;
  background-image: url(../img/bmw_sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-position: -248px -15px; }

.btn-loadMore {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  vertical-align: middle;
  text-align: center;
  margin: 0px auto 0 auto;
  border: 1px solid #ebebeb;
  background-color: #edf0f1;
  background-image: -moz-linear-gradient(top, #ffffff, #edf0f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#edf0f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #edf0f1);
  background-image: -o-linear-gradient(top, #ffffff, #edf0f1);
  background-image: linear-gradient(to bottom, #ffffff, #edf0f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffedf0f1', GradientType=0);
  max-width: 480px;
  height: 50px;
  color: #666;
  font: bold 16px  'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media only screen and (max-width: 480px) {
    .btn-loadMore {
      width: 80%; } }

.actionBar {
  clear: both;
  /* Make this mixin available with a CSS class */
  padding: 10px 0px 0px 0px; }
  .actionBar.pad {
    padding-right: 20px;
    padding-left: 20px; }

.actionBar:before,
.actionBar:after {
  content: " ";
  display: table; }

.actionBar:after {
  clear: both; }

.actionBar:before,
.actionBar:after {
  content: " ";
  display: table; }

.actionBar:after {
  clear: both; }

.actionBar button {
  float: left;
  margin-right: 7px; }

.actionBar button:first-child,
.actionBar a:first-child {
  margin-left: 0; }

.actionBar-bottom {
  padding-top: 20px;
  padding-bottom: 20px; }

.btn-action {
  height: 30px;
  border: 0px solid #ddd;
  background: #3467cd;
  text-align: left;
  padding: 5px 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font: bold 13px 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  transition: all 0.5s ease;
  margin-bottom: 10px; }
  .btn-action_default {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border: 0;
    background: transparent;
    height: 30px;
    margin-bottom: 10px;
    padding: 5px 10px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.btn-action:hover,
.btn-action:focus {
  background: #1C69d4;
  filter: none;
  /* Override IE gradient */ }

.btn-share,
.btn-share-lg {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white; }

.btn-share {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #3467cd;
  color: white;
  transition: all 0.5s ease; }
  .btn-share:hover {
    background-color: #3366cc; }

.btn-share-lg {
  display: inline-block;
  color: white;
  padding: 0 6px;
  height: 30px; }
  .btn-share-lg .fa {
    width: 30px;
    line-height: 1.7em;
    font-size: 1.5em;
    text-align: center; }

.actions {
  height: 40px;
  padding: 0 0 10px 0; }

.actions button, .actions a.button {
  border: none;
  display: inline-block;
  color: white;
  margin: 0 5px 0 0;
  padding: 0px 4px; }
  .actions button .fa, .actions a.button .fa {
    width: 30px;
    line-height: 30px;
    font-size: 1.5em;
    text-align: center; }

.loader, .loading {
  text-align: center; }

.loader img, .loading img {
  width: 40px;
  margin: auto; }

#contacts {
  line-height: 20px;
  font-size: 14px; }

a {
  text-decoration: none;
  color: #1c69d4; }

body {
  background-color: #ffffff;
  color: #000000;
  font: 12px 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 20px; }

h2 {
  color: #999;
  font-size: 16px;
  font-weight: normal; }

h3 {
  font-size: 14px; }

h4 {
  font-size: 12px; }

.mt20 {
  margin-top: 20px; }

.sharepanel, .sharepanelup {
  position: absolute;
  z-index: 9999;
  background-color: #3467cd;
  color: white;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  width: auto;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  text-align: center; }
  .sharepanel a, .sharepanelup a {
    float: left;
    clear: both;
    margin-bottom: 10px;
    text-align: center; }
    .sharepanel a:link, .sharepanel a:visited, .sharepanelup a:link, .sharepanelup a:visited {
      display: block !important;
      text-decoration: none;
      color: #fff !important; }
  .sharepanel .fa, .sharepanelup .fa {
    color: #fff;
    font-size: 24px;
    width: 24px; }
  .sharepanel.active, .sharepanelup.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s; }

.wrapper {
  position: relative;
  max-width: 1300px;
  margin: auto; }

.sharepanel:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #3467cd;
  border-width: 6px;
  margin-left: -6px; }

.sharepanelup:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #000000;
  border-width: 6px;
  margin-left: -6px; }

#pageshare {
  top: 42px; }

/* =HEADER */
.header-main {
  min-height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }
  .header-main .header-top {
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    min-height: 40px;
    display: block; }
    .header-main .header-top .nav-util {
      position: absolute;
      right: 50px;
      list-style: none;
      color: #fff; }
      @media only screen and (max-width: 480px) {
        .header-main .header-top .nav-util {
          right: 40px; } }
      .header-main .header-top .nav-util li {
        float: left;
        margin-left: 5px;
        color: #fff;
        line-height: 30px; }
        @media only screen and (max-width: 480px) {
          .header-main .header-top .nav-util li {
            margin-left: 0px; } }
        .header-main .header-top .nav-util li a {
          display: inline-block;
          text-decoration: none;
          color: #fff;
          font-weight: 600;
          font-size: 11px;
          padding: 6px 10px; }
          @media only screen and (max-width: 480px) {
            .header-main .header-top .nav-util li a {
              padding: 6px 2px; } }
  .header-main .header-brand .micro-nav_logo,
  .header-main .header-brand .micro-nav_tagline {
    display: none; }
  .header-main .header-bottom {
    position: relative;
    height: 106px;
    background: #010f14;
    background: linear-gradient(180deg, rgba(1, 15, 20, 0.92) 0%, rgba(1, 14, 19, 0.83) 13%, rgba(0, 1, 1, 0) 89%, rgba(1, 15, 20, 0) 100%);
    transition: background 0.3s ease, height 0.3s ease; }
    .header-main .header-bottom .micro-nav_toggle {
      display: none;
      margin-left: auto;
      background: url(../img/menu.svg) no-repeat center center;
      background-size: contain;
      height: 13px;
      width: 22px;
      border: 0;
      cursor: pointer;
      outline: none;
      transform: translateY(6px);
      margin-right: 20px; }
  .micro-nav .header-main {
    min-height: auto;
    position: fixed; }
    .micro-nav .header-main .header-brand {
      display: flex;
      top: auto;
      align-items: center;
      padding-top: 5px; }
      @media only screen and (max-width: 910px) {
        .micro-nav .header-main .header-brand {
          padding-top: 8px; } }
      .micro-nav .header-main .header-brand .desk {
        display: none; }
      .micro-nav .header-main .header-brand .micro-nav_logo {
        display: block;
        height: 18px;
        width: auto; }
        @media only screen and (max-width: 910px) {
          .micro-nav .header-main .header-brand .micro-nav_logo {
            height: 36px; } }
      .micro-nav .header-main .header-brand .micro-nav_tagline {
        display: block;
        height: 14px;
        width: auto;
        margin-left: 12px;
        margin-top: 2px; }
    .micro-nav .header-main .header-bottom {
      height: 28px;
      background: #fff;
      border-bottom: 1px solid #cacaca; }
      @media only screen and (max-width: 910px) {
        .micro-nav .header-main .header-bottom {
          height: 52px; } }
      .micro-nav .header-main .header-bottom .desknav {
        display: none; }
      .micro-nav .header-main .header-bottom .micro-nav_toggle {
        display: block; }
        @media only screen and (max-width: 910px) {
          .micro-nav .header-main .header-bottom .micro-nav_toggle {
            display: none; } }
  .scrolled .header-main, .template:not(.micro-nav):not(.newsroompage) .header-main {
    min-height: auto; }
    .scrolled .header-main .nav-primary .has-child > a::after, .template:not(.micro-nav):not(.newsroompage) .header-main .nav-primary .has-child > a::after {
      background-image: url(../img/bmw-nav-arrow-dark.png); }
    .scrolled .header-main .header-brand, .template:not(.micro-nav):not(.newsroompage) .header-main .header-brand {
      top: 16px;
      padding-top: 0; }
      .scrolled .header-main .header-brand .desk, .template:not(.micro-nav):not(.newsroompage) .header-main .header-brand .desk {
        display: none; }
        .scrolled .header-main .header-brand .desk-dark, .template:not(.micro-nav):not(.newsroompage) .header-main .header-brand .desk-dark {
          display: block; }
      .scrolled .header-main .header-brand .micro-nav_logo,
      .scrolled .header-main .header-brand .micro-nav_tagline, .template:not(.micro-nav):not(.newsroompage) .header-main .header-brand .micro-nav_logo,
      .template:not(.micro-nav):not(.newsroompage) .header-main .header-brand .micro-nav_tagline {
        display: none; }
    .scrolled .header-main .header-bottom, .template:not(.micro-nav):not(.newsroompage) .header-main .header-bottom {
      height: 74px;
      background: #fff;
      border-bottom: 1px solid #cacaca; }
      .scrolled .header-main .header-bottom .desknav, .template:not(.micro-nav):not(.newsroompage) .header-main .header-bottom .desknav {
        display: block; }
      .scrolled .header-main .header-bottom .micro-nav_toggle, .template:not(.micro-nav):not(.newsroompage) .header-main .header-bottom .micro-nav_toggle {
        display: none; }
      .scrolled .header-main .header-bottom .nav-primary li > a, .template:not(.micro-nav):not(.newsroompage) .header-main .header-bottom .nav-primary li > a {
        color: #4d4d4d; }

#nav {
  position: absolute;
  top: 0;
  right: 0px; }

#menu {
  float: right; }

.desknav {
  display: block;
  position: relative; }
  @media only screen and (max-width: 910px) {
    .desknav {
      display: none; } }

.ddsmoothmobile {
  display: none; }
  @media only screen and (max-width: 910px) {
    .ddsmoothmobile {
      display: none; } }

.ddsmoothmenu {
  width: 100%;
  display: none;
  font-size: 14px;
  font-weight: 800; }
  .ddsmoothmenu .parent > a {
    position: relative; }
    .ddsmoothmenu .parent > a:hover .downarrowclass, .ddsmoothmenu .parent > a.selected .downarrowclass {
      transform: translateY(-50%) rotate(180deg); }
  .ddsmoothmenu .downarrowclass {
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    width: 8px;
    background: url(../img/bmw-nav-arrow.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
  .ddsmoothmenu .dropdown > li > a {
    border: 1px solid transparent; }
  .ddsmoothmenu .dropdown > li > a:hover,
  .ddsmoothmenu .dropdown > li > a.selected {
    border: 1px solid rgba(52, 103, 205, 0.65); }
  .ddsmoothmenu .dropdown > li > a.selected + ul {
    display: flex !important; }
  .ddsmoothmenu .dropdown > li li a:hover {
    color: #3467cd; }

.micro-nav .ddsmoothmenu .downarrowclass {
  background-image: url(../img/bmw-nav-arrow-dark.png); }

.ddsmoothmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*Top level list items*/
.ddsmoothmenu ul li {
  position: relative;
  display: inline;
  float: left;
  text-transform: uppercase; }

/*Top level menu link items style*/
.ddsmoothmenu ul li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 25px 4px;
  font-weight: normal;
  font-size: .95em; }

* html .ddsmoothmenu ul li a {
  /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block; }

.ddsmoothmenu ul li a.selected {
  /*CSS class that's dynamically added to the currently active menu items' LI A element*/
  background: white !important; }

.ddsmoothmenu ul li a:hover {
  background: white;
  /*background of menu items during onmouseover (hover state)*/ }

.ddsmoothmenu ul li li a {
  color: #666; }

/* sub menus */
.ddsmoothmenu ul li ul {
  position: absolute;
  left: -3000px;
  display: none;
  /*collapse all sub menus to begin with*/
  visibility: hidden;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-top: none; }

/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
  display: list-item;
  float: none;
  text-transform: none; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
  top: -20px;
  border-top: 1px solid #d5d5d5;
  background: #fff;
  z-index: 2000; }

.ddsmoothmenu ul li ul li ul li ul {
  z-index: 2001;
  border-top: 1px solid #d5d5d5;
  background: #fff; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
  width: 210px;
  /*width of sub menus*/
  color: #666;
  padding: 8px 6px;
  margin: 0;
  border-top-width: 0; }

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
  height: 1%; }

/*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
  position: absolute;
  top: 12px;
  right: 7px; }

.rightarrowclass {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #666; }

.leftarrowclass {
  margin-right: 5px; }

/* ######### CSS for shadow added to sub menus  ######### */
/* Hide the menus until user hovers */
.header-brand {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 15000; }
  @media only screen and (max-width: 480px) {
    .header-brand {
      width: 60px; } }
  .header-brand img {
    width: 51px;
    height: 51px; }
    .header-brand img.desk {
      display: block; }
    .header-brand img.desk-dark {
      display: none; }
    .header-brand img.mob {
      display: none; }
      @media only screen and (max-width: 480px) {
        .header-brand img.mob {
          display: block; } }
  @media only screen and (max-width: 480px) {
    .header-brand {
      right: 20px;
      top: 0px; }
      .header-brand img {
        width: 60px;
        height: auto; } }

.header-search {
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  border: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 15002;
  padding: 12px; }
  @media only screen and (max-width: 480px) {
    .header-search {
      right: 0px; } }
  .header-search .fa {
    color: white;
    font-size: 1.4em; }
  .header-search:hover .fa, .header-search:focus .fa, .header-search.active .fa {
    color: #3467cd; }

header .header-bottom #nav {
  position: relative; }

nav > .backdrop {
  visibility: hidden;
  opacity: 0;
  background: #F6F6F6;
  border-radius: 4px;
  position: absolute;
  top: 79px;
  left: 0;
  width: 100%;
  z-index: 1; }
  nav > .backdrop.isHovering {
    visibility: visible;
    opacity: 1; }

.nav-primary {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .nav-primary > .parent {
    position: relative;
    padding-left: 8px; }
    .nav-primary > .parent.has-child > a::after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 5px;
      width: 8px;
      background: url(../img/bmw-nav-arrow.png) no-repeat center center;
      background-size: contain;
      margin-left: 4px; }
    .nav-primary > .parent.has-child:hover > a::after {
      transform: rotate(180deg); }
    .nav-primary > .parent > a {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      padding: 9px 4px 11px;
      margin: 25px 10px 13px;
      border: 1px solid transparent; }
      .nav-primary > .parent > a:focus {
        border-color: #3467cd; }
    .nav-primary > .parent > .backdrop {
      visibility: hidden;
      opacity: 0;
      background: #F6F6F6;
      border-radius: 4px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100vw;
      max-width: 1300px;
      z-index: 1; }
    .nav-primary > .parent > ul {
      visibility: hidden;
      opacity: 0;
      display: flex;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      background: transparent;
      padding: 32px 24px;
      min-height: 270px;
      max-width: 1300px;
      z-index: 2;
      flex-wrap: wrap;
      width: 100vw; }
      .nav-primary > .parent > ul ul {
        padding: 0;
        margin-top: 14px; }
        .nav-primary > .parent > ul ul li {
          padding: 6px 0; }
          .nav-primary > .parent > ul ul li a {
            font-family: 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .nav-primary > .parent > ul ul ul {
          display: none; }
      .nav-primary > .parent > ul a {
        color: #4d4d4d;
        font-family: 'BMW Type Global Pro Regular', 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .nav-primary > .parent > ul a:hover {
          color: #3467cd; }
    .nav-primary > .parent li {
      padding: 6px 16px;
      text-align: left;
      white-space: nowrap; }
    .nav-primary > .parent:hover > ul {
      visibility: visible;
      opacity: 1; }
    .nav-primary > .parent:hover > .backdrop {
      visibility: visible;
      opacity: 1; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev-btn,
.slick-next-btn {
  position: absolute;
  display: block;
  height: 100%;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: #1c69d4;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1000;
  opacity: .4; }
  .slick-prev-btn .fa,
  .slick-next-btn .fa {
    height: 25px;
    width: 25px;
    display: block;
    color: white;
    font-size: 22px; }
  .slick-prev-btn:hover, .slick-prev-btn:focus,
  .slick-next-btn:hover,
  .slick-next-btn:focus {
    outline: none; }
    .slick-prev-btn:hover:before, .slick-prev-btn:focus:before,
    .slick-next-btn:hover:before,
    .slick-next-btn:focus:before {
      opacity: 1; }
  .slick-prev-btn.slick-disabled:before,
  .slick-next-btn.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev-btn:before,
  .slick-next-btn:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 480px) {
    .slick-prev-btn,
    .slick-next-btn {
      display: none !important; } }

.slick-prev-btn {
  left: 0px; }

.slick-next-btn {
  right: 0px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "ÔÇó";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.sm-simple {
  border: 1px solid #bbbbbb;
  background: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

.sm-simple a.current {
  background: #555555;
  color: white; }

.sm-simple a.disabled {
  color: #cccccc; }

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08); }

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: '-'; }

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.sm-simple > li:first-child {
  border-top: 0; }

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1); }

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent; }

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent; }

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent; }

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent; }

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent; }

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em; }

  .sm-simple li {
    float: left; }

  .sm-simple.sm-rtl li {
    float: right; }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none; }

  .sm-simple a {
    white-space: nowrap; }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal; }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-simple {
    background: white; }

  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555; }

  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee; }

  .sm-simple a.current {
    background: #555555;
    color: white; }

  .sm-simple a.disabled {
    background: white;
    color: #cccccc; }

  .sm-simple a.has-submenu {
    padding-right: 32px; }

  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent; }

  .sm-simple a.highlighted span.sub-arrow:before {
    display: none; }

  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee; }

  .sm-simple > li:first-child {
    border-left: 0; }

  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: white;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

  .sm-simple ul a {
    border: 0 !important; }

  .sm-simple ul a.has-submenu {
    padding-right: 20px; }

  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -12px; }

  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee; }

  .sm-simple ul > li:first-child {
    border-top: 0; }

  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px; }

  .sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent; }

  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent; }

  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px; }

  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px; }

  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px; }

  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px; }

  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee; }

  .sm-simple.sm-rtl > li:last-child {
    border-left: 0; }

  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px; }

  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px; }

  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px; }

  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee; }

  .sm-simple.sm-vertical > li:first-child {
    border-top: 0; } }
/* =HOME */
.welcome {
  background-color: #000;
  color: #fff;
  height: auto;
  /* Make this mixin available with a CSS class */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.welcome:before,
.welcome:after {
  content: " ";
  display: table; }

.welcome:after {
  clear: both; }

.welcome:before,
.welcome:after {
  content: " ";
  display: table; }

.welcome:after {
  clear: both; }

.welcome .gl-select {
  float: left;
  padding: 10px 0 10px 25px; }

.welcome-greeting {
  display: inline-block;
  float: left;
  font-family: 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 10px 15px;
  line-height: 37px; }
  @media (max-width: 640px) {
    .welcome-greeting {
      font-size: 15px; } }
  @media (max-width: 640px) {
    .welcome-greeting {
      display: none; } }

.welcome-social {
  position: relative;
  float: right;
  list-style-type: none;
  padding: 0;
  padding: 10px 15px 10px 0px; }

.welcome-social-menu {
  position: relative; }

.soc-menu {
  visibility: hidden;
  position: absolute;
  color: #000;
  padding: 25px 0 10px 0;
  width: 255px;
  top: 33px;
  z-index: 50; }
  .soc-menu#social-facebook {
    right: 170px; }
  .soc-menu#social-twitter {
    right: 126px; }
  .soc-menu#social-youtube {
    right: 50px; }
  @media only screen and (max-width: 480px) {
    .soc-menu {
      top: 32px;
      width: 100%; }
      .soc-menu#social-facebook {
        right: 0px; }
      .soc-menu#social-twitter {
        right: 0px; }
      .soc-menu#social-youtube {
        right: 0px; } }
  .soc-menu.active {
    visibility: visible; }

.welcome-social > a {
  width: 30px;
  height: 35px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  cursor: pointer; }
  .welcome-social > a .fa {
    font-size: 30px;
    color: white;
    width: 30px;
    height: 35px;
    padding-top: 5px; }

.welcome-social .item:first-child {
  margin-left: 0; }

.soc-menu > ul {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 15px; }

.soc-menu > ul > li {
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  list-style-type: none;
  background: transparent url(../img/bullet-sm.png) no-repeat 15px 8px; }

.soc-menu > ul > li > a {
  display: block;
  padding: 4px 10px;
  color: #000;
  font-weight: bold;
  width: calc(100% - 20px); }

.soc-menu > ul > li > a:hover {
  color: #1c69d4; }

.soc-menu:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 10px;
  background: transparent url(../img/dropdown-tail.png) no-repeat;
  right: 10px;
  top: 15px; }
  @media only screen and (max-width: 480px) {
    .soc-menu:after {
      display: none; } }

.maincont {
  width: 100%; }

.mainfull {
  height: 100%;
  max-width: 100%;
  padding: 35px 18px; }

#mainactions {
  height: 40px;
  width: 100%; }

.mainleft {
  height: 100%;
  border-right: 1px solid #ccc;
  float: left;
  width: 100%;
  padding: 35px 18px; }

.mainright {
  float: left;
  width: 100%;
  padding: 0px 0px; }

/* Slider */
.carocont {
  position: relative;
  max-height: 300px;
  min-height: 180px;
  overflow: hidden;
  display: block; }

.carousel {
  display: none; }

.slick-slider {
  width: 100%;
  position: relative;
  background-color: #e6e6e6;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 25px;
  top: 0;
  display: block; }
  @media only screen and (max-width: 480px) {
    .slick-track {
      left: 0; } }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide {
  padding: 18px 0 0 0;
  margin: 0 16px 0 0;
  max-width: 450px; }
  @media only screen and (max-width: 480px) {
    .slide {
      margin: 0; } }

.slide .carotop {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative; }

.slide .carotop img {
  width: 100%;
  height: auto; }

.slide .carobottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  clear: both;
  background-color: rgba(0, 0, 0, 0.5); }

.slidetitle {
  font-size: 13px;
  color: #fff;
  margin: 16px;
  height: 50px; }

.shadow {
  -moz-box-shadow: 6px 6px 7px #666;
  -webkit-box-shadow: 6px 6px 7px #666;
  box-shadow: 6px 6px 7px #666; }
  @media only screen and (max-width: 480px) {
    .shadow {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.slick-dots {
  dsiplay: none; }

/* =GRIDLIST
  Or .gl for short! */
.gl-select {
  display: inline-block;
  border-radius: 2px;
  /*TODO: IE equivalent*/ }

.gl-select-label {
  display: inline-block;
  font-weight: bold;
  margin: 0 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.btn-grid,
.btn-list,
.btn-grid-minimal,
.btn-list-minimal {
  color: #1c69d4;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  border: none;
  background-image: url(../img/bmw_sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  padding: 0; }

.btn-grid {
  width: 40px;
  height: 36px;
  background-position: -15px -181px; }
  .btn-grid.active {
    background-position: -85px -181px; }

.btn-list {
  width: 39px;
  height: 36px;
  background-position: -302px -15px; }
  .btn-list.active {
    background-position: -292px -81px; }

.btn-list-minimal,
.btn-grid-minimal {
  padding: 3px;
  width: 32px;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-list-minimal {
  background-position: -69px -355px; }

.btn-list-minimal.active {
  background-position: -125px -355px; }

.btn-grid-minimal {
  background-position: -69px -305px; }

.btn-grid-minimal.active {
  background-position: -125px -305px; }

.gl-heading {
  margin-top: 25px;
  margin-bottom: 40px; }

.gl-heading-hasCompanion {
  float: left; }

.gl-heading-companion {
  float: right;
  padding-right: 20px; }
  .gl-heading-companion > a {
    font-weight: bold;
    font-size: 13px;
    color: #666; }
    .gl-heading-companion > a:before {
      display: inline-block;
      margin-right: 3px; }
    .gl-heading-companion > a:hover {
      color: #1c69d4;
      transition: color .4s ease;
      /*i just moved this from anchor*/ }

.gl-heading-companion .btn-share,
.gl-heading-companion .btn-share-lg {
  margin-left: 50px; }

.excerpt-title {
  color: #000;
  font-family: 'BMW Type Global Pro Regular', 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif; }

.gl-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .gl-col > a {
    display: block;
    text-decoration: none; }

a:hover .excerpt-title {
  color: #1c69d4;
  transition: color .4s ease;
  /*i just moved this from anchor*/ }

/* Customize the label (the container) */
.download-label {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none; }
  .download-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .download-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #727171; }
    .download-label .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 1px;
      width: 7px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  .download-label input:checked ~ .checkmark {
    background-color: #3467cd;
    border-color: #3467cd; }
  .download-label input:checked ~ .checkmark:after {
    display: block; }

.gl .aside-nav {
  list-style-type: none;
  padding: 0 0 0 30px; }
  @media only screen and (max-width: 480px) {
    .gl .aside-nav {
      padding-left: 0; } }
  .gl .aside-nav > li {
    border-right: 1px solid #cccccc;
    display: inline-block; }
    @media only screen and (max-width: 480px) {
      .gl .aside-nav > li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc; } }
    .gl .aside-nav > li:last-child {
      border-right: none; }
    .gl .aside-nav > li > a {
      display: block;
      padding: 20px 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: #262626; }
      @media only screen and (max-width: 480px) {
        .gl .aside-nav > li > a {
          padding: 20px; } }

.gl .aside-nav > li > a:hover,
.gl .aside-nav > li > a:focus,
.gl .aside-nav > li.active > a {
  color: #1c69d4;
  transition: color .4s ease;
  /*i just moved this from anchor*/ }

.gl-content {
  padding-bottom: 0px; }
  .gl-content h1 {
    color: black; }
    .gl-content h1.gl-heading {
      text-transform: uppercase;
      margin-top: 25px;
      margin-bottom: 40px;
      font-size: 2em; }
      .gl-content h1.gl-heading.nouppercase {
        text-transform: none; }
  .gl-content .load-more {
    display: block;
    position: relative;
    clear: both; }

/* GL grid layout */
.gl.pad {
  padding: 0 20px; }

.gl-grid .excerpt-summary,
.gl-grid .excerpt-date {
  display: none; }
  .gl-grid .excerpt-summary.vid,
  .gl-grid .excerpt-date.vid {
    display: block;
    color: #000; }

.gl-grid .gl-row {
  margin-left: -6px;
  margin-right: -6px;
  /* Make this mixin available with a CSS class */
  overflow: hidden;
  margin-bottom: 15px; }

.gl-grid .gl-row:before,
.gl-grid .gl-row:after {
  content: " ";
  display: table; }

.gl-grid .gl-row:after {
  clear: both; }

.gl-grid .gl-row:before,
.gl-grid .gl-row:after {
  content: " ";
  display: table; }

.gl-grid .gl-row:after {
  clear: both; }

.gl-grid .gl-col {
  min-height: 1px;
  margin-left: 6px;
  margin-right: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: calc(25% - 12px);
  margin-bottom: 2%;
  border: 1px solid #cccccc; }
  @media only screen and (max-width: 1024px) {
    .gl-grid .gl-col {
      width: calc(33.33333333% - 12px); } }
  @media only screen and (max-width: 800px) {
    .gl-grid .gl-col {
      width: calc(50% - 12px); } }
  @media only screen and (max-width: 480px) {
    .gl-grid .gl-col {
      width: calc(100% - 12px); } }
  .gl-grid .gl-col .excerpt-text {
    clear: both;
    margin: 10px 0;
    padding: 0px 10px;
    color: black; }
  .gl-grid .gl-col .excerpt-title {
    font-size: 14px;
    height: 70px; }

.gl-grid .gl-col > a {
  display: block;
  /* Make this mixin available with a CSS class */
  transition: color .4s ease;
  /*i just moved this from anchor*/ }
  .gl-grid .gl-col > a:before, .gl-grid .gl-col > a:after {
    content: " ";
    display: table; }
  .gl-grid .gl-col > aa:after {
    clear: both; }
  .gl-grid .gl-col > a:hover {
    border-color: #999;
    transition: color .4s ease;
    /*i just moved this from anchor*/ }

.gl-grid .gl-aside.btn-expand-container {
  margin: 7px 0 10px 0;
  /* Make this mixin available with a CSS class */ }

.gl-grid .gl-aside.btn-expand-container:before,
.gl-grid .gl-aside.btn-expand-container:after {
  content: " ";
  display: table; }

.gl-grid .gl-aside.btn-expand-container:after {
  clear: both; }

.gl-grid .gl-aside .btn-expand {
  float: left;
  border-right: 3px solid #fff; }

.gl-grid.gl-hasActions .gl-heading,
.gl-grid.gl-hasActions .gl-heading-companion {
  margin: 20px 0 30px 0; }

.gl-grid.gl-hasActions .gl-heading-companion {
  padding-right: 0; }

.gl-grid .excerpt-actions {
  margin-left: 8px; }
  .gl-grid .excerpt-actions button {
    font-size: 1.6em;
    padding: 0.5em;
    border: none;
    background-color: transparent;
    outline: none; }
    .gl-grid .excerpt-actions button .fa {
      color: #333; }

.gl-grid .excerpt-actions .btn-share {
  display: none; }

.gl-grid .img-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 56.25% 0 0 0;
  overflow: hidden; }

.gl-grid .excerpt-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.gl-grid .excerpt-img .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.gl-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  /* Make this mixin available with a CSS class */ }

.gl-list:before,
.gl-list:after {
  content: " ";
  display: table; }

.gl-list:after {
  clear: both; }

.gl-list .gl-heading {
  margin-bottom: 25px; }

.gl-list .gl-aside {
  float: right;
  width: 100%; }

.gl-list .gl-aside.btn-expand-container {
  padding-top: 60px; }

.gl-list .gl-aside .btn-expand {
  display: block;
  margin: 0 auto 3px auto;
  height: 95px;
  padding-top: 20px; }

.gl-list .gl-content {
  float: left;
  padding: 10px 0px 0 0px;
  width: 100%; }
  .gl-list .gl-content #ajax-content {
    padding-bottom: 30px;
    float: left; }
  .gl-list .gl-content .load-more {
    display: block;
    position: relative;
    clear: both; }

.gl-list.gl-hasAside .gl-content {
  width: 100%;
  border-right: 1px solid #cccccc; }

.gl-list.gl-hasActions .gl-heading {
  margin: 0 20px 30px 0px; }

.gl-list.gl-hasActions .gl-col > a {
  float: right;
  width: 84.541666666667%;
  /* = 831px */
  margin-left: 2%; }

.gl-list.gl-hasActions .excerpt-actions {
  float: left;
  width: 13.458333333333%;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 157px;
  position: relative; }
  .gl-list.gl-hasActions .excerpt-actions button {
    font-size: 1.8em;
    padding: 0.5em;
    border: none;
    background-color: transparent; }

.gl-list.gl-hasActions .excerpt-actions .btn-share {
  margin: 1px;
  /* 1px of margin + 5px of padding = the 6px of space shown in the comp */ }

.gl-list.gl-hasActions .excerpt-actions .download-label {
  position: absolute;
  bottom: 10px;
  left: 10px; }

.gl-list.gl-hasActions .excerpt:after {
  width: 59%;
  /* Excerpt width * .gl-col > a width */
  left: 41%;
  border-left: 50px solid #fff;
  border-right: 70px solid #fff; }

.gl-list .excerpt {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0px 5% 0px; }
  .gl-list .excerpt:before, .gl-list .excerpt:after {
    content: " ";
    display: table; }
  .gl-list .excerpt:after {
    clear: both; }
  .gl-list .excerpt.docu {
    margin: 0; }

#contacts h1 {
  margin: 0 0 40px 0;
  text-transform: uppercase; }

h1.gl-heading {
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 18px; }

#contacts h3 {
  color: #262626; }

#contacts h3 a {
  color: #262626; }

#contacts a {
  color: #262626; }

#contacts .gl-list .excerpt:after {
  /* Faux border that takes up the width of .excerpt-text, minus 30px */
  position: absolute;
  border-bottom: none;
  width: 100%;
  /* same as .excerpt-text */
  left: 0px;
  bottom: 0;
  /*border-left: 35px solid #fff;
  border-right: 35px solid #fff;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ccc; }

#contacts .gl-list .excerpt-text {
  margin: 0;
  padding: 10px 0px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 470px; }

#contacts .gl-list .excerpt {
  clear: both;
  /* Make this mixin available with a CSS class */
  margin-bottom: 0px; }

.gl-list .excerpt-text {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .gl-list .excerpt-text {
      padding: 0; } }

.home .gl-list .excerpt-text, .imageGallery .gl-list .excerpt-text, .newsroom .gl-list .excerpt-text {
  width: 70%;
  padding-right: 40px;
  padding-left: 30px; }
  @media only screen and (max-width: 480px) {
    .home .gl-list .excerpt-text, .imageGallery .gl-list .excerpt-text, .newsroom .gl-list .excerpt-text {
      width: 100%;
      padding: 10px 0 0 0; } }

.gl-list .img-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 30%;
  overflow: hidden;
  float: left;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .gl-list .img-wrapper {
      width: 100%; } }

.gl-list .excerpt-img {
  display: block;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.gl-list .excerpt-img > img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'; }

.gl-list .excerpt-date {
  font-size: 1.2em;
  color: #000; }
  @media only screen and (max-width: 480px) {
    .gl-list .excerpt-date {
      margin-top: 1em; } }

.gl-list .excerpt-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em; }
  .gl-list .excerpt-title.doc {
    font-size: 1.5em; }

.gl-list .excerpt-summary {
  font-size: 1.4em;
  color: #666666;
  display: block;
  margin: 0px 0 4em 0; }

#contacts {
  padding: 0 20px; }

#contacts h1 {
  margin: 0 0 0px 0;
  text-transform: uppercase; }

#contacts h2 {
  text-transform: capitalize; }

#contacts h1.gl-heading {
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 17px; }

#contacts h3 {
  color: #262626; }

#contacts h3 a {
  color: #262626; }

#contacts a {
  color: #262626; }

/* =IMAGE GALLERY */
/* =VIDEO GALLERY */
/* All Images gallery */
.btn-gal-menu {
  border: none;
  font-family: 'BMW Type Global Pro Regular', 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #3467cd;
  color: white;
  transition: all 0.5s ease;
  margin: 20px 0 0 20px;
  padding: 6px 16px;
  line-height: 25px; }
  .btn-gal-menu:hover {
    background-color: #3467cd; }
  .btn-gal-menu .fa {
    font-size: 19px;
    color: white;
    margin-right: 6px;
    top: 2px;
    position: relative; }

.gallery-nav,
.gallery-content {
  min-height: 500px; }

.gallery-main {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 2em; }
  @media only screen and (max-width: 480px) {
    .gallery-main {
      overflow-y: auto;
      height: 80%; } }

.gallery-nav {
  background-color: white;
  width: 282px;
  position: absolute;
  left: 0;
  top: 0px;
  transform: translateX(-285px);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  border: 1px solid #ccc;
  overflow-y: auto; }
  @media only screen and (max-width: 480px) {
    .gallery-nav {
      width: 100%;
      position: absolute !important;
      transform: translateX(-100%);
      top: 0px !important; } }
  .gallery-nav.active {
    transform: translateX(0); }
    @media only screen and (max-width: 480px) {
      .gallery-nav.active {
        width: 100%; } }
  .gallery-nav .gallery-slide {
    height: auto; }

.gallery-nav .segment {
  padding: 2em .8em;
  border-bottom: 1px solid #cccccc; }

.gallery-nav .segment ul {
  list-style: none;
  line-height: 1.5; }

.gallery-nav .segment ul li.active:before {
  color: #1c69d4; }

.gallery-nav .segment ul li a:link,
.gallery-nav .segment ul li a:visited {
  font-weight: bold;
  text-transform: uppercase;
  color: #000000; }

.gallery-nav .segment ul li.active a:link,
.gallery-nav .segment ul li.active a:visited {
  font-weight: bold;
  text-transform: uppercase;
  color: #1c69d4; }

.gallery-nav .segment ul li ul {
  margin-left: 1em;
  display: none; }

.gallery-nav .segment ul li ul li:before {
  color: #666666; }

.gallery-nav .segment ul li ul li a:link,
.gallery-nav .segment ul li ul li a:visited {
  color: #666666;
  text-transform: none; }

.gallery-nav .search.segment p {
  font-weight: bold; }

.gallery-nav .categories.segment {
  height: 100px;
  overflow-y: scroll; }

.gallery-content h2 {
  color: #000000;
  font-size: 1.7em;
  margin-bottom: 1.5em; }

.gallery-images {
  padding: 20px; }

.gallery-images .gallery-row {
  clear: both;
  float: none; }

.gallery-images .gallery {
  width: 235px;
  float: left;
  margin-right: 1em;
  margin-bottom: 1.5em; }

.gallery-images .third.gallery {
  margin-right: 0; }

.gallery-images .gallery .image {
  border: 1px solid #999999;
  line-height: 0; }

/*
.gallery-images .gallery .image img {
    width:100%;
    margin:0;
    padding:0;

}
*/
.gallery-images .gallery .information {
  padding: .5em; }

.gallery-content .load-more {
  overflow: hidden;
  clear: both;
  padding: 1em 0;
  text-align: center; }

.gallery-content .load-more a:link,
.gallery-content .load-more a:visited {
  display: inline-block;
  width: 475px;
  padding: 1em 0;
  text-align: center;
  color: #666666;
  border: 1px solid #e3e3e3;
  margin: auto;
  font-weight: bold;
  font-size: 1.5em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eff0f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #eff0f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eff0f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eff0f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eff0f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eff0f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eff0f2',GradientType=0 );
  /* IE6-9 */ }

.gallery-nav .segment ul li ul {
  display: none; }

.gallery-nav .categories.segment {
  height: auto;
  max-height: 150px; }

.gallery-nav .segment ul li a:hover,
.gallery-nav .segment ul li a:focus,
.gallery-nav .segment ul li a:active {
  color: #1c69d4; }

.gallery-content #gallery-wrap {
  position: relative;
  height: 100%; }

.gallery-wrap:first-child {
  display: block; }

.gallery-content .gallery .image {
  height: 140px;
  overflow: hidden; }

.gallery-content .gallery .image img {
  width: 100%;
  height: auto; }

.gallery-section .loading {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  margin: auto;
  background: #ffffff;
  text-align: center;
  font-size: 2em;
  padding-top: 5em;
  opacity: .7; }

.gallery-content .error {
  clear: both;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center; }

.gallery-nav .searchForm-wrapper {
  display: block; }

.gallery-nav .search.segment {
  clear: both;
  overflow: hidden; }

.gallery-nav .searchForm {
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  padding: 0;
  height: auto; }

.gallery-nav .searchForm-grp {
  margin-left: 0;
  margin-top: 1em; }

.gallery-nav .searchForm-grp.dates label {
  margin-left: 0px;
  font-size: 1em;
  display: block; }

.gallery-nav .searchForm-grp,
.gallery-nav .searchForm .dateRange {
  margin-left: 0;
  margin-right: 0px; }

.gallery-nav .searchForm .btn-action {
  margin-left: 10px;
  margin-right: 0px; }

.gallery-nav .searchForm input {
  margin-left: 0px;
  margin-right: 0px; }

.gallery-nav .searchForm .terms:after {
  background-image: none; }

#videogallerybottom {
  width: 100%;
  float: left;
  clear: both; }

#videogallerybottom h2 {
  font-size: 14px;
  color: #000;
  padding: 10px 0 10px 15px; }

#videogallerybottom p {
  padding: 0 0 10px 15px; }

#basic-modal-content {
  display: none; }

.downloadbtn {
  display: block;
  width: 114px;
  height: 26px;
  background: url(../img/bmw_sprite.png) -515px -132px no-repeat;
  position: absolute;
  right: 18px;
  top: 19px; }

.downloadbtn a {
  display: block;
  width: 114px;
  height: 26px; }

#viddownloadpanel, #vidembedpanel {
  display: none;
  z-index: 100000;
  position: absolute;
  top: 32px;
  left: 130px;
  height: 60px;
  width: 150px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none; }

#vidembedtop {
  float: left;
  clear: both;
  width: 100%; }

#vidembedbottom {
  float: left;
  clear: both;
  width: 100%;
  padding: 15px 0 0 0; }

#galleryactions {
  padding: 10px 15px;
  width: 40px;
  height: 90px;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 1055000; }

#videogallerymid {
  float: left;
  height: 466px;
  width: 826px;
  padding: 13px 15px 0 15px; }

.gallery {
  margin: auto;
  justify-content: center; }
  .gallery .item {
    display: inline-block;
    margin-bottom: 30px;
    width: calc(25% - 30px);
    margin-right: 30px;
    text-decoration: none;
    color: black; }
    .gallery .item:nth-of-type(4n) {
      margin-right: 0; }
    @media only screen and (max-width: 1024px) {
      .gallery .item {
        width: calc(33% - 30px); }
        .gallery .item:nth-of-type(4n) {
          margin-right: 30px; }
        .gallery .item:nth-of-type(3n) {
          margin-right: 0px; } }
    @media only screen and (max-width: 768px) {
      .gallery .item {
        width: calc(50% - 30px); }
        .gallery .item:nth-of-type(3n) {
          margin-right: 30px; }
        .gallery .item:nth-of-type(2n) {
          margin-right: 0px; } }
    @media only screen and (max-width: 480px) {
      .gallery .item {
        width: 100%;
        margin-right: 0px !important; } }
    .gallery .item figure {
      margin: 0;
      overflow: hidden; }
    .gallery .item figcaption {
      margin-top: 15px;
      color: black; }
    .gallery .item .image-wrap {
      display: block;
      width: 100%;
      position: relative;
      height: 0;
      padding: 56.25% 0 0 0;
      overflow: hidden; }
      .gallery .item .image-wrap .image {
        background: #ccc;
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .gallery .item img {
      border: none;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle;
      display: block;
      margin: 0 auto; }

a#related {
  position: absolute;
  top: 170px;
  right: 110px; }

#gallery_related {
  display: none;
  position: absolute;
  top: 190px;
  right: 110px; }

/* Newsroom nav */
.newsroom {
  padding: 0px 20px;
  transform: scale(1);
  /* you need a scale here to allow it to transition in both directions */
  transition: 0.25s all ease; }

.newsroom .gl-list .excerpt-text {
  float: left;
  padding-left: 5%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%; }
  .newsroom .gl-list .excerpt-text.doclist {
    padding-left: 2%; }
  @media only screen and (max-width: 480px) {
    .newsroom .gl-list .excerpt-text {
      width: 100%;
      padding-left: 0; } }

ul.newsroomitems li {
  border-bottom: 1px solid #dadada;
  padding: 20px 0; }

ul.newsroomitems li h3 {
  font-weight: bold; }

ul.newsroomitems li h4 {
  font-weight: normal; }

ul.newsroomitems li h3 a {
  color: #000; }

ul.newsroomitems li h4 a {
  color: #000; }

.newsroomNav {
  background-color: #bbbbbb; }

ul.newsroomitems li {
  border-bottom: 1px solid #dadada;
  padding: 20px 0; }

ul.newsroomitems li h3 {
  font-weight: bold; }

ul.newsroomitems li h4 {
  font-weight: normal; }

ul.newsroomitems li h3 a {
  color: #000; }

ul.newsroomitems li h4 a {
  color: #000; }

.newsreleasecont {
  padding: 0 0px 60px 0px;
  transform: scale(1);
  /* you need a scale here to allow it to transition in both directions */
  transition: 0.25s all ease; }

.releaseactions {
  padding: 20px 0 0 0; }

.releasecopy {
  padding-bottom: 30px;
  line-height: 1.6em; }

.newsrelease {
  font-size: 14px;
  padding: 0 20px; }
  .newsrelease h3 {
    font-size: 1.6em;
    line-height: 2em;
    color: #000;
    padding: 20px 0 10px 0;
    float: none;
    clear: both;
    margin-top: 20px; }
    .newsrelease h3.bio {
      text-transform: capitalize; }
  .newsrelease h4 {
    font-weight: bold;
    font-size: 1.1em;
    font-weight: 600;
    color: #666;
    float: none;
    clear: both; }
    .newsrelease h4.bio {
      text-transform: none; }
  .newsrelease ul, .newsrelease ol {
    margin: 0 0 0 20px;
    padding: 18px; }
  .newsrelease li {
    font-size: 14px;
    line-height: 15px;
    list-style-type: disc; }
  .newsrelease ol li {
    list-style-type: decimal; }
  .newsrelease a {
    color: #3467cd; }
  .newsrelease .tags {
    display: block;
    border-top: 1px solid #ccc;
    padding: 4px 0 0 0; }
    .newsrelease .tags h2 {
      font: bold 16px 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase;
      color: #000;
      font-weight: 800;
      padding: 0; }
    .newsrelease .tags a {
      display: inline-block;
      position: relative;
      background-color: #999;
      padding: 6px 12px;
      border-radius: 6px;
      margin: 8px 0 0 0;
      color: white; }

.presshead {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: none;
  clear: both;
  padding: 20px 0;
  margin-bottom: 20px; }
  .presshead .sidecontact, .presshead .sidecont {
    float: left;
    width: 370px;
    padding: 0;
    margin: 20px 0;
    display: table; }
    .presshead .sidecontact h2, .presshead .sidecont h2 {
      font: bold 1.2em 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif; }
    @media only screen and (max-width: 480px) {
      .presshead .sidecontact, .presshead .sidecont {
        width: 50%; } }
    .presshead .sidecontact ul.sidewelllinks, .presshead .sidecont ul.sidewelllinks {
      padding: 0px; }
      .presshead .sidecontact ul.sidewelllinks li, .presshead .sidecont ul.sidewelllinks li {
        font-size: 1em;
        line-height: 1.3em; }

.bio-content h4 {
  font-size: 1.5em;
  font-weight: normal;
  color: #cccccc;
  margin-bottom: 1em; }

body.exelist .execcont .newsreleaseitem {
  overflow: hidden;
  clear: both; }

body.exelist .execcont .excerpt-img {
  float: left;
  width: 235px;
  clear: none; }

body.exelist .execcont .excerpt .information {
  float: left;
  width: 430px;
  border-bottom: 1px solid #cccccc;
  margin-left: 30px;
  min-height: 150px; }

body.exelist .execcont h2 {
  font-size: 1.5em;
  color: #000000;
  font-weight: bold; }

body.exelist .execcont .excerpt .information h3 a {
  color: #000000;
  font-weight: bold;
  font-size: 1em; }

body.exelist .execcont .excerpt .information h4 {
  font-size: 1em;
  color: #666666;
  line-height: 1.4; }

/* =SEARCH FORM */
.searchForm-wrapper {
  overflow: hidden;
  height: auto;
  position: absolute;
  width: 800px;
  display: none;
  padding: 10px 0 20px 0;
  right: 0; }
  @media only screen and (max-width: 800px) {
    .searchForm-wrapper {
      width: 100%; } }
  .searchForm-wrapper.active {
    display: block;
    z-index: 20;
    background: #ccc; }
  .searchForm-wrapper .wrapper {
    display: block; }

#searchTerms {
  margin-top: 8px;
  text-transform: uppercase; }

.searchForm .terms:after,
.dateRange:after {
  background-image: url(../img/bmw_sprite.png);
  background-repeat: no-repeat;
  display: none;
  text-indent: -9999px;
  content: ''; }

.dateRange:after {
  background-position: -283px -361px;
  width: 22px;
  height: 24px;
  margin: 4px 7px 0 6px;
  display: inline-block;
  position: relative;
  top: 8px;
  display: none; }

.searchForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  z-index: 30; }

.formwrapper {
  padding-right: 20px; }

.searchForm .terms {
  position: relative; }

.searchForm .terms:after {
  position: absolute;
  background-position: -239px -364px;
  right: 10px;
  top: 30px;
  width: 19px;
  height: 20px; }

.lt-ie9 .searchForm {
  border-bottom: 1px solid #999; }

input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  height: 35px;
  width: 380px;
  padding: 5px; }

.searchForm-grp.terms {
  float: left;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .searchForm-grp.terms {
      width: 100%; } }
  .searchForm-grp.terms input {
    width: 98%; }

.searchForm .dateRange {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 8px;
  width: 50%; }
  .searchForm .dateRange:last-child {
    text-align: right; }

.searchForm .dash {
  float: left;
  width: 4%;
  line-height: 48px; }

.searchForm .btn-action {
  float: right;
  margin-left: 0px;
  clear: both;
  margin-top: 16px;
  width: 70px;
  margin-right: 5px; }

.searchForm-grp:first-child {
  margin: 0 10px 10px 0px; }

.searchForm-grp.dates label + input {
  margin-left: 10px; }

input.date {
  width: 95%; }

.searchForm-grp.dates {
  float: right;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .searchForm-grp.dates {
      width: 100%;
      float: left; } }

.searchForm-grp.dates label {
  margin-left: 5px; }

/* =SEARCH RESULTS */
.search .gl {
  margin-top: 40px; }

.search .gl-aside {
  float: left; }
  @media only screen and (max-width: 480px) {
    .search .gl-aside {
      margin: 0px; } }

.search .gl-list {
  padding-left: 0; }

.search .gl-list.gl-hasAside .gl-content {
  border-right: none;
  padding: 30px 20px 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .search .gl-list.gl-hasAside .gl-content {
      width: 100%; } }

.search .excerpt-img {
  width: 31.938633193863%; }
  @media only screen and (max-width: 480px) {
    .search .excerpt-img {
      padding-left: 0px; } }

.search .excerpt-img img {
  width: 100%;
  height: auto; }

.search .excerpt-text {
  width: 68.061366806137%; }
  @media only screen and (max-width: 480px) {
    .search .excerpt-text {
      width: 100%; } }

.search .excerpt:after {
  width: 68.061366806137%;
  /* Excerpt width * .gl-col > a width */
  left: 31.938633193863%;
  bottom: 35px; }
  @media only screen and (max-width: 480px) {
    .search .excerpt:after {
      width: 100%;
      left: 31.938633193863%; } }

.search .excerpt {
  padding-bottom: 35px;
  margin-bottom: 20px; }

.search .excerpt .btn-download {
  position: absolute;
  display: inline-block;
  font-size: 1.6em;
  padding: 0.5em;
  border: none;
  text-align: center;
  bottom: 10px;
  left: 10px;
  bottom: 30px;
  left: 31%; }
  .search .excerpt .btn-download:hover {
    background-color: #3366cc; }
  .search .excerpt .btn-download .fa {
    color: #333; }
  @media only screen and (max-width: 480px) {
    .search .excerpt .btn-download {
      position: relative;
      left: 0px;
      bottom: 0; } }

.search .excerpt .btn-download:before {
  /* Override clearfix */
  display: none; }

.search-video .excerpt-text,
.search-image .excerpt-text {
  font-size: 15px;
  line-height: 1.35; }

.search-video .excerpt-summary,
.search-image .excerpt-summary {
  margin-top: 10px; }

.search-news .gl-list.gl-hasAside .gl-content {
  padding-right: 20px;
  padding-top: 10px; }

.search-news .excerpt {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0;
  margin-bottom: 0; }

.search-news .excerpt:after {
  display: none; }

.search-news .excerpt > a {
  padding: 20px 0; }

#searchresultsterms {
  min-height: 300px;
  padding: 30px 15px; }

#searchresultsterms h2 {
  color: #262626; }

#release-ajax {
  display: inline-block;
  margin-bottom: 30px; }

h2#searchterm {
  color: #262626;
  margin: 40px 0 0 40px;
  font-weight: 800; }
  @media only screen and (max-width: 480px) {
    h2#searchterm {
      margin: 40px 0 0 20px; } }

.searchlabel {
  color: #666;
  text-transform: uppercase; }

.regForm {
  margin: 30px auto;
  max-width: 1024px;
  width: 90%;
  font-size: 14px; }
  .regForm .return a {
    display: inline-block;
    padding: 15px 20px;
    background-color: #1C69D4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 160px;
    text-align: center; }

.regForm input,
.regForm select {
  height: 35px;
  width: 100%;
  border: 1px solid #bbbbbb;
  margin-top: 10px; }

#wrapForgot .btb {
  background-color: #1C69D4 !important;
  display: block;
  overflow: hidden; }

.regForm .col2 {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
  padding: 0 10px; }
  .regForm .col2:first-child {
    margin-left: -10px; }
    @media (max-width: 640px) {
      .regForm .col2:first-child {
        margin-left: 0; } }
  .regForm .col2:last-child {
    margin-right: -10px; }
    @media (max-width: 640px) {
      .regForm .col2:last-child {
        margin-right: 0; } }
  @media (max-width: 640px) {
    .regForm .col2 {
      width: 100%;
      padding: 0; } }
.regForm .error {
  position: absolute;
  color: red;
  font-size: 10px;
  top: 100%;
  left: 10px; }
.regForm #emailErrorMsg, .regForm #passwordErrorMsg {
  position: absolute;
  top: -11px;
  font-size: 10px;
  color: red; }
  .regForm #emailErrorMsg a, .regForm #passwordErrorMsg a {
    color: black;
    font-weight: bold; }
.regForm .row-form[type="checkbox"] .error {
  left: 0; }
.regForm .row-form.wrap-submit .error {
  left: 0; }

.regForm .btn-submit {
  background: #597dda;
  color: #fff;
  padding: 0.5em 3em;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid transparent;
  margin-top: 20px; }

.regForm .btn-submit:hover {
  background: #fff;
  color: #597dda;
  border: 1px solid #597dda; }

.left {
  float: left; }

.float-right {
  float: right; }

.row-form {
  width: 100%;
  position: relative;
  clear: both; }

.row-form.thirds > .col2 {
  width: 33.3%; }
  @media (max-width: 640px) {
    .row-form.thirds > .col2 {
      width: 100%; } }

.registerTitle,
.wrap-info, .lrg-type {
  font-size: 18px;
  color: #000; }

#registerForm .wrap-info, #profileForm .wrap-info {
  margin-bottom: 3em; }
  #registerForm .wrap-info a, #profileForm .wrap-info a {
    color: #000; }

.med-type {
  font-size: 14px; }
  .med-type a {
    color: #000;
    font-weight: bold; }
  .med-type.wrap-y-n {
    margin: 10px 0; }
  .med-type.msjprev {
    color: #999;
    position: static;
    top: -17px;
    font-size: 10px; }

.link-out {
  color: #000;
  font-weight: bold; }

.head-form {
  margin: 25px 0;
  font-weight: bold; }

input[type=checkbox] {
  height: 18px;
  width: 18px; }

.flex {
  width: 100%; }

.flex input[type=checkbox] {
  float: left; }

.flex p {
  margin-left: 30px; }

.lift-up {
  position: relative;
  bottom: 3px; }

.col1 {
  margin: 10px 0; }

input[type=checkbox] {
  margin-right: 10px;
  margin-top: 0; }

#emailPref-2 {
  margin-left: 10px; }

.sidecont {
  padding: 20px 20px;
  font-size: 12px; }
  .sidecont h2 {
    font: bold 1.5em 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 0 0 15px 0; }

.sidecontact {
  padding: 10px 0px;
  font-size: 12px; }
  .sidecontact h2 {
    font: bold 1.5em 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 0 0 5px 0; }
  .sidecontact .login {
    float: left;
    margin-bottom: .6em; }
    .sidecontact .login a {
      color: #3467cd; }

ul.sidecontactlinks {
  padding: 0px;
  list-type: none;
  margin: 0;
  float: none;
  clear: left; }
  ul.sidecontactlinks li {
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
    font-size: 1.0em; }
  ul.sidecontactlinks strong {
    font-weight: bold;
    font-family: 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif; }

ul.sidewelllinks {
  margin-left: 0;
  padding: 0 10px; }

ul.sidewelllinks li {
  font-size: 1.1em;
  padding: 0 0 6px 0;
  color: #262626;
  line-height: 1.4em;
  width: 100%;
  display: inline-block; }

ul.sidewelllinks a {
  color: #262626; }

ul.sidewelllinks li a.email {
  background-image: url(../img/bmw_sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 154px;
  height: 24px;
  background-position: -275px -465px; }

ul.sidewelllinks li a.image {
  background: #666;
  display: inline-block;
  width: 231px;
  height: 153px;
  border: 1px solid #ccc;
  overflow: hidden; }

ul.sidewelllinks li a.image:hover {
  background-image: url(../img/bmw_sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -510px; }

ul.sidewelllinks li a.image:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

ul.sidewelllinks li a.video .icon {
  float: left;
  width: 25px;
  height: 25px;
  background-image: url(../img/bmw_sprite.png);
  background-repeat: no-repeat;
  background-position: -354px -503px; }

ul.sidewelllinks li a.video .copy {
  float: left;
  width: 200px; }

ul.sidewelllinks li a.arrow .copy {
  display: inline;
  font-weight: 800; }
  ul.sidewelllinks li a.arrow .copy .fa {
    color: #3467cd; }

ul.sidewelllinks li a.arrow .icon {
  display: inline;
  padding: 0 4px 0 0; }

/* =FOOTER */
.copyright {
  display: block;
  margin: 10px 30px 50px 30px;
  font-size: 11px;
  color: #666666;
  text-align: right; }

.footer-links {
  font-size: 13px;
  color: #666666;
  padding: 10px 20px;
  margin-left: -6px;
  margin-right: -6px;
  background-color: white;
  /* Make this mixin available with a CSS class */
  line-height: 1.5; }

.footer-links:before,
.footer-links:after {
  content: " ";
  display: table; }

.footer-links:after {
  clear: both; }

.footer-links:before,
.footer-links:after {
  content: " ";
  display: table; }

.footer-links:after {
  clear: both; }

.footer-links-nav ul {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.7; }

.footer-links-nav a {
  color: #666; }

.footer-links-nav a:hover {
  color: #1c69d4; }

.footer-links-heading {
  text-transform: uppercase;
  color: #000;
  font: bold 13px 'BMW Type Global Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 7px; }

.footer-links-group {
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: left;
  padding-bottom: 20px;
  width: 25%; }
  @media only screen and (max-width: 1024px) {
    .footer-links-group {
      width: 33.33333333%; } }
  @media only screen and (max-width: 800px) {
    .footer-links-group {
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .footer-links-group {
      width: 100%; } }

.footer-links-contact {
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: left;
  padding-bottom: 20px;
  width: 50%; }
  @media only screen and (max-width: 1024px) {
    .footer-links-contact {
      width: 33.33333333%; } }
  @media only screen and (max-width: 800px) {
    .footer-links-contact {
      width: 100%; } }

.footer-links-contact .footer-links-heading + p {
  margin-top: 0px; }

.footer-links-contact a {
  color: #3467cd; }

.footer-nav {
  margin-top: 30px; }

.footer-nav-heading {
  background-color: #bbbbbb;
  border-bottom: 2px solid #9b9b9b;
  color: #fff;
  font: bold 12px  Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 7px 20px 4px 20px; }

.footer-nav-list {
  margin: 0;
  background-color: #e6e6e6;
  list-style-type: none;
  padding: 10px 5px;
  /*font: 18px light @font-bmw;*/
  font-size: 16px;
  font-weight: lighter;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* Make this mixin available with a CSS class */ }

.footer-nav-list li {
  float: left;
  border-left: 1px solid #a2a2a2; }

.footer-nav-list li:first-child {
  border-left: none; }

.footer-nav-list li > a {
  text-decoration: none;
  padding: 7px 8px;
  color: #666666; }

.footer-nav-list li > a:hover {
  color: #1c69d4; }

.footer-nav-list:before,
.footer-nav-list:after {
  content: " ";
  display: table; }

.footer-nav-list:after {
  clear: both; }

.footer-nav-list:before,
.footer-nav-list:after {
  content: " ";
  display: table; }

.footer-nav-list:after {
  clear: both; }

/* PUSHDOWN
----------------------------------------------- */
#pushdown {
  width: 1000px;
  height: 0px;
  position: relative;
  z-index: 1;
  background-image: url(../img/pushdown.jpg);
  overflow: hidden; }

#pushdown .closeBtn {
  background: url(../img/bmw_sprite.png) -127px -416px no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  z-index: 1000; }

#pushdown h1 {
  width: 700px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: -650px;
  top: 40px;
  font-size: 3em;
  line-height: 60px;
  color: #000; }

#pushdown a.readmore {
  width: 150px;
  height: 40px;
  position: absolute;
  left: -200px;
  bottom: 30px;
  background-color: #0653B6;
  color: #fff;
  font-size: 1.6em;
  padding: 8px;
  line-height: 40px;
  text-transform: capitalize; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
  width: 50px;
  height: 50px; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .4em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.8em;
    height: 1.6em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 2em;
    height: 0.2em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: black;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: black; }

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 8px;
  top: -28px; }

.slicknav_nav {
  color: black;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  background: white;
  position: relative;
  top: 17px; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0px 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 10px 10px;
    line-height: 20px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: black; }
  .slicknav_nav a {
    padding: 10px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: black; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: black;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

#menu {
  position: relative;
  z-index: 1001; }
  @media only screen and (max-width: 910px) {
    #menu {
      display: none; } }

#mobnav {
  display: none; }
  @media only screen and (max-width: 910px) {
    #mobnav {
      display: inline-block;
      width: 100%;
      top: 30px;
      position: absolute;
      z-index: 10000; } }

.modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  visibility: visible; }
  .modal .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    cursor: pointer; }
    .modal .close::after {
      content: 'x';
      width: 24px;
      height: 24px;
      font-size: 24px;
      bottom: 10px;
      text-align: center;
      position: relative;
      left: 20%;
      top: -39%; }
  .modal .modal-wrapper {
    max-width: 800px;
    padding: 30px;
    background-color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 1px solid #ccc; }
    .modal .modal-wrapper h2 {
      padding: 0 0 20px 0;
      margin-bottom: 20px;
      font-size: 18px;
      color: #000; }
    .modal .modal-wrapper .wrap-content {
      font-size: 18px; }

.overlay {
  width: 856px;
  height: 604px;
  background: #fff;
  display: none; }

#modal-overlay {
  background: #666; }

.modaltop {
  float: left;
  clear: both;
  width: 192px;
  text-align: right;
  background: #fff; }

.modaltop a {
  float: right; }

.modaltop img.btn_close {
  margin: 0px 0px 0 0; }

.modalactions {
  float: left;
  clear: both;
  width: 160px;
  padding: 16px 16px 16px 16px;
  background: #fff;
  border: 1px solid #5e5555; }

.modalactions a.text {
  float: left;
  background: url(../img/bmw_sprite.png) 0 -103px no-repeat;
  display: block;
  width: 68px;
  height: 27px; }

.modalactions a.word {
  float: left;
  background: url(../img/bmw_sprite.png) -113px -103px no-repeat;
  display: block;
  width: 51px;
  height: 27px; }

.modalactions a.pdf {
  float: left;
  background: url(../img/bmw_sprite.png) -71px -103px no-repeat;
  display: block;
  width: 40px;
  height: 27px; }

/* MODALs
----------------------------------------------- */
#placeholder, #placeholder_wrapper {
  width: 100%;
  height: 99%; }
  #placeholder .img, #placeholder_wrapper .img {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden; }
    #placeholder .img img, #placeholder_wrapper .img img {
      position: absolute;
      top: 0;
      width: 100%;
      height: auto; }
  #placeholder .play, #placeholder_wrapper .play {
    background-image: url("../dist/img/vid-play.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

/* basic */
#basic-modal-content {
  display: none; }

#simplemodal-overlay {
  background-color: #fff;
  cursor: wait; }

#simplemodal-container .simplemodal-close {
  width: 25px;
  height: 25px;
  display: block;
  z-index: 999999;
  position: fixed;
  top: 10%;
  right: 10%;
  cursor: pointer; }

#simplemodal-container .simplemodal-close:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%; }

#simplemodal-container .simplemodal-close:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%; }

.closeBtn {
  background: url(../img/bmw_sprite.png) -127px -416px no-repeat;
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: inline;
  z-index: 13200;
  position: absolute;
  top: 21px;
  right: 21px;
  cursor: pointer; }

#simplemodal-container .zippyClose {
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  right: 50px;
  top: 10px;
  color: white; }

#modaldownload {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 15000000;
  cursor: pointer; }

#modalshare {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 15000000;
  cursor: pointer; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  transition: all 300ms; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: calc( 100% - 100px);
  margin: 40px 50px;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 15044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 15046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
  transition: all 300ms; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -26px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  font-size: 14px; }
  .mfp-bottom-bar.vid {
    margin-top: 10px; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding: 0 10px; }

.mfp-image-holder .mfp-content {
  max-width: calc( 100% - 100px);
  margin: 0 50px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-top-bar {
  position: absolute;
  top: 6px;
  left: 0px;
  padding: 10px;
  width: 100%;
  cursor: auto; }
  .mfp-top-bar.vid {
    top: -35px; }
  .mfp-top-bar .mfp-download, .mfp-top-bar .mfp-share {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 5px;
    top: 0px;
    color: white;
    line-height: 40px;
    text-align: center; }
    .mfp-top-bar .mfp-download .fa, .mfp-top-bar .mfp-share .fa {
      color: white;
      font-size: 1.6em; }
  .mfp-top-bar .mfp-share {
    left: 45px; }
  .mfp-top-bar .sharepanel, .mfp-top-bar .sharepanelup {
    position: absolute;
    top: 36px;
    left: 35px; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.pagination-news {
  text-align: center; }

h2.prev-pag {
  display: inline;
  padding-right: 10px; }

h2.next-pag {
  display: inline;
  padding-left: 10px; }

/*# sourceMappingURL=style.css.map */
