html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@font-face {
    font-family: FontAwesome;
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
    font-weight: 400;
    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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .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
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    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
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ekko-lightbox {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important
}

.ekko-lightbox-container {
    position: relative
}

.ekko-lightbox-container>div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.ekko-lightbox-nav-overlay a {
    flex: 1;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    font-size: 30px;
    z-index: 1
}

.ekko-lightbox-nav-overlay a>* {
    flex-grow: 1
}

.ekko-lightbox-nav-overlay a>:focus {
    outline: 0
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px
}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right
}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none
}

.ekko-lightbox-nav-overlay a:focus {
    outline: 0
}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
}

.ekko-lightbox .modal-dialog {
    display: none
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.ekko-lightbox-loader>div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
}

.ekko-lightbox-loader>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out
}

.ekko-lightbox-loader>div>div:last-child {
    animation-delay: -1s
}

.modal-dialog .ekko-lightbox-loader>div>div {
    background-color: #333
}

@keyframes a {

    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !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: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1024px) and (max-width:1249px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1024px) and (max-width:1249px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:1024px) and (max-width:1249px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:1024px) and (max-width:1249px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1250px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1250px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1250px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1250px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1249px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1250px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: BMW_iconFont;
    src: url("fonts/BMW_iconFont.eot");
    src: url("fonts/BMW_iconFont.eot#iefix") format("embedded-opentype");
    src: local('BMW_iconFont'), local('BMW_iconFont'), url("fonts/BMW_iconFont.woff2") format("woff2"), url("fonts/BMW_iconFont.ttf") format("truetype"), url("fonts/BMW_iconFont.woff") format("woff"), url("fonts/BMW_iconFont.svg") format("svg");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BMWTypeNext;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/BMWTypeNextTT-Light.eot");
    src: local('BMWTypeNext'), local('BMWTypeNext'), url("fonts/BMWTypeNext-Light.woff2") format('woff2'), url("fonts/BMWTypeNext-Light.otf") format('otf'), url("fonts/BMWTypeNextTT-Light.woff") format('woff'), url("fonts/BMWTypeNextTT-Light.ttf") format('truetype')
}

@font-face {
    font-family: BMWTypeNext;
    font-style: normal;
    font-weight: 700;
    src: url("fonts/BMWTypeNextTT-Bold.eot");
    src: local('BMWTypeNext'), local('BMWTypeNext'), url("fonts/BMWTypeNext-Bold.woff2") format('woff2'), url("fonts/BMWTypeNext-Bold.otf") format('otf'), url("fonts/BMWTypeNextTT-Bold.woff") format('woff'), url("fonts/BMWTypeNextTT-Bold.ttf") format('truetype')
}

@font-face {
    font-family: BMWTypeNext;
    font-style: normal;
    font-weight: 700;
    src: url("fonts/BMWTypeNextTT-Bold.eot");
    src: local('BMWTypeNext'), local('BMWTypeNext'), url("fonts/BMWTypeNext-Bold.woff2") format('woff2'), url("fonts/BMWTypeNext-Bold.otf") format('otf'), url("fonts/BMWTypeNextTT-Bold.woff") format('woff'), url("fonts/BMWTypeNextTT-Bold.ttf") format('truetype')
}

.color-white {
    color: #fff
}

.color-black {
    color: #262626
}

.color-gray-base {
    color: #6f6f6f
}

.color-light-gray {
    color: #eee
}

.color-primary {
    color: #1366d7
}

.color-action {
    color: #1366d7
}

.color-danger {
    color: #d72213
}

.color-warning {
    color: #d78413
}

.color-success {
    color: #b4c10f
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #262626
}

.bg-gray-base {
    background-color: #6f6f6f
}

.bg-light-gray {
    background-color: #eee
}

.bg-primary {
    background-color: #1366d7
}

.bg-action {
    background-color: #1366d7
}

.bg-danger {
    background-color: #d72213
}

.bg-warning {
    background-color: #d78413
}

.bg-success {
    background-color: #b4c10f
}

.border-white {
    border: 1px solid #fff
}

.border-black {
    border: 1px solid #262626
}

.border-gray-base {
    border: 1px solid #6f6f6f
}

.border-light-gray {
    border: 1px solid #eee
}

.border-primary {
    border: 1px solid #1366d7
}

.border-action {
    border: 1px solid #1366d7
}

.border-danger {
    border: 1px solid #d72213
}

.border-warning {
    border: 1px solid #d78413
}

.border-success {
    border: 1px solid #b4c10f
}

.bg-black,
.bg-primary {
    color: #fff
}

.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5,
.bg-primary .h6,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
    color: #fff
}

.bg-black a,
.bg-primary a {
    color: #fff
}

.bg-black a:active,
.bg-black a:focus,
.bg-black a:hover,
.bg-primary a:active,
.bg-primary a:focus,
.bg-primary a:hover {
    color: #262626
}

.bg-black hr,
.bg-primary hr {
    border-color: #fff
}

.bg-black .modal,
.bg-primary .modal {
    color: #262626
}

.bg-black a:active,
.bg-black a:focus,
.bg-black a:hover {
    color: #1366d7
}

.bg-black .button,
.bg-black .cookieBar__button {
    color: #fff;
    border-color: #fff
}

.bg-black .button:focus,
.bg-black .button:hover,
.bg-black .cookieBar__button:focus,
.bg-black .cookieBar__button:hover {
    color: #fff
}

.bg-black .button:active,
.bg-black .cookieBar__button:active {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.bg-black .btn-primary,
.bg-black .button_primary {
    color: #fff
}

.bg-black .btn-primary:active,
.bg-black .btn-primary:focus,
.bg-black .btn-primary:hover,
.bg-black .button_primary:active,
.bg-black .button_primary:focus,
.bg-black .button_primary:hover {
    color: #fff
}

.bg-black .form-group-set:not(.checkbox-group):not(.radiobox-group) label,
.bg-black .form-group:not(.checkbox-group):not(.radiobox-group) label {
    background: #262626;
    color: #fff
}

.bg-black .inputHelper,
.bg-black input.datepicker,
.bg-black select,
.bg-black textarea {
    color: #fff
}

.bg-black select option {
    color: #262626
}

.bg-black .select_body {
    background-color: transparent
}

.bg-black .select_body:after {
    color: #fff
}

.bg-black .select_body select {
    color: #fff;
    border-color: #fff
}

.bg-black .form-group label,
.bg-black .form-group-set label {
    color: #fff
}

.bg-black input:not([type=submit]),
.bg-black textarea {
    border-color: #fff;
    color: #fff
}

.bg-black input:-webkit-autofill,
.bg-black input:-webkit-autofill:focus,
.bg-black input:-webkit-autofill:hover,
.bg-black select:-webkit-autofill,
.bg-black select:-webkit-autofill:focus,
.bg-black select:-webkit-autofill:hover,
.bg-black textarea:-webkit-autofill,
.bg-black textarea:-webkit-autofill:focus,
.bg-black textarea:-webkit-autofill:hover {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #262626 inset
}

.bg-black .inputfile+.inputfileLabel {
    border-color: #fff;
    color: #fff
}

.bg-black .dropzone {
    color: #262626
}

.bg-black .dropzone a {
    color: #262626
}

.bg-black .tooltip .form-group-set:not(.checkbox-group):not(.radiobox-group) label,
.bg-black .tooltip .form-group:not(.checkbox-group):not(.radiobox-group) label {
    background: #fff;
    color: #262626
}

.bg-black .tooltip input:not([type=submit]) {
    border-color: #262626;
    color: #262626
}

.bg-primary .button,
.bg-primary .cookieBar__button {
    color: #fff;
    border-color: #fff
}

.bg-primary .button:focus,
.bg-primary .button:hover,
.bg-primary .cookieBar__button:focus,
.bg-primary .cookieBar__button:hover {
    color: #fff;
    background: rgba(255, 255, 255, .05);
    border-color: #fff
}

.bg-primary .button:active,
.bg-primary .cookieBar__button:active {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.bg-primary .btn-primary,
.bg-primary .button_primary {
    background: #262626;
    border-color: #262626;
    color: #fff
}

.bg-primary .btn-primary:focus,
.bg-primary .btn-primary:hover,
.bg-primary .button_primary:focus,
.bg-primary .button_primary:hover {
    color: #fff;
    background: #191919;
    border-color: #191919
}

.bg-primary .btn-primary:active,
.bg-primary .button_primary:active {
    background: #0c0c0c;
    border-color: #0c0c0c;
    color: #fff
}

.bg-primary .form-group-set:not(.checkbox-group):not(.radiobox-group) label,
.bg-primary .form-group:not(.checkbox-group):not(.radiobox-group) label {
    background: #1366d7
}

.margin {
    margin: 10px
}

.marginTop {
    margin-top: 10px
}

.marginRight {
    margin-right: 10px
}

.marginBottom {
    margin-bottom: 10px
}

.marginLeft {
    margin-left: 10px
}

.margin--xsmall {
    margin: 5px
}

.marginTop--xsmall {
    margin-top: 5px
}

.marginRight--xsmall {
    margin-right: 5px
}

.marginBottom--xsmall {
    margin-bottom: 5px
}

.marginLeft--xsmall {
    margin-left: 5px
}

.margin--xlarge {
    margin: 180px
}

.marginTop--xlarge {
    margin-top: 180px
}

.marginRight--xlarge {
    margin-right: 180px
}

.marginBottom--xlarge {
    margin-bottom: 180px
}

.marginLeft--xlarge {
    margin-left: 180px
}

.margin--large {
    margin: 80px
}

.marginTop--large {
    margin-top: 80px
}

.marginRight--large {
    margin-right: 80px
}

.marginBottom--large {
    margin-bottom: 80px
}

.marginLeft--large {
    margin-left: 80px
}

.margin--small {
    margin: 20px
}

.marginTop--small {
    margin-top: 20px
}

.marginRight--small {
    margin-right: 20px
}

.marginBottom--small {
    margin-bottom: 20px
}

.marginLeft--small {
    margin-left: 20px
}

@media (max-width:767px) {
    .margin--xlarge {
        margin: 40px
    }

    .marginTop--xlarge {
        margin-top: 40px
    }

    .marginBottom--xlarge {
        margin-bottom: 40px
    }

    .marginLeft--xlarge {
        margin-left: 40px
    }

    .marginRight--xlarge {
        margin-right: 40px
    }

    .margin--large {
        margin: 30px
    }

    .marginTop--large {
        margin-top: 30px
    }

    .marginBottom--large {
        margin-bottom: 30px
    }

    .marginLeft--large {
        margin-left: 30px
    }

    .marginRight--large {
        margin-right: 30px
    }
}

.marginLeft--auto {
    margin-left: auto
}

.marginRight--auto {
    margin-right: auto
}

.padding {
    padding: 10px
}

.paddingTop {
    padding-top: 10px
}

.paddingRight {
    padding-right: 10px
}

.paddingBottom {
    padding-bottom: 10px
}

.paddingLeft {
    padding-left: 10px
}

.padding--xsmall {
    padding: 5px
}

.paddingTop--xsmall {
    padding-top: 5px
}

.paddingRight--xsmall {
    padding-right: 5px
}

.paddingBottom--xsmall {
    padding-bottom: 5px
}

.paddingLeft--xsmall {
    padding-left: 5px
}

.padding--xlarge {
    padding: 180px
}

.paddingTop--xlarge {
    padding-top: 180px
}

.paddingRight--xlarge {
    padding-right: 180px
}

.paddingBottom--xlarge {
    padding-bottom: 180px
}

.paddingLeft--xlarge {
    padding-left: 180px
}

.padding--large {
    padding: 80px
}

.paddingTop--large {
    padding-top: 80px
}

.paddingRight--large {
    padding-right: 80px
}

.paddingBottom--large {
    padding-bottom: 80px
}

.paddingLeft--large {
    padding-left: 80px
}

.padding--small {
    padding: 20px
}

.paddingTop--small {
    padding-top: 20px
}

.paddingRight--small {
    padding-right: 20px
}

.paddingBottom--small {
    padding-bottom: 20px
}

.paddingLeft--small {
    padding-left: 20px
}

@media (max-width:767px) {
    .padding--xlarge {
        padding: 40px
    }

    .paddingTop--xlarge {
        padding-top: 40px
    }

    .paddingBottom--xlarge {
        padding-bottom: 40px
    }

    .paddingLeft--xlarge {
        padding-left: 40px
    }

    .paddingRight--xlarge {
        padding-right: 40px
    }

    .padding--large {
        padding: 30px
    }

    .paddingTop--large {
        padding-top: 30px
    }

    .paddingBottom--large {
        padding-bottom: 30px
    }

    .paddingLeft--large {
        padding-left: 30px
    }

    .paddingRight--large {
        padding-right: 30px
    }
}

[class*=' icon-'],
[class^=icon-] {
    font-family: BMW_iconFont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-geolocation::before {
    content: '\e95d'
}

.icon-data-sheet-download::before {
    content: '\e952'
}

.icon-need-analyzer::before {
    content: '\e953'
}

.icon-pre-owned-search::before {
    content: '\e954'
}

.icon-request-for-accessories::before {
    content: '\e955'
}

.icon-request-for-information::before {
    content: '\e956'
}

.icon-request-for-service-appointment::before {
    content: '\e957'
}

.icon-request-for-contact::before {
    content: '\e94b'
}

.icon-request-for-offer::before {
    content: '\e94c'
}

.icon-service-package-finder::before {
    content: '\e958'
}

.icon-stock-car-locator::before {
    content: '\e959'
}

.icon-accessory-configurator::before {
    content: '\e93c'
}

.icon-accessory-shop::before {
    content: '\e95a'
}

.icon-shopping-cart::before {
    content: '\e93e'
}

.icon-accessory-showroom::before {
    content: '\e93f'
}

.icon-business-calculator::before,
.icon-business-drive-calculator::before {
    content: '\e940'
}

.icon-configurator::before {
    content: '\e941'
}

.icon-connected-drive-store::before {
    content: '\e942'
}

.icon-dealer-locator::before {
    content: '\e943'
}

.icon-electrical-parts-catalogue::before {
    content: '\e944'
}

.icon-insurance-calculator::before {
    content: '\e945'
}

.icon-my-notepad::before {
    content: '\e946'
}

.icon-online-appointment-scheduling::before {
    content: '\e947'
}

.icon-online-manual-bmw::before {
    content: '\e948'
}

.icon-price-list::before {
    content: '\e949'
}

.icon-private-leasing-calculator::before {
    content: '\e94a'
}

.icon-search2::before {
    content: '\e94d'
}

.icon-software-update::before {
    content: '\e94e'
}

.icon-stay-informed::before {
    content: '\e94f'
}

.icon-test-drive-appointment::before {
    content: '\e950'
}

.icon-user::before {
    content: '\e951'
}

.icon-close-roof2::before {
    content: '\e933'
}

.icon-open-roof2::before {
    content: '\e934'
}

.icon-youtube::before {
    content: '\e939'
}

.icon-facebook::before {
    content: '\e93d'
}

.icon-instagram::before {
    content: '\e937'
}

.icon-twitter::before {
    content: '\e938'
}

.icon-grid-view::before {
    content: '\e93a'
}

.icon-360::before {
    content: '\e93b'
}

.icon-close-roof::before {
    content: '\e935'
}

.icon-open-roof::before {
    content: '\e936'
}

.icon-arrow-m-right::before {
    content: '\e90c'
}

.icon-arrow-m-left::before,
.icon-arrow_m_left::before {
    content: '\e90d'
}

.icon-arrow-m-down::before,
.icon-arrow_m_down::before {
    content: '\e90e'
}

.icon-arrow-m-top::before,
.icon-arrow_m_top::before {
    content: '\e90f'
}

.icon-checkmark::before {
    content: '\e909'
}

.icon-close-x::before,
.icon-close_x::before {
    content: '\e90a'
}

.icon-info-i::before,
.icon-info_i::before {
    content: '\e90b'
}

.icon-data-collect2::before,
.icon-data_collect2::before {
    content: '\e910'
}

.icon-change-data2::before,
.icon-change_data2::before {
    content: '\e911'
}

.icon-contact-rights2::before,
.icon-contact_rights2::before {
    content: '\e912'
}

.icon-data-security2::before,
.icon-data_security2::before {
    content: '\e913'
}

.icon-data-usage2::before,
.icon-data_usage2::before {
    content: '\e914'
}

.icon-how-we-collect2::before,
.icon-how_we_collect2::before {
    content: '\e915'
}

.icon-keep-info2::before,
.icon-keep_info2::before {
    content: '\e916'
}

.icon-share-data2::before,
.icon-share_data2::before {
    content: '\e917'
}

.icon-what-companies2::before,
.icon-what_companies2::before {
    content: '\e918'
}

.icon-global_hint::before {
    content: '\e95b'
}

.icon-finance-lease-2::before,
.icon-finance_lease_2::before {
    content: '\e919'
}

.icon-finance-lease::before,
.icon-finance_lease::before {
    content: '\e91a'
}

.icon-individual::before {
    content: '\e91b'
}

.icon-location::before {
    content: '\e91c'
}

.icon-mybmw::before {
    content: '\e91d'
}

.icon-need-analyzer::before,
.icon-needanalyzer::before {
    content: '\e91e'
}

.icon-offers::before {
    content: '\e91f'
}

.icon-pre-owned-search::before,
.icon-preownedsearch::before {
    content: '\e920'
}

.icon-shop::before {
    content: '\e921'
}

.icon-techhub::before {
    content: '\e922'
}

.icon-technologies::before {
    content: '\e923'
}

.icon-teilekatalog::before {
    content: '\e924'
}

.icon-contact::before {
    content: '\e925'
}

.icon-connected-drive::before,
.icon-connected_drive::before {
    content: '\e926'
}

.icon-configurator2::before {
    content: '\e927'
}

.icon-calender::before {
    content: '\e928'
}

.icon-configurator-2::before {
    content: '\e929'
}

.icon-search::before {
    content: '\e930'
}

.icon-arrow-down::before {
    content: "\e92a"
}

.icon-arrow-left::before {
    content: "\e92b"
}

.icon-arrow-right::before {
    content: "\e92c"
}

.icon-arrow-up::before {
    content: "\e92d"
}

.icon-drag-icon::before,
.icon-drag_icon::before {
    content: '\e92e'
}

.icon-profile::before {
    content: '\e92f'
}

.icon-shopping-bag::before,
.icon-shopping_bag::before {
    content: '\e931'
}

.icon-burger-menu::before,
.icon-burger_menu::before {
    content: '\e932'
}

.icon-data-collect::before,
.icon-data_collect::before {
    content: '\e908'
}

.icon-change-data::before,
.icon-change_data::before {
    content: '\e900'
}

.icon-contact-rights::before,
.icon-contact_rights::before {
    content: '\e901'
}

.icon-data-security::before,
.icon-data_security::before {
    content: '\e902'
}

.icon-data-usage::before,
.icon-data_usage::before {
    content: '\e903'
}

.icon-how-we-collect::before,
.icon-how_we_collect::before {
    content: '\e904'
}

.icon-keep-info::before,
.icon-keep_info::before {
    content: '\e905'
}

.icon-share-data::before,
.icon-share_data::before {
    content: '\e906'
}

.icon-what-companies::before,
.icon-what_companies::before {
    content: '\e907'
}

.icon-filter::before {
    content: '\e95c'
}

.icon-dealers::before {
    content: '\e95e'
}

.icon-layer-indicator::before {
    content: '\e95f'
}

.icon-charge::before {
    content: '\e960'
}

.icon-charging-station::before {
    content: '\e961'
}

.icon-fuel::before {
    content: '\e962'
}

.icon-fuel-station::before {
    content: '\e963'
}

.icon-app::before {
    content: '\e964'
}

.icon-checkmark-dashed::before {
    content: '\e965'
}

.icon-bmw_ecom_shopping-cart::before {
    content: '\e966'
}

.icon-bmw_label_car-compare::before {
    content: '\e967'
}

.icon-bmw_actions_delete::before {
    content: '\e968'
}

.icon-bmw_media_explore::before,
.icon-media-explore::before {
    content: '\e969'
}

.icon-bmw_media_list::before,
.icon-media-list::before {
    content: '\e96a'
}

.icon-bmw_media_heart_def_b::before,
.icon-heart-filled::before {
    content: '\e96b'
}

.icon-bmw_media_heart_b::before,
.icon-heart-outline::before {
    content: '\e96c'
}

.icon-upload::before {
    content: '\e952'
}

#box {
    height: 172px;
    position: fixed;
    top: 234px;
    right: -250px;
    z-index: 120;
    -webkit-transition: right .2s ease-in;
    -moz-transition: right .2s ease-in;
    -ms-transition: right .2s ease-in;
    -o-transition: right .2s ease-in
}

#box.hoverintent {
    right: 0
}

#box .box-icons {
    float: left;
    cursor: pointer
}

#box .box-icons .box-icon {
    background-color: #1366d7;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 40px;
    padding-top: 2px;
    text-align: center;
    color: #fff
}

#box .box-icons .box-icon:first-child {
    margin-top: 0
}

#box .box-icons .box-icon:last-child {
    margin-bottom: 0
}

#box .box-icons .box-icon .fa {
    font-size: 2rem
}

#box .box-content {
    background-color: #eee;
    padding: 20px;
    width: 250px;
    margin-left: 40px;
    border-top: 4px solid #1366d7
}

#box .box-content h2 {
    margin-top: 0
}

#box .box-content .fa {
    font-size: 2rem;
    width: 30px;
    text-align: center
}

.cookieBar {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    font-size: 1.2rem;
    padding: 10px;
    width: 100%;
    z-index: 100;
    text-align: center;
    min-width: 320px
}

.cookieBar>div {
    display: inline-block
}

.cookieBar__message {
    display: inline-block;
    padding-right: 10px
}

.cookieBar__button {
    min-width: 0;
    width: 100px
}

@media (max-width:1539px) {
    .cookieBar>div {
        display: block
    }

    .cookieBar__message {
        display: block;
        padding-right: 0;
        margin-bottom: 10px
    }
}

#scrolltop_button {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    z-index: 101;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    background-color: #1366d7;
    color: #fff;
    text-align: center;
    cursor: pointer;
    right: -45px;
    bottom: 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in
}

#scrolltop_button:hover {
    background-color: #0f50a8
}

#scrolltop_button.sticky {
    right: 0
}

.alert {
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    padding-left: 50px
}

.alert:before {
    content: "\f05a";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 3rem;
    line-height: 1;
    transform: translateY(-50%)
}

.alert-danger {
    color: #fff;
    background: #d72213
}

.alert-warning {
    color: #fff;
    background: #d78413
}

.alert-success {
    color: #fff;
    background: #b4c10f
}

.alert-info {
    color: #fff;
    background: #6f6f6f
}

.emptybox {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
    color: #262626;
    max-width: 600px
}

.noticeWrapper {
    position: relative
}

.notificationsMessage {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    background: #fff;
    border: 1px solid #262626;
    padding: 40px;
    max-width: 100%;
    z-index: 102
}

.notificationsMessage .list__cell {
    margin-bottom: 10px
}

.notificationsMessage__title {
    margin-bottom: 30px
}

.notificationsMessage__title span {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #262626
}

.notificationsMessage__text {
    font-size: 1.2rem
}

.notificationsMessage__close {
    margin: 0;
    padding: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 400;
    float: none;
    position: absolute;
    top: 40px;
    right: 40px;
    text-shadow: none;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 1px;
    padding-top: .5px;
    cursor: pointer
}

.notificationsMessage__close:hover:before {
    background-color: #262626
}

.notificationsMessage__close:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1366d7;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -11px;
    margin-top: -11px
}

.notificationsMessage__close i {
    position: relative;
    z-index: 1;
    left: -.5px
}

@media (max-width:767px) {
    .notificationsMessage {
        padding: 20px
    }

    .notificationsMessage__close {
        top: 20px;
        right: 20px
    }

    .notificationsMessage__date {
        margin-bottom: 20px
    }
}

.bg-black .notificationsMessage {
    color: #262626
}

.bg-black .notificationsMessage a:not(.button_primary) {
    color: #262626
}

.bg-black .notificationsMessage a:not(.button_primary):active,
.bg-black .notificationsMessage a:not(.button_primary):focus,
.bg-black .notificationsMessage a:not(.button_primary):hover {
    color: #1366d7
}

.communityPopup {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 103
}

@media (max-width:767px) {
    .communityPopup {
        right: 10px;
        bottom: 20px
    }
}

.communityPopup__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1366d7;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.communityPopup__icon:focus,
.communityPopup__icon:hover {
    background: #115bc0
}

.communityPopup__icon:active {
    background: #0f50a8
}

@media (max-width:767px) {
    .communityPopup__icon {
        width: 40px;
        height: 40px
    }

    .communityPopup__icon img {
        width: 24px
    }
}

.communityPopup .component {
    width: 655px;
    max-width: calc(100vw - 80px);
    max-width: -o-calc(100vw - 80px);
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .46);
    display: none
}

.communityPopup .component .textcontent:first-child img {
    width: 100%
}

.communityPopup .component .textcontent:not(:first-child) {
    padding: 50px 60px
}

@media (max-width:767px) {
    .communityPopup .component .textcontent:not(:first-child) {
        padding: 20px 30px
    }
}

@media (max-width:767px) {
    .communityPopup .component {
        right: 20px;
        bottom: 20px;
        max-width: calc(100vw - 60px);
        max-width: -o-calc(100vw - 60px);
        border: 2px solid #fff
    }
}

.communityPopup.hoverintent .component {
    display: block
}

.fairnessPopup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 103;
    display: none
}

.fairnessPopup .close {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    color: #fff;
    opacity: 1
}

.fairnessPopup .close:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: #1366d7;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%
}

.fairnessPopup .close:after {
    content: '\e90a';
    font-family: BMW_iconFont;
    position: absolute;
    padding-top: 2px;
    font-weight: 100
}

.fairnessPopup .close:hover {
    cursor: pointer;
    color: #fff
}

.fairnessPopup .close:hover:before {
    background: #115bc0
}

.fairnessPopup .component {
    width: 655px;
    max-width: calc(100vw - 80px);
    max-width: -o-calc(100vw - 80px);
    left: 50%;
    top: 50%;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .46);
    display: block
}

.fairnessPopup .component .textcontent:first-child img {
    width: 100%
}

.fairnessPopup .component .textcontent:not(:first-child) {
    padding: 50px 60px
}

@media (max-width:767px) {
    .fairnessPopup .component .textcontent:not(:first-child) {
        padding: 20px 30px
    }
}

@media (max-width:767px) {
    .fairnessPopup .component {
        max-width: calc(100vw - 60px);
        max-width: -o-calc(100vw - 60px);
        border: 2px solid #fff
    }
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

.modal-dialog {
    width: 600px;
    margin: 40px auto;
    max-width: calc(100% - 60px);
    max-width: -o-calc(100% - 60px)
}

.modal-dialog.modal-xlg {
    width: 1500px
}

.modal-dialog.modal-lg {
    width: 900px
}

@media (max-width:767px) {
    .modal-dialog {
        margin: 20px auto;
        max-width: calc(100% - 40px);
        max-width: -o-calc(100% - 40px)
    }
}

.modal-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .43);
    border: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 30px
}

@media (max-width:767px) {
    .modal-content {
        padding: 20px
    }
}

.modal-header {
    border: 0;
    min-height: 37px;
    background-color: #fff;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
    padding-right: 30px
}

.modal-header .close {
    margin: 0;
    padding: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 400;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: none;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 1px;
    padding-top: .5px
}

.modal-header .close:hover:before {
    background-color: #262626
}

.modal-header .close:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1366d7;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -11px;
    margin-top: -11px
}

.modal-header .close i {
    position: relative;
    z-index: 1
}

.modal-title {
    border-bottom: 1px solid #262626;
    padding-bottom: 15px;
    display: inline-block
}

.modal-body {
    padding: 0;
    background-color: #fff
}

.modal-body .container {
    width: 100%
}

.modal-backdrop {
    z-index: 105
}

.modal {
    z-index: 106;
    margin-left: auto;
    margin-right: auto
}

.modal.error .modal-title {
    color: #d72213;
    border-color: #d72213
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-nav>button {
    font-size: 5rem;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    line-height: 1;
    width: 50px;
    height: 50px;
    color: #1366d7;
    display: block;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

.owl-carousel .owl-nav>button:hover {
    color: #1366d7
}

.owl-carousel .owl-nav>button .icon {
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 5rem
}

.owl-carousel .owl-nav>button.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-next {
    right: -80px
}

.owl-carousel .owl-nav .owl-prev {
    left: -80px
}

.owl-carousel .owl-item img {
    width: auto
}

@media (max-width:1710px) {
    .owl-carousel .owl-nav>button {
        background-color: rgba(255, 255, 255, .6);
        font-size: 3rem;
        color: #262626
    }

    .owl-carousel .owl-nav>button:hover {
        background-color: #fff
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0
    }
}

@media (max-width:1023px) {
    .owl-carousel .owl-nav>button {
        font-size: 2.6rem;
        margin-top: -20px;
        line-height: 40px;
        width: 40px;
        height: 40px
    }

    .owl-carousel .owl-nav>button .icon {
        line-height: 1;
        font-size: 4rem
    }
}

.qs-datepicker-container {
    width: 100%;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: 0 0;
    font-size: 1.5rem;
    color: #fff;
    font-family: BMWTypeNext, Helvetica, Arial, sans-serif;
    position: static
}

.qs-square {
    height: 50px;
    border-radius: 0
}

.qs-square.qs-active {
    background: rgba(255, 255, 255, .1)
}

.qs-event {
    color: #1366d7;
    font-weight: 700
}

.qs-event:after {
    display: none
}

.qs-month-year {
    cursor: default
}

.qs-month-year:hover {
    border-bottom: 0
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: rgba(255, 255, 255, .1)
}

.qs-controls {
    background: 0 0
}

.qs-month-year {
    font-family: BMWTypeNext, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.36;
    color: #262626;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.5rem;
    margin-bottom: 30px;
    margin-bottom: 0;
    color: #fff;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap
}

@media (max-width:1023px) {
    .qs-month-year {
        font-size: 2.2rem
    }
}

@media (max-width:767px) {
    .qs-month-year {
        font-size: 2rem;
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .qs-month-year {
        font-size: 2.2rem
    }
}

.qs-month-year strong {
    font-size: 2em;
    display: inline-block;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .qs-month-year strong {
        margin-bottom: 0
    }
}

.qs-day {
    font-weight: 400;
    color: #fff
}

.qs-arrow {
    width: 40px;
    height: 40px;
    border-radius: 0
}

.qs-arrow:after {
    font-family: BMW_iconFont;
    border: 0;
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center
}

.qs-arrow.qs-left:after {
    content: "\e92b";
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.qs-arrow.qs-right:after {
    content: "\e92c";
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.datepickerTooltip {
    color: #1366d7;
    font-weight: 700;
    margin-top: 10px;
    display: none
}

.datepickerTooltip .badge {
    font-weight: 400
}

.inlineCalendar {
    display: none
}

.datepickerWrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap
}

.datepickerWrapper .datepickerTooltips {
    order: 1;
    min-height: 35px
}

.dropzone {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll
}

iframe {
    max-width: 100%
}

img {
    height: auto !important;
    max-width: 100% !important
}

.image {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%
}

.image img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.image:before {
    content: "";
    display: block;
    padding-top: 100%
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    border: 1px solid #262626;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.labelFormGroup {
    margin: 0;
    color: #262626;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block
}

@media (max-width:480px) {
    .labelFormGroup {
        font-size: 10px
    }
}

.inputHelper,
input,
input.datepicker,
select,
textarea {
    background: 0 0;
    padding: 8px 20px 10px 20px;
    line-height: 20px;
    color: #262626;
    border: 1px solid #262626;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    display: block;
    width: 100%;
    min-height: 42px
}

.inputHelper:not(:disabled):active,
.inputHelper:not(:disabled):focus,
input.datepicker:not(:disabled):active,
input.datepicker:not(:disabled):focus,
input:not(:disabled):active,
input:not(:disabled):focus,
select:not(:disabled):active,
select:not(:disabled):focus,
textarea:not(:disabled):active,
textarea:not(:disabled):focus {
    outline: 0;
    border-color: #1366d7
}

.inputHelper.error,
input.datepicker.error,
input.error,
select.error,
textarea.error {
    border-color: #d72213
}

.inputHelper:disabled,
input.datepicker:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    background-color: #eee
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=submit] {
    width: auto
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=file] {
    padding: 0;
    border: 0
}

.radio input[type=radio] {
    margin-top: 12px
}

textarea {
    resize: vertical;
    min-height: 72px;
    height: 72px
}

.select_body {
    background-color: #fff;
    cursor: pointer;
    display: block;
    position: relative
}

.select_body:after {
    content: "\e92a";
    font-family: BMW_iconFont;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 3rem;
    color: #262626;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.select_body select {
    color: #262626;
    border-color: #262626;
    cursor: pointer;
    padding-right: 40px;
    -o-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%
}

.select_body select::-ms-expand {
    display: none
}

.select_body.focus select {
    border-color: #1366d7
}

.select_body.disabled select {
    cursor: default
}

.form-group,
.form-group-set {
    margin-bottom: 30px
}

.form-group .select_body,
.form-group input,
.form-group textarea,
.form-group-set .select_body,
.form-group-set input,
.form-group-set textarea {
    width: 100%
}

.form-group-set.has-danger input,
.form-group.has-danger input {
    border-color: #d72213;
    color: #d72213
}

.form-group label,
.form-group-set label {
    margin: 0;
    color: #262626;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block
}

@media (max-width:480px) {

    .form-group label,
    .form-group-set label {
        font-size: 10px
    }
}

.form-group-set:not(.checkbox-group):not(.radiobox-group),
.form-group:not(.checkbox-group):not(.radiobox-group) {
    position: relative
}

.form-group-set:not(.checkbox-group):not(.radiobox-group) label,
.form-group:not(.checkbox-group):not(.radiobox-group) label {
    position: absolute;
    left: 10px;
    top: -6px;
    z-index: 1;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.form-group--with-button {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap
}

.form-group--with-button>input {
    width: auto;
    flex-grow: 1
}

.form-group--with-button .button,
.form-group--with-button .cookieBar__button {
    width: 130px;
    flex-shrink: 1;
    min-width: 0;
    margin-left: 10px
}

@media (max-width:480px) {

    .form-group--with-button .button,
    .form-group--with-button .cookieBar__button {
        width: 100%;
        margin-left: 0;
        margin-top: -1px
    }
}

.checkbox-group label,
.radiobox-group label {
    font-size: 1.5rem;
    white-space: normal;
    text-overflow: unset;
    line-height: 1.67
}

.specialcheckbox,
.specialradiobox {
    position: relative;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 30px;
    color: #262626
}

.specialcheckbox span,
.specialradiobox span {
    font-style: normal;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #262626;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    top: 50%;
    margin-top: -10px;
    display: block;
    pointer-events: none;
    margin-bottom: 0;
    font-family: BMWTypeNext, Helvetica, Arial, sans-serif
}

.specialcheckbox span:after,
.specialradiobox span:after {
    content: " ";
    pointer-events: none;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -ms-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    background-color: #1366d7;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block
}

.specialcheckbox input,
.specialradiobox input {
    position: absolute;
    width: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0
}

.specialcheckbox input:checked+span:after,
.specialradiobox input:checked+span:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.specialcheckbox input:disabled+span:after,
.specialradiobox input:disabled+span:after {
    color: #727272
}

.specialcheckbox:active,
.specialradiobox:active {
    color: #1366d7
}

.specialcheckbox:active span:after,
.specialradiobox:active span:after {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

.specialcheckbox:active input:disabled:not(:checked)+span:after,
.specialradiobox:active input:disabled:not(:checked)+span:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.specialcheckbox.disabled,
.specialradiobox.disabled {
    cursor: default;
    color: #262626
}

.fakeRadiobutton {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #262626;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer
}

.fakeRadiobutton:active,
.fakeRadiobutton:focus,
.fakeRadiobutton:hover,
.tableNotifications .table__row:active .fakeRadiobutton,
.tableNotifications .table__row:focus .fakeRadiobutton,
.tableNotifications .table__row:hover .fakeRadiobutton {
    border-color: #1366d7
}

.fakeRadiobutton.active {
    border-color: #1366d7;
    background: #1366d7
}

.specialcheckbox span {
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden
}

.specialcheckbox span:after,
.specialcheckbox span:before {
    content: "";
    position: absolute;
    background-color: #262626;
    border-radius: 0;
    opacity: 0;
    width: 26px;
    height: 1px;
    left: -4px;
    top: 50%;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -ms-transition: .1s ease-in;
    -o-transition: .1s ease-in
}

.specialcheckbox input {
    width: 20px;
    height: 20px;
    left: 0;
    top: 0
}

.specialcheckbox input:checked+span:after,
.specialcheckbox input:checked+span:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.specialcheckbox input:checked+span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.specialcheckbox input:checked+span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.form-groups-inline {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

.form-groups-inline>.form-group,
.form-groups-inline>.form-group-set {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.form-group-set {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.form-group-set>label {
    padding-left: 5px;
    padding-right: 5px
}

.form-group-set .form-group,
.form-group-set .form-group-set {
    margin-bottom: 0;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px
}

.form-group-set .form-group-set-item__small {
    flex-shrink: 1;
    flex-grow: 0;
    width: 130px
}

@media (max-width:767px) {
    .form-group-set .form-group-set-item__small {
        width: 100px
    }

    .form-group-set>label {
        width: 100%
    }
}

@media (min-width:768px) {

    .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group),
    .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap
    }

    .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>label,
    .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>label {
        width: 160px;
        padding-right: 10px;
        flex-shrink: 0
    }

    .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>.label-filename,
    .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>.select_body,
    .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>input,
    .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>textarea,
    .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>.label-filename,
    .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>.select_body,
    .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>input,
    .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group)>textarea {
        flex-grow: 1;
        width: auto
    }

    .form-label-left .form-group-button {
        padding-left: 160px
    }

    .form-label-left .form-group-button .button,
    .form-label-left .form-group-button .cookieBar__button {
        width: auto
    }

    .form-label-left .form-group-set {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap
    }

    .form-label-left .form-group-set>label {
        width: 160px;
        padding-right: 10px;
        flex-shrink: 1
    }
}

.table_area .form-group,
.table_area .form-group-set {
    margin-bottom: 0
}

.table_area .form-groups-inline {
    margin-bottom: 0
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+.inputfileLabel {
    background: 0 0;
    padding: 8px 20px 10px 20px;
    line-height: 20px;
    color: #262626;
    border: 1px solid #262626;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    display: block;
    width: 100%;
    min-height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: not-allowed;
    display: inline-block;
    overflow: hidden;
    max-width: none;
    margin-bottom: 0;
    padding-right: 50px;
    position: relative
}

.inputfile+.inputfileLabel:not(:disabled):active,
.inputfile+.inputfileLabel:not(:disabled):focus {
    outline: 0;
    border-color: #1366d7
}

.inputfile+.inputfileLabel.error {
    border-color: #d72213
}

.inputfile+.inputfileLabel:disabled {
    background-color: #eee
}

.inputfile+.inputfileLabel .icon {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 40px;
    text-align: center;
    font-size: 40px
}

.inputfile:not(:disabled)+.inputfileLabel {
    cursor: pointer
}

.inputfile:not(:disabled)+.inputfileLabel:active,
.inputfile:not(:disabled)+.inputfileLabel:focus {
    outline: 0
}

.inputButtonForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap
}

.inputButtonForm .form-group,
.inputButtonForm .form-group-set {
    margin-bottom: 0
}

.inputButtonForm__input {
    width: calc(100% - 140px);
    width: -o-calc(100% - 140px)
}

.inputButtonForm__input label {
    display: block;
    width: 100%
}

.inputButtonForm__button {
    width: 140px;
    flex-grow: 1;
    flex-shrink: 0;
    padding-left: 10px
}

.inputButtonForm__button .button,
.inputButtonForm__button .cookieBar__button {
    width: 100%;
    min-width: 0
}

.inputButtonForm__button .button:not(.button_disabled),
.inputButtonForm__button .cookieBar__button:not(.button_disabled) {
    width: 100%;
    background: #1366d7;
    color: #fff;
    border-color: #1366d7;
    min-width: 0
}

.inputButtonForm__button .button:not(.button_disabled):focus,
.inputButtonForm__button .button:not(.button_disabled):hover,
.inputButtonForm__button .cookieBar__button:not(.button_disabled):focus,
.inputButtonForm__button .cookieBar__button:not(.button_disabled):hover {
    background: #0f50a8;
    border-color: #0f50a8;
    color: #fff
}

.inputButtonForm__button .button:not(.button_disabled):active,
.inputButtonForm__button .cookieBar__button:not(.button_disabled):active {
    background: #0d4591;
    border-color: #0d4591;
    color: #fff
}

@media (max-width:480px) {
    .inputButtonForm {
        flex-wrap: wrap
    }

    .inputButtonForm__input {
        width: 100%
    }

    .inputButtonForm__button {
        width: 100%;
        padding-left: 0
    }
}

.inputButtonForm--small .inputButtonForm__input {
    width: 100%;
    flex-grow: 1
}

.inputButtonForm--small .inputButtonForm__button {
    width: 50px;
    flex-grow: 0;
    flex-shrink: 0
}

.inputButtonForm--small .inputButtonForm__button .button,
.inputButtonForm--small .inputButtonForm__button .cookieBar__button {
    padding: 0;
    line-height: 38px
}

.inputButtonForm--small .inputButtonForm__button .button .icon,
.inputButtonForm--small .inputButtonForm__button .cookieBar__button .icon {
    display: block;
    line-height: 38px
}

@media (max-width:480px) {
    .inputButtonForm--small {
        flex-wrap: nowrap
    }
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-thumb {
    background: #6f6f6f;
    border: 0 none transparent;
    border-radius: 2px
}

::-webkit-scrollbar-thumb:hover {
    background: #262626
}

::-webkit-scrollbar-thumb:active {
    background: #262626
}

::-webkit-scrollbar-track {
    background: 0 0;
    border: 0 none transparent;
    border-radius: 0
}

::-webkit-scrollbar-track:hover {
    background: 0 0
}

::-webkit-scrollbar-track:active {
    background: 0 0
}

::-webkit-scrollbar-corner {
    background: 0 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 1550px
}

.container2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 1690px
}

.container3 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 1350px
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px
}

.row {
    margin-left: -25px;
    margin-right: -25px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1024px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1250px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-1-5 {
        width: 20%
    }

    .col-lg-2-5 {
        width: 40%
    }

    .col-lg-3-5 {
        width: 60%
    }

    .col-lg-4-5 {
        width: 80%
    }
}

@media (min-width:1540px) {

    .col-xlg-1,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-12,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9 {
        float: left
    }

    .col-xlg-12 {
        width: 100%
    }

    .col-xlg-11 {
        width: 91.66666667%
    }

    .col-xlg-10 {
        width: 83.33333333%
    }

    .col-xlg-9 {
        width: 75%
    }

    .col-xlg-8 {
        width: 66.66666667%
    }

    .col-xlg-7 {
        width: 58.33333333%
    }

    .col-xlg-6 {
        width: 50%
    }

    .col-xlg-5 {
        width: 41.66666667%
    }

    .col-xlg-4 {
        width: 33.33333333%
    }

    .col-xlg-3 {
        width: 25%
    }

    .col-xlg-2 {
        width: 16.66666667%
    }

    .col-xlg-1 {
        width: 8.33333333%
    }

    .col-xlg-pull-12 {
        right: 100%
    }

    .col-xlg-pull-11 {
        right: 91.66666667%
    }

    .col-xlg-pull-10 {
        right: 83.33333333%
    }

    .col-xlg-pull-9 {
        right: 75%
    }

    .col-xlg-pull-8 {
        right: 66.66666667%
    }

    .col-xlg-pull-7 {
        right: 58.33333333%
    }

    .col-xlg-pull-6 {
        right: 50%
    }

    .col-xlg-pull-5 {
        right: 41.66666667%
    }

    .col-xlg-pull-4 {
        right: 33.33333333%
    }

    .col-xlg-pull-3 {
        right: 25%
    }

    .col-xlg-pull-2 {
        right: 16.66666667%
    }

    .col-xlg-pull-1 {
        right: 8.33333333%
    }

    .col-xlg-pull-0 {
        right: auto
    }

    .col-xlg-push-12 {
        left: 100%
    }

    .col-xlg-push-11 {
        left: 91.66666667%
    }

    .col-xlg-push-10 {
        left: 83.33333333%
    }

    .col-xlg-push-9 {
        left: 75%
    }

    .col-xlg-push-8 {
        left: 66.66666667%
    }

    .col-xlg-push-7 {
        left: 58.33333333%
    }

    .col-xlg-push-6 {
        left: 50%
    }

    .col-xlg-push-5 {
        left: 41.66666667%
    }

    .col-xlg-push-4 {
        left: 33.33333333%
    }

    .col-xlg-push-3 {
        left: 25%
    }

    .col-xlg-push-2 {
        left: 16.66666667%
    }

    .col-xlg-push-1 {
        left: 8.33333333%
    }

    .col-xlg-push-0 {
        left: auto
    }

    .col-xlg-offset-12 {
        margin-left: 100%
    }

    .col-xlg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xlg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xlg-offset-9 {
        margin-left: 75%
    }

    .col-xlg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xlg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xlg-offset-6 {
        margin-left: 50%
    }

    .col-xlg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xlg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xlg-offset-3 {
        margin-left: 25%
    }

    .col-xlg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xlg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xlg-offset-0 {
        margin-left: 0
    }

    .col-xlg-1-5 {
        width: 20%
    }

    .col-xlg-2-5 {
        width: 40%
    }

    .col-xlg-3-5 {
        width: 60%
    }

    .col-xlg-4-5 {
        width: 80%
    }
}

@media (min-width:1540px) {
    .xlg-margin {
        margin-bottom: 20px
    }

    .xlg-margin--small {
        margin-bottom: 10px
    }
}

@media (min-width:1250px) and (max-width:1539px) {
    .lg-margin {
        margin-bottom: 20px
    }

    .lg-margin--small {
        margin-bottom: 10px
    }
}

@media (min-width:1024px) and (max-width:1249px) {
    .md-margin {
        margin-bottom: 20px
    }

    .md-margin--small {
        margin-bottom: 10px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sm-margin {
        margin-bottom: 20px
    }

    .sm-margin--small {
        margin-bottom: 10px
    }

    .float-sm-right {
        float: right
    }
}

@media (max-width:767px) {
    .xs-margin {
        margin-bottom: 20px
    }

    .xs-margin--small {
        margin-bottom: 10px
    }
}

@media (max-width:480px) {

    .col-xxs-1,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9 {
        float: left
    }

    .col-xxs-12 {
        width: 100%
    }

    .col-xxs-11 {
        width: 91.66666667%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

    .col-xxs-9 {
        width: 75%
    }

    .col-xxs-8 {
        width: 66.66666667%
    }

    .col-xxs-7 {
        width: 58.33333333%
    }

    .col-xxs-6 {
        width: 50%
    }

    .col-xxs-5 {
        width: 41.66666667%
    }

    .col-xxs-4 {
        width: 33.33333333%
    }

    .col-xxs-3 {
        width: 25%
    }

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-1 {
        width: 8.33333333%
    }

    .col-xxs-pull-12 {
        right: 100%
    }

    .col-xxs-pull-11 {
        right: 91.66666667%
    }

    .col-xxs-pull-10 {
        right: 83.33333333%
    }

    .col-xxs-pull-9 {
        right: 75%
    }

    .col-xxs-pull-8 {
        right: 66.66666667%
    }

    .col-xxs-pull-7 {
        right: 58.33333333%
    }

    .col-xxs-pull-6 {
        right: 50%
    }

    .col-xxs-pull-5 {
        right: 41.66666667%
    }

    .col-xxs-pull-4 {
        right: 33.33333333%
    }

    .col-xxs-pull-3 {
        right: 25%
    }

    .col-xxs-pull-2 {
        right: 16.66666667%
    }

    .col-xxs-pull-1 {
        right: 8.33333333%
    }

    .col-xxs-pull-0 {
        right: auto
    }

    .col-xxs-push-12 {
        left: 100%
    }

    .col-xxs-push-11 {
        left: 91.66666667%
    }

    .col-xxs-push-10 {
        left: 83.33333333%
    }

    .col-xxs-push-9 {
        left: 75%
    }

    .col-xxs-push-8 {
        left: 66.66666667%
    }

    .col-xxs-push-7 {
        left: 58.33333333%
    }

    .col-xxs-push-6 {
        left: 50%
    }

    .col-xxs-push-5 {
        left: 41.66666667%
    }

    .col-xxs-push-4 {
        left: 33.33333333%
    }

    .col-xxs-push-3 {
        left: 25%
    }

    .col-xxs-push-2 {
        left: 16.66666667%
    }

    .col-xxs-push-1 {
        left: 8.33333333%
    }

    .col-xxs-push-0 {
        left: auto
    }

    .col-xxs-offset-12 {
        margin-left: 100%
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xxs-offset-9 {
        margin-left: 75%
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xxs-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xxs-offset-6 {
        margin-left: 50%
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xxs-offset-3 {
        margin-left: 25%
    }

    .col-xxs-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xxs-offset-0 {
        margin-left: 0
    }
}

.clearfloat {
    clear: both
}

.table_area,
.table_area_special {
    display: table;
    width: 100%;
    table-layout: auto
}

.table_area .table_row,
.table_area_special .table_row {
    display: table-row
}

.table_area .table_row .table_cell,
.table_area_special .table_row .table_cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border-bottom: 1px solid #262626
}

.table_area .table_row .table_cell.border_white,
.table_area_special .table_row .table_cell.border_white {
    border-color: #fff
}

.table_area .table_row .table_cell .table_cell_label,
.table_area_special .table_row .table_cell .table_cell_label {
    color: #6f6f6f;
    padding-right: 20px;
    display: none
}

.table_area .table_row.table_header .table_cell,
.table_area_special .table_row.table_header .table_cell {
    color: #6f6f6f
}

@media (max-width:767px) {
    .textcontent .table_wrapper {
        max-width: 100%;
        overflow-x: scroll
    }

    .table_area {
        display: block
    }

    .table_area .table_row {
        display: block;
        border-bottom: 1px solid #262626
    }

    .table_area .table_row .table_cell {
        display: block;
        border: 0;
        text-align: left
    }

    .table_area .table_row .table_cell .table_cell_label {
        display: inline;
        float: left;
        width: 40%
    }

    .table_area .table_row.table_header {
        display: none
    }
}

@media (max-width:480px) {
    .table_area .table_row .table_cell .table_cell_label {
        width: 100%
    }

    .table_area .table_row .table_cell .select_body,
    .table_area .table_row .table_cell input {
        width: 100%
    }
}

#gadget {
    margin-bottom: 80px;
    background-color: #eee;
    color: #6f6f6f;
    padding-top: 20px;
    padding-bottom: 20px
}

#gadget .header_trust {
    margin: 0 -10px;
    text-align: center
}

#gadget .header_trust .textcontent {
    display: inline-block;
    padding: 0 10px
}

#gadget .header_trust .textcontent .fa {
    font-size: 1rem
}

#gadget .header_trust:after {
    clear: both;
    display: block;
    content: " "
}

.breadcrumbWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #6f6f6f
}

.breadcrumb a {
    color: #6f6f6f
}

.breadcrumb a:hover {
    color: #1366d7
}

.breadcrumb i {
    margin: 0 2px
}

.breadcrumb .current {
    color: #262626
}

.breadcrumbBackbutton i {
    display: inline-block;
    margin-right: 10px
}

.btn,
.button,
.cookieBar__button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px 12px 15px;
    line-height: 20px;
    min-width: 267px;
    border: 2px solid #262626;
    color: #262626;
    cursor: pointer;
    background: 0 0;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem
}

.btn:focus,
.btn:hover,
.button:focus,
.button:hover,
.cookieBar__button:focus,
.cookieBar__button:hover {
    background: 0 0;
    border-color: #1366d7;
    color: #262626;
    text-decoration: none
}

.btn:active,
.button:active,
.cookieBar__button:active {
    background: #fafafa;
    border-color: #1366d7;
    color: #262626;
    text-decoration: none
}

@media (max-width:480px) {

    .btn,
    .button,
    .cookieBar__button {
        line-height: 18px;
        padding: 5px 10px 5px 10px;
        min-width: 160px;
        border-width: 1px
    }
}

.btn-action,
.btn-primary,
.button_action,
.button_primary {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px 12px 15px;
    line-height: 20px;
    min-width: 267px;
    border: 2px solid #262626;
    color: #262626;
    cursor: pointer;
    background: 0 0;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    background: #1366d7;
    color: #fff;
    border-color: #1366d7
}

.btn-action:focus,
.btn-action:hover,
.btn-primary:focus,
.btn-primary:hover,
.button_action:focus,
.button_action:hover,
.button_primary:focus,
.button_primary:hover {
    background: 0 0;
    border-color: #1366d7;
    color: #262626;
    text-decoration: none
}

.btn-action:active,
.btn-primary:active,
.button_action:active,
.button_primary:active {
    background: #fafafa;
    border-color: #1366d7;
    color: #262626;
    text-decoration: none
}

@media (max-width:480px) {

    .btn-action,
    .btn-primary,
    .button_action,
    .button_primary {
        line-height: 18px;
        padding: 5px 10px 5px 10px;
        min-width: 160px;
        border-width: 1px
    }
}

.btn-action:focus,
.btn-action:hover,
.btn-primary:focus,
.btn-primary:hover,
.button_action:focus,
.button_action:hover,
.button_primary:focus,
.button_primary:hover {
    background: #0f50a8;
    border-color: #0f50a8;
    color: #fff
}

.btn-action:active,
.btn-primary:active,
.button_action:active,
.button_primary:active {
    background: #0d4591;
    border-color: #0d4591;
    color: #fff
}

.btn-disabled,
.button[disabled],
.button_disabled,
.cookieBar__button[disabled],
button.disabled {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px 12px 15px;
    line-height: 20px;
    min-width: 267px;
    border: 2px solid #262626;
    color: #262626;
    cursor: pointer;
    background: 0 0;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    background: #eee;
    color: #6f6f6f;
    border-color: #eee;
    cursor: not-allowed
}

.btn-disabled:focus,
.btn-disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
.button_disabled:focus,
.button_disabled:hover,
.cookieBar__button[disabled]:focus,
.cookieBar__button[disabled]:hover,
button.disabled:focus,
button.disabled:hover {
    background: 0 0;
    border-color: #1366d7;
    color: #262626;
    text-decoration: none
}

.btn-disabled:active,
.button[disabled]:active,
.button_disabled:active,
.cookieBar__button[disabled]:active,
button.disabled:active {
    background: #fafafa;
    border-color: #1366d7;
    color: #262626;
    text-decoration: none
}

@media (max-width:480px) {

    .btn-disabled,
    .button[disabled],
    .button_disabled,
    .cookieBar__button[disabled],
    button.disabled {
        line-height: 18px;
        padding: 5px 10px 5px 10px;
        min-width: 160px;
        border-width: 1px
    }
}

.btn-disabled:active,
.btn-disabled:focus,
.btn-disabled:hover,
.button[disabled]:active,
.button[disabled]:focus,
.button[disabled]:hover,
.button_disabled:active,
.button_disabled:focus,
.button_disabled:hover,
.cookieBar__button[disabled]:active,
.cookieBar__button[disabled]:focus,
.cookieBar__button[disabled]:hover,
button.disabled:active,
button.disabled:focus,
button.disabled:hover {
    background: #eee;
    border-color: #eee;
    color: #6f6f6f
}

.button_full {
    width: 100%;
    min-width: 0
}

.button_row,
.button_row_bottom,
.button_row_top {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px
}

.button_row:after,
.button_row_bottom:after,
.button_row_top:after {
    clear: both;
    display: block;
    content: " "
}

.button_row .button_paypalexpress,
.button_row_bottom .button_paypalexpress,
.button_row_top .button_paypalexpress {
    display: inline-block
}

.button_row .button,
.button_row .button_paypalexpress,
.button_row .cookieBar__button,
.button_row_bottom .button,
.button_row_bottom .button_paypalexpress,
.button_row_top .button,
.button_row_top .button_paypalexpress {
    margin: 10px 5px
}

@media (max-width:480px) {

    .button_row,
    .button_row_bottom,
    .button_row_top {
        text-align: center
    }

    .button_row .pull-left,
    .button_row .pull-right,
    .button_row_bottom .pull-left,
    .button_row_bottom .pull-right,
    .button_row_top .pull-left,
    .button_row_top .pull-right {
        float: none !important
    }

    .button_row .button,
    .button_row .cookieBar__button,
    .button_row_bottom .button,
    .button_row_top .button {
        min-width: 220px
    }
}

.button_row_bottom {
    margin-bottom: 0
}

.button_row_bottom .button,
.button_row_bottom .button_paypalexpress,
.button_row_bottom .cookieBar__button {
    margin-bottom: 0
}

.button_row_top {
    margin-top: 0
}

.button_row_top .button,
.button_row_top .button_paypalexpress,
.button_row_top .cookieBar__button {
    margin-top: 0
}

html {
    font-size: 10px
}

@media (max-width:480px) {
    html {
        font-size: 8.66667px
    }
}

body {
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.67;
    font-family: BMWTypeNext, Helvetica, Arial, sans-serif;
    color: #262626
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: BMWTypeNext, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.36;
    color: #262626;
    margin-top: 0;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 5rem;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width:1023px) {

    .h1,
    h1 {
        font-size: 4rem
    }
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 3.2rem
    }
}

@media (max-width:480px) {

    .h1,
    h1 {
        font-size: 3rem
    }
}

.h2,
h2 {
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media (max-width:1023px) {

    .h2,
    h2 {
        font-size: 2.8rem
    }
}

@media (max-width:767px) {

    .h2,
    h2 {
        font-size: 2.6rem;
        margin-bottom: 20px
    }
}

@media (max-width:480px) {

    .h2,
    h2 {
        font-size: 2.3rem
    }
}

.h3,
h3 {
    font-size: 2.5rem;
    margin-bottom: 30px
}

@media (max-width:1023px) {

    .h3,
    h3 {
        font-size: 2.2rem
    }
}

@media (max-width:767px) {

    .h3,
    h3 {
        font-size: 2rem;
        margin-bottom: 20px
    }
}

@media (max-width:480px) {

    .h3,
    h3 {
        font-size: 2.2rem
    }
}

.h3 strong,
h3 strong {
    font-size: 2em;
    display: inline-block;
    margin-bottom: 10px
}

@media (max-width:767px) {

    .h3 strong,
    h3 strong {
        margin-bottom: 0
    }
}

.h4,
h4 {
    font-size: 2rem
}

@media (max-width:1023px) {

    .h4,
    h4 {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {

    .h4,
    h4 {
        font-size: 1.6rem
    }
}

.h5,
h5 {
    font-size: 1.8rem
}

.h6,
h6 {
    font-size: 1.5rem
}

.link,
a {
    color: #1366d7;
    text-decoration: underline;
    cursor: pointer
}

.link:active,
.link:focus,
.link:hover,
a:active,
a:focus,
a:hover {
    color: #262626;
    text-decoration: underline;
    outline: 0
}

:focus {
    outline: 0
}

a:focus {
    outline: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

ol,
ul {
    margin: 0;
    padding-left: 18px
}

ol li,
ul li {
    padding: 5px 0
}

ul.checkList {
    list-style: none;
    padding-left: 25px
}

ul.checkList li {
    position: relative
}

ul.checkList li:before {
    content: "\e909";
    font-family: BMW_iconFont;
    position: absolute;
    left: -35px;
    font-size: 32px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px
}

b,
strong {
    font-weight: 700
}

address {
    margin-bottom: 2rem;
    font-style: italic;
    line-height: 1.67
}

hr {
    border-top: 1px solid #262626;
    margin-top: 40px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    hr {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

label {
    font-weight: 400;
    color: #6f6f6f
}

.linkNext {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    text-decoration: none
}

.linkNext:before {
    content: "\e92c";
    font-family: BMW_iconFont;
    width: 20px;
    position: absolute;
    left: -10px;
    top: 50%;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    margin-top: 1px;
    transition: left .2s ease-in-out;
    pointer-events: none
}

.linkNext:active,
.linkNext:focus,
.linkNext:hover,
.newsBox:active .linkNext,
.newsBox:focus .linkNext,
.newsBox:hover .linkNext {
    color: #1366d7;
    text-decoration: none
}

.linkNext:active:before,
.linkNext:focus:before,
.linkNext:hover:before {
    left: -5px
}

.text-ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    max-width: 100%
}

@media (min-width:768px) {
    .text-sm-right {
        text-align: right
    }
}

#container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 100vh;
    overflow: hidden
}

#container>footer,
#container>header {
    flex-shrink: 0
}

#container>main {
    flex-grow: 1;
    min-height: 300px
}

.row {
    display: flex;
    flex-wrap: wrap
}

.row:after,
.row:before {
    display: none
}

.row>[class^=col] {
    float: none
}

@media (min-width:1024px) {
    .row.biggap {
        margin-left: -65px;
        margin-right: -65px
    }

    .row.biggap>[class^=col] {
        padding-left: 65px;
        padding-right: 65px
    }
}

@media (max-width:767px) {
    .row .order-xs-1 {
        order: -1
    }
}

@media (min-width:768px) {
    .row .order-sm-1 {
        order: 1
    }
}

@media (min-width:1024px) {
    .row .order-md-1 {
        order: 1
    }
}

@media (min-width:1250px) {
    .row .order-lg-1 {
        order: 1
    }
}

.row.align-items-center {
    align-items: center
}

.siteHeader>.bg-black {
    padding-top: 340px;
    padding-bottom: 70px
}

@media (max-width:480px) {
    .siteHeader>.bg-black {
        padding-top: 230px;
        padding-bottom: 40px
    }
}

.siteHeader>.bg-black.bg-cover {
    background-size: auto 682px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative
}

.siteHeader>.bg-black.bg-cover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 682px;
    background: #262626;
    background: linear-gradient(0deg, #262626 0, rgba(38, 38, 38, .5) 30%, transparent 100%)
}

@media (max-width:1539px) {
    .siteHeader>.bg-black.bg-cover {
        background-size: auto 600px
    }

    .siteHeader>.bg-black.bg-cover:before {
        height: 600px
    }
}

@media (max-width:1249px) {
    .siteHeader>.bg-black.bg-cover {
        background-size: auto 580px
    }

    .siteHeader>.bg-black.bg-cover:before {
        height: 580px
    }
}

@media (max-width:1023px) {
    .siteHeader>.bg-black.bg-cover {
        background-size: auto 440px;
        background-position-x: 60%
    }

    .siteHeader>.bg-black.bg-cover:before {
        height: 440px
    }
}

@media (max-width:767px) {
    .siteHeader>.bg-black.bg-cover {
        background-size: auto 400px;
        background-position-x: 70%
    }

    .siteHeader>.bg-black.bg-cover:before {
        height: 400px
    }
}

@media (max-width:480px) {
    .siteHeader>.bg-black.bg-cover {
        background-size: auto 320px
    }

    .siteHeader>.bg-black.bg-cover:before {
        height: 320px
    }
}

.siteHeader>.bg-black.bg-cover>div {
    z-index: 1;
    position: relative
}

@media (max-width:1539px) {
    .trophy_banner.bg-black.bg-cover {
        background-position-x: 20%
    }
}

@media (max-width:1023px) {
    .trophy_banner.bg-black.bg-cover {
        background-size: auto 850px;
        background-position-x: 60%;
        background-image: url("images/BMW_SportsTrophy_NightofTrophies_Landingpage_Header_220926_page-0001-mobile.jpg") !important
    }

    .trophy_banner.bg-black.bg-cover:before {
        height: 850px
    }

    .trophy_banner.bg-black.bg-cover>div {
        padding-top: 100px
    }
}

@media (max-width:800px) {
    .trophy_banner.bg-black.bg-cover {
        background-size: auto 660px;
        background-position-y: -40px
    }

    .trophy_banner.bg-black.bg-cover:before {
        height: 620px
    }
}

@media (max-width:767px) {
    .trophy_banner.bg-black.bg-cover {
        background-size: auto 635px;
        background-position-x: 70%
    }

    .trophy_banner.bg-black.bg-cover:before {
        height: 595px
    }
}

@media (max-width:600px) {
    .trophy_banner.bg-black.bg-cover {
        background-position-x: 40%;
        background-position-y: 0
    }

    .trophy_banner.bg-black.bg-cover:before {
        height: 635px
    }
}

@media (max-width:560px) {
    .trophy_banner.bg-black.bg-cover {
        background-size: auto 475px;
        background-position-x: 70%
    }

    .trophy_banner.bg-black.bg-cover:before {
        height: 475px
    }
}

@media (max-width:480px) {
    .trophy_banner.bg-black.bg-cover {
        background-size: auto 400px;
        background-position-x: 45%;
        background-position-y: -20px
    }

    .trophy_banner.bg-black.bg-cover:before {
        height: 380px
    }

    .trophy_banner.bg-black.bg-cover>div {
        padding-top: 80px
    }
}

@media (max-width:374px) {
    .trophy_banner.bg-black.bg-cover {
        background-size: auto 360px;
        background-position-x: 45%
    }

    .trophy_banner.bg-black.bg-cover:before {
        height: 360px
    }
}

.trophy_banner.bg-black.bg-cover>div {
    z-index: 1;
    position: relative
}

.jc-center {
    justify-content: center
}

.tabs__header {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .tabs__header {
        margin-bottom: 30px;
        margin-right: -20px
    }
}

.tabs__header ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

.tabs__header li {
    margin: 0;
    list-style-type: none;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    color: #a6a6a6;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 50px;
    font-weight: 700
}

.tabs__header li:hover {
    color: #1366d7
}

.tabs__header li.active {
    color: #262626;
    border-bottom-color: #262626
}

@media (max-width:767px) {
    .tabs__header li {
        margin-right: 20px
    }
}

.tabs__content>div {
    display: none
}

.tabs__content>div:first-child {
    display: block
}

.fact hr {
    max-width: 200px;
    margin-right: auto;
    margin-left: 0
}

@media (max-width:767px) {
    .fact hr {
        max-width: 100px
    }
}

.fact h3 {
    text-transform: uppercase
}

.checkboxSelection__list {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 375px;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.checkboxSelection__list .specialcheckbox {
    width: 100%
}

.checkboxSelection__list .specialcheckbox:hover {
    color: #1366d7
}

.checkboxSelection__list .form-group,
.checkboxSelection__list .form-group-set {
    margin-bottom: 0;
    padding-bottom: 30px
}

.checkboxSelection textarea {
    color: #1366d7
}

.checkboxSelection textarea:disabled {
    background-color: transparent;
    cursor: not-allowed
}

.checkboxSelection .showAllCheckboxSelectionList {
    margin-bottom: 90px
}

@media (max-width:767px) {
    .checkboxSelection .showAllCheckboxSelectionList {
        margin-bottom: 30px
    }
}

.tooltip {
    padding: 12px;
    font-size: 1.3rem;
    position: absolute;
    top: 100%;
    left: 2px;
    width: 400px;
    min-height: 120px;
    max-width: 100vw;
    max-width: calc(100vw - 50px);
    max-width: -o-calc(100vw - 50px);
    background: #fff;
    z-index: 104;
    color: #262626;
    display: none
}

@media (max-width:767px) {
    .tooltip {
        font-size: 1.6rem
    }
}

.tooltip__btn {
    color: #1366d7;
    text-decoration: underline;
    cursor: pointer
}

.tooltip__btn:active,
.tooltip__btn:focus,
.tooltip__btn:hover {
    color: #262626;
    text-decoration: underline;
    outline: 0
}

.tooltip__btn.saving {
    cursor: not-allowed;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    padding-left: 20px
}

.tooltip__btn.saving:before {
    content: "\f110";
    font-family: fontawesome;
    display: block;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    text-align: center;
    line-height: 20px;
    margin-top: -10px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.tooltip__title {
    margin-bottom: 20px;
    font-weight: 700;
    padding-right: 40px
}

.tooltip__close {
    margin: 0;
    padding: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 400;
    float: none;
    position: absolute;
    top: 8px;
    right: 6px;
    text-shadow: none;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 0;
    padding-top: .5px;
    cursor: pointer
}

.tooltip__close:hover:before {
    background-color: #262626
}

.tooltip__close:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1366d7;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -11px;
    margin-top: -11px
}

.tooltip__close i {
    position: relative;
    z-index: 1
}

.tooltip__footer .tooltip__btn {
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px
}

.tooltip .form-group,
.tooltip .form-group-set {
    margin-bottom: 10px
}

.tooltip.tooltip--right {
    left: auto;
    right: 2px
}

.tooltipWrapper {
    position: relative
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.tag {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 3px 7px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    position: relative;
    color: #262626;
    line-height: 20px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    cursor: pointer
}

.tag:after {
    font-family: BMW_iconFont;
    font-style: normal;
    content: "\e90a";
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 1.5em;
    line-height: 1em;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.tag:focus,
.tag:hover {
    color: #262626;
    background-color: #e1e1e1;
    border-color: #e1e1e1
}

.tag:active {
    background-color: #d5d5d5;
    border-color: #d5d5d5
}

.tag:hover:not(.tag--new) {
    padding-right: 25px
}

.tag:hover:not(.tag--new):after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

@media (max-width:1249px) {
    .tag:not(.tag--new) {
        padding-right: 25px
    }

    .tag:not(.tag--new):after {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
}

.addNewTag {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 3px 7px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    position: relative;
    color: #262626;
    line-height: 20px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    cursor: pointer;
    background-color: #1366d7;
    border-color: #1366d7;
    color: #fff;
    padding-right: 25px
}

.addNewTag:after {
    font-family: BMW_iconFont;
    font-style: normal;
    content: "\e90a";
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 1.5em;
    line-height: 1em;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.addNewTag:focus,
.addNewTag:hover {
    color: #262626;
    background-color: #e1e1e1;
    border-color: #e1e1e1
}

.addNewTag:active {
    background-color: #d5d5d5;
    border-color: #d5d5d5
}

.addNewTag:hover:not(.tag--new) {
    padding-right: 25px
}

.addNewTag:hover:not(.tag--new):after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

@media (max-width:1249px) {
    .addNewTag:not(.tag--new) {
        padding-right: 25px
    }

    .addNewTag:not(.tag--new):after {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
}

.addNewTag:after {
    content: "+";
    font-family: BMWTypeNext, Helvetica, Arial, sans-serif;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.addNewTag:focus,
.addNewTag:hover {
    color: #fff;
    background-color: #115bc0;
    border-color: #115bc0
}

.addNewTag:active {
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

.tagInput {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none
}

.tagInput input {
    padding: 3px 7px;
    line-height: 20px;
    min-width: 100px
}

.tagInput__suggestion {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 1;
    min-width: 100%;
    color: #262626;
    border: 1px solid #262626;
    border-top: 0;
    display: block
}

.tagInput__suggestion>div {
    padding: 1px 5px;
    cursor: pointer
}

.tagInput__suggestion>div:hover {
    background-color: #eee
}

.tagset {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.tagset.hover-tag {
    margin-right: -18px
}

.badge {
    padding: 2px 8px;
    background: #1366d7;
    color: #fff;
    font-size: 1.2rem;
    margin-left: 10px;
    vertical-align: top;
    display: inline-block
}

.badge--canceled {
    background: #d72213
}

.header {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
    background-color: transparent;
    transition: .2s ease-in-out
}

.header a {
    color: #fff;
    text-decoration: none
}

.header a:active,
.header a:focus,
.header a:hover {
    color: #1366d7;
    text-decoration: none
}

.header .container2 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-end
}

@media (max-width:1249px) {
    .header .container2 {
        align-items: center
    }
}

@media (max-width:480px) {
    .header {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.header.sticky {
    background-color: #262626
}

@media (min-width:1024px) {
    .header.sticky {
        padding-top: 10px
    }
}

.headerLogo {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 20px;
    width: 260px;
    flex-shrink: 0
}

@media (min-width:1250px) {
    .headerLogo {
        height: 40px;
        position: relative;
        top: 20px
    }
}

@media (max-width:1249px) {
    .headerLogo {
        flex-grow: 1;
        text-align: right;
        width: auto;
        justify-content: flex-end
    }

    .headerLogo .component {
        width: 240px
    }
}

@media (max-width:480px) {
    .headerLogo .component {
        width: 140px
    }
}

.headerNavigation {
    flex-grow: 1;
    border-bottom: 1px solid #fff
}

.headerNavigation ul {
    margin: 0;
    padding: 0
}

.headerNavigation li {
    margin: 0;
    padding: 0;
    list-style: none
}

.headerNavigation a {
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: -1px
}

.headerNavigation a:active,
.headerNavigation a:focus,
.headerNavigation a:hover {
    color: #1366d7
}

.headerNavigation a:active svg path,
.headerNavigation a:focus svg path,
.headerNavigation a:hover svg path {
    fill: #1366d7
}

.headerNavigation a.active,
.headerNavigation a.active_tree {
    color: #1366d7
}

@media (min-width:1540px) {
    .headerNavigation a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.5rem
    }
}

@media (min-width:1250px) {
    .headerNavigation {
        z-index: 1;
        position: relative;
        height: 66px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap
    }

    .headerNavigation ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        display: inline-flex
    }

    .headerNavigation>a {
        display: inline-flex
    }

    .headerNavigation a {
        padding: 20px 12px;
        border-bottom: 1px solid transparent;
        font-size: 1.3rem
    }

    .headerNavigation a svg {
        margin-right: 5px
    }

    .headerNavigation a.active,
    .headerNavigation a.active_tree {
        border-bottom-color: #1366d7
    }
}

@media (max-width:1249px) {
    .headerNavigation {
        position: fixed;
        left: -100%;
        top: 0;
        width: 400px;
        max-width: 100%;
        height: 100%;
        background-color: #262626;
        padding: 20px;
        font-size: 15px;
        padding-top: 80px
    }

    .headerNavigation>a {
        padding: 20px 40px 20px 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap
    }

    .headerNavigation>a svg {
        margin-right: 10px
    }

    .headerNavigation>ul>li>a {
        border-bottom: 1px solid #fff;
        padding: 20px 40px 20px 15px;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap
    }

    .headerNavigation>ul>li>a svg {
        margin-right: 10px
    }

    .headerNavigation>ul>li>a:after {
        content: "\e92c";
        font-family: BMW_iconFont;
        position: absolute;
        right: 0;
        top: 50%;
        font-weight: 400;
        font-size: 35px;
        width: 40px;
        text-align: center;
        pointer-events: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }
}

.navigationToggle {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    padding: 8px 5px;
    margin-right: 20px;
    margin-left: -5px;
    position: relative;
    z-index: 1
}

.navigationToggle .navigationToggleBar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    transition: .2s ease-in-out
}

.navigationToggle.active .navigationToggleBar:first-child,
.navigationToggle.active .navigationToggleBar:last-child {
    width: 70%
}

@media (min-width:1250px) {
    .navigationToggle {
        display: none
    }
}

body.menu-open {
    overflow: hidden
}

.footerHeadline {
    font-size: 1.8rem;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .footerHeadline {
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .footerHeadline {
        font-size: 1.5rem;
        margin-bottom: 20px
    }
}

.footerNavigation a {
    font-weight: 700;
    display: block
}

@media (max-width:767px) {
    .footerNavigation {
        padding-bottom: 40px
    }
}

.footerMain {
    background-color: #262626;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px
}

.footerMain ul {
    margin: 0;
    padding: 0
}

.footerMain li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 10px
}

.footerMain li:last-child {
    margin-bottom: 0
}

.footerMain a {
    color: #fff;
    text-decoration: none
}

.footerMain a.active,
.footerMain a.active_tree,
.footerMain a:active,
.footerMain a:focus,
.footerMain a:hover {
    color: #1366d7
}

.footerMain a.active,
.footerMain a.active_tree {
    font-weight: 700
}

@media (max-width:1023px) {
    .footerMain {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .footerMain {
        padding-top: 30px;
        padding-bottom: 0
    }
}

.footerLegalNavigation ul {
    margin: 0 -35px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap
}

.footerLegalNavigation li {
    margin: 0;
    padding: 0 35px;
    list-style-type: none
}

.footerLegalNavigation a {
    color: #1366d7;
    font-weight: 700;
    text-decoration: none
}

.footerLegalNavigation a.active,
.footerLegalNavigation a.active_tree,
.footerLegalNavigation a:active,
.footerLegalNavigation a:focus,
.footerLegalNavigation a:hover {
    color: #262626;
    text-decoration: none
}

@media (max-width:767px) {
    .footerLegalNavigation ul {
        margin: 0 -10px
    }

    .footerLegalNavigation li {
        padding: 0 10px
    }
}

.footerBottom {
    padding-top: 50px;
    padding-bottom: 40px
}

.footerBottom .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between
}

.footerBottom .container:after,
.footerBottom .container:before {
    display: none
}

@media (max-width:767px) {
    .footerBottom {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .footerBottom .container {
        flex-wrap: wrap
    }

    .footerBottom .footerLegalNavigation {
        width: 100%
    }

    .footerBottom .footerCopyright {
        margin-top: 20px;
        order: 1;
        width: 100%
    }
}

@media (max-width:480px) {
    .footerBottom {
        font-size: 1.2rem
    }
}

@media (max-width:1023px) {
    .footerLanguage {
        padding-bottom: 30px
    }
}

.newsBox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    color: #262626;
    text-decoration: none
}

.newsBox__image {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    background: #eee
}

.newsBox__image img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.newsBox__image:before {
    content: "";
    display: block;
    padding-top: 100%
}

.newsBox__image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.newsBox__image:before {
    padding-top: 45%
}

.newsBox__content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap
}

.newsBox__headline {
    font-family: BMWTypeNext, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.36;
    color: #262626;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2rem;
    margin-bottom: 20px;
    min-height: 85px
}

@media (max-width:1023px) {
    .newsBox__headline {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .newsBox__headline {
        font-size: 1.6rem
    }
}

@media (max-width:1023px) {
    .newsBox__headline {
        min-height: 96px
    }
}

@media (max-width:767px) {
    .newsBox__headline {
        min-height: 65px;
        margin-bottom: 10px
    }
}

.newsBox__date {
    margin-bottom: 15px
}

.newsBox__date span {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #262626
}

.newsBox__summary {
    margin-bottom: 30px;
    flex-grow: 1
}

.newsBox:active,
.newsBox:focus,
.newsBox:hover {
    text-decoration: none
}

.newsBox:active .linkNext:before,
.newsBox:focus .linkNext:before,
.newsBox:hover .linkNext:before {
    left: -5px
}

.bg-black .newsBox__date span {
    border-color: #fff
}

.newsGallery .imageGallery {
    margin-bottom: 180px
}

@media (max-width:767px) {
    .newsGallery .imageGallery .marginBottom--xlarge {
        margin-bottom: 40px
    }
}

@media (max-width:1023px) {

    .newsList .row,
    .newsListPreview .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .newsList .row>.newsBox,
    .newsListPreview .row>.newsBox {
        padding-left: 10px;
        padding-right: 10px
    }

    .newsList .newsBox__content,
    .newsListPreview .newsBox__content {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .newsListPreview .row {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .newsListPreview .row>.newsBox {
        flex-shrink: 0;
        width: 240px;
        scroll-snap-align: start;
        scroll-snap-stop: always
    }
}

.newsList {
    margin-bottom: -50px
}

.newsList .newsBox {
    margin-bottom: 50px
}

@media (max-width:1249px) {
    .newsList {
        margin-bottom: -40px
    }

    .newsList .newsBox {
        margin-bottom: 40px
    }
}

@media (max-width:480px) {
    .newsList .newsBox__headline {
        min-height: 0
    }
}

.tableNotifications {
    table-layout: fixed
}

.tableNotifications .linkNext {
    color: #262626;
    font-weight: 400
}

.tableNotifications .linkNext:active,
.tableNotifications .linkNext:focus,
.tableNotifications .linkNext:hover {
    color: #1366d7
}

.tableNotifications .table__row.active {
    font-weight: 700
}

.tableNotifications .table__row.active .fakeRadiobutton {
    background: #1366d7;
    border-color: #1366d7
}

.tableNotifications .table__cell--action:before {
    display: none
}

@media (max-width:1023px) {
    .tableNotifications {
        display: block
    }

    .tableNotifications .table__row {
        position: relative;
        display: block;
        padding-left: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .tableNotifications .table__row:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }

    .tableNotifications .table__row--header {
        display: none
    }

    .tableNotifications .table__cell--action {
        position: absolute;
        left: 0;
        top: 8px
    }

    .tableNotifications .table__cell {
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 0
    }

    .tableNotifications .table__cell:before {
        content: attr(data-label) ":";
        flex-shrink: 0;
        flex-grow: 0;
        width: 140px
    }
}

@media (max-width:767px) {
    .tableNotifications .table__row {
        position: relative;
        padding-left: 20px
    }

    .tableNotifications .table__cell--action {
        position: absolute;
        left: 0;
        top: 8px
    }

    .tableNotifications .table__cell:last-child {
        margin-top: 10px
    }

    .tableNotifications .table__cell:last-child:before {
        display: none
    }
}

@media (min-width:1024px) {
    .tableNotifications .table__cell--action {
        width: 40px
    }

    .tableNotifications .table__cell--date {
        width: 180px
    }

    .tableNotifications .table__cell--sender {
        width: 300px
    }
}

.collectionnotifications {
    position: relative
}

@media (min-width:768px) {
    .slidecontent--categories .slide_container {
        margin-bottom: 40px
    }

    .slidecontent--categories .slide_container:last-child {
        margin-bottom: 0
    }
}

.slidecontent--categories .slidecontent_headline {
    font-size: 2.5rem;
    padding: 10px 40px 10px 0;
    font-weight: 400
}

.slidecontent--categories .slidecontent_headline:after {
    content: "\e92a";
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.slidecontent--categories .slidecontent_headline.active {
    font-weight: 700
}

.slidecontent--categories .slidecontent_headline.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

@media (max-width:767px) {
    .slidecontent--categories .slidecontent_headline {
        font-size: 1.8rem
    }
}

.slidecontent--categories .slidecontent_content_container {
    padding: 50px 60px 30px 60px
}

@media (max-width:1249px) {
    .slidecontent--categories .slidecontent_content_container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .slidecontent--categories .slidecontent_content_container {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.group_filter_area {
    display: none
}

.entryNavigation {
    text-align: center;
    margin-top: 40px
}

@media (max-width:767px) {
    .entryNavigation {
        margin-top: 20px
    }
}

.entryNavigation ul {
    margin: 0;
    padding: 0
}

.entryNavigation ul li {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0
}

.entryNavigation ul li.active a {
    color: #1366d7;
    border-bottom-color: #1366d7;
    text-decoration: none
}

.entryNavigation ul li a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #262626;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid transparent
}

.entryNavigation ul li a:hover {
    color: #1366d7;
    border-bottom-color: #1366d7;
    text-decoration: none
}

#banner .row {
    margin: 0
}

#banner .hasBackground {
    min-height: 600px;
    padding-top: 60px;
    text-align: center
}

#banner .hasBackground h1 {
    font-size: 6rem;
    color: #fff
}

#banner .hasBackground h2 {
    font-size: 2rem;
    color: #fff
}

.banner__text {
    color: #fff
}

.banner__text>div {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:1023px) {
    .banner__text>div {
        padding-left: 25px;
        padding-right: 25px
    }
}

.bannerWrapper {
    position: relative;
    display: block;
    overflow: hidden
}

.bannerWrapper img,
.bannerWrapper video {
    min-width: 100%
}

.bannerWrapper video {
    vertical-align: top
}

.bannerWrapper .banner__text {
    position: absolute;
    left: 0;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap
}

@media (max-width:1539px) {
    .bannerWrapper .banner__text {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:1249px) {
    .bannerWrapper .banner__text {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width:1023px) {
    .bannerWrapper .banner__text {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width:768px) {
    .bannerWrapper .banner__text {
        top: 50%;
        width: 36%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%)
    }

    .bannerWrapper .banner__text.banner__text--left,
    .bannerWrapper .banner__text.banner__text--right {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%)
    }

    .bannerWrapper .banner__text.banner__text--left {
        left: 0;
        right: auto;
        text-align: left
    }

    .bannerWrapper .banner__text.banner__text--right {
        left: auto;
        right: 0;
        text-align: left
    }

    .bannerWrapper .banner__text.bannerTextVertBottom,
    .bannerWrapper .banner__text.bannerTextVertTop {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0)
    }

    .bannerWrapper .banner__text.bannerTextVertTop {
        top: 0
    }

    .bannerWrapper .banner__text.bannerTextVertTop.banner__text--left,
    .bannerWrapper .banner__text.bannerTextVertTop.banner__text--right {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }

    .bannerWrapper .banner__text.bannerTextVertBottom {
        top: auto;
        bottom: 0
    }

    .bannerWrapper .banner__text.bannerTextVertBottom.banner__text--left,
    .bannerWrapper .banner__text.bannerTextVertBottom.banner__text--right {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }

    .bannerWrapper .bannerTextVertTop .banner__text {
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    .bannerWrapper .bannerTextVertBottom .banner__text {
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@media (max-width:767px) {
    .bannerWrapper {
        min-height: 250px
    }

    .bannerWrapper .textcontent {
        min-height: 250px;
        height: calc(50vh - 50px);
        height: -o-calc(50vh - 50px);
        position: relative
    }

    .bannerWrapper .banner__text {
        width: 100%;
        height: auto;
        max-height: 100%;
        min-height: 33.33333333%;
        top: auto;
        left: 0;
        bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left
    }

    .bannerWrapper .banner__text .textcontent {
        height: auto;
        min-height: 0
    }

    .bannerWrapper img,
    .bannerWrapper video {
        position: absolute;
        left: 50%;
        top: 0;
        height: 100% !important;
        max-width: none !important;
        width: auto !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }

    .bannerWrapper.bannerWrapper--left img,
    .bannerWrapper.bannerWrapper--left video {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    .bannerWrapper.bannerWrapper--right img,
    .bannerWrapper.bannerWrapper--right video {
        left: auto;
        right: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    .bannerWrapper .visible-xs .textcontent {
        height: auto
    }

    .bannerWrapper .visible-xs img,
    .bannerWrapper .visible-xs video {
        position: static;
        height: auto !important;
        width: 100% !important;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }
}

.imageGallery {
    margin-left: -2px;
    margin-right: -2px
}

.imageGallery__item {
    padding: 2px;
    position: relative;
    overflow: hidden
}

.imageGallery__img {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 100%;
    height: 100%;
    width: calc(100% - 4px);
    width: -o-calc(100% - 4px);
    height: calc(100% - 4px);
    height: -o-calc(100% - 4px);
    overflow: hidden
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .imageGallery__img img {
        width: 100%;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.imageGallery__img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.imageGallery__img:hover>img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.imageGallery__set {
    display: grid
}

.imageGallery__set .imageGallery__item:first-child {
    grid-area: first
}

.imageGallery__set .imageGallery__item:nth-child(2) {
    grid-area: second
}

.imageGallery__set .imageGallery__item:nth-child(3) {
    grid-area: third
}

.imageGallery__set .imageGallery__item:last-child {
    grid-area: last
}

@media (max-width:480px) {
    .imageGallery__set {
        height: 375px;
        grid-template-areas: "first first" "first first" "second third" "last last"
    }
}

@media (min-width:481px) {
    .imageGallery__set .imageGallery__item:first-child {
        display: block;
        max-width: 100%;
        position: relative;
        width: 100%
    }

    .imageGallery__set .imageGallery__item:first-child:before {
        content: "";
        display: block;
        padding-top: 73%
    }
}

@media (min-width:481px) {
    .imageGallery__set--1 {
        grid-template-areas: "first first second third" "first first second third" "first first last last" "first first last last"
    }
}

@media (min-width:481px) {
    .imageGallery__set--2 {
        grid-template-areas: "second third first first" "second third first first" "last last first first" "last last first first"
    }
}

.ekko-lightbox.show {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    display: flex !important;
    justify-content: center
}

.ekko-lightbox .modal-dialog {
    width: auto
}

.ekko-lightbox .modal-body {
    padding: 0
}

.ekko-lightbox .modal-header {
    position: static;
    background: 0 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    min-height: 0
}

.ekko-lightbox .modal-header .close {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    color: #262626
}

.ekko-lightbox .modal-header .close:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: #fff
}

.ekko-lightbox .modal-header .close:after {
    content: '\e90a';
    font-family: BMW_iconFont;
    position: absolute;
    padding-top: 2px
}

.ekko-lightbox .modal-header .close span {
    display: none
}

.ekko-lightbox .modal-header .close:focus,
.ekko-lightbox .modal-header .close:hover {
    color: #fff
}

.ekko-lightbox .modal-header .close:focus:before,
.ekko-lightbox .modal-header .close:hover:before {
    background: #1366d7
}

@media (max-width:1600px) {
    .ekko-lightbox .modal-header .close {
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
        font-size: 30px
    }

    .ekko-lightbox .modal-header .close:before {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px
    }

    .ekko-lightbox .modal-header .close:after {
        padding-top: 1px
    }
}

.ekko-lightbox .modal-content {
    padding: 0
}

.ekko-lightbox .ekko-lightbox-nav-overlay {
    position: static
}

.ekko-lightbox .ekko-lightbox-nav-overlay a {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-top: -40px;
    margin-left: -100px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 5rem;
    padding-right: 3px;
    text-decoration: none
}

.ekko-lightbox .ekko-lightbox-nav-overlay a:last-child {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -100px;
    padding-left: 3px
}

.ekko-lightbox .ekko-lightbox-nav-overlay a:hover {
    color: #1366d7
}

@media (max-width:1023px) {
    .ekko-lightbox .ekko-lightbox-nav-overlay a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-top: -20px;
        font-size: 2.5rem;
        margin-left: 0
    }

    .ekko-lightbox .ekko-lightbox-nav-overlay a:last-child {
        margin-right: 0
    }
}

.ekko-lightbox-item img {
    max-width: none !important
}

.filegallery_content {
    margin-bottom: -10px
}

.filegallery_content_file {
    margin-bottom: 10px
}

.filegallery_content_file a {
    color: #262626;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap
}

.filegallery_content_file a .filegallery_content_file_icon {
    margin-right: 10px;
    font-size: 1.5em;
    color: #1366d7;
    width: 20px
}

.filegallery_content_file a:hover {
    color: #1366d7
}

.filegallery_content_file a:hover .filegallery_content_file_icon {
    color: #1366d7
}

.scrollbar.owl-carousel .owl-item img {
    width: auto;
    display: inline
}

.scrollbar__item {
    text-align: center;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%
}

.scrollbar__item img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.scrollbar__item:before {
    content: "";
    display: block;
    padding-top: 100%
}

.scrollbar__item:before {
    padding-top: 75%
}

.scrollbar .owl-dots {
    display: none
}

.slide_container {
    margin-bottom: 20px
}

.slide_container:last-child {
    margin-bottom: 0
}

.slidecontent_headline {
    font-weight: 700;
    position: relative;
    color: #262626;
    cursor: pointer;
    border-bottom: 1px solid #262626;
    padding: 20px 0 20px 50px
}

@media (max-width:767px) {
    .slidecontent_headline {
        padding-left: 30px
    }
}

.slidecontent_headline:after {
    font-weight: 400;
    content: "\e92c";
    font-family: BMW_iconFont;
    position: absolute;
    left: -7px;
    top: 50%;
    font-size: 3rem;
    line-height: 1;
    text-align: left;
    height: 30px;
    width: 30px;
    margin-top: -16px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.slidecontent_headline:active,
.slidecontent_headline:focus,
.slidecontent_headline:hover {
    color: #1366d7
}

.slidecontent_headline.active:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.slidecontent_content_container {
    display: none;
    padding: 30px 0 0 50px
}

@media (max-width:1249px) {
    .slidecontent_content_container {
        padding-right: 0;
        padding-left: 0
    }
}

.googlemaps_content {
    max-width: 100%
}

.googlemaps_content img {
    max-width: none !important
}

@media (max-width:1023px) {
    .youtubecontent {
        display: block;
        max-width: 100%;
        position: relative;
        width: 100%;
        background-color: #fff
    }

    .youtubecontent iframe {
        bottom: 0;
        height: 100%;
        left: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .youtubecontent:before {
        content: "";
        display: block;
        padding-top: 60%
    }
}

.list_language_switch ul {
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

.list_language_switch li {
    margin: 0;
    padding: 5px 20px;
    border-right: 1px solid #6f6f6f
}

.list_language_switch li.active>a {
    font-weight: 700;
    color: #1366d7
}

.list_language_switch li:last-child {
    border-right: 0
}

.list_language_switch a {
    display: block
}

.language_switch .footerHeadline {
    margin-bottom: 25px
}

@media (min-width:768px) and (max-width:1023px) {
    .language_switch {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        flex-wrap: nowrap
    }

    .language_switch .footerHeadline {
        margin-bottom: 0;
        width: 33.33333333%;
        margin-right: 15px
    }
}

@media (max-width:767px) {
    .language_switch .footerHeadline {
        margin-bottom: 15px
    }
}

.contactformular .row {
    margin-left: -10px;
    margin-right: -10px
}

.contactformular .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px
}

.discountNumbers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    font-size: 6.5rem;
    line-height: 1
}

.discountNumbers .countingNumbers {
    font-size: 11rem
}

@media (max-width:767px) {
    .discountNumbers {
        align-items: flex-start
    }
}

.newsletterPopup .component {
    width: 420px;
    border: 2px solid #1366d7;
    background: #fff;
    color: #262626;
    padding: 35px
}

.newsletterPopup .component .h3 {
    color: #262626
}

.newsletterPopup .component input:not(.button_primary) {
    border: 1px solid #262626;
    color: #262626
}

.newsletterPopup .component input:not(.button_primary)::-moz-placeholder {
    color: #262626;
    opacity: 1
}

.newsletterPopup .component input:not(.button_primary)::placeholder {
    color: #262626;
    opacity: 1
}

.newsletterPopup .component input:not(.button_primary):-ms-input-placeholder {
    color: #262626
}

.newsletterPopup .component input:not(.button_primary)::-ms-input-placeholder {
    color: #262626
}

.newsletterPopup .component .marginBottom--small {
    font-size: 10px;
    margin-bottom: 5px
}

.newsletterPopup .component .textcontent {
    margin-bottom: 30px
}

.newsletterPopup .component .form-group label,
.newsletterPopup .component .form-group-set label {
    display: none
}

.login {
    margin-left: auto;
    margin-right: auto
}

.login .button_primary {
    width: 100%;
    min-width: 0
}

@media (min-width:481px) {
    .login {
        max-width: 310px
    }
}

.siteHeader>.bg-black.bg-cover>div {
    z-index: auto
}

@media print {
    a[href]:after {
        content: none !important
    }
}



.list__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-left: -25px;
    margin-right: -25px
}

.list__cell {
    padding-left: 25px;
    padding-right: 25px;
    flex-grow: 1
}

@media (min-width:768px) {
    .list__cell {
        margin-bottom: 20px
    }
}

.list__cell--label {
    width: 140px;
    flex-shrink: 0;
    flex-grow: 0
}

@media (max-width:480px) {
    .list__cell--label {
        width: 115px
    }
}

.listPreview:not(.showAll) .listPreview__wrapper {
    overflow: hidden;
    max-height: 340px
}

@media (min-width:481px) {
    .listPreview:not(.showAll) .listPreview__wrapper {
        max-height: 210px
    }
}

.listPreview .showNextEntries {
    display: none
}

.listPreview.hasMaxHeight {
    position: relative;
    padding-bottom: 100px
}

@media (max-width:767px) {
    .listPreview.hasMaxHeight {
        padding-bottom: 40px
    }
}

.listPreview.hasMaxHeight .showNextEntries {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block
}

.listPreview.hasMaxHeight .listPreview__wrapper {
    position: relative
}

.listPreview.hasMaxHeight .listPreview__wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #262626;
    background: linear-gradient(0deg, #262626 0, rgba(38, 38, 38, .5) 100%);
    height: 50px
}

@media (min-width:481px) {
    .listPreview.hasMaxHeight .listPreview__wrapper:after {
        height: 140px
    }
}

.listPreview.showAll {
    padding-bottom: 0
}

.listPreview.showAll .listPreview__wrapper:after {
    display: none
}

.table {
    margin-bottom: 0
}

@media (max-width:767px) {
    .table__row--header {
        display: none
    }

    .table__row {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .table__row:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }

    .table__cell {
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: nowrap
    }

    .table__cell:before {
        content: attr(data-label) ":";
        flex-shrink: 0;
        flex-grow: 0;
        width: 140px
    }
}

@media (max-width:767px) and (max-width:480px) {
    .table__cell:before {
        width: 115px
    }
}

@media (min-width:768px) {
    .table {
        display: table
    }

    .table__cell {
        display: table-cell;
        padding: 10px;
        vertical-align: middle
    }

    .table__cell:first-child {
        padding-left: 0
    }

    .table__cell:last-child {
        padding-right: 0
    }

    .table__cell--points {
        width: 80px
    }

    .table__row {
        display: table-row
    }

    .table__row--header {
        font-size: 1.2rem
    }

    .table__row--header .table__cell {
        padding-top: 0
    }
}

@media (min-width:1024px) {
    .table__row--header {
        font-size: 1.4rem
    }

    .table__cell {
        padding: 15px
    }
}

@media (min-width:1250px) {
    .table__row--header {
        font-size: 2rem
    }

    .table__cell--points {
        width: 120px
    }
}

@media (max-width:767px) {
    .bg-black .table__row {
        border-bottom-color: #4d4d4d
    }
}

.tableSum {
    display: table;
    width: 300px;
    max-width: 100%
}

@media (max-width:480px) {
    .tableSum {
        width: 100%
    }
}

.tableSum__row {
    display: table-row
}

.tableSum__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px
}

.tableSum__cell--total {
    border-top: 1px solid #fff
}

.tableSum__cell--value {
    text-align: right;
    padding-left: 10px;
    padding-right: 0
}

@media (min-width:768px) {
    .tableSum__cell--value {
        width: 80px;
        text-align: center
    }
}

@media (min-width:1024px) {
    .tableSum__cell--value {
        padding-left: 15px
    }
}

@media (min-width:1250px) {
    .tableSum__cell--value {
        width: 120px
    }
}

@media (max-width:767px) {
    .tableSum .tableSum__cell:first-child {
        padding-left: 0
    }
}

@media (min-width:768px) {
    .table--sm .table__cell {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .table--sm .table__row--header {
        font-weight: 700;
        font-size: 1.5rem
    }

    .table--sm .table__row--header .table__cell {
        padding-top: 0;
        padding-bottom: 20px
    }
}

.raceResults {
    margin: 0 !important
}

@media (max-width:1249px) {
    .raceResults {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%
    }
}

.raceResults.fixed {
    top: 106px;
    position: fixed;
    width: auto;
    display: none;
    border-bottom: 1px solid #262626;
    background: #fff
}

@media (max-width:1249px) {
    .raceResults thead {
        display: none
    }
}

.raceResults thead tr td {
    font-weight: 700;
    white-space: nowrap;
    padding: 7px !important;
    text-align: center
}

.raceResults thead tr td:nth-child(1),
.raceResults thead tr td:nth-child(2) {
    text-align: left
}

@media (max-width:1249px) {
    .raceResults tbody {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100%;
        overflow-x: auto
    }
}

@media (max-width:1249px) {
    .raceResults tbody tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        min-width: 467px;
        border-right: 20px solid #fff;
        padding: 15px;
        background: #eee !important
    }
}

@media (max-width:1023px) {
    .raceResults tbody tr {
        min-width: 339px
    }
}

@media (max-width:767px) {
    .raceResults tbody tr {
        min-width: 305px;
        padding: 5px
    }
}

@media (max-width:359px) {
    .raceResults tbody tr {
        min-width: 290px
    }
}

.raceResults tbody tr.linklist_content:nth-child(even) {
    background: #eee
}

.raceResults tbody tr.linklist_content:nth-child(odd) {
    background: #fff
}

.raceResults tbody tr.linklist_content td {
    padding: 7px;
    text-align: center
}

@media (max-width:1249px) {
    .raceResults tbody tr.linklist_content td {
        display: block;
        width: 50%;
        background: #eee;
        text-align: left !important;
        padding: 5px
    }
}

@media (max-width:1023px) {
    .raceResults tbody tr.linklist_content td {
        width: 40%
    }
}

.raceResults tbody tr.linklist_content td:nth-child(2),
.raceResults tbody tr.linklist_content td:nth-child(4) {
    text-align: left
}

.raceResults tbody tr.linklist_content td.textLabel {
    display: none;
    font-weight: 700
}

@media (max-width:1249px) {
    .raceResults tbody tr.linklist_content td.textLabel {
        display: block
    }
}

@media (max-width:1023px) {
    .raceResults tbody tr.linklist_content td.textLabel {
        width: 60%
    }
}

.raceResults tbody tr:first-child {
    display: none
}

.list--events .list__row {
    align-items: center
}

.list--events .list__row.highlight .list__cell--label:before {
    opacity: 1
}

.list--events .list__cell--label {
    width: 230px;
    position: relative
}

.list--events .list__cell--label:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1366d7;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
    opacity: 0;
    transition: .2s ease-in-out
}

@media (min-width:768px) and (max-width:1023px) {
    .list--events .list__row {
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .list--events .list__cell {
        margin-bottom: 0
    }

    .list--events .list__cell--label {
        width: 100%;
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .list--events .list__row {
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .list--events .list__cell--label {
        width: 100%;
        margin-bottom: 0
    }
}

.progress-ring {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.progress-ring>svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    width: -o-calc(100% - 20px);
    height: calc(100% - 20px);
    height: -o-calc(100% - 20px)
}

.progress-ring__circle.active {
    transition: .35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 800px;
    stroke-dashoffset: 800px
}

@media (max-width:1023px) {
    .progress-ring>svg {
        width: calc(100% - 12px);
        width: -o-calc(100% - 12px);
        height: calc(100% - 12px);
        height: -o-calc(100% - 12px)
    }
}

.stats>.row {
    margin-left: -5px;
    margin-right: -5px
}

.stats>.row>[class^=col] {
    padding-left: 5px;
    padding-right: 5px
}

.statHighlight {
    text-align: center;
    width: 276px;
    height: 276px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: stretch;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .25);
    padding: 30px;
    border-radius: 50%;
    line-height: 1.2
}

.statHighlight__inner {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    border-radius: 50%;
    background: #262626;
    padding: 30px
}

.statHighlight__top {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center
}

@media (max-width:1023px) {
    .statHighlight {
        width: 200px;
        height: 200px;
        padding: 16px;
        font-size: 14px
    }

    .statHighlight__inner {
        padding: 10px
    }

    .statHighlight__top {
        font-size: 24px;
        min-height: 65px;
        width: 100px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .statHighlight {
        width: 148px;
        height: 148px;
        padding: 16px;
        font-size: 10px
    }

    .statHighlight__inner {
        padding: 10px
    }

    .statHighlight__top {
        font-size: 18px;
        min-height: 40px;
        width: 70px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto
    }
}

.statHighlight--count {
    position: relative
}

.statHighlight--count:before {
    content: "";
    width: 2px;
    height: 20px;
    background: #1366d7;
    position: absolute;
    left: 50%;
    top: 5px;
    border-radius: 1px;
    z-index: 1;
    margin-left: -1px
}

.statHighlight--count:after {
    content: "";
    width: 10px;
    height: 30px;
    background: #262626;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -5px;
    z-index: 0
}

@media (max-width:1023px) {
    .statHighlight--count:before {
        height: 12px;
        top: 4px
    }

    .statHighlight--count:after {
        height: 18px;
        top: 0
    }
}

.matrix {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap
}

.matrix__cells {
    display: table;
    max-width: 100%
}

.matrix__row {
    display: table-row
}

.matrix__row:first-child .matrix__cell {
    background: #6f6f6f;
    color: #fff
}

.matrix__cell {
    display: table-cell;
    background: #eee;
    text-align: center;
    border: 1px solid #fff;
    padding: 2px;
    width: 50px
}

.matrix__cell:first-child {
    background: #6f6f6f;
    color: #fff
}

.matrix__header {
    font-weight: 700;
    padding: 5px 0;
    background: #eee;
    background: linear-gradient(90deg, #eee, transparent 100%)
}

.matrix__side {
    font-weight: 700;
    padding: 0 5px;
    order: -1;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    width: 35px;
    flex-shrink: 0;
    background: #eee;
    background: linear-gradient(180deg, #eee, transparent 100%)
}

.matrix__side span {
    transform: rotate(-90deg);
    display: block
}

@media (max-width:480px) {
    .matrix {
        font-size: 1.2rem
    }

    .matrix__side {
        width: 25px
    }
}

.imageGrid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px
}

.imageGrid__item {
    width: 11.11111111%;
    padding: 2px
}

@media (max-width:1249px) {
    .imageGrid__item {
        width: 16.66666667%
    }
}

@media (max-width:767px) {
    .imageGrid__item {
        width: 33.33333333%
    }
}

@media (max-width:480px) {
    .imageGrid__item {
        width: 50%
    }
}

.imageGrid__item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important
}

.imageGrid__item .image.active .imageGrid__hover,
.imageGrid__item .image:focus .imageGrid__hover,
.imageGrid__item .image:hover .imageGrid__hover {
    opacity: 1;
    pointer-events: auto
}

.imageGrid__item.tooltip-show .imageGrid__hover {
    opacity: 1;
    pointer-events: auto
}

.imageGrid__hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    transition: .4s ease-in-out
}

.imageGrid__buttons {
    text-shadow: 1px 2px 3px #666
}

.imageGrid__buttons i {
    line-height: 1;
    font-size: 1.6em;
    margin-left: 5px;
    cursor: pointer
}

@media (max-width:767px) {
    .imageGrid__buttons i {
        font-size: 2em;
        margin-left: 10px
    }
}

.lookbook {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto
}

.lookbook__set {
    width: 1500px;
    max-width: 100%;
    flex-shrink: 0;
    margin-right: 4px;
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "one one two three" "one one four four"
}

@media (max-width:480px) {
    .lookbook__set {
        grid-gap: 2px;
        margin-right: 2px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-template-areas: "one one" "one one" "two three" "four four"
    }
}

.lookbook__item {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%
}

.lookbook__item img {
    bottom: 0;
    width: 100%;
    height: 100% !important;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.lookbook__item:first-child {
    grid-area: one
}

.lookbook__item:first-child:before {
    content: "";
    display: block;
    padding-top: 73%
}

.lookbook__item:nth-child(2) {
    grid-area: two
}

.lookbook__item:nth-child(3) {
    grid-area: three
}

.lookbook__item:nth-child(4) {
    grid-area: four
}

.lookbook__item:hover .lookbook__hover {
    opacity: 1;
    pointer-events: auto
}

.lookbook__hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    transition: .4s ease-in-out;
    color: #fff
}

.lookbook__buttons {
    text-shadow: 1px 2px 3px #666
}

.lookbook__buttons i {
    line-height: 1;
    font-size: 1.6em;
    margin-left: 5px;
    cursor: pointer
}

.lookbook__fullscreen {
    position: relative;
    cursor: pointer
}

.lookbook__fullscreen:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    transition: .2s ease-in-out
}

.lookbook__fullscreen:hover:after {
    opacity: 1
}

.lookbookWrapper .notificationsMessage {
    width: 665px
}

.submit-as-anchor {
    color: white;
}

.submit-as-anchor:hover {
    color: #0060df;
}

.list_language_switch li.active .submit-as-anchor {
    font-weight: 700;
    color: #1366d7;
}

.captcha {
    width: 15rem;
    margin-top: 1rem;
}

.btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn:has(input[type="file"]) {
    border: 1px solid #262626;
    width: 100%;
    padding: 8px 20px 10px 20px;
    font-weight: 500;
    line-height: 20px;
    min-height: 42px;
}
  